[ Mar 4 04:30:02 Enabled. ] [ Mar 4 04:30:02 Rereading configuration. ] [ Mar 4 04:30:04 Rereading configuration. ] [ Mar 4 04:30:16 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ Mar 4 04:30:16 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2026.03.04 04:30:17.379521 [ 1 ] {} Application: Will watch for the process with pid 29464 2026.03.04 04:30:17.379945 [ 1 ] {} Application: Forked a child process to watch 2026.03.04 04:30:17.867601 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 29464 2026.03.04 04:30:17.868367 [ 1 ] {} Application: starting up 2026.03.04 04:30:17.868530 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.03.04 04:30:17.965450 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.03.04 04:30:17.992832 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.03.04 04:30:17.992916 [ 1 ] {} Application: Initializing DateLUT. 2026.03.04 04:30:17.992934 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.03.04 04:30:17.992993 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.03.04 04:30:17.993636 [ 1 ] {} Application: Initializing interserver credentials. 2026.03.04 04:30:17.995877 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.03.04 04:30:17.996762 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.04 04:30:17.997624 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2026.03.04 04:30:17.997675 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2026.03.04 04:30:17.997747 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.03.04 04:30:17.998520 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.04 04:30:17.999529 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.03.04 04:30:18.006183 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.04 04:30:18.006989 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.03.04 04:30:18.008457 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.04 04:30:18.008555 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.04 04:30:18.009647 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.03.04 04:30:18.010109 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.03.04 04:30:18.014200 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.03.04 04:30:18.014911 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.03.04 04:30:18.018215 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.03.04 04:30:18.018709 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.03.04 04:30:18.019119 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.03.04 04:30:18.019484 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.03.04 04:30:18.021015 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.03.04 04:30:18.021041 [ 1 ] {} Application: Loading metadata from /data/ 2026.03.04 04:30:18.021132 [ 142 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:30:18.021203 [ 142 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:30:18.028678 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.03.04 04:30:18.028699 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000159963 sec 2026.03.04 04:30:18.028745 [ 1 ] {} ReferentialDeps: No tables 2026.03.04 04:30:18.028789 [ 1 ] {} LoadingDeps: No tables 2026.03.04 04:30:18.029483 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.03.04 04:30:18.030064 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.03.04 04:30:18.040125 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.03.04 04:30:18.040174 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.03.04 04:30:18.040247 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.03.04 04:30:18.040261 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.03.04 04:30:18.040298 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.03.04 04:30:18.040366 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.03.04 04:30:18.044497 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.03.04 04:30:18.044545 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.03.04 04:30:18.044594 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.03.04 04:30:18.044764 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.03.04 04:30:18.044811 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.03.04 04:30:18.044823 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.03.04 04:30:18.044893 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.03.04 04:30:18.044905 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.03.04 04:30:18.044938 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.03.04 04:30:18.045009 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.03.04 04:30:18.067601 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.03.04 04:30:18.069029 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.03.04 04:30:18.069108 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.7162e-05 sec 2026.03.04 04:30:18.069121 [ 1 ] {} ReferentialDeps: No tables 2026.03.04 04:30:18.069132 [ 1 ] {} LoadingDeps: No tables 2026.03.04 04:30:18.069156 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.03.04 04:30:18.069368 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.03.04 04:30:18.069465 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.03.04 04:30:18.069480 [ 1 ] {} Application: Loaded metadata. 2026.03.04 04:30:18.069491 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2026.03.04 04:30:18.069501 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.03.04 04:30:18.073391 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.03.04 04:30:18.073624 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 116.80 MiB (RSS), difference: 92.03 MiB 2026.03.04 04:30:18.075081 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.524e-05 sec. 2026.03.04 04:30:18.075530 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.03.04 04:30:18.076904 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.03.04 04:30:18.076922 [ 1 ] {} Application: Ready for connections. 2026.03.04 04:30:18.625085 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55690 2026.03.04 04:30:18.626074 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:18.626138 [ 3 ] {} TCP-Session: b451f88c-cb6f-4f64-9d10-1cb335739131 Authenticating user 'default' from [fd00:1122:3344:101::a]:55690 2026.03.04 04:30:18.626163 [ 3 ] {} TCP-Session: b451f88c-cb6f-4f64-9d10-1cb335739131 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.626231 [ 3 ] {} TCP-Session: b451f88c-cb6f-4f64-9d10-1cb335739131 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.626324 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.04 04:30:18.626349 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.04 04:30:18.626419 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.04 04:30:18.629256 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61096 2026.03.04 04:30:18.629394 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38701 2026.03.04 04:30:18.629420 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65428 2026.03.04 04:30:18.629562 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:18.629644 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:18.629648 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38168 2026.03.04 04:30:18.629730 [ 4 ] {} TCP-Session: 5f216745-90bf-4faf-ad5e-4621f73b8b8e Authenticating user 'default' from [fd00:1122:3344:101::a]:61096 2026.03.04 04:30:18.629779 [ 4 ] {} TCP-Session: 5f216745-90bf-4faf-ad5e-4621f73b8b8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.629800 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42414 2026.03.04 04:30:18.629849 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:18.629859 [ 4 ] {} TCP-Session: 5f216745-90bf-4faf-ad5e-4621f73b8b8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.629911 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48507 2026.03.04 04:30:18.629893 [ 255 ] {} TCP-Session: a9c94c10-4f8f-4907-bf49-aac01f10c438 Authenticating user 'default' from [fd00:1122:3344:101::a]:38168 2026.03.04 04:30:18.629780 [ 254 ] {} TCP-Session: 2be70d17-88bc-44c0-8629-d514097cb8ba Authenticating user 'default' from [fd00:1122:3344:101::a]:38701 2026.03.04 04:30:18.629980 [ 255 ] {} TCP-Session: a9c94c10-4f8f-4907-bf49-aac01f10c438 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.630003 [ 254 ] {} TCP-Session: 2be70d17-88bc-44c0-8629-d514097cb8ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.630018 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61673 2026.03.04 04:30:18.630024 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:18.630095 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:18.630071 [ 254 ] {} TCP-Session: 2be70d17-88bc-44c0-8629-d514097cb8ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.630049 [ 255 ] {} TCP-Session: a9c94c10-4f8f-4907-bf49-aac01f10c438 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.630191 [ 257 ] {} TCP-Session: acc1841d-5cea-48f5-a371-9c35ef7117f6 Authenticating user 'default' from [fd00:1122:3344:101::a]:48507 2026.03.04 04:30:18.630170 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:18.630165 [ 256 ] {} TCP-Session: e1f1fe6a-fc01-4d8d-ba03-475dfe0f7071 Authenticating user 'default' from [fd00:1122:3344:101::a]:42414 2026.03.04 04:30:18.630266 [ 257 ] {} TCP-Session: acc1841d-5cea-48f5-a371-9c35ef7117f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.630253 [ 258 ] {} TCP-Session: 9f037f6d-8323-403a-80a8-ab312f0928c2 Authenticating user 'default' from [fd00:1122:3344:101::a]:61673 2026.03.04 04:30:18.630306 [ 256 ] {} TCP-Session: e1f1fe6a-fc01-4d8d-ba03-475dfe0f7071 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.630343 [ 257 ] {} TCP-Session: acc1841d-5cea-48f5-a371-9c35ef7117f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.630358 [ 258 ] {} TCP-Session: 9f037f6d-8323-403a-80a8-ab312f0928c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.630369 [ 256 ] {} TCP-Session: e1f1fe6a-fc01-4d8d-ba03-475dfe0f7071 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.630419 [ 258 ] {} TCP-Session: 9f037f6d-8323-403a-80a8-ab312f0928c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.629784 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:18.630505 [ 5 ] {} TCP-Session: 5df6b666-cbe0-4308-89bd-370e3b957ddc Authenticating user 'default' from [fd00:1122:3344:101::a]:65428 2026.03.04 04:30:18.630524 [ 5 ] {} TCP-Session: 5df6b666-cbe0-4308-89bd-370e3b957ddc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.630605 [ 5 ] {} TCP-Session: 5df6b666-cbe0-4308-89bd-370e3b957ddc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.635397 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42660 2026.03.04 04:30:18.635506 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:18.635624 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Authenticating user 'default' from [fd00:1122:3344:101::d]:42660 2026.03.04 04:30:18.635642 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.635653 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.635771 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.04 04:30:18.635802 [ 259 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.04 04:30:18.635882 [ 259 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.04 04:30:18.637660 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46353 2026.03.04 04:30:18.637879 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:18.637906 [ 260 ] {} TCP-Session: a14abce4-e3b0-4878-adc3-0f58240bf997 Authenticating user 'default' from [fd00:1122:3344:101::b]:46353 2026.03.04 04:30:18.637923 [ 260 ] {} TCP-Session: a14abce4-e3b0-4878-adc3-0f58240bf997 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.637983 [ 260 ] {} TCP-Session: a14abce4-e3b0-4878-adc3-0f58240bf997 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.638043 [ 260 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.04 04:30:18.638069 [ 260 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.04 04:30:18.638174 [ 260 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.04 04:30:18.638261 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36645 2026.03.04 04:30:18.638341 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56303 2026.03.04 04:30:18.638495 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57255 2026.03.04 04:30:18.638613 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35872 2026.03.04 04:30:18.638696 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48203 2026.03.04 04:30:18.638827 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64162 2026.03.04 04:30:18.638888 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40241 2026.03.04 04:30:18.639032 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:18.639053 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35548 2026.03.04 04:30:18.639092 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:18.639173 [ 265 ] {} TCP-Session: 9fa37319-3fc4-492f-b1e7-f0b9521e88e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:48203 2026.03.04 04:30:18.639182 [ 266 ] {} TCP-Session: 5d67022d-f6a0-4e7d-b7f2-6f590090083d Authenticating user 'default' from [fd00:1122:3344:101::d]:64162 2026.03.04 04:30:18.639204 [ 265 ] {} TCP-Session: 9fa37319-3fc4-492f-b1e7-f0b9521e88e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.639200 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:18.639289 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45521 2026.03.04 04:30:18.639336 [ 265 ] {} TCP-Session: 9fa37319-3fc4-492f-b1e7-f0b9521e88e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.639349 [ 267 ] {} TCP-Session: ff318122-7ef5-4bbf-b20f-7aab5fd2eaa9 Authenticating user 'default' from [fd00:1122:3344:101::d]:40241 2026.03.04 04:30:18.639360 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:18.639307 [ 266 ] {} TCP-Session: 5d67022d-f6a0-4e7d-b7f2-6f590090083d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.639412 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48386 2026.03.04 04:30:18.639495 [ 266 ] {} TCP-Session: 5d67022d-f6a0-4e7d-b7f2-6f590090083d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.639508 [ 268 ] {} TCP-Session: ec64237d-8c53-4b94-b3fb-11921b57270a Authenticating user 'default' from [fd00:1122:3344:101::d]:35548 2026.03.04 04:30:18.639581 [ 267 ] {} TCP-Session: ff318122-7ef5-4bbf-b20f-7aab5fd2eaa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.639588 [ 268 ] {} TCP-Session: ec64237d-8c53-4b94-b3fb-11921b57270a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.639613 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:18.639655 [ 267 ] {} TCP-Session: ff318122-7ef5-4bbf-b20f-7aab5fd2eaa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.639643 [ 268 ] {} TCP-Session: ec64237d-8c53-4b94-b3fb-11921b57270a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.639729 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:18.639749 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57178 2026.03.04 04:30:18.639816 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62463 2026.03.04 04:30:18.639636 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49293 2026.03.04 04:30:18.639761 [ 269 ] {} TCP-Session: 0087eb05-3682-4543-9b70-9dbc726a1304 Authenticating user 'default' from [fd00:1122:3344:101::b]:45521 2026.03.04 04:30:18.639923 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60585 2026.03.04 04:30:18.639882 [ 270 ] {} TCP-Session: 55ac4154-d027-4df5-9633-96d69fa14439 Authenticating user 'default' from [fd00:1122:3344:101::b]:48386 2026.03.04 04:30:18.639995 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44598 2026.03.04 04:30:18.639999 [ 269 ] {} TCP-Session: 0087eb05-3682-4543-9b70-9dbc726a1304 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.640098 [ 270 ] {} TCP-Session: 55ac4154-d027-4df5-9633-96d69fa14439 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.640189 [ 269 ] {} TCP-Session: 0087eb05-3682-4543-9b70-9dbc726a1304 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.640211 [ 270 ] {} TCP-Session: 55ac4154-d027-4df5-9633-96d69fa14439 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.640214 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:18.640361 [ 271 ] {} TCP-Session: 60535baf-ca25-4b73-a4f0-d668d50bd0ca Authenticating user 'default' from [fd00:1122:3344:101::b]:49293 2026.03.04 04:30:18.640379 [ 271 ] {} TCP-Session: 60535baf-ca25-4b73-a4f0-d668d50bd0ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.640462 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:18.640509 [ 271 ] {} TCP-Session: 60535baf-ca25-4b73-a4f0-d668d50bd0ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.640512 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:18.640575 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:18.640609 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:18.640534 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Authenticating user 'default' from [fd00:1122:3344:101::d]:36645 2026.03.04 04:30:18.640523 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:18.640727 [ 273 ] {} TCP-Session: 4e57da14-47d6-4b45-829f-1513cba22828 Authenticating user 'default' from [fd00:1122:3344:101::b]:62463 2026.03.04 04:30:18.640743 [ 274 ] {} TCP-Session: 59c7cf49-af72-48e1-89cf-2dcf5879fb1d Authenticating user 'default' from [fd00:1122:3344:101::b]:60585 2026.03.04 04:30:18.640712 [ 263 ] {} TCP-Session: 7c49bce3-5756-4b92-84bd-291c319a0a90 Authenticating user 'default' from [fd00:1122:3344:101::d]:57255 2026.03.04 04:30:18.640808 [ 275 ] {} TCP-Session: 53efb0da-41a9-4063-a746-c9c3182a1118 Authenticating user 'default' from [fd00:1122:3344:101::b]:44598 2026.03.04 04:30:18.640820 [ 274 ] {} TCP-Session: 59c7cf49-af72-48e1-89cf-2dcf5879fb1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.640833 [ 263 ] {} TCP-Session: 7c49bce3-5756-4b92-84bd-291c319a0a90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.640869 [ 275 ] {} TCP-Session: 53efb0da-41a9-4063-a746-c9c3182a1118 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.640882 [ 274 ] {} TCP-Session: 59c7cf49-af72-48e1-89cf-2dcf5879fb1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.640892 [ 263 ] {} TCP-Session: 7c49bce3-5756-4b92-84bd-291c319a0a90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.640948 [ 275 ] {} TCP-Session: 53efb0da-41a9-4063-a746-c9c3182a1118 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.640706 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.640703 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:18.641044 [ 273 ] {} TCP-Session: 4e57da14-47d6-4b45-829f-1513cba22828 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.641029 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.641134 [ 272 ] {} TCP-Session: 013f5657-80ca-4f2c-873f-d2bd077f785d Authenticating user 'default' from [fd00:1122:3344:101::b]:57178 2026.03.04 04:30:18.641149 [ 273 ] {} TCP-Session: 4e57da14-47d6-4b45-829f-1513cba22828 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.641248 [ 272 ] {} TCP-Session: 013f5657-80ca-4f2c-873f-d2bd077f785d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.641274 [ 272 ] {} TCP-Session: 013f5657-80ca-4f2c-873f-d2bd077f785d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.642686 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:18.642743 [ 262 ] {} TCP-Session: 5cf0df2c-f893-4c38-9517-8ca8ca397e9d Authenticating user 'default' from [fd00:1122:3344:101::d]:56303 2026.03.04 04:30:18.642762 [ 262 ] {} TCP-Session: 5cf0df2c-f893-4c38-9517-8ca8ca397e9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.642866 [ 262 ] {} TCP-Session: 5cf0df2c-f893-4c38-9517-8ca8ca397e9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.644706 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:18.644744 [ 264 ] {} TCP-Session: d1dfbb63-916f-43e3-8788-ed192bcab845 Authenticating user 'default' from [fd00:1122:3344:101::d]:35872 2026.03.04 04:30:18.644801 [ 264 ] {} TCP-Session: d1dfbb63-916f-43e3-8788-ed192bcab845 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.644846 [ 264 ] {} TCP-Session: d1dfbb63-916f-43e3-8788-ed192bcab845 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:18.649086 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.651924 [ 259 ] {4d4623ea-d980-4f77-a8d3-cb99937106cb} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:30:18.757398 [ 259 ] {4d4623ea-d980-4f77-a8d3-cb99937106cb} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:42660) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.04 04:30:18.758293 [ 259 ] {4d4623ea-d980-4f77-a8d3-cb99937106cb} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.04 04:30:18.758491 [ 259 ] {4d4623ea-d980-4f77-a8d3-cb99937106cb} TCPHandler: Processed in 0.111558052 sec. 2026.03.04 04:30:18.768725 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.768964 [ 261 ] {0eb67a3f-3069-4043-853e-a70f245e2f4a} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:30:18.769446 [ 261 ] {0eb67a3f-3069-4043-853e-a70f245e2f4a} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:36645) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.04 04:30:18.769745 [ 261 ] {0eb67a3f-3069-4043-853e-a70f245e2f4a} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.03.04 04:30:18.770007 [ 261 ] {0eb67a3f-3069-4043-853e-a70f245e2f4a} TCPHandler: Processed in 0.001504439 sec. 2026.03.04 04:30:18.774669 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.775553 [ 259 ] {eb8385c6-20c4-4dca-8926-029b9b8d68b9} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.03.04 04:30:18.776197 [ 259 ] {eb8385c6-20c4-4dca-8926-029b9b8d68b9} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.03.04 04:30:18.777618 [ 259 ] {eb8385c6-20c4-4dca-8926-029b9b8d68b9} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.03.04 04:30:18.777704 [ 259 ] {eb8385c6-20c4-4dca-8926-029b9b8d68b9} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000119632 sec 2026.03.04 04:30:18.777719 [ 259 ] {eb8385c6-20c4-4dca-8926-029b9b8d68b9} ReferentialDeps: No tables 2026.03.04 04:30:18.777729 [ 259 ] {eb8385c6-20c4-4dca-8926-029b9b8d68b9} LoadingDeps: No tables 2026.03.04 04:30:18.777751 [ 259 ] {eb8385c6-20c4-4dca-8926-029b9b8d68b9} DatabaseAtomic (oximeter): Starting up tables. 2026.03.04 04:30:18.778446 [ 259 ] {eb8385c6-20c4-4dca-8926-029b9b8d68b9} TCPHandler: Processed in 0.003896936 sec. 2026.03.04 04:30:18.778594 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.778743 [ 259 ] {718a28fa-1685-4e13-a675-b55c1d2ee4ab} executeQuery: (from [fd00:1122:3344:101::d]:42660) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2026.03.04 04:30:18.778854 [ 259 ] {718a28fa-1685-4e13-a675-b55c1d2ee4ab} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.03.04 04:30:18.783628 [ 259 ] {718a28fa-1685-4e13-a675-b55c1d2ee4ab} StoragePolicy (default): Storage policy default created, total volumes 1 2026.03.04 04:30:18.785083 [ 259 ] {718a28fa-1685-4e13-a675-b55c1d2ee4ab} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d): Loading data parts 2026.03.04 04:30:18.786085 [ 259 ] {718a28fa-1685-4e13-a675-b55c1d2ee4ab} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d): There are no data parts 2026.03.04 04:30:18.788587 [ 259 ] {718a28fa-1685-4e13-a675-b55c1d2ee4ab} TCPHandler: Processed in 0.010044154 sec. 2026.03.04 04:30:18.788756 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.788998 [ 259 ] {e032cc9d-1124-4071-9ed7-9d9cfc081c91} executeQuery: (from [fd00:1122:3344:101::d]:42660) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.789118 [ 259 ] {e032cc9d-1124-4071-9ed7-9d9cfc081c91} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.03.04 04:30:18.798293 [ 259 ] {e032cc9d-1124-4071-9ed7-9d9cfc081c91} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Loading data parts 2026.03.04 04:30:18.798519 [ 259 ] {e032cc9d-1124-4071-9ed7-9d9cfc081c91} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): There are no data parts 2026.03.04 04:30:18.799766 [ 259 ] {e032cc9d-1124-4071-9ed7-9d9cfc081c91} TCPHandler: Processed in 0.011060603 sec. 2026.03.04 04:30:18.799931 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.800089 [ 259 ] {f6127af6-1939-4d9b-be75-f01970bdf2e3} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.800207 [ 259 ] {f6127af6-1939-4d9b-be75-f01970bdf2e3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.03.04 04:30:18.802398 [ 259 ] {f6127af6-1939-4d9b-be75-f01970bdf2e3} oximeter.measurements_i8 (8fe6339b-3c87-4475-9432-9604b99f00d8): Loading data parts 2026.03.04 04:30:18.802543 [ 259 ] {f6127af6-1939-4d9b-be75-f01970bdf2e3} oximeter.measurements_i8 (8fe6339b-3c87-4475-9432-9604b99f00d8): There are no data parts 2026.03.04 04:30:18.803846 [ 259 ] {f6127af6-1939-4d9b-be75-f01970bdf2e3} TCPHandler: Processed in 0.003964936 sec. 2026.03.04 04:30:18.803980 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.804212 [ 259 ] {0c93a3a0-1716-4ff8-bed4-75545c346495} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.804320 [ 259 ] {0c93a3a0-1716-4ff8-bed4-75545c346495} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.03.04 04:30:18.806108 [ 259 ] {0c93a3a0-1716-4ff8-bed4-75545c346495} oximeter.measurements_u8 (004696ea-e3b2-40a7-a49b-3270063cd702): Loading data parts 2026.03.04 04:30:18.806245 [ 259 ] {0c93a3a0-1716-4ff8-bed4-75545c346495} oximeter.measurements_u8 (004696ea-e3b2-40a7-a49b-3270063cd702): There are no data parts 2026.03.04 04:30:18.807428 [ 259 ] {0c93a3a0-1716-4ff8-bed4-75545c346495} TCPHandler: Processed in 0.003497947 sec. 2026.03.04 04:30:18.807570 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.807722 [ 259 ] {475b05d7-a37f-458a-8e88-1b040fc6aa77} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.807833 [ 259 ] {475b05d7-a37f-458a-8e88-1b040fc6aa77} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.03.04 04:30:18.809601 [ 259 ] {475b05d7-a37f-458a-8e88-1b040fc6aa77} oximeter.measurements_i16 (9af6c8b2-0ab6-4cb4-ba40-808a707a6a31): Loading data parts 2026.03.04 04:30:18.809773 [ 259 ] {475b05d7-a37f-458a-8e88-1b040fc6aa77} oximeter.measurements_i16 (9af6c8b2-0ab6-4cb4-ba40-808a707a6a31): There are no data parts 2026.03.04 04:30:18.810876 [ 259 ] {475b05d7-a37f-458a-8e88-1b040fc6aa77} TCPHandler: Processed in 0.003354145 sec. 2026.03.04 04:30:18.811008 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.811228 [ 259 ] {9ac8aa41-67bc-42e0-bad3-2b3f82fe9574} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.811334 [ 259 ] {9ac8aa41-67bc-42e0-bad3-2b3f82fe9574} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.03.04 04:30:18.812994 [ 259 ] {9ac8aa41-67bc-42e0-bad3-2b3f82fe9574} oximeter.measurements_u16 (a276a5b2-e626-46d2-b824-5b9cb91462c4): Loading data parts 2026.03.04 04:30:18.813220 [ 259 ] {9ac8aa41-67bc-42e0-bad3-2b3f82fe9574} oximeter.measurements_u16 (a276a5b2-e626-46d2-b824-5b9cb91462c4): There are no data parts 2026.03.04 04:30:18.814380 [ 259 ] {9ac8aa41-67bc-42e0-bad3-2b3f82fe9574} TCPHandler: Processed in 0.003420395 sec. 2026.03.04 04:30:18.814512 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.814662 [ 259 ] {1ff41698-630a-4e61-8497-4768ddf535fe} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.814772 [ 259 ] {1ff41698-630a-4e61-8497-4768ddf535fe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.03.04 04:30:18.816531 [ 259 ] {1ff41698-630a-4e61-8497-4768ddf535fe} oximeter.measurements_i32 (7df37f5b-0f67-4121-a879-1cc3babf3ed1): Loading data parts 2026.03.04 04:30:18.816701 [ 259 ] {1ff41698-630a-4e61-8497-4768ddf535fe} oximeter.measurements_i32 (7df37f5b-0f67-4121-a879-1cc3babf3ed1): There are no data parts 2026.03.04 04:30:18.817821 [ 259 ] {1ff41698-630a-4e61-8497-4768ddf535fe} TCPHandler: Processed in 0.003357845 sec. 2026.03.04 04:30:18.817954 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.818171 [ 259 ] {6a6d20c2-096e-4f2e-8dce-e15b7ebaaa78} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.818280 [ 259 ] {6a6d20c2-096e-4f2e-8dce-e15b7ebaaa78} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.03.04 04:30:18.819966 [ 259 ] {6a6d20c2-096e-4f2e-8dce-e15b7ebaaa78} oximeter.measurements_u32 (622353dd-4874-4485-8106-e8935dbbbf4d): Loading data parts 2026.03.04 04:30:18.820098 [ 259 ] {6a6d20c2-096e-4f2e-8dce-e15b7ebaaa78} oximeter.measurements_u32 (622353dd-4874-4485-8106-e8935dbbbf4d): There are no data parts 2026.03.04 04:30:18.821306 [ 259 ] {6a6d20c2-096e-4f2e-8dce-e15b7ebaaa78} TCPHandler: Processed in 0.003399456 sec. 2026.03.04 04:30:18.821439 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.821588 [ 259 ] {f037c5ae-b8dc-4d6e-8cd3-63e7478e5b3c} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.821699 [ 259 ] {f037c5ae-b8dc-4d6e-8cd3-63e7478e5b3c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.03.04 04:30:18.823391 [ 259 ] {f037c5ae-b8dc-4d6e-8cd3-63e7478e5b3c} oximeter.measurements_i64 (6414a286-83be-4ea1-992d-d2c551fa3fc8): Loading data parts 2026.03.04 04:30:18.823598 [ 259 ] {f037c5ae-b8dc-4d6e-8cd3-63e7478e5b3c} oximeter.measurements_i64 (6414a286-83be-4ea1-992d-d2c551fa3fc8): There are no data parts 2026.03.04 04:30:18.824696 [ 259 ] {f037c5ae-b8dc-4d6e-8cd3-63e7478e5b3c} TCPHandler: Processed in 0.003304983 sec. 2026.03.04 04:30:18.824826 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.825046 [ 259 ] {f4f1beec-0ba3-4d9f-8c13-e20fa5be4d73} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.825157 [ 259 ] {f4f1beec-0ba3-4d9f-8c13-e20fa5be4d73} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.03.04 04:30:18.826801 [ 259 ] {f4f1beec-0ba3-4d9f-8c13-e20fa5be4d73} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Loading data parts 2026.03.04 04:30:18.826923 [ 259 ] {f4f1beec-0ba3-4d9f-8c13-e20fa5be4d73} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): There are no data parts 2026.03.04 04:30:18.828077 [ 259 ] {f4f1beec-0ba3-4d9f-8c13-e20fa5be4d73} TCPHandler: Processed in 0.003299474 sec. 2026.03.04 04:30:18.828208 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.828357 [ 259 ] {84041429-b86c-4fb5-a469-e974dba36116} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.828469 [ 259 ] {84041429-b86c-4fb5-a469-e974dba36116} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.03.04 04:30:18.830067 [ 259 ] {84041429-b86c-4fb5-a469-e974dba36116} oximeter.measurements_f32 (004d9cd8-f519-4838-a390-0de0d4107aae): Loading data parts 2026.03.04 04:30:18.830268 [ 259 ] {84041429-b86c-4fb5-a469-e974dba36116} oximeter.measurements_f32 (004d9cd8-f519-4838-a390-0de0d4107aae): There are no data parts 2026.03.04 04:30:18.831370 [ 259 ] {84041429-b86c-4fb5-a469-e974dba36116} TCPHandler: Processed in 0.003210182 sec. 2026.03.04 04:30:18.831505 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.831728 [ 259 ] {53f2d60b-a445-4053-9d4d-509207f59474} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.831839 [ 259 ] {53f2d60b-a445-4053-9d4d-509207f59474} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.03.04 04:30:18.833511 [ 259 ] {53f2d60b-a445-4053-9d4d-509207f59474} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Loading data parts 2026.03.04 04:30:18.833642 [ 259 ] {53f2d60b-a445-4053-9d4d-509207f59474} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): There are no data parts 2026.03.04 04:30:18.834856 [ 259 ] {53f2d60b-a445-4053-9d4d-509207f59474} TCPHandler: Processed in 0.003399396 sec. 2026.03.04 04:30:18.834988 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.835136 [ 259 ] {d219388e-0161-409e-a3f4-53fff712d473} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.835249 [ 259 ] {d219388e-0161-409e-a3f4-53fff712d473} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.03.04 04:30:18.836914 [ 259 ] {d219388e-0161-409e-a3f4-53fff712d473} oximeter.measurements_string (aca12fba-eb83-4da5-9d56-3aa5462118cd): Loading data parts 2026.03.04 04:30:18.837100 [ 259 ] {d219388e-0161-409e-a3f4-53fff712d473} oximeter.measurements_string (aca12fba-eb83-4da5-9d56-3aa5462118cd): There are no data parts 2026.03.04 04:30:18.838169 [ 259 ] {d219388e-0161-409e-a3f4-53fff712d473} TCPHandler: Processed in 0.003230312 sec. 2026.03.04 04:30:18.838301 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.838526 [ 259 ] {f4fe493e-98aa-4cd8-937e-e9dc7464fb05} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.838651 [ 259 ] {f4fe493e-98aa-4cd8-937e-e9dc7464fb05} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.03.04 04:30:18.840387 [ 259 ] {f4fe493e-98aa-4cd8-937e-e9dc7464fb05} oximeter.measurements_bytes (e9d074c1-d359-41af-97fa-b3d50ed0fb78): Loading data parts 2026.03.04 04:30:18.840525 [ 259 ] {f4fe493e-98aa-4cd8-937e-e9dc7464fb05} oximeter.measurements_bytes (e9d074c1-d359-41af-97fa-b3d50ed0fb78): There are no data parts 2026.03.04 04:30:18.841625 [ 259 ] {f4fe493e-98aa-4cd8-937e-e9dc7464fb05} TCPHandler: Processed in 0.003371975 sec. 2026.03.04 04:30:18.841755 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.841982 [ 259 ] {dc7ed527-95fc-406f-bce8-7e96e16fd29c} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.842091 [ 259 ] {dc7ed527-95fc-406f-bce8-7e96e16fd29c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.03.04 04:30:18.843771 [ 259 ] {dc7ed527-95fc-406f-bce8-7e96e16fd29c} oximeter.measurements_cumulativei64 (30ddb0da-5f88-4068-a25b-3eb6ac3721e9): Loading data parts 2026.03.04 04:30:18.843971 [ 259 ] {dc7ed527-95fc-406f-bce8-7e96e16fd29c} oximeter.measurements_cumulativei64 (30ddb0da-5f88-4068-a25b-3eb6ac3721e9): There are no data parts 2026.03.04 04:30:18.845085 [ 259 ] {dc7ed527-95fc-406f-bce8-7e96e16fd29c} TCPHandler: Processed in 0.003378605 sec. 2026.03.04 04:30:18.845213 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.845438 [ 259 ] {69d3cf8f-626c-4f5a-bc3b-aaeb96521c49} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.845517 [ 259 ] {69d3cf8f-626c-4f5a-bc3b-aaeb96521c49} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.03.04 04:30:18.847235 [ 259 ] {69d3cf8f-626c-4f5a-bc3b-aaeb96521c49} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Loading data parts 2026.03.04 04:30:18.847364 [ 259 ] {69d3cf8f-626c-4f5a-bc3b-aaeb96521c49} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): There are no data parts 2026.03.04 04:30:18.848543 [ 259 ] {69d3cf8f-626c-4f5a-bc3b-aaeb96521c49} TCPHandler: Processed in 0.003377665 sec. 2026.03.04 04:30:18.848671 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.848826 [ 259 ] {852f87b6-370b-4058-bb76-ae3ffa18a045} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.848937 [ 259 ] {852f87b6-370b-4058-bb76-ae3ffa18a045} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.03.04 04:30:18.850608 [ 259 ] {852f87b6-370b-4058-bb76-ae3ffa18a045} oximeter.measurements_cumulativef32 (32dac0c7-30ce-4ca6-bdee-11662e3bd34d): Loading data parts 2026.03.04 04:30:18.850770 [ 259 ] {852f87b6-370b-4058-bb76-ae3ffa18a045} oximeter.measurements_cumulativef32 (32dac0c7-30ce-4ca6-bdee-11662e3bd34d): There are no data parts 2026.03.04 04:30:18.851853 [ 259 ] {852f87b6-370b-4058-bb76-ae3ffa18a045} TCPHandler: Processed in 0.003229582 sec. 2026.03.04 04:30:18.851978 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.852204 [ 259 ] {c550419b-c3e3-49ba-81b9-b43b7fc0ee91} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.852312 [ 259 ] {c550419b-c3e3-49ba-81b9-b43b7fc0ee91} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.03.04 04:30:18.853958 [ 259 ] {c550419b-c3e3-49ba-81b9-b43b7fc0ee91} oximeter.measurements_cumulativef64 (c1d5e0e2-b38e-43d4-80a3-8aaf3df4ba63): Loading data parts 2026.03.04 04:30:18.854155 [ 259 ] {c550419b-c3e3-49ba-81b9-b43b7fc0ee91} oximeter.measurements_cumulativef64 (c1d5e0e2-b38e-43d4-80a3-8aaf3df4ba63): There are no data parts 2026.03.04 04:30:18.855324 [ 259 ] {c550419b-c3e3-49ba-81b9-b43b7fc0ee91} TCPHandler: Processed in 0.003394015 sec. 2026.03.04 04:30:18.855457 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.855711 [ 259 ] {68b0203c-9266-4294-a49c-ecc0777c6c92} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.855834 [ 259 ] {68b0203c-9266-4294-a49c-ecc0777c6c92} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.03.04 04:30:18.858204 [ 259 ] {68b0203c-9266-4294-a49c-ecc0777c6c92} oximeter.measurements_histogrami8 (0888bd25-d512-4f0e-9458-7b4eade44e5c): Loading data parts 2026.03.04 04:30:18.858335 [ 259 ] {68b0203c-9266-4294-a49c-ecc0777c6c92} oximeter.measurements_histogrami8 (0888bd25-d512-4f0e-9458-7b4eade44e5c): There are no data parts 2026.03.04 04:30:18.859555 [ 259 ] {68b0203c-9266-4294-a49c-ecc0777c6c92} TCPHandler: Processed in 0.00414643 sec. 2026.03.04 04:30:18.859687 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.859970 [ 259 ] {2d315299-beaf-47f6-b680-2dea08124eda} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.860091 [ 259 ] {2d315299-beaf-47f6-b680-2dea08124eda} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.03.04 04:30:18.861945 [ 259 ] {2d315299-beaf-47f6-b680-2dea08124eda} oximeter.measurements_histogramu8 (20c4f74a-3e38-4701-aa5b-128b94ef3404): Loading data parts 2026.03.04 04:30:18.862081 [ 259 ] {2d315299-beaf-47f6-b680-2dea08124eda} oximeter.measurements_histogramu8 (20c4f74a-3e38-4701-aa5b-128b94ef3404): There are no data parts 2026.03.04 04:30:18.863279 [ 259 ] {2d315299-beaf-47f6-b680-2dea08124eda} TCPHandler: Processed in 0.0036415 sec. 2026.03.04 04:30:18.863418 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.863623 [ 259 ] {4efa8e4d-b79d-4f71-89b0-5eaebe65adf2} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.863748 [ 259 ] {4efa8e4d-b79d-4f71-89b0-5eaebe65adf2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.03.04 04:30:18.865612 [ 259 ] {4efa8e4d-b79d-4f71-89b0-5eaebe65adf2} oximeter.measurements_histogrami16 (7743d07b-9e6c-4ab4-9663-f48435fed6d3): Loading data parts 2026.03.04 04:30:18.865834 [ 259 ] {4efa8e4d-b79d-4f71-89b0-5eaebe65adf2} oximeter.measurements_histogrami16 (7743d07b-9e6c-4ab4-9663-f48435fed6d3): There are no data parts 2026.03.04 04:30:18.866928 [ 259 ] {4efa8e4d-b79d-4f71-89b0-5eaebe65adf2} TCPHandler: Processed in 0.003558208 sec. 2026.03.04 04:30:18.867061 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.867341 [ 259 ] {ec59aa28-d8d0-45e0-a808-f8e60bcd5ece} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.867524 [ 259 ] {ec59aa28-d8d0-45e0-a808-f8e60bcd5ece} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.03.04 04:30:18.869330 [ 259 ] {ec59aa28-d8d0-45e0-a808-f8e60bcd5ece} oximeter.measurements_histogramu16 (fad2cdc5-5b88-4e35-b2b6-36684620eeb1): Loading data parts 2026.03.04 04:30:18.869477 [ 259 ] {ec59aa28-d8d0-45e0-a808-f8e60bcd5ece} oximeter.measurements_histogramu16 (fad2cdc5-5b88-4e35-b2b6-36684620eeb1): There are no data parts 2026.03.04 04:30:18.870648 [ 259 ] {ec59aa28-d8d0-45e0-a808-f8e60bcd5ece} TCPHandler: Processed in 0.00363609 sec. 2026.03.04 04:30:18.870780 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.870985 [ 259 ] {5c2abfb2-f84b-4df5-bc45-017ebb563272} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.871111 [ 259 ] {5c2abfb2-f84b-4df5-bc45-017ebb563272} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.03.04 04:30:18.872912 [ 259 ] {5c2abfb2-f84b-4df5-bc45-017ebb563272} oximeter.measurements_histogrami32 (1e48f2a8-debb-4fc0-8f99-cc4656d09b29): Loading data parts 2026.03.04 04:30:18.873073 [ 259 ] {5c2abfb2-f84b-4df5-bc45-017ebb563272} oximeter.measurements_histogrami32 (1e48f2a8-debb-4fc0-8f99-cc4656d09b29): There are no data parts 2026.03.04 04:30:18.874198 [ 259 ] {5c2abfb2-f84b-4df5-bc45-017ebb563272} TCPHandler: Processed in 0.003467157 sec. 2026.03.04 04:30:18.874327 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.874611 [ 259 ] {8271a263-8589-4deb-81e3-8343038988ec} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.874732 [ 259 ] {8271a263-8589-4deb-81e3-8343038988ec} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.03.04 04:30:18.876542 [ 259 ] {8271a263-8589-4deb-81e3-8343038988ec} oximeter.measurements_histogramu32 (b46a2210-b65c-4078-8230-874e76c3b3c6): Loading data parts 2026.03.04 04:30:18.876667 [ 259 ] {8271a263-8589-4deb-81e3-8343038988ec} oximeter.measurements_histogramu32 (b46a2210-b65c-4078-8230-874e76c3b3c6): There are no data parts 2026.03.04 04:30:18.877868 [ 259 ] {8271a263-8589-4deb-81e3-8343038988ec} TCPHandler: Processed in 0.003589099 sec. 2026.03.04 04:30:18.878001 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.878208 [ 259 ] {d64288f7-5aa6-485b-8b8a-620433c92212} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.878334 [ 259 ] {d64288f7-5aa6-485b-8b8a-620433c92212} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.03.04 04:30:18.880124 [ 259 ] {d64288f7-5aa6-485b-8b8a-620433c92212} oximeter.measurements_histogrami64 (39b8d3ef-d8aa-4994-9554-ba4971e6f53d): Loading data parts 2026.03.04 04:30:18.880345 [ 259 ] {d64288f7-5aa6-485b-8b8a-620433c92212} oximeter.measurements_histogrami64 (39b8d3ef-d8aa-4994-9554-ba4971e6f53d): There are no data parts 2026.03.04 04:30:18.881462 [ 259 ] {d64288f7-5aa6-485b-8b8a-620433c92212} TCPHandler: Processed in 0.003510117 sec. 2026.03.04 04:30:18.881601 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.881884 [ 259 ] {acccc2db-9d6f-46ad-bed4-8c4f46c502ea} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.882006 [ 259 ] {acccc2db-9d6f-46ad-bed4-8c4f46c502ea} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.03.04 04:30:18.883915 [ 259 ] {acccc2db-9d6f-46ad-bed4-8c4f46c502ea} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Loading data parts 2026.03.04 04:30:18.884050 [ 259 ] {acccc2db-9d6f-46ad-bed4-8c4f46c502ea} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): There are no data parts 2026.03.04 04:30:18.885368 [ 259 ] {acccc2db-9d6f-46ad-bed4-8c4f46c502ea} TCPHandler: Processed in 0.003814064 sec. 2026.03.04 04:30:18.885505 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.885712 [ 259 ] {194c301d-0de4-477a-b2c7-132e4697baff} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.885841 [ 259 ] {194c301d-0de4-477a-b2c7-132e4697baff} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.03.04 04:30:18.887765 [ 259 ] {194c301d-0de4-477a-b2c7-132e4697baff} oximeter.measurements_histogramf32 (6a1bc64a-6b45-4134-968b-79af3f996704): Loading data parts 2026.03.04 04:30:18.887970 [ 259 ] {194c301d-0de4-477a-b2c7-132e4697baff} oximeter.measurements_histogramf32 (6a1bc64a-6b45-4134-968b-79af3f996704): There are no data parts 2026.03.04 04:30:18.889148 [ 259 ] {194c301d-0de4-477a-b2c7-132e4697baff} TCPHandler: Processed in 0.003691271 sec. 2026.03.04 04:30:18.889278 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.889560 [ 259 ] {ea8da265-80e4-44a6-921b-1b5ca7b538a4} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.889682 [ 259 ] {ea8da265-80e4-44a6-921b-1b5ca7b538a4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.03.04 04:30:18.891619 [ 259 ] {ea8da265-80e4-44a6-921b-1b5ca7b538a4} oximeter.measurements_histogramf64 (6c80addd-f60d-4c37-866f-7541fd8beac7): Loading data parts 2026.03.04 04:30:18.891806 [ 259 ] {ea8da265-80e4-44a6-921b-1b5ca7b538a4} oximeter.measurements_histogramf64 (6c80addd-f60d-4c37-866f-7541fd8beac7): There are no data parts 2026.03.04 04:30:18.892999 [ 259 ] {ea8da265-80e4-44a6-921b-1b5ca7b538a4} TCPHandler: Processed in 0.003771263 sec. 2026.03.04 04:30:18.893130 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.893301 [ 259 ] {f8278ba0-f6b3-4ad1-a556-c86247e76d60} executeQuery: (from [fd00:1122:3344:101::d]:42660) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.893429 [ 259 ] {f8278ba0-f6b3-4ad1-a556-c86247e76d60} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.03.04 04:30:18.895316 [ 259 ] {f8278ba0-f6b3-4ad1-a556-c86247e76d60} oximeter.fields_bool (b0872543-156c-43eb-a6f3-8db8f116fbde): Loading data parts 2026.03.04 04:30:18.895563 [ 259 ] {f8278ba0-f6b3-4ad1-a556-c86247e76d60} oximeter.fields_bool (b0872543-156c-43eb-a6f3-8db8f116fbde): There are no data parts 2026.03.04 04:30:18.896659 [ 259 ] {f8278ba0-f6b3-4ad1-a556-c86247e76d60} TCPHandler: Processed in 0.00357716 sec. 2026.03.04 04:30:18.896789 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.897016 [ 259 ] {d1b198c1-a47a-47e6-9da9-32bcc3f07e0d} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.897130 [ 259 ] {d1b198c1-a47a-47e6-9da9-32bcc3f07e0d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.03.04 04:30:18.898952 [ 259 ] {d1b198c1-a47a-47e6-9da9-32bcc3f07e0d} oximeter.fields_i8 (6722cd83-a074-4665-8676-b4dfb0b5b8e5): Loading data parts 2026.03.04 04:30:18.899077 [ 259 ] {d1b198c1-a47a-47e6-9da9-32bcc3f07e0d} oximeter.fields_i8 (6722cd83-a074-4665-8676-b4dfb0b5b8e5): There are no data parts 2026.03.04 04:30:18.900208 [ 259 ] {d1b198c1-a47a-47e6-9da9-32bcc3f07e0d} TCPHandler: Processed in 0.003468097 sec. 2026.03.04 04:30:18.900373 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.900524 [ 259 ] {e6050524-a7c7-454f-b042-2d7462e7aa2e} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.900697 [ 259 ] {e6050524-a7c7-454f-b042-2d7462e7aa2e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.03.04 04:30:18.902478 [ 259 ] {e6050524-a7c7-454f-b042-2d7462e7aa2e} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Loading data parts 2026.03.04 04:30:18.902689 [ 259 ] {e6050524-a7c7-454f-b042-2d7462e7aa2e} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): There are no data parts 2026.03.04 04:30:18.903834 [ 259 ] {e6050524-a7c7-454f-b042-2d7462e7aa2e} TCPHandler: Processed in 0.003508558 sec. 2026.03.04 04:30:18.903969 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.904206 [ 259 ] {c527d1dd-71e4-4611-a6a5-4952728ccd8e} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.904312 [ 259 ] {c527d1dd-71e4-4611-a6a5-4952728ccd8e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.03.04 04:30:18.906111 [ 259 ] {c527d1dd-71e4-4611-a6a5-4952728ccd8e} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Loading data parts 2026.03.04 04:30:18.906238 [ 259 ] {c527d1dd-71e4-4611-a6a5-4952728ccd8e} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): There are no data parts 2026.03.04 04:30:18.907421 [ 259 ] {c527d1dd-71e4-4611-a6a5-4952728ccd8e} TCPHandler: Processed in 0.003502657 sec. 2026.03.04 04:30:18.907552 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.907705 [ 259 ] {89ebcd19-0253-424a-af67-1b6d9e46ac0a} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.907816 [ 259 ] {89ebcd19-0253-424a-af67-1b6d9e46ac0a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.03.04 04:30:18.909546 [ 259 ] {89ebcd19-0253-424a-af67-1b6d9e46ac0a} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Loading data parts 2026.03.04 04:30:18.909743 [ 259 ] {89ebcd19-0253-424a-af67-1b6d9e46ac0a} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): There are no data parts 2026.03.04 04:30:18.910831 [ 259 ] {89ebcd19-0253-424a-af67-1b6d9e46ac0a} TCPHandler: Processed in 0.003328964 sec. 2026.03.04 04:30:18.910963 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.911198 [ 259 ] {7116d2e0-3e78-4f1f-897f-bdb3563af5ba} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.911314 [ 259 ] {7116d2e0-3e78-4f1f-897f-bdb3563af5ba} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.03.04 04:30:18.913063 [ 259 ] {7116d2e0-3e78-4f1f-897f-bdb3563af5ba} oximeter.fields_i32 (cc599c62-15ad-4c1f-9bf1-1ce704286296): Loading data parts 2026.03.04 04:30:18.913226 [ 259 ] {7116d2e0-3e78-4f1f-897f-bdb3563af5ba} oximeter.fields_i32 (cc599c62-15ad-4c1f-9bf1-1ce704286296): There are no data parts 2026.03.04 04:30:18.914385 [ 259 ] {7116d2e0-3e78-4f1f-897f-bdb3563af5ba} TCPHandler: Processed in 0.003471777 sec. 2026.03.04 04:30:18.914517 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.914668 [ 259 ] {9b9d9efa-79f4-4258-9739-f4c3bf872b5f} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.914786 [ 259 ] {9b9d9efa-79f4-4258-9739-f4c3bf872b5f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.03.04 04:30:18.916923 [ 259 ] {9b9d9efa-79f4-4258-9739-f4c3bf872b5f} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Loading data parts 2026.03.04 04:30:18.917083 [ 259 ] {9b9d9efa-79f4-4258-9739-f4c3bf872b5f} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): There are no data parts 2026.03.04 04:30:18.918224 [ 259 ] {9b9d9efa-79f4-4258-9739-f4c3bf872b5f} TCPHandler: Processed in 0.003758212 sec. 2026.03.04 04:30:18.918354 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.918643 [ 259 ] {5fdcc155-b9a6-4b85-b37d-f15b118a4aa7} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.918761 [ 259 ] {5fdcc155-b9a6-4b85-b37d-f15b118a4aa7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.03.04 04:30:18.920481 [ 259 ] {5fdcc155-b9a6-4b85-b37d-f15b118a4aa7} oximeter.fields_i64 (86ed20ee-5326-4186-b89f-bc1221706117): Loading data parts 2026.03.04 04:30:18.920611 [ 259 ] {5fdcc155-b9a6-4b85-b37d-f15b118a4aa7} oximeter.fields_i64 (86ed20ee-5326-4186-b89f-bc1221706117): There are no data parts 2026.03.04 04:30:18.921794 [ 259 ] {5fdcc155-b9a6-4b85-b37d-f15b118a4aa7} TCPHandler: Processed in 0.003489077 sec. 2026.03.04 04:30:18.921923 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.922082 [ 259 ] {9a7f8e8f-9f31-48ae-8c3e-0bb8ad2e939b} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.922201 [ 259 ] {9a7f8e8f-9f31-48ae-8c3e-0bb8ad2e939b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.03.04 04:30:18.924012 [ 259 ] {9a7f8e8f-9f31-48ae-8c3e-0bb8ad2e939b} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Loading data parts 2026.03.04 04:30:18.924150 [ 259 ] {9a7f8e8f-9f31-48ae-8c3e-0bb8ad2e939b} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): There are no data parts 2026.03.04 04:30:18.925291 [ 259 ] {9a7f8e8f-9f31-48ae-8c3e-0bb8ad2e939b} TCPHandler: Processed in 0.003416956 sec. 2026.03.04 04:30:18.925420 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.925650 [ 259 ] {5efb5396-210b-4ac5-a686-184ea6518d7b} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.925764 [ 259 ] {5efb5396-210b-4ac5-a686-184ea6518d7b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.03.04 04:30:18.927482 [ 259 ] {5efb5396-210b-4ac5-a686-184ea6518d7b} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Loading data parts 2026.03.04 04:30:18.927664 [ 259 ] {5efb5396-210b-4ac5-a686-184ea6518d7b} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): There are no data parts 2026.03.04 04:30:18.928805 [ 259 ] {5efb5396-210b-4ac5-a686-184ea6518d7b} TCPHandler: Processed in 0.003434147 sec. 2026.03.04 04:30:18.928933 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.929092 [ 259 ] {9a02862b-48e8-4941-b3ce-4c82f0e129a2} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.929211 [ 259 ] {9a02862b-48e8-4941-b3ce-4c82f0e129a2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.03.04 04:30:18.930975 [ 259 ] {9a02862b-48e8-4941-b3ce-4c82f0e129a2} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Loading data parts 2026.03.04 04:30:18.931117 [ 259 ] {9a02862b-48e8-4941-b3ce-4c82f0e129a2} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): There are no data parts 2026.03.04 04:30:18.932262 [ 259 ] {9a02862b-48e8-4941-b3ce-4c82f0e129a2} TCPHandler: Processed in 0.003377755 sec. 2026.03.04 04:30:18.932475 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.932626 [ 259 ] {48dbdc9c-5a6a-4ed1-bb53-8c6afd2a8be8} executeQuery: (from [fd00:1122:3344:101::d]:42660) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.03.04 04:30:18.932742 [ 259 ] {48dbdc9c-5a6a-4ed1-bb53-8c6afd2a8be8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.03.04 04:30:18.934443 [ 259 ] {48dbdc9c-5a6a-4ed1-bb53-8c6afd2a8be8} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Loading data parts 2026.03.04 04:30:18.934643 [ 259 ] {48dbdc9c-5a6a-4ed1-bb53-8c6afd2a8be8} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): There are no data parts 2026.03.04 04:30:18.935745 [ 259 ] {48dbdc9c-5a6a-4ed1-bb53-8c6afd2a8be8} TCPHandler: Processed in 0.003320264 sec. 2026.03.04 04:30:18.935892 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.936182 [ 259 ] {8e7ad65e-b7b2-4535-88f6-3675addb5df2} executeQuery: (from [fd00:1122:3344:101::d]:42660) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2026.03.04 04:30:18.936314 [ 259 ] {8e7ad65e-b7b2-4535-88f6-3675addb5df2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.03.04 04:30:18.938079 [ 259 ] {8e7ad65e-b7b2-4535-88f6-3675addb5df2} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1): Loading data parts 2026.03.04 04:30:18.938210 [ 259 ] {8e7ad65e-b7b2-4535-88f6-3675addb5df2} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1): There are no data parts 2026.03.04 04:30:18.939552 [ 259 ] {8e7ad65e-b7b2-4535-88f6-3675addb5df2} TCPHandler: Processed in 0.003710202 sec. 2026.03.04 04:30:18.939758 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:18.940019 [ 261 ] {ac3bb4da-3176-4609-a816-2d4b418e6952} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.03.04 04:30:18.941409 [ 261 ] {ac3bb4da-3176-4609-a816-2d4b418e6952} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.03.04 04:30:18.957951 [ 276 ] {ac3bb4da-3176-4609-a816-2d4b418e6952} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:18.958069 [ 276 ] {ac3bb4da-3176-4609-a816-2d4b418e6952} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.28 GiB. 2026.03.04 04:30:18.963620 [ 276 ] {ac3bb4da-3176-4609-a816-2d4b418e6952} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.04 04:30:18.964385 [ 276 ] {ac3bb4da-3176-4609-a816-2d4b418e6952} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:18.964800 [ 261 ] {ac3bb4da-3176-4609-a816-2d4b418e6952} executeQuery: Read 1 rows, 16.00 B in 0.024914 sec., 40.13807497792406 rows/sec., 642.21 B/sec. 2026.03.04 04:30:18.965096 [ 261 ] {ac3bb4da-3176-4609-a816-2d4b418e6952} TCPHandler: Processed in 0.025398929 sec. 2026.03.04 04:30:19.001140 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 124.26 MiB, peak 124.26 MiB, free memory in arenas 0.00 B, will set to 139.10 MiB (RSS), difference: 14.84 MiB 2026.03.04 04:30:19.125845 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:56086 2026.03.04 04:30:19.126040 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:19.126090 [ 278 ] {} TCP-Session: fd25e503-e89d-4a1c-b61b-72175c35d2f2 Authenticating user 'default' from [fd00:1122:3344:101::c]:56086 2026.03.04 04:30:19.126123 [ 278 ] {} TCP-Session: fd25e503-e89d-4a1c-b61b-72175c35d2f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:19.126266 [ 278 ] {} TCP-Session: fd25e503-e89d-4a1c-b61b-72175c35d2f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:19.126369 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.04 04:30:19.126401 [ 278 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.04 04:30:19.126525 [ 278 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.04 04:30:19.127898 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42230 2026.03.04 04:30:19.128141 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:19.128187 [ 279 ] {} TCP-Session: a4e9e7fc-68e8-42f1-98aa-68bf714a5ede Authenticating user 'default' from [fd00:1122:3344:101::c]:42230 2026.03.04 04:30:19.128266 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61884 2026.03.04 04:30:19.128207 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45871 2026.03.04 04:30:19.128200 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36028 2026.03.04 04:30:19.128346 [ 279 ] {} TCP-Session: a4e9e7fc-68e8-42f1-98aa-68bf714a5ede Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:19.128475 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38570 2026.03.04 04:30:19.128478 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46960 2026.03.04 04:30:19.128484 [ 279 ] {} TCP-Session: a4e9e7fc-68e8-42f1-98aa-68bf714a5ede Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:19.128659 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:19.128686 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:19.128695 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38246 2026.03.04 04:30:19.128708 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:19.128824 [ 282 ] {} TCP-Session: c3ebc2b3-f945-4540-8c20-56f08af1f137 Authenticating user 'default' from [fd00:1122:3344:101::c]:61884 2026.03.04 04:30:19.128828 [ 280 ] {} TCP-Session: 4f41bdda-5d35-47cd-b323-f1223d609568 Authenticating user 'default' from [fd00:1122:3344:101::c]:45871 2026.03.04 04:30:19.128893 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:19.128921 [ 281 ] {} TCP-Session: e8b207a9-97d9-428a-88b0-fd34e97a970d Authenticating user 'default' from [fd00:1122:3344:101::c]:36028 2026.03.04 04:30:19.128970 [ 283 ] {} TCP-Session: db5f2bad-f555-47e4-8062-52482cd54171 Authenticating user 'default' from [fd00:1122:3344:101::c]:38570 2026.03.04 04:30:19.128969 [ 282 ] {} TCP-Session: c3ebc2b3-f945-4540-8c20-56f08af1f137 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:19.129026 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:19.129124 [ 283 ] {} TCP-Session: db5f2bad-f555-47e4-8062-52482cd54171 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:19.129099 [ 282 ] {} TCP-Session: c3ebc2b3-f945-4540-8c20-56f08af1f137 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:19.129086 [ 281 ] {} TCP-Session: e8b207a9-97d9-428a-88b0-fd34e97a970d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:19.129220 [ 285 ] {} TCP-Session: 3ac22288-d2df-44e2-8ca3-447699bd50b8 Authenticating user 'default' from [fd00:1122:3344:101::c]:38246 2026.03.04 04:30:19.129254 [ 283 ] {} TCP-Session: db5f2bad-f555-47e4-8062-52482cd54171 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:19.128928 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:19.129347 [ 285 ] {} TCP-Session: 3ac22288-d2df-44e2-8ca3-447699bd50b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:19.129308 [ 281 ] {} TCP-Session: e8b207a9-97d9-428a-88b0-fd34e97a970d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:19.128930 [ 280 ] {} TCP-Session: 4f41bdda-5d35-47cd-b323-f1223d609568 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:19.129457 [ 284 ] {} TCP-Session: e3f95c4f-3278-4b85-9b66-4c900dfbac87 Authenticating user 'default' from [fd00:1122:3344:101::c]:46960 2026.03.04 04:30:19.129448 [ 285 ] {} TCP-Session: 3ac22288-d2df-44e2-8ca3-447699bd50b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:19.129559 [ 280 ] {} TCP-Session: 4f41bdda-5d35-47cd-b323-f1223d609568 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:19.129595 [ 284 ] {} TCP-Session: e3f95c4f-3278-4b85-9b66-4c900dfbac87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:19.129709 [ 284 ] {} TCP-Session: e3f95c4f-3278-4b85-9b66-4c900dfbac87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:25.546223 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.03.04 04:30:25.546270 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2026.03.04 04:30:25.546432 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.03.04 04:30:25.546451 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.03.04 04:30:25.549539 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Loading data parts 2026.03.04 04:30:25.549828 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): There are no data parts 2026.03.04 04:30:25.553218 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:25.553256 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.27 GiB. 2026.03.04 04:30:25.559051 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.04 04:30:25.559690 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:25.559832 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2026.03.04 04:30:25.562668 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Loading data parts 2026.03.04 04:30:25.562831 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): There are no data parts 2026.03.04 04:30:25.585849 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:25.585892 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.27 GiB. 2026.03.04 04:30:25.592120 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.04 04:30:25.593296 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:25.596287 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.03.04 04:30:26.000167 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.86 MiB, peak 148.86 MiB, free memory in arenas 0.00 B, will set to 153.96 MiB (RSS), difference: 9.10 MiB 2026.03.04 04:30:28.046108 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.03.04 04:30:28.046210 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.03.04 04:30:28.050447 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Loading data parts 2026.03.04 04:30:28.050727 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): There are no data parts 2026.03.04 04:30:28.058807 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:28.058845 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.27 GiB. 2026.03.04 04:30:28.060671 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.04 04:30:28.061222 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:28.061514 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.03.04 04:30:29.000196 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.18 MiB, peak 158.18 MiB, free memory in arenas 0.00 B, will set to 155.01 MiB (RSS), difference: -3.17 MiB 2026.03.04 04:30:29.413324 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61007 2026.03.04 04:30:29.413451 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:29.413484 [ 286 ] {} TCP-Session: adc8a4c3-1d08-48a2-a0ce-8a3a13d6ae6d Authenticating user 'default' from [fd00:1122:3344:101::e]:61007 2026.03.04 04:30:29.413611 [ 286 ] {} TCP-Session: adc8a4c3-1d08-48a2-a0ce-8a3a13d6ae6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:29.413625 [ 286 ] {} TCP-Session: adc8a4c3-1d08-48a2-a0ce-8a3a13d6ae6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:29.413676 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.03.04 04:30:29.413769 [ 286 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.04 04:30:29.413787 [ 286 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.03.04 04:30:29.414236 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46821 2026.03.04 04:30:29.414335 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32795 2026.03.04 04:30:29.414443 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:29.414473 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54079 2026.03.04 04:30:29.414563 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44801 2026.03.04 04:30:29.414632 [ 287 ] {} TCP-Session: 94788c9d-4ed2-4494-9e74-c7b48df1f52d Authenticating user 'default' from [fd00:1122:3344:101::e]:46821 2026.03.04 04:30:29.414648 [ 286 ] {} TCP-Session: adc8a4c3-1d08-48a2-a0ce-8a3a13d6ae6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:29.414651 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:29.414668 [ 287 ] {} TCP-Session: 94788c9d-4ed2-4494-9e74-c7b48df1f52d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:29.414708 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61706 2026.03.04 04:30:29.414780 [ 287 ] {} TCP-Session: 94788c9d-4ed2-4494-9e74-c7b48df1f52d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:29.414860 [ 288 ] {} TCP-Session: c71da67f-4e29-45c7-bc04-3424b8da0c04 Authenticating user 'default' from [fd00:1122:3344:101::e]:32795 2026.03.04 04:30:29.414891 [ 288 ] {} TCP-Session: c71da67f-4e29-45c7-bc04-3424b8da0c04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:29.414918 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45027 2026.03.04 04:30:29.414938 [ 288 ] {} TCP-Session: c71da67f-4e29-45c7-bc04-3424b8da0c04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:29.414937 [ 286 ] {0ba01beb-5bf1-42a5-85a7-a6cc25a850a8} executeQuery: (from [fd00:1122:3344:101::e]:61007) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:30:29.415005 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:29.415055 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:29.415101 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:29.415103 [ 290 ] {} TCP-Session: 95bc5f08-53b8-43fc-a689-f51e8845f77a Authenticating user 'default' from [fd00:1122:3344:101::e]:44801 2026.03.04 04:30:29.415116 [ 291 ] {} TCP-Session: f90e0375-412c-4892-a071-a2dda7df76d9 Authenticating user 'default' from [fd00:1122:3344:101::e]:61706 2026.03.04 04:30:29.415156 [ 290 ] {} TCP-Session: 95bc5f08-53b8-43fc-a689-f51e8845f77a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:29.415184 [ 291 ] {} TCP-Session: f90e0375-412c-4892-a071-a2dda7df76d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:29.415185 [ 290 ] {} TCP-Session: 95bc5f08-53b8-43fc-a689-f51e8845f77a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:29.415211 [ 289 ] {} TCP-Session: d7e24db9-898e-4d1c-a08f-9a2e093f907d Authenticating user 'default' from [fd00:1122:3344:101::e]:54079 2026.03.04 04:30:29.415216 [ 291 ] {} TCP-Session: f90e0375-412c-4892-a071-a2dda7df76d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:29.415242 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:29.415249 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56489 2026.03.04 04:30:29.415287 [ 292 ] {} TCP-Session: 84b48ff1-6cdb-4947-ac8b-410f540ffc67 Authenticating user 'default' from [fd00:1122:3344:101::e]:45027 2026.03.04 04:30:29.415244 [ 289 ] {} TCP-Session: d7e24db9-898e-4d1c-a08f-9a2e093f907d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:29.415316 [ 292 ] {} TCP-Session: 84b48ff1-6cdb-4947-ac8b-410f540ffc67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:29.415323 [ 289 ] {} TCP-Session: d7e24db9-898e-4d1c-a08f-9a2e093f907d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:29.415331 [ 292 ] {} TCP-Session: 84b48ff1-6cdb-4947-ac8b-410f540ffc67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:29.415345 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61799 2026.03.04 04:30:29.415540 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:29.415576 [ 293 ] {} TCP-Session: ad772875-9a0c-49d8-af6a-27a11fa2f7e2 Authenticating user 'default' from [fd00:1122:3344:101::e]:56489 2026.03.04 04:30:29.415594 [ 293 ] {} TCP-Session: ad772875-9a0c-49d8-af6a-27a11fa2f7e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:29.415606 [ 293 ] {} TCP-Session: ad772875-9a0c-49d8-af6a-27a11fa2f7e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:29.415610 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:29.415660 [ 294 ] {} TCP-Session: 896ad6a8-ab01-4575-8b55-0699a245d022 Authenticating user 'default' from [fd00:1122:3344:101::e]:61799 2026.03.04 04:30:29.415677 [ 294 ] {} TCP-Session: 896ad6a8-ab01-4575-8b55-0699a245d022 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:29.415690 [ 294 ] {} TCP-Session: 896ad6a8-ab01-4575-8b55-0699a245d022 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:29.415939 [ 286 ] {0ba01beb-5bf1-42a5-85a7-a6cc25a850a8} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:30:29.416279 [ 286 ] {0ba01beb-5bf1-42a5-85a7-a6cc25a850a8} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:29.416991 [ 286 ] {0ba01beb-5bf1-42a5-85a7-a6cc25a850a8} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:30:29.422717 [ 297 ] {0ba01beb-5bf1-42a5-85a7-a6cc25a850a8} AggregatingTransform: Aggregating 2026.03.04 04:30:29.422801 [ 297 ] {0ba01beb-5bf1-42a5-85a7-a6cc25a850a8} Aggregator: Aggregation method: without_key 2026.03.04 04:30:29.423463 [ 297 ] {0ba01beb-5bf1-42a5-85a7-a6cc25a850a8} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.004470176 sec. (223.705 rows/sec., 8.74 KiB/sec.) 2026.03.04 04:30:29.423486 [ 297 ] {0ba01beb-5bf1-42a5-85a7-a6cc25a850a8} Aggregator: Merging aggregated data 2026.03.04 04:30:29.423517 [ 297 ] {0ba01beb-5bf1-42a5-85a7-a6cc25a850a8} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.03.04 04:30:29.424802 [ 286 ] {0ba01beb-5bf1-42a5-85a7-a6cc25a850a8} executeQuery: Read 1 rows, 40.00 B in 0.009921 sec., 100.79629069650238 rows/sec., 3.94 KiB/sec. 2026.03.04 04:30:29.424935 [ 286 ] {0ba01beb-5bf1-42a5-85a7-a6cc25a850a8} TCPHandler: Processed in 0.010497502 sec. 2026.03.04 04:30:29.426739 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:29.426765 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:29.426784 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:29.426790 [ 286 ] {} TCP-Session: adc8a4c3-1d08-48a2-a0ce-8a3a13d6ae6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:29.426802 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:29.426818 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:29.426850 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:29.426862 [ 287 ] {} TCP-Session: 94788c9d-4ed2-4494-9e74-c7b48df1f52d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:29.426884 [ 288 ] {} TCP-Session: c71da67f-4e29-45c7-bc04-3424b8da0c04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:29.426881 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:29.426899 [ 292 ] {} TCP-Session: 84b48ff1-6cdb-4947-ac8b-410f540ffc67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:29.426876 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:29.426954 [ 294 ] {} TCP-Session: 896ad6a8-ab01-4575-8b55-0699a245d022 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:29.426834 [ 289 ] {} TCP-Session: d7e24db9-898e-4d1c-a08f-9a2e093f907d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:29.426993 [ 290 ] {} TCP-Session: 95bc5f08-53b8-43fc-a689-f51e8845f77a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:29.426828 [ 293 ] {} TCP-Session: ad772875-9a0c-49d8-af6a-27a11fa2f7e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:29.426836 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:29.427104 [ 291 ] {} TCP-Session: f90e0375-412c-4892-a071-a2dda7df76d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.000203 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.27 MiB, peak 165.39 MiB, free memory in arenas 0.00 B, will set to 159.09 MiB (RSS), difference: 3.83 MiB 2026.03.04 04:30:30.291946 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42588 2026.03.04 04:30:30.292068 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:30.292102 [ 286 ] {} TCP-Session: ad3472f2-2413-47f0-b754-cd930bcec01b Authenticating user 'default' from [fd00:1122:3344:101::e]:42588 2026.03.04 04:30:30.292133 [ 286 ] {} TCP-Session: ad3472f2-2413-47f0-b754-cd930bcec01b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.292148 [ 286 ] {} TCP-Session: ad3472f2-2413-47f0-b754-cd930bcec01b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.292397 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63568 2026.03.04 04:30:30.292415 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42040 2026.03.04 04:30:30.292435 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35306 2026.03.04 04:30:30.292481 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53646 2026.03.04 04:30:30.292474 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43350 2026.03.04 04:30:30.292536 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:30.292534 [ 286 ] {} TCP-Session: ad3472f2-2413-47f0-b754-cd930bcec01b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:30.292593 [ 289 ] {} TCP-Session: 5c3b5a31-3a82-48a5-b24f-7a51df85058b Authenticating user 'default' from [fd00:1122:3344:101::e]:42040 2026.03.04 04:30:30.292582 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:30.292621 [ 289 ] {} TCP-Session: 5c3b5a31-3a82-48a5-b24f-7a51df85058b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.292639 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:30.292653 [ 289 ] {} TCP-Session: 5c3b5a31-3a82-48a5-b24f-7a51df85058b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.292652 [ 290 ] {} TCP-Session: 213648f2-c0d5-4665-90dc-b2f37a1758ba Authenticating user 'default' from [fd00:1122:3344:101::e]:35306 2026.03.04 04:30:30.292677 [ 293 ] {} TCP-Session: d28c8eea-e834-4d93-8b61-774402090d18 Authenticating user 'default' from [fd00:1122:3344:101::e]:43350 2026.03.04 04:30:30.292582 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:30.292711 [ 290 ] {} TCP-Session: 213648f2-c0d5-4665-90dc-b2f37a1758ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.292722 [ 293 ] {} TCP-Session: d28c8eea-e834-4d93-8b61-774402090d18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.292746 [ 290 ] {} TCP-Session: 213648f2-c0d5-4665-90dc-b2f37a1758ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.292741 [ 294 ] {} TCP-Session: 5b7decaf-4853-49c4-98f4-23a09cde6c04 Authenticating user 'default' from [fd00:1122:3344:101::e]:53646 2026.03.04 04:30:30.292757 [ 286 ] {5df20a3b-638e-4593-94d0-2dc137946e6a} executeQuery: (from [fd00:1122:3344:101::e]:42588) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:30:30.292783 [ 294 ] {} TCP-Session: 5b7decaf-4853-49c4-98f4-23a09cde6c04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.292760 [ 293 ] {} TCP-Session: d28c8eea-e834-4d93-8b61-774402090d18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.292814 [ 294 ] {} TCP-Session: 5b7decaf-4853-49c4-98f4-23a09cde6c04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.292533 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:30.292457 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54948 2026.03.04 04:30:30.292904 [ 287 ] {} TCP-Session: 09d17ed2-2c8c-42e3-88a8-c5ff1fc7e0c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:63568 2026.03.04 04:30:30.292447 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38833 2026.03.04 04:30:30.292943 [ 287 ] {} TCP-Session: 09d17ed2-2c8c-42e3-88a8-c5ff1fc7e0c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.292409 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45812 2026.03.04 04:30:30.292967 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:30.292972 [ 287 ] {} TCP-Session: 09d17ed2-2c8c-42e3-88a8-c5ff1fc7e0c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.293016 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:30.293020 [ 292 ] {} TCP-Session: 55b621bb-4531-411b-a7eb-86c864170efd Authenticating user 'default' from [fd00:1122:3344:101::e]:54948 2026.03.04 04:30:30.293046 [ 291 ] {} TCP-Session: 74c7e406-933c-45ad-b887-d48ff1a6bb30 Authenticating user 'default' from [fd00:1122:3344:101::e]:38833 2026.03.04 04:30:30.293057 [ 292 ] {} TCP-Session: 55b621bb-4531-411b-a7eb-86c864170efd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.293074 [ 291 ] {} TCP-Session: 74c7e406-933c-45ad-b887-d48ff1a6bb30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.293088 [ 292 ] {} TCP-Session: 55b621bb-4531-411b-a7eb-86c864170efd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.293101 [ 291 ] {} TCP-Session: 74c7e406-933c-45ad-b887-d48ff1a6bb30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.293076 [ 286 ] {5df20a3b-638e-4593-94d0-2dc137946e6a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:30:30.293049 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:30.293197 [ 288 ] {} TCP-Session: 086e7685-9edf-46ae-85a7-762de91f13a8 Authenticating user 'default' from [fd00:1122:3344:101::e]:45812 2026.03.04 04:30:30.293203 [ 286 ] {5df20a3b-638e-4593-94d0-2dc137946e6a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:30.293220 [ 288 ] {} TCP-Session: 086e7685-9edf-46ae-85a7-762de91f13a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.293244 [ 288 ] {} TCP-Session: 086e7685-9edf-46ae-85a7-762de91f13a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.293528 [ 286 ] {5df20a3b-638e-4593-94d0-2dc137946e6a} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:30:30.294496 [ 277 ] {5df20a3b-638e-4593-94d0-2dc137946e6a} AggregatingTransform: Aggregating 2026.03.04 04:30:30.294555 [ 277 ] {5df20a3b-638e-4593-94d0-2dc137946e6a} Aggregator: Aggregation method: without_key 2026.03.04 04:30:30.294598 [ 277 ] {5df20a3b-638e-4593-94d0-2dc137946e6a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000965869 sec. (1035.337 rows/sec., 40.44 KiB/sec.) 2026.03.04 04:30:30.294622 [ 277 ] {5df20a3b-638e-4593-94d0-2dc137946e6a} Aggregator: Merging aggregated data 2026.03.04 04:30:30.295885 [ 286 ] {5df20a3b-638e-4593-94d0-2dc137946e6a} executeQuery: Read 1 rows, 40.00 B in 0.003184 sec., 314.07035175879395 rows/sec., 12.27 KiB/sec. 2026.03.04 04:30:30.296032 [ 286 ] {5df20a3b-638e-4593-94d0-2dc137946e6a} TCPHandler: Processed in 0.00364801 sec. 2026.03.04 04:30:30.296152 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:30.296189 [ 286 ] {} TCP-Session: ad3472f2-2413-47f0-b754-cd930bcec01b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.296195 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:30.296221 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:30.296239 [ 288 ] {} TCP-Session: 086e7685-9edf-46ae-85a7-762de91f13a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.296241 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:30.296269 [ 292 ] {} TCP-Session: 55b621bb-4531-411b-a7eb-86c864170efd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.296280 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:30.296299 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:30.296320 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:30.296339 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:30.296361 [ 290 ] {} TCP-Session: 213648f2-c0d5-4665-90dc-b2f37a1758ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.296378 [ 289 ] {} TCP-Session: 5c3b5a31-3a82-48a5-b24f-7a51df85058b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.296403 [ 291 ] {} TCP-Session: 74c7e406-933c-45ad-b887-d48ff1a6bb30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.296333 [ 293 ] {} TCP-Session: d28c8eea-e834-4d93-8b61-774402090d18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.296306 [ 287 ] {} TCP-Session: 09d17ed2-2c8c-42e3-88a8-c5ff1fc7e0c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:30.296263 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:30.296520 [ 294 ] {} TCP-Session: 5b7decaf-4853-49c4-98f4-23a09cde6c04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:33.021250 [ 103 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:30:33.021306 [ 103 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:30:33.060130 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 500 entries to flush up to offset 988 2026.03.04 04:30:33.060873 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:33.060916 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.27 GiB. 2026.03.04 04:30:33.061594 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.04 04:30:33.062042 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:33.062257 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 988 2026.03.04 04:30:33.097359 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.03.04 04:30:33.117413 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:33.117485 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.27 GiB. 2026.03.04 04:30:33.124171 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.04 04:30:33.125403 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:33.128943 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.03.04 04:30:34.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 159.90 MiB, peak 167.43 MiB, free memory in arenas 0.00 B, will set to 162.25 MiB (RSS), difference: 2.35 MiB 2026.03.04 04:30:35.597297 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53903 2026.03.04 04:30:35.597406 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:35.597432 [ 286 ] {} TCP-Session: 65e74581-8839-4b18-a04b-d38feaed123c Authenticating user 'default' from [fd00:1122:3344:101::e]:53903 2026.03.04 04:30:35.597454 [ 286 ] {} TCP-Session: 65e74581-8839-4b18-a04b-d38feaed123c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.597466 [ 286 ] {} TCP-Session: 65e74581-8839-4b18-a04b-d38feaed123c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.597671 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43150 2026.03.04 04:30:35.597736 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36096 2026.03.04 04:30:35.597778 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59520 2026.03.04 04:30:35.597802 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:35.597815 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43510 2026.03.04 04:30:35.597845 [ 287 ] {} TCP-Session: 21f3254c-bf0d-4d1a-bfec-4d5d087d6c40 Authenticating user 'default' from [fd00:1122:3344:101::e]:43150 2026.03.04 04:30:35.597847 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60023 2026.03.04 04:30:35.597863 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46372 2026.03.04 04:30:35.597878 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:35.597903 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:35.597938 [ 289 ] {} TCP-Session: bc088683-af66-4999-8d2a-01c9e01708e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:59520 2026.03.04 04:30:35.597947 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:35.597969 [ 289 ] {} TCP-Session: bc088683-af66-4999-8d2a-01c9e01708e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.597967 [ 291 ] {} TCP-Session: c8f79449-668e-409c-b299-f5f4f67c94cc Authenticating user 'default' from [fd00:1122:3344:101::e]:43510 2026.03.04 04:30:35.597991 [ 292 ] {} TCP-Session: b7ffc737-cc99-488b-9ba5-b2881336da74 Authenticating user 'default' from [fd00:1122:3344:101::e]:60023 2026.03.04 04:30:35.598020 [ 291 ] {} TCP-Session: c8f79449-668e-409c-b299-f5f4f67c94cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.598037 [ 292 ] {} TCP-Session: b7ffc737-cc99-488b-9ba5-b2881336da74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.598055 [ 291 ] {} TCP-Session: c8f79449-668e-409c-b299-f5f4f67c94cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.598072 [ 292 ] {} TCP-Session: b7ffc737-cc99-488b-9ba5-b2881336da74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.597989 [ 289 ] {} TCP-Session: bc088683-af66-4999-8d2a-01c9e01708e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.597958 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:35.597878 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56475 2026.03.04 04:30:35.598166 [ 293 ] {} TCP-Session: e5099826-0bb9-45f3-a4a7-1ebdba07688b Authenticating user 'default' from [fd00:1122:3344:101::e]:46372 2026.03.04 04:30:35.597873 [ 287 ] {} TCP-Session: 21f3254c-bf0d-4d1a-bfec-4d5d087d6c40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.598212 [ 293 ] {} TCP-Session: e5099826-0bb9-45f3-a4a7-1ebdba07688b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.598227 [ 287 ] {} TCP-Session: 21f3254c-bf0d-4d1a-bfec-4d5d087d6c40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.598240 [ 293 ] {} TCP-Session: e5099826-0bb9-45f3-a4a7-1ebdba07688b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.597855 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:35.597779 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54586 2026.03.04 04:30:35.598299 [ 288 ] {} TCP-Session: f978f128-42de-4d2f-a17c-b4ad7b395de2 Authenticating user 'default' from [fd00:1122:3344:101::e]:36096 2026.03.04 04:30:35.598311 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:35.598335 [ 288 ] {} TCP-Session: f978f128-42de-4d2f-a17c-b4ad7b395de2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.597808 [ 286 ] {} TCP-Session: 65e74581-8839-4b18-a04b-d38feaed123c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:35.598363 [ 288 ] {} TCP-Session: f978f128-42de-4d2f-a17c-b4ad7b395de2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.598357 [ 294 ] {} TCP-Session: c4dede7e-d1ea-4e97-989e-d06a93ab977a Authenticating user 'default' from [fd00:1122:3344:101::e]:56475 2026.03.04 04:30:35.598418 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:35.598430 [ 294 ] {} TCP-Session: c4dede7e-d1ea-4e97-989e-d06a93ab977a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.598443 [ 290 ] {} TCP-Session: ceba7abd-6398-454f-9089-f45434cceca0 Authenticating user 'default' from [fd00:1122:3344:101::e]:54586 2026.03.04 04:30:35.598445 [ 294 ] {} TCP-Session: c4dede7e-d1ea-4e97-989e-d06a93ab977a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.598461 [ 290 ] {} TCP-Session: ceba7abd-6398-454f-9089-f45434cceca0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.598475 [ 290 ] {} TCP-Session: ceba7abd-6398-454f-9089-f45434cceca0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.598539 [ 286 ] {de3f2963-4c30-4e98-8900-401d443c76ce} executeQuery: (from [fd00:1122:3344:101::e]:53903) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:30:35.598808 [ 286 ] {de3f2963-4c30-4e98-8900-401d443c76ce} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:30:35.598863 [ 286 ] {de3f2963-4c30-4e98-8900-401d443c76ce} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:35.599148 [ 286 ] {de3f2963-4c30-4e98-8900-401d443c76ce} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:30:35.600016 [ 326 ] {de3f2963-4c30-4e98-8900-401d443c76ce} AggregatingTransform: Aggregating 2026.03.04 04:30:35.600067 [ 326 ] {de3f2963-4c30-4e98-8900-401d443c76ce} Aggregator: Aggregation method: without_key 2026.03.04 04:30:35.600100 [ 326 ] {de3f2963-4c30-4e98-8900-401d443c76ce} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000855087 sec. (1169.472 rows/sec., 45.68 KiB/sec.) 2026.03.04 04:30:35.600119 [ 326 ] {de3f2963-4c30-4e98-8900-401d443c76ce} Aggregator: Merging aggregated data 2026.03.04 04:30:35.601521 [ 286 ] {de3f2963-4c30-4e98-8900-401d443c76ce} executeQuery: Read 1 rows, 40.00 B in 0.003039 sec., 329.0556103981573 rows/sec., 12.85 KiB/sec. 2026.03.04 04:30:35.601697 [ 286 ] {de3f2963-4c30-4e98-8900-401d443c76ce} TCPHandler: Processed in 0.004018068 sec. 2026.03.04 04:30:35.601841 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:35.601875 [ 286 ] {} TCP-Session: 65e74581-8839-4b18-a04b-d38feaed123c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.601886 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:35.601919 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:35.601931 [ 287 ] {} TCP-Session: 21f3254c-bf0d-4d1a-bfec-4d5d087d6c40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.601945 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:35.601973 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:35.601974 [ 288 ] {} TCP-Session: f978f128-42de-4d2f-a17c-b4ad7b395de2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.601999 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:35.602022 [ 290 ] {} TCP-Session: ceba7abd-6398-454f-9089-f45434cceca0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.602024 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:35.602053 [ 293 ] {} TCP-Session: e5099826-0bb9-45f3-a4a7-1ebdba07688b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.602070 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:35.602084 [ 294 ] {} TCP-Session: c4dede7e-d1ea-4e97-989e-d06a93ab977a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.602111 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:35.602123 [ 289 ] {} TCP-Session: bc088683-af66-4999-8d2a-01c9e01708e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.601997 [ 291 ] {} TCP-Session: c8f79449-668e-409c-b299-f5f4f67c94cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.602165 [ 292 ] {} TCP-Session: b7ffc737-cc99-488b-9ba5-b2881336da74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.636998 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51291 2026.03.04 04:30:35.637101 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:35.637128 [ 286 ] {} TCP-Session: e738afb7-3c4d-4096-b3e7-563087b75ffa Authenticating user 'default' from [fd00:1122:3344:101::e]:51291 2026.03.04 04:30:35.637151 [ 286 ] {} TCP-Session: e738afb7-3c4d-4096-b3e7-563087b75ffa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.637164 [ 286 ] {} TCP-Session: e738afb7-3c4d-4096-b3e7-563087b75ffa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.637401 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58125 2026.03.04 04:30:35.637410 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54793 2026.03.04 04:30:35.637471 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45547 2026.03.04 04:30:35.637498 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41940 2026.03.04 04:30:35.637511 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:35.637518 [ 286 ] {} TCP-Session: e738afb7-3c4d-4096-b3e7-563087b75ffa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:35.637530 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55195 2026.03.04 04:30:35.637558 [ 287 ] {} TCP-Session: b10c206c-34b2-42c5-9023-9a3b0c2914b8 Authenticating user 'default' from [fd00:1122:3344:101::e]:58125 2026.03.04 04:30:35.637580 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:35.637582 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:35.637626 [ 291 ] {} TCP-Session: 505434c6-1c11-4a81-a9af-d0eac7ae0ea9 Authenticating user 'default' from [fd00:1122:3344:101::e]:41940 2026.03.04 04:30:35.637617 [ 287 ] {} TCP-Session: b10c206c-34b2-42c5-9023-9a3b0c2914b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.637652 [ 291 ] {} TCP-Session: 505434c6-1c11-4a81-a9af-d0eac7ae0ea9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.637650 [ 289 ] {} TCP-Session: d0c7e2b4-659b-4769-8c0c-66c86e8ef726 Authenticating user 'default' from [fd00:1122:3344:101::e]:45547 2026.03.04 04:30:35.637665 [ 287 ] {} TCP-Session: b10c206c-34b2-42c5-9023-9a3b0c2914b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.637696 [ 289 ] {} TCP-Session: d0c7e2b4-659b-4769-8c0c-66c86e8ef726 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.637708 [ 286 ] {2dbc25d6-2a0a-41c4-9a66-e041aa5458d3} executeQuery: (from [fd00:1122:3344:101::e]:51291) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:30:35.637726 [ 289 ] {} TCP-Session: d0c7e2b4-659b-4769-8c0c-66c86e8ef726 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.637533 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57882 2026.03.04 04:30:35.637518 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:35.637513 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39272 2026.03.04 04:30:35.637821 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:35.637810 [ 288 ] {} TCP-Session: 34141c25-ebc3-4fb2-8c3c-4f9b778efbfe Authenticating user 'default' from [fd00:1122:3344:101::e]:54793 2026.03.04 04:30:35.637862 [ 294 ] {} TCP-Session: 68801815-4a28-4f0e-8c08-e23bb9b20678 Authenticating user 'default' from [fd00:1122:3344:101::e]:57882 2026.03.04 04:30:35.637472 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47817 2026.03.04 04:30:35.637894 [ 294 ] {} TCP-Session: 68801815-4a28-4f0e-8c08-e23bb9b20678 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.637887 [ 288 ] {} TCP-Session: 34141c25-ebc3-4fb2-8c3c-4f9b778efbfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.637917 [ 294 ] {} TCP-Session: 68801815-4a28-4f0e-8c08-e23bb9b20678 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.637936 [ 288 ] {} TCP-Session: 34141c25-ebc3-4fb2-8c3c-4f9b778efbfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.637947 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:35.637893 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:35.637989 [ 286 ] {2dbc25d6-2a0a-41c4-9a66-e041aa5458d3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:30:35.637987 [ 290 ] {} TCP-Session: 0529eb9a-2ddd-4057-94d3-3c3afe94797f Authenticating user 'default' from [fd00:1122:3344:101::e]:47817 2026.03.04 04:30:35.638024 [ 292 ] {} TCP-Session: 65f17747-309b-4cea-806b-5959deb6bb08 Authenticating user 'default' from [fd00:1122:3344:101::e]:39272 2026.03.04 04:30:35.638051 [ 290 ] {} TCP-Session: 0529eb9a-2ddd-4057-94d3-3c3afe94797f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.638061 [ 286 ] {2dbc25d6-2a0a-41c4-9a66-e041aa5458d3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:35.638076 [ 292 ] {} TCP-Session: 65f17747-309b-4cea-806b-5959deb6bb08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.638079 [ 290 ] {} TCP-Session: 0529eb9a-2ddd-4057-94d3-3c3afe94797f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.638106 [ 292 ] {} TCP-Session: 65f17747-309b-4cea-806b-5959deb6bb08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.637669 [ 291 ] {} TCP-Session: 505434c6-1c11-4a81-a9af-d0eac7ae0ea9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.637630 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:30:35.638264 [ 293 ] {} TCP-Session: 6b25b8ac-7118-4f8a-89b6-e3c221f1099f Authenticating user 'default' from [fd00:1122:3344:101::e]:55195 2026.03.04 04:30:35.638285 [ 293 ] {} TCP-Session: 6b25b8ac-7118-4f8a-89b6-e3c221f1099f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.638298 [ 293 ] {} TCP-Session: 6b25b8ac-7118-4f8a-89b6-e3c221f1099f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.638446 [ 286 ] {2dbc25d6-2a0a-41c4-9a66-e041aa5458d3} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:30:35.638540 [ 286 ] {2dbc25d6-2a0a-41c4-9a66-e041aa5458d3} Aggregator: Compile expression max()(UInt64) 0 2026.03.04 04:30:35.733211 [ 332 ] {2dbc25d6-2a0a-41c4-9a66-e041aa5458d3} AggregatingTransform: Aggregating 2026.03.04 04:30:35.733283 [ 332 ] {2dbc25d6-2a0a-41c4-9a66-e041aa5458d3} Aggregator: Aggregation method: without_key 2026.03.04 04:30:35.733317 [ 332 ] {2dbc25d6-2a0a-41c4-9a66-e041aa5458d3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000925797 sec. (1080.150 rows/sec., 42.19 KiB/sec.) 2026.03.04 04:30:35.733335 [ 332 ] {2dbc25d6-2a0a-41c4-9a66-e041aa5458d3} Aggregator: Merging aggregated data 2026.03.04 04:30:35.734732 [ 286 ] {2dbc25d6-2a0a-41c4-9a66-e041aa5458d3} executeQuery: Read 1 rows, 40.00 B in 0.097077 sec., 10.301101187716966 rows/sec., 412.04 B/sec. 2026.03.04 04:30:35.734883 [ 286 ] {2dbc25d6-2a0a-41c4-9a66-e041aa5458d3} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.03.04 04:30:35.734900 [ 286 ] {2dbc25d6-2a0a-41c4-9a66-e041aa5458d3} TCPHandler: Processed in 0.097544731 sec. 2026.03.04 04:30:35.735025 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:35.735058 [ 286 ] {} TCP-Session: e738afb7-3c4d-4096-b3e7-563087b75ffa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.735069 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:35.735088 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:35.735111 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:35.735129 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:35.735164 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:35.735205 [ 292 ] {} TCP-Session: 65f17747-309b-4cea-806b-5959deb6bb08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.735207 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:35.735180 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:35.735273 [ 293 ] {} TCP-Session: 6b25b8ac-7118-4f8a-89b6-e3c221f1099f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.735250 [ 287 ] {} TCP-Session: b10c206c-34b2-42c5-9023-9a3b0c2914b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.735303 [ 291 ] {} TCP-Session: 505434c6-1c11-4a81-a9af-d0eac7ae0ea9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.735138 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:30:35.735190 [ 288 ] {} TCP-Session: 34141c25-ebc3-4fb2-8c3c-4f9b778efbfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.735370 [ 289 ] {} TCP-Session: d0c7e2b4-659b-4769-8c0c-66c86e8ef726 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.735144 [ 290 ] {} TCP-Session: 0529eb9a-2ddd-4057-94d3-3c3afe94797f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:35.735139 [ 294 ] {} TCP-Session: 68801815-4a28-4f0e-8c08-e23bb9b20678 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:30:36.000241 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 163.93 MiB, peak 174.03 MiB, free memory in arenas 0.00 B, will set to 183.02 MiB (RSS), difference: 19.09 MiB 2026.03.04 04:30:38.061822 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 8 entries to flush up to offset 96 2026.03.04 04:30:38.064055 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:38.064123 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.27 GiB. 2026.03.04 04:30:38.065370 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.04 04:30:38.065858 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:38.066197 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 96 2026.03.04 04:30:38.978903 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:38.979111 [ 259 ] {3c00aa23-35fb-47d0-81cf-847ce1ad58e1} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.03.04 04:30:38.979404 [ 259 ] {3c00aa23-35fb-47d0-81cf-847ce1ad58e1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:30:38.979464 [ 259 ] {3c00aa23-35fb-47d0-81cf-847ce1ad58e1} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:38.979881 [ 259 ] {3c00aa23-35fb-47d0-81cf-847ce1ad58e1} TCPHandler: Processed in 0.001109872 sec. 2026.03.04 04:30:38.983639 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:38.983780 [ 259 ] {a4a05cd8-eefb-4b86-828e-624486ec7e7c} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.03.04 04:30:38.986389 [ 259 ] {a4a05cd8-eefb-4b86-828e-624486ec7e7c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:30:38.986439 [ 259 ] {a4a05cd8-eefb-4b86-828e-624486ec7e7c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:38.986863 [ 259 ] {a4a05cd8-eefb-4b86-828e-624486ec7e7c} TCPHandler: Processed in 0.003277663 sec. 2026.03.04 04:30:38.987113 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:38.987239 [ 259 ] {ae58355b-a593-4e3e-a99e-36bfe19d880c} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.03.04 04:30:38.987525 [ 259 ] {ae58355b-a593-4e3e-a99e-36bfe19d880c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:30:38.987568 [ 259 ] {ae58355b-a593-4e3e-a99e-36bfe19d880c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:38.987893 [ 259 ] {ae58355b-a593-4e3e-a99e-36bfe19d880c} TCPHandler: Processed in 0.000832256 sec. 2026.03.04 04:30:38.988089 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:38.988209 [ 259 ] {b5f305a3-a15d-4908-b3b3-42d5eda988d5} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.03.04 04:30:38.988445 [ 259 ] {b5f305a3-a15d-4908-b3b3-42d5eda988d5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:30:38.988488 [ 259 ] {b5f305a3-a15d-4908-b3b3-42d5eda988d5} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:38.988797 [ 259 ] {b5f305a3-a15d-4908-b3b3-42d5eda988d5} TCPHandler: Processed in 0.000757495 sec. 2026.03.04 04:30:38.988991 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:38.989108 [ 259 ] {8e518c89-2eb7-4455-a155-aa3ed4c8de27} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.04 04:30:38.989342 [ 259 ] {8e518c89-2eb7-4455-a155-aa3ed4c8de27} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:30:38.989385 [ 259 ] {8e518c89-2eb7-4455-a155-aa3ed4c8de27} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:38.989715 [ 259 ] {8e518c89-2eb7-4455-a155-aa3ed4c8de27} TCPHandler: Processed in 0.000773565 sec. 2026.03.04 04:30:38.989919 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:38.990036 [ 259 ] {44be9f96-4ac6-4792-b9be-1bd20abf92de} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.04 04:30:38.990268 [ 259 ] {44be9f96-4ac6-4792-b9be-1bd20abf92de} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:30:38.990486 [ 259 ] {44be9f96-4ac6-4792-b9be-1bd20abf92de} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:38.990828 [ 259 ] {44be9f96-4ac6-4792-b9be-1bd20abf92de} TCPHandler: Processed in 0.000957809 sec. 2026.03.04 04:30:38.991208 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:38.991338 [ 259 ] {650d6ec8-ab0e-4246-98b0-e53b23dbac8b} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.04 04:30:38.991591 [ 259 ] {650d6ec8-ab0e-4246-98b0-e53b23dbac8b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:30:38.991638 [ 259 ] {650d6ec8-ab0e-4246-98b0-e53b23dbac8b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:38.992008 [ 259 ] {650d6ec8-ab0e-4246-98b0-e53b23dbac8b} TCPHandler: Processed in 0.000851366 sec. 2026.03.04 04:30:38.992269 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:38.992403 [ 259 ] {04e30af0-bd70-46e5-919f-6ac8eb6d524d} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.04 04:30:38.992705 [ 259 ] {04e30af0-bd70-46e5-919f-6ac8eb6d524d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:30:38.992759 [ 259 ] {04e30af0-bd70-46e5-919f-6ac8eb6d524d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:38.993136 [ 259 ] {04e30af0-bd70-46e5-919f-6ac8eb6d524d} TCPHandler: Processed in 0.000923278 sec. 2026.03.04 04:30:38.993393 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:38.993527 [ 259 ] {2eaea785-5f7d-4a24-889c-603119815c05} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.04 04:30:38.993828 [ 259 ] {2eaea785-5f7d-4a24-889c-603119815c05} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:30:38.993879 [ 259 ] {2eaea785-5f7d-4a24-889c-603119815c05} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:38.994245 [ 259 ] {2eaea785-5f7d-4a24-889c-603119815c05} TCPHandler: Processed in 0.000908098 sec. 2026.03.04 04:30:38.994495 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:38.994623 [ 259 ] {d0f16929-827b-4a9d-bb66-2355ce13cfd1} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.04 04:30:38.994870 [ 259 ] {d0f16929-827b-4a9d-bb66-2355ce13cfd1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:30:38.994912 [ 259 ] {d0f16929-827b-4a9d-bb66-2355ce13cfd1} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:38.995232 [ 259 ] {d0f16929-827b-4a9d-bb66-2355ce13cfd1} TCPHandler: Processed in 0.000793616 sec. 2026.03.04 04:30:38.996019 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:38.996139 [ 259 ] {f2006140-9747-4cfd-9364-6952f9a4b934} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.04 04:30:38.996395 [ 259 ] {f2006140-9747-4cfd-9364-6952f9a4b934} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:30:38.996439 [ 259 ] {f2006140-9747-4cfd-9364-6952f9a4b934} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:38.996750 [ 259 ] {f2006140-9747-4cfd-9364-6952f9a4b934} TCPHandler: Processed in 0.000790385 sec. 2026.03.04 04:30:38.996975 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:38.997096 [ 259 ] {4ec38105-4ab7-46b2-92a9-9a90e93aa873} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.04 04:30:38.997352 [ 259 ] {4ec38105-4ab7-46b2-92a9-9a90e93aa873} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:30:38.997394 [ 259 ] {4ec38105-4ab7-46b2-92a9-9a90e93aa873} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:38.997698 [ 259 ] {4ec38105-4ab7-46b2-92a9-9a90e93aa873} TCPHandler: Processed in 0.000771805 sec. 2026.03.04 04:30:38.997917 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:38.998047 [ 259 ] {5361fda2-439b-493d-a248-d2291feec3f5} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.04 04:30:38.998298 [ 259 ] {5361fda2-439b-493d-a248-d2291feec3f5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:30:38.998341 [ 259 ] {5361fda2-439b-493d-a248-d2291feec3f5} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:38.998704 [ 259 ] {5361fda2-439b-493d-a248-d2291feec3f5} TCPHandler: Processed in 0.000846116 sec. 2026.03.04 04:30:38.998919 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:38.999039 [ 259 ] {6884058e-c7e4-45ac-8bea-7f1dca7bd7a7} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.04 04:30:38.999310 [ 259 ] {6884058e-c7e4-45ac-8bea-7f1dca7bd7a7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:30:38.999353 [ 259 ] {6884058e-c7e4-45ac-8bea-7f1dca7bd7a7} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:38.999676 [ 259 ] {6884058e-c7e4-45ac-8bea-7f1dca7bd7a7} TCPHandler: Processed in 0.000806735 sec. 2026.03.04 04:30:38.999898 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:39.000023 [ 259 ] {cdb06e28-8049-4f36-b1ac-158dbdd0daad} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.04 04:30:39.000172 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 179.50 MiB, peak 183.04 MiB, free memory in arenas 0.00 B, will set to 183.32 MiB (RSS), difference: 3.82 MiB 2026.03.04 04:30:39.000295 [ 259 ] {cdb06e28-8049-4f36-b1ac-158dbdd0daad} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:30:39.000352 [ 259 ] {cdb06e28-8049-4f36-b1ac-158dbdd0daad} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:39.000715 [ 259 ] {cdb06e28-8049-4f36-b1ac-158dbdd0daad} TCPHandler: Processed in 0.000867456 sec. 2026.03.04 04:30:39.000925 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:39.001056 [ 259 ] {0640878c-e57c-4411-a741-d095172c7387} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.04 04:30:39.001354 [ 259 ] {0640878c-e57c-4411-a741-d095172c7387} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:30:39.001398 [ 259 ] {0640878c-e57c-4411-a741-d095172c7387} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:39.001738 [ 259 ] {0640878c-e57c-4411-a741-d095172c7387} TCPHandler: Processed in 0.000864066 sec. 2026.03.04 04:30:39.001974 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:39.002109 [ 259 ] {931c46ca-9bac-48e7-8ba0-eabc78ca040d} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.04 04:30:39.002378 [ 259 ] {931c46ca-9bac-48e7-8ba0-eabc78ca040d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:30:39.002422 [ 259 ] {931c46ca-9bac-48e7-8ba0-eabc78ca040d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:39.002725 [ 259 ] {931c46ca-9bac-48e7-8ba0-eabc78ca040d} TCPHandler: Processed in 0.000805515 sec. 2026.03.04 04:30:39.002951 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:39.003073 [ 259 ] {13c8cff0-dc70-402e-81f7-71f575a1bf58} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.04 04:30:39.003392 [ 259 ] {13c8cff0-dc70-402e-81f7-71f575a1bf58} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:30:39.003439 [ 259 ] {13c8cff0-dc70-402e-81f7-71f575a1bf58} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:39.003740 [ 259 ] {13c8cff0-dc70-402e-81f7-71f575a1bf58} TCPHandler: Processed in 0.000838357 sec. 2026.03.04 04:30:39.003963 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:39.004096 [ 259 ] {9ddaa345-7b94-46fc-845d-8f2caef2a5cd} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.04 04:30:39.004367 [ 259 ] {9ddaa345-7b94-46fc-845d-8f2caef2a5cd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:30:39.004411 [ 259 ] {9ddaa345-7b94-46fc-845d-8f2caef2a5cd} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:39.004754 [ 259 ] {9ddaa345-7b94-46fc-845d-8f2caef2a5cd} TCPHandler: Processed in 0.000840786 sec. 2026.03.04 04:30:39.004968 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:39.005103 [ 259 ] {5f919a2d-805e-4562-b65b-1428a2f038dc} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.04 04:30:39.005382 [ 259 ] {5f919a2d-805e-4562-b65b-1428a2f038dc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:30:39.005430 [ 259 ] {5f919a2d-805e-4562-b65b-1428a2f038dc} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:39.005749 [ 259 ] {5f919a2d-805e-4562-b65b-1428a2f038dc} TCPHandler: Processed in 0.000831377 sec. 2026.03.04 04:30:39.005965 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:39.006091 [ 259 ] {d1605522-ea1d-4822-a8c3-3b564cc2bb22} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.04 04:30:39.006363 [ 259 ] {d1605522-ea1d-4822-a8c3-3b564cc2bb22} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:30:39.006407 [ 259 ] {d1605522-ea1d-4822-a8c3-3b564cc2bb22} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:39.006788 [ 259 ] {d1605522-ea1d-4822-a8c3-3b564cc2bb22} TCPHandler: Processed in 0.000871807 sec. 2026.03.04 04:30:39.006991 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:39.007117 [ 259 ] {2e83e5a4-01b1-4873-8f95-edf1794f33a1} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.04 04:30:39.007386 [ 259 ] {2e83e5a4-01b1-4873-8f95-edf1794f33a1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:30:39.007430 [ 259 ] {2e83e5a4-01b1-4873-8f95-edf1794f33a1} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:39.007766 [ 259 ] {2e83e5a4-01b1-4873-8f95-edf1794f33a1} TCPHandler: Processed in 0.000824005 sec. 2026.03.04 04:30:39.007971 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:39.008097 [ 259 ] {c34fd421-059b-4dd7-ba55-e7f9f4d49ed9} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.04 04:30:39.008369 [ 259 ] {c34fd421-059b-4dd7-ba55-e7f9f4d49ed9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:30:39.008411 [ 259 ] {c34fd421-059b-4dd7-ba55-e7f9f4d49ed9} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:39.008737 [ 259 ] {c34fd421-059b-4dd7-ba55-e7f9f4d49ed9} TCPHandler: Processed in 0.000821716 sec. 2026.03.04 04:30:39.008966 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:39.009090 [ 259 ] {47be7931-556d-4b5a-8bae-49b3251091e7} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.04 04:30:39.009365 [ 259 ] {47be7931-556d-4b5a-8bae-49b3251091e7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:30:39.009408 [ 259 ] {47be7931-556d-4b5a-8bae-49b3251091e7} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:30:39.009741 [ 259 ] {47be7931-556d-4b5a-8bae-49b3251091e7} TCPHandler: Processed in 0.000824696 sec. 2026.03.04 04:30:39.012668 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:39.012781 [ 259 ] {98b4e0f4-d667-4c57-8a4b-7246247a8e7d} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.04 04:30:39.012823 [ 259 ] {98b4e0f4-d667-4c57-8a4b-7246247a8e7d} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:30:39.013392 [ 259 ] {98b4e0f4-d667-4c57-8a4b-7246247a8e7d} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:39.013441 [ 259 ] {98b4e0f4-d667-4c57-8a4b-7246247a8e7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.27 GiB. 2026.03.04 04:30:39.014071 [ 259 ] {98b4e0f4-d667-4c57-8a4b-7246247a8e7d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.04 04:30:39.014553 [ 259 ] {98b4e0f4-d667-4c57-8a4b-7246247a8e7d} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:39.014716 [ 259 ] {98b4e0f4-d667-4c57-8a4b-7246247a8e7d} executeQuery: Read 24 rows, 3.27 KiB in 0.001967 sec., 12201.321809862735 rows/sec., 1.62 MiB/sec. 2026.03.04 04:30:39.014756 [ 259 ] {98b4e0f4-d667-4c57-8a4b-7246247a8e7d} TCPHandler: Processed in 0.002140421 sec. 2026.03.04 04:30:39.014876 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:39.014978 [ 259 ] {a1423b8f-05b9-4988-b46f-1197fec5e8b1} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:30:39.015018 [ 259 ] {a1423b8f-05b9-4988-b46f-1197fec5e8b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:30:39.015564 [ 259 ] {a1423b8f-05b9-4988-b46f-1197fec5e8b1} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:39.015600 [ 259 ] {a1423b8f-05b9-4988-b46f-1197fec5e8b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.27 GiB. 2026.03.04 04:30:39.016146 [ 259 ] {a1423b8f-05b9-4988-b46f-1197fec5e8b1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.04 04:30:39.016727 [ 259 ] {a1423b8f-05b9-4988-b46f-1197fec5e8b1} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:39.016876 [ 259 ] {a1423b8f-05b9-4988-b46f-1197fec5e8b1} executeQuery: Read 8 rows, 668.00 B in 0.001922 sec., 4162.3309053069715 rows/sec., 339.41 KiB/sec. 2026.03.04 04:30:39.016916 [ 259 ] {a1423b8f-05b9-4988-b46f-1197fec5e8b1} TCPHandler: Processed in 0.002089811 sec. 2026.03.04 04:30:39.017035 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:39.017135 [ 259 ] {c6c43d05-ec4b-4ab0-bb29-74d0a3d3d6c3} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:30:39.017175 [ 259 ] {c6c43d05-ec4b-4ab0-bb29-74d0a3d3d6c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:30:39.017643 [ 259 ] {c6c43d05-ec4b-4ab0-bb29-74d0a3d3d6c3} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:39.017681 [ 259 ] {c6c43d05-ec4b-4ab0-bb29-74d0a3d3d6c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.27 GiB. 2026.03.04 04:30:39.018124 [ 259 ] {c6c43d05-ec4b-4ab0-bb29-74d0a3d3d6c3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.04 04:30:39.018629 [ 259 ] {c6c43d05-ec4b-4ab0-bb29-74d0a3d3d6c3} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:39.018775 [ 259 ] {c6c43d05-ec4b-4ab0-bb29-74d0a3d3d6c3} executeQuery: Read 59 rows, 5.18 KiB in 0.001661 sec., 35520.77062010837 rows/sec., 3.05 MiB/sec. 2026.03.04 04:30:39.018815 [ 259 ] {c6c43d05-ec4b-4ab0-bb29-74d0a3d3d6c3} TCPHandler: Processed in 0.001828626 sec. 2026.03.04 04:30:39.018930 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:39.019028 [ 259 ] {db574b74-610f-44e8-8cbb-9cf29d30563c} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:30:39.019069 [ 259 ] {db574b74-610f-44e8-8cbb-9cf29d30563c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:30:39.019489 [ 259 ] {db574b74-610f-44e8-8cbb-9cf29d30563c} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:39.019527 [ 259 ] {db574b74-610f-44e8-8cbb-9cf29d30563c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.27 GiB. 2026.03.04 04:30:39.019955 [ 259 ] {db574b74-610f-44e8-8cbb-9cf29d30563c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.04 04:30:39.020413 [ 259 ] {db574b74-610f-44e8-8cbb-9cf29d30563c} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:39.020548 [ 259 ] {db574b74-610f-44e8-8cbb-9cf29d30563c} executeQuery: Read 20 rows, 1.46 KiB in 0.001541 sec., 12978.585334198571 rows/sec., 948.05 KiB/sec. 2026.03.04 04:30:39.020585 [ 259 ] {db574b74-610f-44e8-8cbb-9cf29d30563c} TCPHandler: Processed in 0.001706193 sec. 2026.03.04 04:30:39.020695 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:39.020792 [ 259 ] {b99ebbea-cfd0-4135-a97a-398e84da54c2} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:30:39.020831 [ 259 ] {b99ebbea-cfd0-4135-a97a-398e84da54c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:30:39.021228 [ 259 ] {b99ebbea-cfd0-4135-a97a-398e84da54c2} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:39.021266 [ 259 ] {b99ebbea-cfd0-4135-a97a-398e84da54c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.27 GiB. 2026.03.04 04:30:39.021657 [ 259 ] {b99ebbea-cfd0-4135-a97a-398e84da54c2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.04 04:30:39.022069 [ 259 ] {b99ebbea-cfd0-4135-a97a-398e84da54c2} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:39.022200 [ 259 ] {b99ebbea-cfd0-4135-a97a-398e84da54c2} executeQuery: Read 1 rows, 68.00 B in 0.001426 sec., 701.2622720897616 rows/sec., 46.57 KiB/sec. 2026.03.04 04:30:39.022238 [ 259 ] {b99ebbea-cfd0-4135-a97a-398e84da54c2} TCPHandler: Processed in 0.001592411 sec. 2026.03.04 04:30:39.022356 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:39.022451 [ 259 ] {5e0203fa-532a-4837-abcb-2ee613ea26c3} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:30:39.022489 [ 259 ] {5e0203fa-532a-4837-abcb-2ee613ea26c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:30:39.022925 [ 259 ] {5e0203fa-532a-4837-abcb-2ee613ea26c3} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:39.022961 [ 259 ] {5e0203fa-532a-4837-abcb-2ee613ea26c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.27 GiB. 2026.03.04 04:30:39.023366 [ 259 ] {5e0203fa-532a-4837-abcb-2ee613ea26c3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.04 04:30:39.023775 [ 259 ] {5e0203fa-532a-4837-abcb-2ee613ea26c3} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:39.023904 [ 259 ] {5e0203fa-532a-4837-abcb-2ee613ea26c3} executeQuery: Read 59 rows, 4.73 KiB in 0.00147 sec., 40136.054421768706 rows/sec., 3.14 MiB/sec. 2026.03.04 04:30:39.023941 [ 259 ] {5e0203fa-532a-4837-abcb-2ee613ea26c3} TCPHandler: Processed in 0.001635041 sec. 2026.03.04 04:30:39.024057 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:39.024160 [ 259 ] {76b176b4-a037-4bff-8585-f3f5b0ccbf8a} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:30:39.024204 [ 259 ] {76b176b4-a037-4bff-8585-f3f5b0ccbf8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:30:39.024622 [ 259 ] {76b176b4-a037-4bff-8585-f3f5b0ccbf8a} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:39.024656 [ 259 ] {76b176b4-a037-4bff-8585-f3f5b0ccbf8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.27 GiB. 2026.03.04 04:30:39.025156 [ 259 ] {76b176b4-a037-4bff-8585-f3f5b0ccbf8a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.04 04:30:39.025736 [ 259 ] {76b176b4-a037-4bff-8585-f3f5b0ccbf8a} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:39.025898 [ 259 ] {76b176b4-a037-4bff-8585-f3f5b0ccbf8a} executeQuery: Read 64 rows, 4.59 KiB in 0.001754 sec., 36488.02736602053 rows/sec., 2.56 MiB/sec. 2026.03.04 04:30:39.025943 [ 259 ] {76b176b4-a037-4bff-8585-f3f5b0ccbf8a} TCPHandler: Processed in 0.001935358 sec. 2026.03.04 04:30:39.026073 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:39.026188 [ 259 ] {ca145166-c062-4fc5-9468-8310f428016b} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.04 04:30:39.026238 [ 259 ] {ca145166-c062-4fc5-9468-8310f428016b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.04 04:30:39.026572 [ 259 ] {ca145166-c062-4fc5-9468-8310f428016b} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:39.026609 [ 259 ] {ca145166-c062-4fc5-9468-8310f428016b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.27 GiB. 2026.03.04 04:30:39.027057 [ 259 ] {ca145166-c062-4fc5-9468-8310f428016b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.04 04:30:39.027478 [ 259 ] {ca145166-c062-4fc5-9468-8310f428016b} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:39.027614 [ 259 ] {ca145166-c062-4fc5-9468-8310f428016b} executeQuery: Read 1 rows, 65.00 B in 0.001449 sec., 690.1311249137336 rows/sec., 43.81 KiB/sec. 2026.03.04 04:30:39.027650 [ 259 ] {ca145166-c062-4fc5-9468-8310f428016b} TCPHandler: Processed in 0.001637832 sec. 2026.03.04 04:30:39.027764 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:39.027859 [ 259 ] {ed68e3a8-479d-4109-94e4-d988c48d8ea3} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:30:39.027912 [ 259 ] {ed68e3a8-479d-4109-94e4-d988c48d8ea3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:30:39.028732 [ 259 ] {ed68e3a8-479d-4109-94e4-d988c48d8ea3} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:39.028770 [ 259 ] {ed68e3a8-479d-4109-94e4-d988c48d8ea3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.27 GiB. 2026.03.04 04:30:39.029980 [ 259 ] {ed68e3a8-479d-4109-94e4-d988c48d8ea3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.04 04:30:39.030442 [ 259 ] {ed68e3a8-479d-4109-94e4-d988c48d8ea3} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:39.030583 [ 259 ] {ed68e3a8-479d-4109-94e4-d988c48d8ea3} executeQuery: Read 12 rows, 22.02 KiB in 0.002742 sec., 4376.367614879649 rows/sec., 7.84 MiB/sec. 2026.03.04 04:30:39.030640 [ 259 ] {ed68e3a8-479d-4109-94e4-d988c48d8ea3} TCPHandler: Processed in 0.002925307 sec. 2026.03.04 04:30:39.030757 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:39.030852 [ 259 ] {29be91f7-d91a-40d2-a629-5538858fc163} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.04 04:30:39.030893 [ 259 ] {29be91f7-d91a-40d2-a629-5538858fc163} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.04 04:30:39.031207 [ 259 ] {29be91f7-d91a-40d2-a629-5538858fc163} oximeter.measurements_i64 (6414a286-83be-4ea1-992d-d2c551fa3fc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:39.031244 [ 259 ] {29be91f7-d91a-40d2-a629-5538858fc163} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.27 GiB. 2026.03.04 04:30:39.031659 [ 259 ] {29be91f7-d91a-40d2-a629-5538858fc163} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.04 04:30:39.032108 [ 259 ] {29be91f7-d91a-40d2-a629-5538858fc163} oximeter.measurements_i64 (6414a286-83be-4ea1-992d-d2c551fa3fc8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:39.032239 [ 259 ] {29be91f7-d91a-40d2-a629-5538858fc163} executeQuery: Read 3 rows, 217.00 B in 0.001405 sec., 2135.2313167259786 rows/sec., 150.83 KiB/sec. 2026.03.04 04:30:39.032277 [ 259 ] {29be91f7-d91a-40d2-a629-5538858fc163} TCPHandler: Processed in 0.00157055 sec. 2026.03.04 04:30:39.032387 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:39.032482 [ 259 ] {294aeb8c-f797-405d-8a05-441a03d718c9} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:30:39.032522 [ 259 ] {294aeb8c-f797-405d-8a05-441a03d718c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:30:39.032845 [ 259 ] {294aeb8c-f797-405d-8a05-441a03d718c9} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:39.032882 [ 259 ] {294aeb8c-f797-405d-8a05-441a03d718c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.27 GiB. 2026.03.04 04:30:39.033275 [ 259 ] {294aeb8c-f797-405d-8a05-441a03d718c9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.04 04:30:39.033719 [ 259 ] {294aeb8c-f797-405d-8a05-441a03d718c9} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:39.033849 [ 259 ] {294aeb8c-f797-405d-8a05-441a03d718c9} executeQuery: Read 30 rows, 2.04 KiB in 0.001384 sec., 21676.300578034683 rows/sec., 1.44 MiB/sec. 2026.03.04 04:30:39.033885 [ 259 ] {294aeb8c-f797-405d-8a05-441a03d718c9} TCPHandler: Processed in 0.00154739 sec. 2026.03.04 04:30:40.562346 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 1436 2026.03.04 04:30:40.563126 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:40.563212 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.27 GiB. 2026.03.04 04:30:40.563893 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.04 04:30:40.564399 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:40.564537 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1436 2026.03.04 04:30:40.629016 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.03.04 04:30:40.646356 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:40.646426 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.27 GiB. 2026.03.04 04:30:40.653227 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.04 04:30:40.654631 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:40.658123 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.03.04 04:30:41.000170 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 184.17 MiB, peak 188.17 MiB, free memory in arenas 0.00 B, will set to 185.92 MiB (RSS), difference: 1.74 MiB 2026.03.04 04:30:43.982271 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:43.982445 [ 259 ] {333777e2-a46a-48c2-b624-6143fb9cca9f} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:30:43.982512 [ 259 ] {333777e2-a46a-48c2-b624-6143fb9cca9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:30:43.983143 [ 259 ] {333777e2-a46a-48c2-b624-6143fb9cca9f} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:43.983194 [ 259 ] {333777e2-a46a-48c2-b624-6143fb9cca9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.27 GiB. 2026.03.04 04:30:43.983688 [ 259 ] {333777e2-a46a-48c2-b624-6143fb9cca9f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.04 04:30:43.984119 [ 259 ] {333777e2-a46a-48c2-b624-6143fb9cca9f} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:43.984299 [ 259 ] {333777e2-a46a-48c2-b624-6143fb9cca9f} executeQuery: Read 30 rows, 2.40 KiB in 0.001903 sec., 15764.582238570678 rows/sec., 1.23 MiB/sec. 2026.03.04 04:30:43.984344 [ 259 ] {333777e2-a46a-48c2-b624-6143fb9cca9f} TCPHandler: Processed in 0.002204193 sec. 2026.03.04 04:30:43.984472 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:43.984569 [ 259 ] {2e1ac409-42ad-43d9-a613-5b73eb93c591} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:30:43.984608 [ 259 ] {2e1ac409-42ad-43d9-a613-5b73eb93c591} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:30:43.985015 [ 259 ] {2e1ac409-42ad-43d9-a613-5b73eb93c591} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:43.985050 [ 259 ] {2e1ac409-42ad-43d9-a613-5b73eb93c591} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.27 GiB. 2026.03.04 04:30:43.985491 [ 259 ] {2e1ac409-42ad-43d9-a613-5b73eb93c591} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.04 04:30:43.985906 [ 259 ] {2e1ac409-42ad-43d9-a613-5b73eb93c591} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:43.986050 [ 259 ] {2e1ac409-42ad-43d9-a613-5b73eb93c591} executeQuery: Read 36 rows, 2.88 KiB in 0.001482 sec., 24291.497975708502 rows/sec., 1.90 MiB/sec. 2026.03.04 04:30:43.986090 [ 259 ] {2e1ac409-42ad-43d9-a613-5b73eb93c591} TCPHandler: Processed in 0.001656083 sec. 2026.03.04 04:30:43.986213 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:43.986312 [ 259 ] {2d4c0026-1895-456d-9186-4443196e0eba} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:30:43.986355 [ 259 ] {2d4c0026-1895-456d-9186-4443196e0eba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:30:43.986736 [ 259 ] {2d4c0026-1895-456d-9186-4443196e0eba} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:43.986773 [ 259 ] {2d4c0026-1895-456d-9186-4443196e0eba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.27 GiB. 2026.03.04 04:30:43.987179 [ 259 ] {2d4c0026-1895-456d-9186-4443196e0eba} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.04 04:30:43.987626 [ 259 ] {2d4c0026-1895-456d-9186-4443196e0eba} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:43.987766 [ 259 ] {2d4c0026-1895-456d-9186-4443196e0eba} executeQuery: Read 60 rows, 4.31 KiB in 0.001474 sec., 40705.5630936228 rows/sec., 2.86 MiB/sec. 2026.03.04 04:30:43.987805 [ 259 ] {2d4c0026-1895-456d-9186-4443196e0eba} TCPHandler: Processed in 0.001642612 sec. 2026.03.04 04:30:43.987915 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:43.988011 [ 259 ] {d3a04ef0-1635-45d8-8f50-786cfe535309} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:30:43.988051 [ 259 ] {d3a04ef0-1635-45d8-8f50-786cfe535309} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:30:43.988368 [ 259 ] {d3a04ef0-1635-45d8-8f50-786cfe535309} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:43.988405 [ 259 ] {d3a04ef0-1635-45d8-8f50-786cfe535309} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.27 GiB. 2026.03.04 04:30:43.988786 [ 259 ] {d3a04ef0-1635-45d8-8f50-786cfe535309} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.04 04:30:43.989202 [ 259 ] {d3a04ef0-1635-45d8-8f50-786cfe535309} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:43.989344 [ 259 ] {d3a04ef0-1635-45d8-8f50-786cfe535309} executeQuery: Read 30 rows, 2.04 KiB in 0.00135 sec., 22222.222222222223 rows/sec., 1.47 MiB/sec. 2026.03.04 04:30:43.989384 [ 259 ] {d3a04ef0-1635-45d8-8f50-786cfe535309} TCPHandler: Processed in 0.001519389 sec. 2026.03.04 04:30:48.021563 [ 83 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:30:48.021628 [ 83 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:30:48.064665 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 1948 2026.03.04 04:30:48.065214 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:48.065269 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:30:48.065978 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.04 04:30:48.066325 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 78 entries to flush up to offset 174 2026.03.04 04:30:48.066432 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:48.066587 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1948 2026.03.04 04:30:48.069429 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:48.069481 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:30:48.070884 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.04 04:30:48.071381 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:48.071718 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 174 2026.03.04 04:30:48.158242 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.03.04 04:30:48.175484 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:48.175542 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:30:48.182086 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.04 04:30:48.183285 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:48.186484 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.03.04 04:30:48.983932 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:48.984137 [ 259 ] {f05548ef-4ac5-4ad0-a78b-c13ce806032c} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:30:48.984212 [ 259 ] {f05548ef-4ac5-4ad0-a78b-c13ce806032c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:30:48.984894 [ 259 ] {f05548ef-4ac5-4ad0-a78b-c13ce806032c} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:48.984942 [ 259 ] {f05548ef-4ac5-4ad0-a78b-c13ce806032c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:30:48.985456 [ 259 ] {f05548ef-4ac5-4ad0-a78b-c13ce806032c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.04 04:30:48.986003 [ 259 ] {f05548ef-4ac5-4ad0-a78b-c13ce806032c} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:48.986171 [ 259 ] {f05548ef-4ac5-4ad0-a78b-c13ce806032c} executeQuery: Read 90 rows, 8.16 KiB in 0.002094 sec., 42979.94269340974 rows/sec., 3.81 MiB/sec. 2026.03.04 04:30:48.986221 [ 259 ] {f05548ef-4ac5-4ad0-a78b-c13ce806032c} TCPHandler: Processed in 0.002422497 sec. 2026.03.04 04:30:48.986373 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:48.986484 [ 259 ] {99aecdee-0607-4b71-a265-aca97b4bffbf} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:30:48.986533 [ 259 ] {99aecdee-0607-4b71-a265-aca97b4bffbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:30:48.986987 [ 259 ] {99aecdee-0607-4b71-a265-aca97b4bffbf} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:48.987025 [ 259 ] {99aecdee-0607-4b71-a265-aca97b4bffbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:30:48.987433 [ 259 ] {99aecdee-0607-4b71-a265-aca97b4bffbf} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.04 04:30:48.987937 [ 259 ] {99aecdee-0607-4b71-a265-aca97b4bffbf} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:48.988069 [ 259 ] {99aecdee-0607-4b71-a265-aca97b4bffbf} executeQuery: Read 30 rows, 2.26 KiB in 0.001613 sec., 18598.884066955983 rows/sec., 1.37 MiB/sec. 2026.03.04 04:30:48.988116 [ 259 ] {99aecdee-0607-4b71-a265-aca97b4bffbf} TCPHandler: Processed in 0.001804605 sec. 2026.03.04 04:30:48.988230 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:48.988324 [ 259 ] {a79ca0c2-7398-4c27-b0d3-6bf36f3dd955} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:30:48.988364 [ 259 ] {a79ca0c2-7398-4c27-b0d3-6bf36f3dd955} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:30:48.988770 [ 259 ] {a79ca0c2-7398-4c27-b0d3-6bf36f3dd955} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:48.988806 [ 259 ] {a79ca0c2-7398-4c27-b0d3-6bf36f3dd955} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:30:48.989209 [ 259 ] {a79ca0c2-7398-4c27-b0d3-6bf36f3dd955} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.04 04:30:48.989617 [ 259 ] {a79ca0c2-7398-4c27-b0d3-6bf36f3dd955} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:48.989746 [ 259 ] {a79ca0c2-7398-4c27-b0d3-6bf36f3dd955} executeQuery: Read 74 rows, 5.94 KiB in 0.001438 sec., 51460.36161335187 rows/sec., 4.04 MiB/sec. 2026.03.04 04:30:48.989782 [ 259 ] {a79ca0c2-7398-4c27-b0d3-6bf36f3dd955} TCPHandler: Processed in 0.001602701 sec. 2026.03.04 04:30:48.989893 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:48.989987 [ 259 ] {effae827-766d-4c14-ae2d-df5c9c420b9e} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:30:48.990029 [ 259 ] {effae827-766d-4c14-ae2d-df5c9c420b9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:30:48.990403 [ 259 ] {effae827-766d-4c14-ae2d-df5c9c420b9e} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:48.990441 [ 259 ] {effae827-766d-4c14-ae2d-df5c9c420b9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:30:48.990852 [ 259 ] {effae827-766d-4c14-ae2d-df5c9c420b9e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.04 04:30:48.991541 [ 259 ] {effae827-766d-4c14-ae2d-df5c9c420b9e} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:48.992078 [ 259 ] {effae827-766d-4c14-ae2d-df5c9c420b9e} executeQuery: Read 60 rows, 4.31 KiB in 0.002108 sec., 28462.998102466794 rows/sec., 2.00 MiB/sec. 2026.03.04 04:30:48.992130 [ 259 ] {effae827-766d-4c14-ae2d-df5c9c420b9e} TCPHandler: Processed in 0.002286954 sec. 2026.03.04 04:30:48.992247 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:48.992344 [ 259 ] {a793d387-f3db-4ff2-87c3-49ad7cb008ea} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:30:48.992401 [ 259 ] {a793d387-f3db-4ff2-87c3-49ad7cb008ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:30:48.993362 [ 259 ] {a793d387-f3db-4ff2-87c3-49ad7cb008ea} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:48.993408 [ 259 ] {a793d387-f3db-4ff2-87c3-49ad7cb008ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:30:48.994104 [ 259 ] {a793d387-f3db-4ff2-87c3-49ad7cb008ea} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.04 04:30:48.994643 [ 259 ] {a793d387-f3db-4ff2-87c3-49ad7cb008ea} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:48.994790 [ 259 ] {a793d387-f3db-4ff2-87c3-49ad7cb008ea} executeQuery: Read 30 rows, 55.05 KiB in 0.002465 sec., 12170.385395537525 rows/sec., 21.81 MiB/sec. 2026.03.04 04:30:48.994841 [ 259 ] {a793d387-f3db-4ff2-87c3-49ad7cb008ea} TCPHandler: Processed in 0.002646051 sec. 2026.03.04 04:30:48.994954 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:48.995051 [ 259 ] {a41a7375-4d60-4a05-b66f-587d821c5ebb} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.04 04:30:48.995095 [ 259 ] {a41a7375-4d60-4a05-b66f-587d821c5ebb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.04 04:30:48.995453 [ 259 ] {a41a7375-4d60-4a05-b66f-587d821c5ebb} oximeter.measurements_i64 (6414a286-83be-4ea1-992d-d2c551fa3fc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:48.995498 [ 259 ] {a41a7375-4d60-4a05-b66f-587d821c5ebb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:30:48.995968 [ 259 ] {a41a7375-4d60-4a05-b66f-587d821c5ebb} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.04 04:30:48.996513 [ 259 ] {a41a7375-4d60-4a05-b66f-587d821c5ebb} oximeter.measurements_i64 (6414a286-83be-4ea1-992d-d2c551fa3fc8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:48.996660 [ 259 ] {a41a7375-4d60-4a05-b66f-587d821c5ebb} executeQuery: Read 15 rows, 1.14 KiB in 0.001627 sec., 9219.42224953903 rows/sec., 703.46 KiB/sec. 2026.03.04 04:30:48.996696 [ 259 ] {a41a7375-4d60-4a05-b66f-587d821c5ebb} TCPHandler: Processed in 0.001792855 sec. 2026.03.04 04:30:48.996824 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:48.996927 [ 259 ] {899fa4aa-249a-48b4-ba8a-bd12d996ec4a} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:30:48.996973 [ 259 ] {899fa4aa-249a-48b4-ba8a-bd12d996ec4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:30:48.997363 [ 259 ] {899fa4aa-249a-48b4-ba8a-bd12d996ec4a} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:48.997400 [ 259 ] {899fa4aa-249a-48b4-ba8a-bd12d996ec4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:30:48.997853 [ 259 ] {899fa4aa-249a-48b4-ba8a-bd12d996ec4a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.04 04:30:48.998269 [ 259 ] {899fa4aa-249a-48b4-ba8a-bd12d996ec4a} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:48.998405 [ 259 ] {899fa4aa-249a-48b4-ba8a-bd12d996ec4a} executeQuery: Read 30 rows, 2.04 KiB in 0.001501 sec., 19986.67554963358 rows/sec., 1.32 MiB/sec. 2026.03.04 04:30:48.998450 [ 259 ] {899fa4aa-249a-48b4-ba8a-bd12d996ec4a} TCPHandler: Processed in 0.001685933 sec. 2026.03.04 04:30:53.986971 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:53.987149 [ 259 ] {aa1da420-df8d-4fff-ae90-27f1bdf80f9a} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:30:53.987215 [ 259 ] {aa1da420-df8d-4fff-ae90-27f1bdf80f9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:30:53.987832 [ 259 ] {aa1da420-df8d-4fff-ae90-27f1bdf80f9a} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:53.987882 [ 259 ] {aa1da420-df8d-4fff-ae90-27f1bdf80f9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:30:53.988396 [ 259 ] {aa1da420-df8d-4fff-ae90-27f1bdf80f9a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.04 04:30:53.988918 [ 259 ] {aa1da420-df8d-4fff-ae90-27f1bdf80f9a} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:53.989078 [ 259 ] {aa1da420-df8d-4fff-ae90-27f1bdf80f9a} executeQuery: Read 2 rows, 167.00 B in 0.001978 sec., 1011.1223458038422 rows/sec., 82.45 KiB/sec. 2026.03.04 04:30:53.989139 [ 259 ] {aa1da420-df8d-4fff-ae90-27f1bdf80f9a} TCPHandler: Processed in 0.002291114 sec. 2026.03.04 04:30:53.989261 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:53.989364 [ 259 ] {9ddf41df-213d-45fc-b52a-fdaacc67cec2} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:30:53.989407 [ 259 ] {9ddf41df-213d-45fc-b52a-fdaacc67cec2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:30:53.989870 [ 259 ] {9ddf41df-213d-45fc-b52a-fdaacc67cec2} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:53.989907 [ 259 ] {9ddf41df-213d-45fc-b52a-fdaacc67cec2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:30:53.990370 [ 259 ] {9ddf41df-213d-45fc-b52a-fdaacc67cec2} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.04 04:30:53.990793 [ 259 ] {9ddf41df-213d-45fc-b52a-fdaacc67cec2} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:53.990930 [ 259 ] {9ddf41df-213d-45fc-b52a-fdaacc67cec2} executeQuery: Read 57 rows, 4.45 KiB in 0.001589 sec., 35871.61736941473 rows/sec., 2.74 MiB/sec. 2026.03.04 04:30:53.990967 [ 259 ] {9ddf41df-213d-45fc-b52a-fdaacc67cec2} TCPHandler: Processed in 0.001759383 sec. 2026.03.04 04:30:53.991080 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:53.991178 [ 259 ] {22d10c59-65a8-4f54-a626-839019680202} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:30:53.991387 [ 259 ] {22d10c59-65a8-4f54-a626-839019680202} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:30:53.991866 [ 259 ] {22d10c59-65a8-4f54-a626-839019680202} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:53.991908 [ 259 ] {22d10c59-65a8-4f54-a626-839019680202} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:30:53.992391 [ 259 ] {22d10c59-65a8-4f54-a626-839019680202} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.04 04:30:53.992955 [ 259 ] {22d10c59-65a8-4f54-a626-839019680202} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:53.993098 [ 259 ] {22d10c59-65a8-4f54-a626-839019680202} executeQuery: Read 2 rows, 143.00 B in 0.001939 sec., 1031.4595152140278 rows/sec., 72.02 KiB/sec. 2026.03.04 04:30:53.993137 [ 259 ] {22d10c59-65a8-4f54-a626-839019680202} TCPHandler: Processed in 0.00210855 sec. 2026.03.04 04:30:53.993256 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:53.993364 [ 259 ] {b670c457-06db-4847-ad52-b0081931f151} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:30:53.993409 [ 259 ] {b670c457-06db-4847-ad52-b0081931f151} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:30:53.993891 [ 259 ] {b670c457-06db-4847-ad52-b0081931f151} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:53.993928 [ 259 ] {b670c457-06db-4847-ad52-b0081931f151} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:30:53.994353 [ 259 ] {b670c457-06db-4847-ad52-b0081931f151} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.04 04:30:53.994910 [ 259 ] {b670c457-06db-4847-ad52-b0081931f151} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:53.995043 [ 259 ] {b670c457-06db-4847-ad52-b0081931f151} executeQuery: Read 66 rows, 5.28 KiB in 0.001703 sec., 38755.137991779215 rows/sec., 3.03 MiB/sec. 2026.03.04 04:30:53.995079 [ 259 ] {b670c457-06db-4847-ad52-b0081931f151} TCPHandler: Processed in 0.001872716 sec. 2026.03.04 04:30:53.995211 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:53.995305 [ 259 ] {fb90215f-263f-468f-9c48-74dff942366d} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:30:53.995347 [ 259 ] {fb90215f-263f-468f-9c48-74dff942366d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:30:53.995749 [ 259 ] {fb90215f-263f-468f-9c48-74dff942366d} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:53.995877 [ 259 ] {fb90215f-263f-468f-9c48-74dff942366d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:30:53.996529 [ 259 ] {fb90215f-263f-468f-9c48-74dff942366d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.04 04:30:53.997006 [ 259 ] {fb90215f-263f-468f-9c48-74dff942366d} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:53.997141 [ 259 ] {fb90215f-263f-468f-9c48-74dff942366d} executeQuery: Read 161 rows, 11.48 KiB in 0.001855 sec., 86792.45283018867 rows/sec., 6.04 MiB/sec. 2026.03.04 04:30:53.997176 [ 259 ] {fb90215f-263f-468f-9c48-74dff942366d} TCPHandler: Processed in 0.002013699 sec. 2026.03.04 04:30:53.997290 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:53.997383 [ 259 ] {067a4565-c136-4bbf-b6f3-45e97d5232c9} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:30:53.997421 [ 259 ] {067a4565-c136-4bbf-b6f3-45e97d5232c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:30:53.997837 [ 259 ] {067a4565-c136-4bbf-b6f3-45e97d5232c9} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:53.997875 [ 259 ] {067a4565-c136-4bbf-b6f3-45e97d5232c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:30:53.998285 [ 259 ] {067a4565-c136-4bbf-b6f3-45e97d5232c9} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.04 04:30:53.998772 [ 259 ] {067a4565-c136-4bbf-b6f3-45e97d5232c9} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:53.998900 [ 259 ] {067a4565-c136-4bbf-b6f3-45e97d5232c9} executeQuery: Read 60 rows, 4.14 KiB in 0.001536 sec., 39062.5 rows/sec., 2.63 MiB/sec. 2026.03.04 04:30:53.998934 [ 259 ] {067a4565-c136-4bbf-b6f3-45e97d5232c9} TCPHandler: Processed in 0.001691983 sec. 2026.03.04 04:30:55.567635 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2396 2026.03.04 04:30:55.568171 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:55.568219 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:30:55.568828 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.04 04:30:55.569336 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:55.569498 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2396 2026.03.04 04:30:55.687524 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.03.04 04:30:55.705007 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:55.705061 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:30:55.711453 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.04 04:30:55.712665 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:55.715914 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.03.04 04:30:56.001154 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 188.18 MiB, peak 192.18 MiB, free memory in arenas 0.00 B, will set to 189.30 MiB (RSS), difference: 1.12 MiB 2026.03.04 04:30:58.072875 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 200 2026.03.04 04:30:58.074869 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:58.074924 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:30:58.076176 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.04 04:30:58.076726 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:58.077045 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 200 2026.03.04 04:30:58.988088 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:58.988269 [ 259 ] {f01af861-53b9-4ad7-a29e-eae977dbede4} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:30:58.988336 [ 259 ] {f01af861-53b9-4ad7-a29e-eae977dbede4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:30:58.988979 [ 259 ] {f01af861-53b9-4ad7-a29e-eae977dbede4} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:58.989030 [ 259 ] {f01af861-53b9-4ad7-a29e-eae977dbede4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:30:58.989580 [ 259 ] {f01af861-53b9-4ad7-a29e-eae977dbede4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.04 04:30:58.990156 [ 259 ] {f01af861-53b9-4ad7-a29e-eae977dbede4} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:58.990342 [ 259 ] {f01af861-53b9-4ad7-a29e-eae977dbede4} executeQuery: Read 120 rows, 10.53 KiB in 0.002119 sec., 56630.48607833884 rows/sec., 4.85 MiB/sec. 2026.03.04 04:30:58.990393 [ 259 ] {f01af861-53b9-4ad7-a29e-eae977dbede4} TCPHandler: Processed in 0.002443268 sec. 2026.03.04 04:30:58.990524 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:58.990629 [ 259 ] {4dc08177-b3b9-48ad-8f9d-a057cdf5fba7} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:30:58.990672 [ 259 ] {4dc08177-b3b9-48ad-8f9d-a057cdf5fba7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:30:58.991114 [ 259 ] {4dc08177-b3b9-48ad-8f9d-a057cdf5fba7} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:58.991312 [ 259 ] {4dc08177-b3b9-48ad-8f9d-a057cdf5fba7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:30:58.991789 [ 259 ] {4dc08177-b3b9-48ad-8f9d-a057cdf5fba7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.04 04:30:58.992319 [ 259 ] {4dc08177-b3b9-48ad-8f9d-a057cdf5fba7} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:58.992487 [ 259 ] {4dc08177-b3b9-48ad-8f9d-a057cdf5fba7} executeQuery: Read 32 rows, 2.41 KiB in 0.001882 sec., 17003.188097768332 rows/sec., 1.25 MiB/sec. 2026.03.04 04:30:58.992530 [ 259 ] {4dc08177-b3b9-48ad-8f9d-a057cdf5fba7} TCPHandler: Processed in 0.00205729 sec. 2026.03.04 04:30:58.992652 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:58.992757 [ 259 ] {084cd42b-602a-4aa3-b211-bb8120f9a7cd} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:30:58.992798 [ 259 ] {084cd42b-602a-4aa3-b211-bb8120f9a7cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:30:58.993254 [ 259 ] {084cd42b-602a-4aa3-b211-bb8120f9a7cd} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:58.993302 [ 259 ] {084cd42b-602a-4aa3-b211-bb8120f9a7cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:30:58.993842 [ 259 ] {084cd42b-602a-4aa3-b211-bb8120f9a7cd} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.04 04:30:58.994597 [ 259 ] {084cd42b-602a-4aa3-b211-bb8120f9a7cd} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:58.994814 [ 259 ] {084cd42b-602a-4aa3-b211-bb8120f9a7cd} executeQuery: Read 96 rows, 7.68 KiB in 0.002079 sec., 46176.04617604618 rows/sec., 3.61 MiB/sec. 2026.03.04 04:30:58.994856 [ 259 ] {084cd42b-602a-4aa3-b211-bb8120f9a7cd} TCPHandler: Processed in 0.002257724 sec. 2026.03.04 04:30:58.995023 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:58.995134 [ 259 ] {f71dae9f-b0a3-45b2-a053-99ec2fa9d9c8} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:30:58.995181 [ 259 ] {f71dae9f-b0a3-45b2-a053-99ec2fa9d9c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:30:58.995735 [ 259 ] {f71dae9f-b0a3-45b2-a053-99ec2fa9d9c8} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:58.995780 [ 259 ] {f71dae9f-b0a3-45b2-a053-99ec2fa9d9c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:30:58.996456 [ 259 ] {f71dae9f-b0a3-45b2-a053-99ec2fa9d9c8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.04 04:30:58.996967 [ 259 ] {f71dae9f-b0a3-45b2-a053-99ec2fa9d9c8} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:58.997142 [ 259 ] {f71dae9f-b0a3-45b2-a053-99ec2fa9d9c8} executeQuery: Read 160 rows, 11.41 KiB in 0.002034 sec., 78662.73352999018 rows/sec., 5.48 MiB/sec. 2026.03.04 04:30:58.997180 [ 259 ] {f71dae9f-b0a3-45b2-a053-99ec2fa9d9c8} TCPHandler: Processed in 0.002217283 sec. 2026.03.04 04:30:58.997307 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:58.997408 [ 259 ] {110a1d84-d3c2-4dcd-8608-4ba0a1a8b841} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:30:58.997464 [ 259 ] {110a1d84-d3c2-4dcd-8608-4ba0a1a8b841} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:30:58.998347 [ 259 ] {110a1d84-d3c2-4dcd-8608-4ba0a1a8b841} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:58.998392 [ 259 ] {110a1d84-d3c2-4dcd-8608-4ba0a1a8b841} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:30:58.999159 [ 259 ] {110a1d84-d3c2-4dcd-8608-4ba0a1a8b841} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.04 04:30:58.999686 [ 259 ] {110a1d84-d3c2-4dcd-8608-4ba0a1a8b841} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:58.999833 [ 259 ] {110a1d84-d3c2-4dcd-8608-4ba0a1a8b841} executeQuery: Read 32 rows, 58.72 KiB in 0.002445 sec., 13087.934560327198 rows/sec., 23.45 MiB/sec. 2026.03.04 04:30:58.999910 [ 259 ] {110a1d84-d3c2-4dcd-8608-4ba0a1a8b841} TCPHandler: Processed in 0.002656351 sec. 2026.03.04 04:30:59.000036 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:30:59.000152 [ 259 ] {5456ce56-bbdc-427d-ac4c-0f7e86ca4fa4} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:30:59.000205 [ 259 ] {5456ce56-bbdc-427d-ac4c-0f7e86ca4fa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:30:59.000599 [ 259 ] {5456ce56-bbdc-427d-ac4c-0f7e86ca4fa4} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:30:59.000641 [ 259 ] {5456ce56-bbdc-427d-ac4c-0f7e86ca4fa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:30:59.001181 [ 259 ] {5456ce56-bbdc-427d-ac4c-0f7e86ca4fa4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.04 04:30:59.001686 [ 259 ] {5456ce56-bbdc-427d-ac4c-0f7e86ca4fa4} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:30:59.001890 [ 259 ] {5456ce56-bbdc-427d-ac4c-0f7e86ca4fa4} executeQuery: Read 60 rows, 4.14 KiB in 0.001764 sec., 34013.60544217687 rows/sec., 2.29 MiB/sec. 2026.03.04 04:30:59.001929 [ 259 ] {5456ce56-bbdc-427d-ac4c-0f7e86ca4fa4} TCPHandler: Processed in 0.001944457 sec. 2026.03.04 04:31:03.021671 [ 63 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:31:03.021717 [ 63 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:31:03.070502 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2908 2026.03.04 04:31:03.071015 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:03.071061 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:03.071723 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.04 04:31:03.072266 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:03.072412 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2908 2026.03.04 04:31:03.072419 [ 63 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.04 04:31:03.072489 [ 63 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:03.072513 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:03.074727 [ 201 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.04 04:31:03.077058 [ 201 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:31:03.079109 [ 201 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part 2026.03.04 04:31:03.081679 [ 201 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 500 rows starting from the beginning of the part 2026.03.04 04:31:03.081746 [ 201 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 448 rows starting from the beginning of the part 2026.03.04 04:31:03.081807 [ 201 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 512 rows starting from the beginning of the part 2026.03.04 04:31:03.081868 [ 201 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 448 rows starting from the beginning of the part 2026.03.04 04:31:03.081923 [ 201 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 512 rows starting from the beginning of the part 2026.03.04 04:31:03.113793 [ 188 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2908 rows, containing 4 columns (4 merged, 0 gathered) in 0.041161604 sec., 70648.36443205664 rows/sec., 1.01 MiB/sec. 2026.03.04 04:31:03.114687 [ 201 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.04 04:31:03.115167 [ 201 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_6_1} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:03.115235 [ 201 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_6_1} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.04 04:31:03.115319 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.43 MiB. 2026.03.04 04:31:03.216926 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.03.04 04:31:03.233700 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:03.233750 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:03.240412 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.04 04:31:03.241622 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:03.241924 [ 63 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.04 04:31:03.241973 [ 63 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:03.241994 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:03.242084 [ 201 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.04 04:31:03.244880 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.03.04 04:31:03.246000 [ 201 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:31:03.247396 [ 201 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.03.04 04:31:03.251830 [ 201 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2026.03.04 04:31:03.255931 [ 201 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2026.03.04 04:31:03.260017 [ 201 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2026.03.04 04:31:03.267674 [ 201 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2026.03.04 04:31:03.272198 [ 201 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2026.03.04 04:31:03.332627 [ 188 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.090578867 sec., 507.84472718123095 rows/sec., 2.63 MiB/sec. 2026.03.04 04:31:03.335175 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.04 04:31:03.338105 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_6_1} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:03.338256 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_6_1} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.04 04:31:03.340266 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.03.04 04:31:03.986659 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:03.986839 [ 259 ] {0650c5b5-a7a8-44de-b0a3-348e3619cf1b} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:31:03.986904 [ 259 ] {0650c5b5-a7a8-44de-b0a3-348e3619cf1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:31:03.987602 [ 259 ] {0650c5b5-a7a8-44de-b0a3-348e3619cf1b} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:03.987646 [ 259 ] {0650c5b5-a7a8-44de-b0a3-348e3619cf1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:03.988254 [ 259 ] {0650c5b5-a7a8-44de-b0a3-348e3619cf1b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.04 04:31:03.988884 [ 259 ] {0650c5b5-a7a8-44de-b0a3-348e3619cf1b} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:03.989010 [ 63 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.04 04:31:03.989045 [ 63 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:03.989047 [ 259 ] {0650c5b5-a7a8-44de-b0a3-348e3619cf1b} executeQuery: Read 56 rows, 4.38 KiB in 0.002257 sec., 24811.696942844486 rows/sec., 1.89 MiB/sec. 2026.03.04 04:31:03.989066 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:03.989100 [ 259 ] {0650c5b5-a7a8-44de-b0a3-348e3619cf1b} TCPHandler: Processed in 0.002564819 sec. 2026.03.04 04:31:03.989175 [ 187 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.04 04:31:03.989228 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:03.989266 [ 187 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:31:03.989302 [ 187 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 59 rows starting from the beginning of the part 2026.03.04 04:31:03.989331 [ 259 ] {e88361d6-94f6-4789-aa64-214fcfd41835} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:31:03.989375 [ 259 ] {e88361d6-94f6-4789-aa64-214fcfd41835} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:31:03.989388 [ 187 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2026.03.04 04:31:03.989438 [ 187 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 90 rows starting from the beginning of the part 2026.03.04 04:31:03.989482 [ 187 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 57 rows starting from the beginning of the part 2026.03.04 04:31:03.989522 [ 187 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 120 rows starting from the beginning of the part 2026.03.04 04:31:03.989560 [ 187 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part 2026.03.04 04:31:03.989821 [ 259 ] {e88361d6-94f6-4789-aa64-214fcfd41835} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:03.989855 [ 259 ] {e88361d6-94f6-4789-aa64-214fcfd41835} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:03.990412 [ 259 ] {e88361d6-94f6-4789-aa64-214fcfd41835} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.04 04:31:03.990436 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 412 rows, containing 5 columns (5 merged, 0 gathered) in 0.001297615 sec., 317505.5775403336 rows/sec., 27.63 MiB/sec. 2026.03.04 04:31:03.990869 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.04 04:31:03.991009 [ 259 ] {e88361d6-94f6-4789-aa64-214fcfd41835} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:03.991119 [ 63 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.04 04:31:03.991145 [ 63 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:03.991159 [ 259 ] {e88361d6-94f6-4789-aa64-214fcfd41835} executeQuery: Read 64 rows, 5.12 KiB in 0.00185 sec., 34594.59459459459 rows/sec., 2.70 MiB/sec. 2026.03.04 04:31:03.991164 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:03.991198 [ 259 ] {e88361d6-94f6-4789-aa64-214fcfd41835} TCPHandler: Processed in 0.002023948 sec. 2026.03.04 04:31:03.991237 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.04 04:31:03.991312 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:31:03.991318 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:03.991338 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 59 rows starting from the beginning of the part 2026.03.04 04:31:03.991383 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part 2026.03.04 04:31:03.991418 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 74 rows starting from the beginning of the part 2026.03.04 04:31:03.991423 [ 259 ] {1d223386-24ce-4c2d-8bf2-3be4707ffbcd} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:31:03.991463 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part 2026.03.04 04:31:03.991471 [ 259 ] {1d223386-24ce-4c2d-8bf2-3be4707ffbcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:31:03.991498 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 96 rows starting from the beginning of the part 2026.03.04 04:31:03.991535 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part 2026.03.04 04:31:03.991622 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_6_1} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:03.991723 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_6_1} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.04 04:31:03.991834 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.04 04:31:03.991890 [ 259 ] {1d223386-24ce-4c2d-8bf2-3be4707ffbcd} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:03.991928 [ 259 ] {1d223386-24ce-4c2d-8bf2-3be4707ffbcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:03.992286 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 395 rows, containing 5 columns (5 merged, 0 gathered) in 0.001073411 sec., 367985.79481671046 rows/sec., 30.18 MiB/sec. 2026.03.04 04:31:03.992442 [ 259 ] {1d223386-24ce-4c2d-8bf2-3be4707ffbcd} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.04 04:31:03.992537 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.04 04:31:03.993063 [ 259 ] {1d223386-24ce-4c2d-8bf2-3be4707ffbcd} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:03.993188 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_6_1} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:03.993317 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_6_1} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.04 04:31:03.993373 [ 63 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.04 04:31:03.993388 [ 259 ] {1d223386-24ce-4c2d-8bf2-3be4707ffbcd} executeQuery: Read 160 rows, 11.41 KiB in 0.001986 sec., 80563.94763343404 rows/sec., 5.61 MiB/sec. 2026.03.04 04:31:03.993398 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.04 04:31:03.993418 [ 63 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:03.993441 [ 259 ] {1d223386-24ce-4c2d-8bf2-3be4707ffbcd} TCPHandler: Processed in 0.002175272 sec. 2026.03.04 04:31:03.993457 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:03.993565 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.04 04:31:03.993573 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:03.993683 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:31:03.993688 [ 259 ] {dfd72c10-2b3a-479f-9bd0-82efd101d874} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:31:03.993728 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part 2026.03.04 04:31:03.993741 [ 259 ] {dfd72c10-2b3a-479f-9bd0-82efd101d874} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:31:03.993812 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2026.03.04 04:31:03.993870 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part 2026.03.04 04:31:03.993920 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 161 rows starting from the beginning of the part 2026.03.04 04:31:03.993971 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part 2026.03.04 04:31:03.994018 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2026.03.04 04:31:03.994111 [ 259 ] {dfd72c10-2b3a-479f-9bd0-82efd101d874} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:03.994151 [ 259 ] {dfd72c10-2b3a-479f-9bd0-82efd101d874} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:03.994713 [ 259 ] {dfd72c10-2b3a-479f-9bd0-82efd101d874} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.04 04:31:03.995036 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 665 rows, containing 5 columns (5 merged, 0 gathered) in 0.001489179 sec., 446554.7795127382 rows/sec., 31.16 MiB/sec. 2026.03.04 04:31:03.995572 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.04 04:31:03.996153 [ 259 ] {dfd72c10-2b3a-479f-9bd0-82efd101d874} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:03.996300 [ 63 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.04 04:31:03.996332 [ 63 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:03.996335 [ 259 ] {dfd72c10-2b3a-479f-9bd0-82efd101d874} executeQuery: Read 60 rows, 4.14 KiB in 0.002665 sec., 22514.0712945591 rows/sec., 1.52 MiB/sec. 2026.03.04 04:31:03.996352 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:03.996376 [ 259 ] {dfd72c10-2b3a-479f-9bd0-82efd101d874} TCPHandler: Processed in 0.002855365 sec. 2026.03.04 04:31:03.996428 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.04 04:31:03.996520 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:31:03.996527 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_6_1} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:03.996548 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part 2026.03.04 04:31:03.996600 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2026.03.04 04:31:03.996632 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_6_1} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.04 04:31:03.996636 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part 2026.03.04 04:31:03.996684 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part 2026.03.04 04:31:03.996727 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2026.03.04 04:31:03.996753 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.03.04 04:31:03.996772 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2026.03.04 04:31:03.997589 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 4 columns (4 merged, 0 gathered) in 0.001188253 sec., 227224.33690468274 rows/sec., 15.23 MiB/sec. 2026.03.04 04:31:03.997929 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.04 04:31:03.998535 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_6_1} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:03.998605 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_6_1} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.04 04:31:03.998671 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.04 04:31:04.001196 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 191.00 MiB, peak 200.11 MiB, free memory in arenas 0.00 B, will set to 200.90 MiB (RSS), difference: 9.90 MiB 2026.03.04 04:31:08.077197 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 220 2026.03.04 04:31:08.079311 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:08.079368 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:08.080689 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.04 04:31:08.081201 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:08.081550 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 220 2026.03.04 04:31:08.979544 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:08.979774 [ 259 ] {1ca97cb2-2398-488f-a1dd-9c8e75b00b36} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.04 04:31:08.980101 [ 259 ] {1ca97cb2-2398-488f-a1dd-9c8e75b00b36} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:31:08.982237 [ 259 ] {1ca97cb2-2398-488f-a1dd-9c8e75b00b36} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.04 04:31:08.982532 [ 259 ] {1ca97cb2-2398-488f-a1dd-9c8e75b00b36} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:08.982623 [ 259 ] {1ca97cb2-2398-488f-a1dd-9c8e75b00b36} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:08.982847 [ 259 ] {1ca97cb2-2398-488f-a1dd-9c8e75b00b36} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2026.03.04 04:31:08.984916 [ 259 ] {1ca97cb2-2398-488f-a1dd-9c8e75b00b36} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:31:08.987039 [ 259 ] {1ca97cb2-2398-488f-a1dd-9c8e75b00b36} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.04 04:31:08.987063 [ 259 ] {1ca97cb2-2398-488f-a1dd-9c8e75b00b36} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:31:08.987151 [ 259 ] {1ca97cb2-2398-488f-a1dd-9c8e75b00b36} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" 2026.03.04 04:31:08.987175 [ 259 ] {1ca97cb2-2398-488f-a1dd-9c8e75b00b36} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0 2026.03.04 04:31:08.999019 [ 259 ] {1ca97cb2-2398-488f-a1dd-9c8e75b00b36} executeQuery: Read 24 rows, 1022.00 B in 0.019338 sec., 1241.0797393732546 rows/sec., 51.61 KiB/sec. 2026.03.04 04:31:08.999198 [ 259 ] {1ca97cb2-2398-488f-a1dd-9c8e75b00b36} TCPHandler: Processed in 0.019772101 sec. 2026.03.04 04:31:08.999669 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:08.999816 [ 259 ] {a818504f-b752-4f1e-ae2e-6611a233082c} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.04 04:31:09.000034 [ 259 ] {a818504f-b752-4f1e-ae2e-6611a233082c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:31:09.000068 [ 259 ] {a818504f-b752-4f1e-ae2e-6611a233082c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.04 04:31:09.000255 [ 259 ] {a818504f-b752-4f1e-ae2e-6611a233082c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:09.000311 [ 259 ] {a818504f-b752-4f1e-ae2e-6611a233082c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:09.000417 [ 259 ] {a818504f-b752-4f1e-ae2e-6611a233082c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2026.03.04 04:31:09.000446 [ 259 ] {a818504f-b752-4f1e-ae2e-6611a233082c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:31:09.000464 [ 259 ] {a818504f-b752-4f1e-ae2e-6611a233082c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.04 04:31:09.000485 [ 259 ] {a818504f-b752-4f1e-ae2e-6611a233082c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:31:09.000526 [ 259 ] {a818504f-b752-4f1e-ae2e-6611a233082c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes'))" 2026.03.04 04:31:09.000551 [ 259 ] {a818504f-b752-4f1e-ae2e-6611a233082c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0 2026.03.04 04:31:09.001166 [ 259 ] {a818504f-b752-4f1e-ae2e-6611a233082c} executeQuery: Read 24 rows, 1022.00 B in 0.001409 sec., 17033.3569907736 rows/sec., 708.34 KiB/sec. 2026.03.04 04:31:09.001256 [ 259 ] {a818504f-b752-4f1e-ae2e-6611a233082c} TCPHandler: Processed in 0.001643931 sec. 2026.03.04 04:31:09.001808 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:09.001943 [ 259 ] {b3941b87-966d-481f-8ec0-91e401e61285} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.03.04 04:31:09.002174 [ 259 ] {b3941b87-966d-481f-8ec0-91e401e61285} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:31:09.002208 [ 259 ] {b3941b87-966d-481f-8ec0-91e401e61285} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE 2026.03.04 04:31:09.002391 [ 259 ] {b3941b87-966d-481f-8ec0-91e401e61285} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:09.002449 [ 259 ] {b3941b87-966d-481f-8ec0-91e401e61285} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:09.002574 [ 259 ] {b3941b87-966d-481f-8ec0-91e401e61285} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2026.03.04 04:31:09.002607 [ 259 ] {b3941b87-966d-481f-8ec0-91e401e61285} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:31:09.002630 [ 259 ] {b3941b87-966d-481f-8ec0-91e401e61285} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.04 04:31:09.002648 [ 259 ] {b3941b87-966d-481f-8ec0-91e401e61285} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:31:09.002682 [ 259 ] {b3941b87-966d-481f-8ec0-91e401e61285} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" 2026.03.04 04:31:09.002699 [ 259 ] {b3941b87-966d-481f-8ec0-91e401e61285} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0 2026.03.04 04:31:09.003147 [ 259 ] {b3941b87-966d-481f-8ec0-91e401e61285} executeQuery: Read 24 rows, 1022.00 B in 0.001257 sec., 19093.07875894988 rows/sec., 793.99 KiB/sec. 2026.03.04 04:31:09.003230 [ 259 ] {b3941b87-966d-481f-8ec0-91e401e61285} TCPHandler: Processed in 0.001479059 sec. 2026.03.04 04:31:09.003478 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:09.003608 [ 259 ] {2414745a-c75d-4004-b8b1-bd65a4570b48} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.03.04 04:31:09.003809 [ 259 ] {2414745a-c75d-4004-b8b1-bd65a4570b48} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:31:09.003844 [ 259 ] {2414745a-c75d-4004-b8b1-bd65a4570b48} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE 2026.03.04 04:31:09.004026 [ 259 ] {2414745a-c75d-4004-b8b1-bd65a4570b48} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:09.004088 [ 259 ] {2414745a-c75d-4004-b8b1-bd65a4570b48} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:09.004201 [ 259 ] {2414745a-c75d-4004-b8b1-bd65a4570b48} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2026.03.04 04:31:09.004230 [ 259 ] {2414745a-c75d-4004-b8b1-bd65a4570b48} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:31:09.004254 [ 259 ] {2414745a-c75d-4004-b8b1-bd65a4570b48} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.04 04:31:09.004270 [ 259 ] {2414745a-c75d-4004-b8b1-bd65a4570b48} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:31:09.004304 [ 259 ] {2414745a-c75d-4004-b8b1-bd65a4570b48} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" 2026.03.04 04:31:09.004323 [ 259 ] {2414745a-c75d-4004-b8b1-bd65a4570b48} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0 2026.03.04 04:31:09.004766 [ 259 ] {2414745a-c75d-4004-b8b1-bd65a4570b48} executeQuery: Read 24 rows, 1022.00 B in 0.001208 sec., 19867.54966887417 rows/sec., 826.20 KiB/sec. 2026.03.04 04:31:09.004848 [ 259 ] {2414745a-c75d-4004-b8b1-bd65a4570b48} TCPHandler: Processed in 0.001419308 sec. 2026.03.04 04:31:09.005094 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:09.005243 [ 259 ] {a386d3f4-2446-4552-b7c5-cfe4105bbd52} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.04 04:31:09.005534 [ 259 ] {a386d3f4-2446-4552-b7c5-cfe4105bbd52} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:31:09.005575 [ 259 ] {a386d3f4-2446-4552-b7c5-cfe4105bbd52} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2026.03.04 04:31:09.005761 [ 259 ] {a386d3f4-2446-4552-b7c5-cfe4105bbd52} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:09.005815 [ 259 ] {a386d3f4-2446-4552-b7c5-cfe4105bbd52} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:09.005984 [ 259 ] {a386d3f4-2446-4552-b7c5-cfe4105bbd52} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2026.03.04 04:31:09.006027 [ 259 ] {a386d3f4-2446-4552-b7c5-cfe4105bbd52} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:31:09.006052 [ 259 ] {a386d3f4-2446-4552-b7c5-cfe4105bbd52} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.04 04:31:09.006072 [ 259 ] {a386d3f4-2446-4552-b7c5-cfe4105bbd52} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:31:09.006115 [ 259 ] {a386d3f4-2446-4552-b7c5-cfe4105bbd52} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" 2026.03.04 04:31:09.006141 [ 259 ] {a386d3f4-2446-4552-b7c5-cfe4105bbd52} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0 2026.03.04 04:31:09.006591 [ 259 ] {a386d3f4-2446-4552-b7c5-cfe4105bbd52} executeQuery: Read 24 rows, 1022.00 B in 0.001412 sec., 16997.167138810197 rows/sec., 706.83 KiB/sec. 2026.03.04 04:31:09.006676 [ 259 ] {a386d3f4-2446-4552-b7c5-cfe4105bbd52} TCPHandler: Processed in 0.001632801 sec. 2026.03.04 04:31:09.006924 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:09.007054 [ 259 ] {4942d0e8-b914-4908-83d9-855e60b4ed91} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.04 04:31:09.007271 [ 259 ] {4942d0e8-b914-4908-83d9-855e60b4ed91} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:31:09.007309 [ 259 ] {4942d0e8-b914-4908-83d9-855e60b4ed91} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2026.03.04 04:31:09.007496 [ 259 ] {4942d0e8-b914-4908-83d9-855e60b4ed91} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:09.007551 [ 259 ] {4942d0e8-b914-4908-83d9-855e60b4ed91} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:09.007652 [ 259 ] {4942d0e8-b914-4908-83d9-855e60b4ed91} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2026.03.04 04:31:09.007683 [ 259 ] {4942d0e8-b914-4908-83d9-855e60b4ed91} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:31:09.007702 [ 259 ] {4942d0e8-b914-4908-83d9-855e60b4ed91} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.04 04:31:09.007720 [ 259 ] {4942d0e8-b914-4908-83d9-855e60b4ed91} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:31:09.007753 [ 259 ] {4942d0e8-b914-4908-83d9-855e60b4ed91} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.03.04 04:31:09.007773 [ 259 ] {4942d0e8-b914-4908-83d9-855e60b4ed91} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0 2026.03.04 04:31:09.008190 [ 259 ] {4942d0e8-b914-4908-83d9-855e60b4ed91} executeQuery: Read 24 rows, 1022.00 B in 0.001188 sec., 20202.0202020202 rows/sec., 840.11 KiB/sec. 2026.03.04 04:31:09.008274 [ 259 ] {4942d0e8-b914-4908-83d9-855e60b4ed91} TCPHandler: Processed in 0.001400327 sec. 2026.03.04 04:31:09.008515 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:09.008651 [ 259 ] {6fd59047-d3d9-488b-9784-535591e77f48} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.03.04 04:31:09.008852 [ 259 ] {6fd59047-d3d9-488b-9784-535591e77f48} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:31:09.008888 [ 259 ] {6fd59047-d3d9-488b-9784-535591e77f48} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2026.03.04 04:31:09.009073 [ 259 ] {6fd59047-d3d9-488b-9784-535591e77f48} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:09.009125 [ 259 ] {6fd59047-d3d9-488b-9784-535591e77f48} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:09.009226 [ 259 ] {6fd59047-d3d9-488b-9784-535591e77f48} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2026.03.04 04:31:09.009257 [ 259 ] {6fd59047-d3d9-488b-9784-535591e77f48} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:31:09.009277 [ 259 ] {6fd59047-d3d9-488b-9784-535591e77f48} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.04 04:31:09.009292 [ 259 ] {6fd59047-d3d9-488b-9784-535591e77f48} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:31:09.009329 [ 259 ] {6fd59047-d3d9-488b-9784-535591e77f48} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.03.04 04:31:09.009349 [ 259 ] {6fd59047-d3d9-488b-9784-535591e77f48} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0 2026.03.04 04:31:09.009789 [ 259 ] {6fd59047-d3d9-488b-9784-535591e77f48} executeQuery: Read 24 rows, 1022.00 B in 0.00119 sec., 20168.067226890755 rows/sec., 838.69 KiB/sec. 2026.03.04 04:31:09.009870 [ 259 ] {6fd59047-d3d9-488b-9784-535591e77f48} TCPHandler: Processed in 0.001405378 sec. 2026.03.04 04:31:09.010095 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:09.010239 [ 259 ] {2a27a66e-2836-4613-83e6-4b1f6ff43c95} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.04 04:31:09.010438 [ 259 ] {2a27a66e-2836-4613-83e6-4b1f6ff43c95} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:31:09.010472 [ 259 ] {2a27a66e-2836-4613-83e6-4b1f6ff43c95} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2026.03.04 04:31:09.010657 [ 259 ] {2a27a66e-2836-4613-83e6-4b1f6ff43c95} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:09.010709 [ 259 ] {2a27a66e-2836-4613-83e6-4b1f6ff43c95} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:09.010806 [ 259 ] {2a27a66e-2836-4613-83e6-4b1f6ff43c95} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.03.04 04:31:09.010834 [ 259 ] {2a27a66e-2836-4613-83e6-4b1f6ff43c95} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:31:09.010852 [ 259 ] {2a27a66e-2836-4613-83e6-4b1f6ff43c95} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.04 04:31:09.010866 [ 259 ] {2a27a66e-2836-4613-83e6-4b1f6ff43c95} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:31:09.010898 [ 259 ] {2a27a66e-2836-4613-83e6-4b1f6ff43c95} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.03.04 04:31:09.010917 [ 259 ] {2a27a66e-2836-4613-83e6-4b1f6ff43c95} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0 2026.03.04 04:31:09.011336 [ 259 ] {2a27a66e-2836-4613-83e6-4b1f6ff43c95} executeQuery: Read 24 rows, 1022.00 B in 0.001157 sec., 20743.301642178045 rows/sec., 862.62 KiB/sec. 2026.03.04 04:31:09.011418 [ 259 ] {2a27a66e-2836-4613-83e6-4b1f6ff43c95} TCPHandler: Processed in 0.001379307 sec. 2026.03.04 04:31:09.011647 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:09.011777 [ 259 ] {68cd4ac7-73c9-4613-b104-9a273c599abf} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.04 04:31:09.011982 [ 259 ] {68cd4ac7-73c9-4613-b104-9a273c599abf} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:31:09.012016 [ 259 ] {68cd4ac7-73c9-4613-b104-9a273c599abf} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2026.03.04 04:31:09.012208 [ 259 ] {68cd4ac7-73c9-4613-b104-9a273c599abf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:09.012260 [ 259 ] {68cd4ac7-73c9-4613-b104-9a273c599abf} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:09.012358 [ 259 ] {68cd4ac7-73c9-4613-b104-9a273c599abf} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.03.04 04:31:09.012386 [ 259 ] {68cd4ac7-73c9-4613-b104-9a273c599abf} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:31:09.012405 [ 259 ] {68cd4ac7-73c9-4613-b104-9a273c599abf} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.04 04:31:09.012419 [ 259 ] {68cd4ac7-73c9-4613-b104-9a273c599abf} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:31:09.012453 [ 259 ] {68cd4ac7-73c9-4613-b104-9a273c599abf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.03.04 04:31:09.012471 [ 259 ] {68cd4ac7-73c9-4613-b104-9a273c599abf} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0 2026.03.04 04:31:09.012952 [ 259 ] {68cd4ac7-73c9-4613-b104-9a273c599abf} executeQuery: Read 24 rows, 1022.00 B in 0.001225 sec., 19591.83673469388 rows/sec., 814.73 KiB/sec. 2026.03.04 04:31:09.013031 [ 259 ] {68cd4ac7-73c9-4613-b104-9a273c599abf} TCPHandler: Processed in 0.001435097 sec. 2026.03.04 04:31:09.013252 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:09.013384 [ 259 ] {5d81d55e-eedb-45b0-8235-307d3b17f09a} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.04 04:31:09.013584 [ 259 ] {5d81d55e-eedb-45b0-8235-307d3b17f09a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:31:09.013618 [ 259 ] {5d81d55e-eedb-45b0-8235-307d3b17f09a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.04 04:31:09.013805 [ 259 ] {5d81d55e-eedb-45b0-8235-307d3b17f09a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:09.013857 [ 259 ] {5d81d55e-eedb-45b0-8235-307d3b17f09a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:09.013954 [ 259 ] {5d81d55e-eedb-45b0-8235-307d3b17f09a} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.03.04 04:31:09.013982 [ 259 ] {5d81d55e-eedb-45b0-8235-307d3b17f09a} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:31:09.014000 [ 259 ] {5d81d55e-eedb-45b0-8235-307d3b17f09a} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.04 04:31:09.014014 [ 259 ] {5d81d55e-eedb-45b0-8235-307d3b17f09a} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:31:09.014047 [ 259 ] {5d81d55e-eedb-45b0-8235-307d3b17f09a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:09.014065 [ 259 ] {5d81d55e-eedb-45b0-8235-307d3b17f09a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0 2026.03.04 04:31:09.014492 [ 259 ] {5d81d55e-eedb-45b0-8235-307d3b17f09a} executeQuery: Read 24 rows, 1022.00 B in 0.001162 sec., 20654.04475043029 rows/sec., 858.90 KiB/sec. 2026.03.04 04:31:09.014572 [ 259 ] {5d81d55e-eedb-45b0-8235-307d3b17f09a} TCPHandler: Processed in 0.001369746 sec. 2026.03.04 04:31:09.014780 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:09.014910 [ 259 ] {44953a84-e2ca-43cc-ae7a-bfc031f7bd92} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.04 04:31:09.015111 [ 259 ] {44953a84-e2ca-43cc-ae7a-bfc031f7bd92} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:31:09.015148 [ 259 ] {44953a84-e2ca-43cc-ae7a-bfc031f7bd92} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.04 04:31:09.015344 [ 259 ] {44953a84-e2ca-43cc-ae7a-bfc031f7bd92} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:09.015397 [ 259 ] {44953a84-e2ca-43cc-ae7a-bfc031f7bd92} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:09.015496 [ 259 ] {44953a84-e2ca-43cc-ae7a-bfc031f7bd92} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.03.04 04:31:09.015526 [ 259 ] {44953a84-e2ca-43cc-ae7a-bfc031f7bd92} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:31:09.015545 [ 259 ] {44953a84-e2ca-43cc-ae7a-bfc031f7bd92} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.04 04:31:09.015563 [ 259 ] {44953a84-e2ca-43cc-ae7a-bfc031f7bd92} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:31:09.015597 [ 259 ] {44953a84-e2ca-43cc-ae7a-bfc031f7bd92} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:09.015616 [ 259 ] {44953a84-e2ca-43cc-ae7a-bfc031f7bd92} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0 2026.03.04 04:31:09.016024 [ 259 ] {44953a84-e2ca-43cc-ae7a-bfc031f7bd92} executeQuery: Read 24 rows, 1022.00 B in 0.001165 sec., 20600.85836909871 rows/sec., 856.69 KiB/sec. 2026.03.04 04:31:09.016108 [ 259 ] {44953a84-e2ca-43cc-ae7a-bfc031f7bd92} TCPHandler: Processed in 0.001378007 sec. 2026.03.04 04:31:09.023567 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:09.023724 [ 259 ] {6e0f95d0-e7a7-4b2a-bb7d-ba77c29334fd} executeQuery: (from [fd00:1122:3344:101::d]:42660) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.04 04:31:09.023952 [ 259 ] {6e0f95d0-e7a7-4b2a-bb7d-ba77c29334fd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:31:09.023990 [ 259 ] {6e0f95d0-e7a7-4b2a-bb7d-ba77c29334fd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.04 04:31:09.024227 [ 259 ] {6e0f95d0-e7a7-4b2a-bb7d-ba77c29334fd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:09.024296 [ 259 ] {6e0f95d0-e7a7-4b2a-bb7d-ba77c29334fd} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:09.024412 [ 259 ] {6e0f95d0-e7a7-4b2a-bb7d-ba77c29334fd} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.03.04 04:31:09.024451 [ 259 ] {6e0f95d0-e7a7-4b2a-bb7d-ba77c29334fd} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:31:09.024477 [ 259 ] {6e0f95d0-e7a7-4b2a-bb7d-ba77c29334fd} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.04 04:31:09.024500 [ 259 ] {6e0f95d0-e7a7-4b2a-bb7d-ba77c29334fd} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:31:09.024550 [ 259 ] {6e0f95d0-e7a7-4b2a-bb7d-ba77c29334fd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:09.024577 [ 259 ] {6e0f95d0-e7a7-4b2a-bb7d-ba77c29334fd} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 24 rows starting from 0 2026.03.04 04:31:09.025059 [ 259 ] {6e0f95d0-e7a7-4b2a-bb7d-ba77c29334fd} executeQuery: Read 24 rows, 1022.00 B in 0.001392 sec., 17241.379310344826 rows/sec., 716.99 KiB/sec. 2026.03.04 04:31:09.025148 [ 259 ] {6e0f95d0-e7a7-4b2a-bb7d-ba77c29334fd} TCPHandler: Processed in 0.001636211 sec. 2026.03.04 04:31:09.033981 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:09.034110 [ 259 ] {3a378935-a28e-435f-8828-92321a0ab98d} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.04 04:31:09.034177 [ 259 ] {3a378935-a28e-435f-8828-92321a0ab98d} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:09.034820 [ 259 ] {3a378935-a28e-435f-8828-92321a0ab98d} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:09.034867 [ 259 ] {3a378935-a28e-435f-8828-92321a0ab98d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:09.035458 [ 259 ] {3a378935-a28e-435f-8828-92321a0ab98d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.04 04:31:09.035842 [ 259 ] {3a378935-a28e-435f-8828-92321a0ab98d} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:09.036002 [ 259 ] {3a378935-a28e-435f-8828-92321a0ab98d} executeQuery: Read 12 rows, 4.37 KiB in 0.001931 sec., 6214.3966856551015 rows/sec., 2.21 MiB/sec. 2026.03.04 04:31:09.036045 [ 259 ] {3a378935-a28e-435f-8828-92321a0ab98d} TCPHandler: Processed in 0.002137681 sec. 2026.03.04 04:31:09.036194 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:09.036296 [ 259 ] {138547a3-0099-45bc-8345-4feb970ae5bf} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:31:09.036338 [ 259 ] {138547a3-0099-45bc-8345-4feb970ae5bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:31:09.038983 [ 259 ] {138547a3-0099-45bc-8345-4feb970ae5bf} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:09.039018 [ 259 ] {138547a3-0099-45bc-8345-4feb970ae5bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:09.039547 [ 259 ] {138547a3-0099-45bc-8345-4feb970ae5bf} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.04 04:31:09.040163 [ 259 ] {138547a3-0099-45bc-8345-4feb970ae5bf} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:09.040338 [ 259 ] {138547a3-0099-45bc-8345-4feb970ae5bf} executeQuery: Read 284 rows, 18.47 KiB in 0.004063 sec., 69899.08934285011 rows/sec., 4.44 MiB/sec. 2026.03.04 04:31:09.040391 [ 259 ] {138547a3-0099-45bc-8345-4feb970ae5bf} TCPHandler: Processed in 0.004247422 sec. 2026.03.04 04:31:09.040538 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:09.040662 [ 259 ] {25ca6bb1-038a-4822-bf76-5e969c949492} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:31:09.040719 [ 259 ] {25ca6bb1-038a-4822-bf76-5e969c949492} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:31:09.041210 [ 259 ] {25ca6bb1-038a-4822-bf76-5e969c949492} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:09.041254 [ 259 ] {25ca6bb1-038a-4822-bf76-5e969c949492} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:09.041787 [ 259 ] {25ca6bb1-038a-4822-bf76-5e969c949492} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.04 04:31:09.042351 [ 259 ] {25ca6bb1-038a-4822-bf76-5e969c949492} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:09.042528 [ 259 ] {25ca6bb1-038a-4822-bf76-5e969c949492} executeQuery: Read 2 rows, 167.00 B in 0.001893 sec., 1056.5240359218174 rows/sec., 86.15 KiB/sec. 2026.03.04 04:31:09.042576 [ 259 ] {25ca6bb1-038a-4822-bf76-5e969c949492} TCPHandler: Processed in 0.00209686 sec. 2026.03.04 04:31:09.042705 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:09.042823 [ 259 ] {7cc505ca-c03b-4487-8382-b55c90a1fb3c} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:31:09.042876 [ 259 ] {7cc505ca-c03b-4487-8382-b55c90a1fb3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:31:09.043725 [ 259 ] {7cc505ca-c03b-4487-8382-b55c90a1fb3c} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:09.043762 [ 259 ] {7cc505ca-c03b-4487-8382-b55c90a1fb3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:09.044286 [ 259 ] {7cc505ca-c03b-4487-8382-b55c90a1fb3c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.04 04:31:09.044786 [ 259 ] {7cc505ca-c03b-4487-8382-b55c90a1fb3c} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:09.044924 [ 259 ] {7cc505ca-c03b-4487-8382-b55c90a1fb3c} executeQuery: Read 862 rows, 70.38 KiB in 0.002126 sec., 405456.2558795861 rows/sec., 32.33 MiB/sec. 2026.03.04 04:31:09.044962 [ 259 ] {7cc505ca-c03b-4487-8382-b55c90a1fb3c} TCPHandler: Processed in 0.002318314 sec. 2026.03.04 04:31:09.045081 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:09.045178 [ 259 ] {33b86351-b3fe-4493-ac61-4d4e958f9a66} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:31:09.045218 [ 259 ] {33b86351-b3fe-4493-ac61-4d4e958f9a66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:31:09.045870 [ 259 ] {33b86351-b3fe-4493-ac61-4d4e958f9a66} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:09.045906 [ 259 ] {33b86351-b3fe-4493-ac61-4d4e958f9a66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:09.046380 [ 259 ] {33b86351-b3fe-4493-ac61-4d4e958f9a66} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.04 04:31:09.046860 [ 259 ] {33b86351-b3fe-4493-ac61-4d4e958f9a66} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:09.047012 [ 259 ] {33b86351-b3fe-4493-ac61-4d4e958f9a66} executeQuery: Read 176 rows, 11.09 KiB in 0.001853 sec., 94981.11171073934 rows/sec., 5.84 MiB/sec. 2026.03.04 04:31:09.047051 [ 259 ] {33b86351-b3fe-4493-ac61-4d4e958f9a66} TCPHandler: Processed in 0.002019709 sec. 2026.03.04 04:31:09.047167 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:09.047262 [ 259 ] {52fdd0b2-67bc-4bef-8142-79417e857ec7} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:31:09.047301 [ 259 ] {52fdd0b2-67bc-4bef-8142-79417e857ec7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:31:09.047797 [ 259 ] {52fdd0b2-67bc-4bef-8142-79417e857ec7} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:09.047838 [ 259 ] {52fdd0b2-67bc-4bef-8142-79417e857ec7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:09.048399 [ 259 ] {52fdd0b2-67bc-4bef-8142-79417e857ec7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.04 04:31:09.048859 [ 259 ] {52fdd0b2-67bc-4bef-8142-79417e857ec7} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:09.049017 [ 259 ] {52fdd0b2-67bc-4bef-8142-79417e857ec7} executeQuery: Read 149 rows, 9.86 KiB in 0.001772 sec., 84085.77878103837 rows/sec., 5.43 MiB/sec. 2026.03.04 04:31:09.049059 [ 259 ] {52fdd0b2-67bc-4bef-8142-79417e857ec7} TCPHandler: Processed in 0.001941287 sec. 2026.03.04 04:31:09.049199 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:09.049303 [ 259 ] {f2c3c398-d3ad-47e8-a298-6e0c34969cd6} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:31:09.049344 [ 259 ] {f2c3c398-d3ad-47e8-a298-6e0c34969cd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:31:09.049783 [ 259 ] {f2c3c398-d3ad-47e8-a298-6e0c34969cd6} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:09.049820 [ 259 ] {f2c3c398-d3ad-47e8-a298-6e0c34969cd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:09.050347 [ 259 ] {f2c3c398-d3ad-47e8-a298-6e0c34969cd6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.04 04:31:09.050822 [ 259 ] {f2c3c398-d3ad-47e8-a298-6e0c34969cd6} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:09.050950 [ 259 ] {f2c3c398-d3ad-47e8-a298-6e0c34969cd6} executeQuery: Read 148 rows, 8.62 KiB in 0.001666 sec., 88835.53421368547 rows/sec., 5.05 MiB/sec. 2026.03.04 04:31:09.050987 [ 259 ] {f2c3c398-d3ad-47e8-a298-6e0c34969cd6} TCPHandler: Processed in 0.001859546 sec. 2026.03.04 04:31:09.051103 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:09.051200 [ 259 ] {8d8af808-6884-41de-8dd2-885fa0cf79b6} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:31:09.051240 [ 259 ] {8d8af808-6884-41de-8dd2-885fa0cf79b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:31:09.051817 [ 259 ] {8d8af808-6884-41de-8dd2-885fa0cf79b6} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:09.051853 [ 259 ] {8d8af808-6884-41de-8dd2-885fa0cf79b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:09.052369 [ 259 ] {8d8af808-6884-41de-8dd2-885fa0cf79b6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.04 04:31:09.052820 [ 259 ] {8d8af808-6884-41de-8dd2-885fa0cf79b6} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:09.052953 [ 259 ] {8d8af808-6884-41de-8dd2-885fa0cf79b6} executeQuery: Read 524 rows, 37.90 KiB in 0.00177 sec., 296045.19774011296 rows/sec., 20.91 MiB/sec. 2026.03.04 04:31:09.052997 [ 259 ] {8d8af808-6884-41de-8dd2-885fa0cf79b6} TCPHandler: Processed in 0.001943517 sec. 2026.03.04 04:31:09.053111 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:09.053299 [ 259 ] {0699df7c-30e8-47fb-b4ed-e75b98a92025} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.04 04:31:09.053338 [ 259 ] {0699df7c-30e8-47fb-b4ed-e75b98a92025} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.04 04:31:09.053661 [ 259 ] {0699df7c-30e8-47fb-b4ed-e75b98a92025} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:09.053699 [ 259 ] {0699df7c-30e8-47fb-b4ed-e75b98a92025} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:09.054180 [ 259 ] {0699df7c-30e8-47fb-b4ed-e75b98a92025} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.04 04:31:09.054662 [ 259 ] {0699df7c-30e8-47fb-b4ed-e75b98a92025} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:09.054795 [ 259 ] {0699df7c-30e8-47fb-b4ed-e75b98a92025} executeQuery: Read 6 rows, 321.00 B in 0.001514 sec., 3963.011889035667 rows/sec., 207.05 KiB/sec. 2026.03.04 04:31:09.054837 [ 259 ] {0699df7c-30e8-47fb-b4ed-e75b98a92025} TCPHandler: Processed in 0.001776194 sec. 2026.03.04 04:31:09.055058 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:09.055176 [ 259 ] {c7ab2c7b-3f9a-4993-afad-d98f5e26af96} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:31:09.055226 [ 259 ] {c7ab2c7b-3f9a-4993-afad-d98f5e26af96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:31:09.055625 [ 259 ] {c7ab2c7b-3f9a-4993-afad-d98f5e26af96} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:09.055660 [ 259 ] {c7ab2c7b-3f9a-4993-afad-d98f5e26af96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:09.056119 [ 259 ] {c7ab2c7b-3f9a-4993-afad-d98f5e26af96} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.04 04:31:09.056566 [ 259 ] {c7ab2c7b-3f9a-4993-afad-d98f5e26af96} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:09.056697 [ 259 ] {c7ab2c7b-3f9a-4993-afad-d98f5e26af96} executeQuery: Read 266 rows, 18.10 KiB in 0.001546 sec., 172056.92108667528 rows/sec., 11.43 MiB/sec. 2026.03.04 04:31:09.056741 [ 259 ] {c7ab2c7b-3f9a-4993-afad-d98f5e26af96} TCPHandler: Processed in 0.001741994 sec. 2026.03.04 04:31:09.056853 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:09.056946 [ 259 ] {12f00f18-e701-4cb5-a9e7-6d498567ec03} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.04 04:31:09.056986 [ 259 ] {12f00f18-e701-4cb5-a9e7-6d498567ec03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.04 04:31:09.057296 [ 259 ] {12f00f18-e701-4cb5-a9e7-6d498567ec03} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:09.057331 [ 259 ] {12f00f18-e701-4cb5-a9e7-6d498567ec03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:09.057802 [ 259 ] {12f00f18-e701-4cb5-a9e7-6d498567ec03} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.04 04:31:09.058247 [ 259 ] {12f00f18-e701-4cb5-a9e7-6d498567ec03} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:09.058376 [ 259 ] {12f00f18-e701-4cb5-a9e7-6d498567ec03} executeQuery: Read 1 rows, 69.00 B in 0.001448 sec., 690.6077348066298 rows/sec., 46.54 KiB/sec. 2026.03.04 04:31:09.058419 [ 259 ] {12f00f18-e701-4cb5-a9e7-6d498567ec03} TCPHandler: Processed in 0.001613851 sec. 2026.03.04 04:31:09.058530 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:09.058623 [ 259 ] {bc138fdf-efdb-4ccc-b12e-705c0bbb2b46} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:31:09.058673 [ 259 ] {bc138fdf-efdb-4ccc-b12e-705c0bbb2b46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:31:09.059418 [ 259 ] {bc138fdf-efdb-4ccc-b12e-705c0bbb2b46} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:09.059455 [ 259 ] {bc138fdf-efdb-4ccc-b12e-705c0bbb2b46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:09.060083 [ 259 ] {bc138fdf-efdb-4ccc-b12e-705c0bbb2b46} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.04 04:31:09.060509 [ 259 ] {bc138fdf-efdb-4ccc-b12e-705c0bbb2b46} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:09.060647 [ 259 ] {bc138fdf-efdb-4ccc-b12e-705c0bbb2b46} executeQuery: Read 32 rows, 58.72 KiB in 0.002042 sec., 15670.910871694417 rows/sec., 28.08 MiB/sec. 2026.03.04 04:31:09.060708 [ 259 ] {bc138fdf-efdb-4ccc-b12e-705c0bbb2b46} TCPHandler: Processed in 0.002225553 sec. 2026.03.04 04:31:09.060827 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:09.060922 [ 259 ] {4887567c-3ef3-4713-974c-3134c308bfcd} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:31:09.060961 [ 259 ] {4887567c-3ef3-4713-974c-3134c308bfcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:31:09.061288 [ 259 ] {4887567c-3ef3-4713-974c-3134c308bfcd} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:09.061323 [ 259 ] {4887567c-3ef3-4713-974c-3134c308bfcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:09.061727 [ 259 ] {4887567c-3ef3-4713-974c-3134c308bfcd} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.04 04:31:09.062152 [ 259 ] {4887567c-3ef3-4713-974c-3134c308bfcd} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:09.062279 [ 259 ] {4887567c-3ef3-4713-974c-3134c308bfcd} executeQuery: Read 90 rows, 5.77 KiB in 0.001376 sec., 65406.976744186046 rows/sec., 4.09 MiB/sec. 2026.03.04 04:31:09.062322 [ 259 ] {4887567c-3ef3-4713-974c-3134c308bfcd} TCPHandler: Processed in 0.00154321 sec. 2026.03.04 04:31:10.000174 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 202.86 MiB, peak 202.86 MiB, free memory in arenas 0.00 B, will set to 201.66 MiB (RSS), difference: -1.20 MiB 2026.03.04 04:31:10.572515 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3356 2026.03.04 04:31:10.573036 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:10.573076 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:10.573572 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.04 04:31:10.573800 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:10.573916 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3356 2026.03.04 04:31:10.744998 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.03.04 04:31:10.762082 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:10.762136 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:10.767781 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.04 04:31:10.768480 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:10.771416 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.03.04 04:31:13.986636 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:13.986812 [ 259 ] {b8f0d31c-2764-46cd-8606-da05f48db089} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:31:13.986878 [ 259 ] {b8f0d31c-2764-46cd-8606-da05f48db089} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:31:13.987490 [ 259 ] {b8f0d31c-2764-46cd-8606-da05f48db089} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:13.987540 [ 259 ] {b8f0d31c-2764-46cd-8606-da05f48db089} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:13.987922 [ 259 ] {b8f0d31c-2764-46cd-8606-da05f48db089} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.04 04:31:13.988146 [ 259 ] {b8f0d31c-2764-46cd-8606-da05f48db089} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:13.988307 [ 259 ] {b8f0d31c-2764-46cd-8606-da05f48db089} executeQuery: Read 56 rows, 4.38 KiB in 0.001544 sec., 36269.43005181347 rows/sec., 2.77 MiB/sec. 2026.03.04 04:31:13.988352 [ 259 ] {b8f0d31c-2764-46cd-8606-da05f48db089} TCPHandler: Processed in 0.001841185 sec. 2026.03.04 04:31:13.988476 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:13.988579 [ 259 ] {7590762a-f545-49b5-936f-d00d55535ddd} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:31:13.988622 [ 259 ] {7590762a-f545-49b5-936f-d00d55535ddd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:31:13.989053 [ 259 ] {7590762a-f545-49b5-936f-d00d55535ddd} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:13.989091 [ 259 ] {7590762a-f545-49b5-936f-d00d55535ddd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:13.989384 [ 259 ] {7590762a-f545-49b5-936f-d00d55535ddd} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.04 04:31:13.989592 [ 259 ] {7590762a-f545-49b5-936f-d00d55535ddd} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:13.989724 [ 259 ] {7590762a-f545-49b5-936f-d00d55535ddd} executeQuery: Read 64 rows, 5.12 KiB in 0.001168 sec., 54794.520547945205 rows/sec., 4.28 MiB/sec. 2026.03.04 04:31:13.989763 [ 259 ] {7590762a-f545-49b5-936f-d00d55535ddd} TCPHandler: Processed in 0.001339105 sec. 2026.03.04 04:31:13.989877 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:13.989972 [ 259 ] {4e80082d-3e94-4688-8074-48e32fce1ea2} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:31:13.990016 [ 259 ] {4e80082d-3e94-4688-8074-48e32fce1ea2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:31:13.990417 [ 259 ] {4e80082d-3e94-4688-8074-48e32fce1ea2} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:13.990455 [ 259 ] {4e80082d-3e94-4688-8074-48e32fce1ea2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:13.990769 [ 259 ] {4e80082d-3e94-4688-8074-48e32fce1ea2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.04 04:31:13.990974 [ 259 ] {4e80082d-3e94-4688-8074-48e32fce1ea2} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:13.991104 [ 259 ] {4e80082d-3e94-4688-8074-48e32fce1ea2} executeQuery: Read 160 rows, 11.41 KiB in 0.001152 sec., 138888.88888888888 rows/sec., 9.67 MiB/sec. 2026.03.04 04:31:13.991141 [ 259 ] {4e80082d-3e94-4688-8074-48e32fce1ea2} TCPHandler: Processed in 0.001313516 sec. 2026.03.04 04:31:13.991243 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:13.991339 [ 259 ] {d03edc7b-4abf-41f8-a437-f89a486b84e5} executeQuery: (from [fd00:1122:3344:101::d]:42660) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:31:13.991382 [ 259 ] {d03edc7b-4abf-41f8-a437-f89a486b84e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:31:13.991711 [ 259 ] {d03edc7b-4abf-41f8-a437-f89a486b84e5} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:13.991746 [ 259 ] {d03edc7b-4abf-41f8-a437-f89a486b84e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.26 GiB. 2026.03.04 04:31:13.992039 [ 259 ] {d03edc7b-4abf-41f8-a437-f89a486b84e5} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.04 04:31:13.992249 [ 259 ] {d03edc7b-4abf-41f8-a437-f89a486b84e5} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:13.992377 [ 259 ] {d03edc7b-4abf-41f8-a437-f89a486b84e5} executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. 2026.03.04 04:31:13.992412 [ 259 ] {d03edc7b-4abf-41f8-a437-f89a486b84e5} TCPHandler: Processed in 0.001217403 sec. 2026.03.04 04:31:15.645914 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35263 2026.03.04 04:31:15.646040 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:15.646068 [ 289 ] {} TCP-Session: 1b29f92e-ceda-4bc2-886a-b813046a8642 Authenticating user 'default' from [fd00:1122:3344:101::e]:35263 2026.03.04 04:31:15.646091 [ 289 ] {} TCP-Session: 1b29f92e-ceda-4bc2-886a-b813046a8642 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.646103 [ 289 ] {} TCP-Session: 1b29f92e-ceda-4bc2-886a-b813046a8642 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.646302 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35909 2026.03.04 04:31:15.646319 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61623 2026.03.04 04:31:15.646355 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52284 2026.03.04 04:31:15.646369 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42409 2026.03.04 04:31:15.646425 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:15.646388 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54649 2026.03.04 04:31:15.646495 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:15.646467 [ 290 ] {} TCP-Session: 132e2fc8-826a-4530-904c-e29adb3ef55a Authenticating user 'default' from [fd00:1122:3344:101::e]:35909 2026.03.04 04:31:15.646532 [ 289 ] {} TCP-Session: 1b29f92e-ceda-4bc2-886a-b813046a8642 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:15.646548 [ 292 ] {} TCP-Session: 0ffc951a-17a1-4990-9d61-c12a0ac92323 Authenticating user 'default' from [fd00:1122:3344:101::e]:61623 2026.03.04 04:31:15.646575 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:15.646594 [ 292 ] {} TCP-Session: 0ffc951a-17a1-4990-9d61-c12a0ac92323 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.646586 [ 290 ] {} TCP-Session: 132e2fc8-826a-4530-904c-e29adb3ef55a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.646612 [ 286 ] {} TCP-Session: 6687478f-e59d-4973-9c67-aee32ce19a28 Authenticating user 'default' from [fd00:1122:3344:101::e]:52284 2026.03.04 04:31:15.646652 [ 290 ] {} TCP-Session: 132e2fc8-826a-4530-904c-e29adb3ef55a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.646670 [ 286 ] {} TCP-Session: 6687478f-e59d-4973-9c67-aee32ce19a28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.646617 [ 292 ] {} TCP-Session: 0ffc951a-17a1-4990-9d61-c12a0ac92323 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.646701 [ 286 ] {} TCP-Session: 6687478f-e59d-4973-9c67-aee32ce19a28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.646352 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57303 2026.03.04 04:31:15.646769 [ 289 ] {7845bca2-0c7e-4a97-b75c-afd939bffac4} executeQuery: (from [fd00:1122:3344:101::e]:35263) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:31:15.646320 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57184 2026.03.04 04:31:15.646830 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:15.646837 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:15.646888 [ 288 ] {} TCP-Session: 02d576db-f33e-440f-ac7c-6030f61eba0e Authenticating user 'default' from [fd00:1122:3344:101::e]:54649 2026.03.04 04:31:15.646346 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54819 2026.03.04 04:31:15.646930 [ 288 ] {} TCP-Session: 02d576db-f33e-440f-ac7c-6030f61eba0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.646926 [ 287 ] {} TCP-Session: 2f66f0e2-6e84-4aa1-b0e0-2fc2092edea8 Authenticating user 'default' from [fd00:1122:3344:101::e]:42409 2026.03.04 04:31:15.646972 [ 288 ] {} TCP-Session: 02d576db-f33e-440f-ac7c-6030f61eba0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.647007 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:15.647017 [ 287 ] {} TCP-Session: 2f66f0e2-6e84-4aa1-b0e0-2fc2092edea8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.647040 [ 293 ] {} TCP-Session: 3ac4053d-e54c-4481-b23c-d27e5841be89 Authenticating user 'default' from [fd00:1122:3344:101::e]:57303 2026.03.04 04:31:15.647059 [ 287 ] {} TCP-Session: 2f66f0e2-6e84-4aa1-b0e0-2fc2092edea8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.647067 [ 293 ] {} TCP-Session: 3ac4053d-e54c-4481-b23c-d27e5841be89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.647094 [ 293 ] {} TCP-Session: 3ac4053d-e54c-4481-b23c-d27e5841be89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.647123 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:15.647148 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:15.647167 [ 291 ] {} TCP-Session: 9dd59786-7603-432f-b26c-9f3a0f428cea Authenticating user 'default' from [fd00:1122:3344:101::e]:57184 2026.03.04 04:31:15.647190 [ 294 ] {} TCP-Session: aaf4401e-f19a-4455-ac2c-d2a3699e7a9e Authenticating user 'default' from [fd00:1122:3344:101::e]:54819 2026.03.04 04:31:15.647200 [ 291 ] {} TCP-Session: 9dd59786-7603-432f-b26c-9f3a0f428cea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.647215 [ 289 ] {7845bca2-0c7e-4a97-b75c-afd939bffac4} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:31:15.647224 [ 294 ] {} TCP-Session: aaf4401e-f19a-4455-ac2c-d2a3699e7a9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.647234 [ 291 ] {} TCP-Session: 9dd59786-7603-432f-b26c-9f3a0f428cea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.647277 [ 294 ] {} TCP-Session: aaf4401e-f19a-4455-ac2c-d2a3699e7a9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.647309 [ 289 ] {7845bca2-0c7e-4a97-b75c-afd939bffac4} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:15.647714 [ 289 ] {7845bca2-0c7e-4a97-b75c-afd939bffac4} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:31:15.649421 [ 324 ] {7845bca2-0c7e-4a97-b75c-afd939bffac4} AggregatingTransform: Aggregating 2026.03.04 04:31:15.649468 [ 324 ] {7845bca2-0c7e-4a97-b75c-afd939bffac4} Aggregator: Aggregation method: without_key 2026.03.04 04:31:15.649507 [ 324 ] {7845bca2-0c7e-4a97-b75c-afd939bffac4} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001656392 sec. (603.722 rows/sec., 23.58 KiB/sec.) 2026.03.04 04:31:15.649525 [ 324 ] {7845bca2-0c7e-4a97-b75c-afd939bffac4} Aggregator: Merging aggregated data 2026.03.04 04:31:15.650836 [ 289 ] {7845bca2-0c7e-4a97-b75c-afd939bffac4} executeQuery: Read 1 rows, 40.00 B in 0.004147 sec., 241.13817217265495 rows/sec., 9.42 KiB/sec. 2026.03.04 04:31:15.651037 [ 289 ] {7845bca2-0c7e-4a97-b75c-afd939bffac4} TCPHandler: Processed in 0.004728731 sec. 2026.03.04 04:31:15.651196 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:15.651238 [ 289 ] {} TCP-Session: 1b29f92e-ceda-4bc2-886a-b813046a8642 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.651237 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:15.651260 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:15.651285 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:15.651325 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:15.651342 [ 290 ] {} TCP-Session: 132e2fc8-826a-4530-904c-e29adb3ef55a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.651351 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:15.651382 [ 294 ] {} TCP-Session: aaf4401e-f19a-4455-ac2c-d2a3699e7a9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.651362 [ 287 ] {} TCP-Session: 2f66f0e2-6e84-4aa1-b0e0-2fc2092edea8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.651418 [ 288 ] {} TCP-Session: 02d576db-f33e-440f-ac7c-6030f61eba0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.651334 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:15.651331 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:15.651513 [ 292 ] {} TCP-Session: 0ffc951a-17a1-4990-9d61-c12a0ac92323 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.651267 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:15.651541 [ 286 ] {} TCP-Session: 6687478f-e59d-4973-9c67-aee32ce19a28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.651309 [ 293 ] {} TCP-Session: 3ac4053d-e54c-4481-b23c-d27e5841be89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.651592 [ 291 ] {} TCP-Session: 9dd59786-7603-432f-b26c-9f3a0f428cea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.919349 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44287 2026.03.04 04:31:15.919464 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:15.919491 [ 289 ] {} TCP-Session: 13771efc-427c-4a2d-a925-f5defa2b8dce Authenticating user 'default' from [fd00:1122:3344:101::e]:44287 2026.03.04 04:31:15.919515 [ 289 ] {} TCP-Session: 13771efc-427c-4a2d-a925-f5defa2b8dce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.919528 [ 289 ] {} TCP-Session: 13771efc-427c-4a2d-a925-f5defa2b8dce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.919762 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65042 2026.03.04 04:31:15.919808 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48221 2026.03.04 04:31:15.919848 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60089 2026.03.04 04:31:15.919859 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42028 2026.03.04 04:31:15.919881 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43162 2026.03.04 04:31:15.919883 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:15.919937 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:15.919955 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:15.919970 [ 290 ] {} TCP-Session: a29321f5-b33e-4c41-afa6-e55650328531 Authenticating user 'default' from [fd00:1122:3344:101::e]:65042 2026.03.04 04:31:15.919981 [ 294 ] {} TCP-Session: abf30867-16ca-4176-9d47-e416f8b2ab8a Authenticating user 'default' from [fd00:1122:3344:101::e]:60089 2026.03.04 04:31:15.919991 [ 286 ] {} TCP-Session: ae1bc357-5ee0-4902-bef2-7d5ea7ebe090 Authenticating user 'default' from [fd00:1122:3344:101::e]:42028 2026.03.04 04:31:15.920005 [ 290 ] {} TCP-Session: a29321f5-b33e-4c41-afa6-e55650328531 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.920008 [ 294 ] {} TCP-Session: abf30867-16ca-4176-9d47-e416f8b2ab8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.920022 [ 286 ] {} TCP-Session: ae1bc357-5ee0-4902-bef2-7d5ea7ebe090 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.920029 [ 290 ] {} TCP-Session: a29321f5-b33e-4c41-afa6-e55650328531 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.920036 [ 294 ] {} TCP-Session: abf30867-16ca-4176-9d47-e416f8b2ab8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.920050 [ 286 ] {} TCP-Session: ae1bc357-5ee0-4902-bef2-7d5ea7ebe090 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.920009 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:15.919939 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:15.920124 [ 288 ] {} TCP-Session: 10d83e0e-93c8-41a5-b3f4-07a08733daef Authenticating user 'default' from [fd00:1122:3344:101::e]:43162 2026.03.04 04:31:15.919873 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47499 2026.03.04 04:31:15.920149 [ 291 ] {} TCP-Session: 181920f5-7a69-4e57-9060-388601345bf4 Authenticating user 'default' from [fd00:1122:3344:101::e]:48221 2026.03.04 04:31:15.920160 [ 288 ] {} TCP-Session: 10d83e0e-93c8-41a5-b3f4-07a08733daef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.919848 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42173 2026.03.04 04:31:15.920198 [ 288 ] {} TCP-Session: 10d83e0e-93c8-41a5-b3f4-07a08733daef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.920196 [ 291 ] {} TCP-Session: 181920f5-7a69-4e57-9060-388601345bf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.920227 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:15.920245 [ 291 ] {} TCP-Session: 181920f5-7a69-4e57-9060-388601345bf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.919820 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56835 2026.03.04 04:31:15.920261 [ 287 ] {} TCP-Session: c5ebbba0-b216-4532-8667-9e6107c87cb3 Authenticating user 'default' from [fd00:1122:3344:101::e]:47499 2026.03.04 04:31:15.920293 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:15.920314 [ 287 ] {} TCP-Session: c5ebbba0-b216-4532-8667-9e6107c87cb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.920337 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:15.920345 [ 293 ] {} TCP-Session: 4aed0a49-5de8-415d-acf6-979139fa2374 Authenticating user 'default' from [fd00:1122:3344:101::e]:42173 2026.03.04 04:31:15.920368 [ 292 ] {} TCP-Session: 0d8658b7-90c1-4396-9471-4592892fb4a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:56835 2026.03.04 04:31:15.919858 [ 289 ] {} TCP-Session: 13771efc-427c-4a2d-a925-f5defa2b8dce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:15.920398 [ 292 ] {} TCP-Session: 0d8658b7-90c1-4396-9471-4592892fb4a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.920389 [ 293 ] {} TCP-Session: 4aed0a49-5de8-415d-acf6-979139fa2374 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.920424 [ 292 ] {} TCP-Session: 0d8658b7-90c1-4396-9471-4592892fb4a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.920456 [ 293 ] {} TCP-Session: 4aed0a49-5de8-415d-acf6-979139fa2374 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.920344 [ 287 ] {} TCP-Session: c5ebbba0-b216-4532-8667-9e6107c87cb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.920559 [ 289 ] {de63a725-2667-4846-8f89-59c64d053a1b} executeQuery: (from [fd00:1122:3344:101::e]:44287) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:31:15.920815 [ 289 ] {de63a725-2667-4846-8f89-59c64d053a1b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:31:15.920870 [ 289 ] {de63a725-2667-4846-8f89-59c64d053a1b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:15.921150 [ 289 ] {de63a725-2667-4846-8f89-59c64d053a1b} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:31:15.922132 [ 318 ] {de63a725-2667-4846-8f89-59c64d053a1b} AggregatingTransform: Aggregating 2026.03.04 04:31:15.922173 [ 318 ] {de63a725-2667-4846-8f89-59c64d053a1b} Aggregator: Aggregation method: without_key 2026.03.04 04:31:15.922211 [ 318 ] {de63a725-2667-4846-8f89-59c64d053a1b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000959318 sec. (1042.407 rows/sec., 40.72 KiB/sec.) 2026.03.04 04:31:15.922235 [ 318 ] {de63a725-2667-4846-8f89-59c64d053a1b} Aggregator: Merging aggregated data 2026.03.04 04:31:15.923480 [ 289 ] {de63a725-2667-4846-8f89-59c64d053a1b} executeQuery: Read 1 rows, 40.00 B in 0.002975 sec., 336.1344537815126 rows/sec., 13.13 KiB/sec. 2026.03.04 04:31:15.923616 [ 289 ] {de63a725-2667-4846-8f89-59c64d053a1b} TCPHandler: Processed in 0.003870865 sec. 2026.03.04 04:31:15.923737 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:15.923768 [ 289 ] {} TCP-Session: 13771efc-427c-4a2d-a925-f5defa2b8dce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.923769 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:15.923788 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:15.923818 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:15.923832 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:15.923832 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:15.923876 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:15.923887 [ 288 ] {} TCP-Session: 10d83e0e-93c8-41a5-b3f4-07a08733daef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.923907 [ 290 ] {} TCP-Session: a29321f5-b33e-4c41-afa6-e55650328531 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.923929 [ 294 ] {} TCP-Session: abf30867-16ca-4176-9d47-e416f8b2ab8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.923861 [ 293 ] {} TCP-Session: 4aed0a49-5de8-415d-acf6-979139fa2374 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.923859 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:15.923820 [ 292 ] {} TCP-Session: 0d8658b7-90c1-4396-9471-4592892fb4a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.923893 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:15.924019 [ 286 ] {} TCP-Session: ae1bc357-5ee0-4902-bef2-7d5ea7ebe090 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.923848 [ 291 ] {} TCP-Session: 181920f5-7a69-4e57-9060-388601345bf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:15.924067 [ 287 ] {} TCP-Session: c5ebbba0-b216-4532-8667-9e6107c87cb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.140958 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50293 2026.03.04 04:31:16.141061 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:16.141093 [ 289 ] {} TCP-Session: 3746f0af-aaee-4a0b-a0b1-f4876d6f4bd2 Authenticating user 'default' from [fd00:1122:3344:101::e]:50293 2026.03.04 04:31:16.141121 [ 289 ] {} TCP-Session: 3746f0af-aaee-4a0b-a0b1-f4876d6f4bd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.141138 [ 289 ] {} TCP-Session: 3746f0af-aaee-4a0b-a0b1-f4876d6f4bd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.141546 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36234 2026.03.04 04:31:16.141590 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57338 2026.03.04 04:31:16.141603 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53838 2026.03.04 04:31:16.141640 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35125 2026.03.04 04:31:16.141665 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57131 2026.03.04 04:31:16.141662 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:16.141722 [ 289 ] {} TCP-Session: 3746f0af-aaee-4a0b-a0b1-f4876d6f4bd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:16.141728 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:16.141750 [ 290 ] {} TCP-Session: 7162b59c-ebea-4b9a-94fa-fcef5f468b7a Authenticating user 'default' from [fd00:1122:3344:101::e]:36234 2026.03.04 04:31:16.141780 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:16.141784 [ 292 ] {} TCP-Session: 874453c7-42ff-4110-b45e-900298de3515 Authenticating user 'default' from [fd00:1122:3344:101::e]:53838 2026.03.04 04:31:16.141801 [ 290 ] {} TCP-Session: 7162b59c-ebea-4b9a-94fa-fcef5f468b7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.141817 [ 288 ] {} TCP-Session: 89498c74-a11f-483e-a6a7-d46932f595ab Authenticating user 'default' from [fd00:1122:3344:101::e]:57131 2026.03.04 04:31:16.141838 [ 290 ] {} TCP-Session: 7162b59c-ebea-4b9a-94fa-fcef5f468b7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.141834 [ 292 ] {} TCP-Session: 874453c7-42ff-4110-b45e-900298de3515 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.141864 [ 288 ] {} TCP-Session: 89498c74-a11f-483e-a6a7-d46932f595ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.141886 [ 292 ] {} TCP-Session: 874453c7-42ff-4110-b45e-900298de3515 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.141897 [ 288 ] {} TCP-Session: 89498c74-a11f-483e-a6a7-d46932f595ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.141911 [ 289 ] {d159d123-24f0-4f95-b5f8-c1263a5919c6} executeQuery: (from [fd00:1122:3344:101::e]:50293) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:31:16.141725 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:16.141613 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39460 2026.03.04 04:31:16.141974 [ 286 ] {} TCP-Session: 30e33c1b-7c5b-4a1a-bd12-91ac957b371f Authenticating user 'default' from [fd00:1122:3344:101::e]:35125 2026.03.04 04:31:16.141604 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52904 2026.03.04 04:31:16.142013 [ 286 ] {} TCP-Session: 30e33c1b-7c5b-4a1a-bd12-91ac957b371f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.141655 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46199 2026.03.04 04:31:16.142051 [ 286 ] {} TCP-Session: 30e33c1b-7c5b-4a1a-bd12-91ac957b371f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.142086 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:16.142125 [ 294 ] {} TCP-Session: 609d8cfb-7ee0-46f8-9f08-02b0e6886163 Authenticating user 'default' from [fd00:1122:3344:101::e]:52904 2026.03.04 04:31:16.142150 [ 294 ] {} TCP-Session: 609d8cfb-7ee0-46f8-9f08-02b0e6886163 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.142170 [ 294 ] {} TCP-Session: 609d8cfb-7ee0-46f8-9f08-02b0e6886163 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.142045 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:16.141709 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:16.142236 [ 293 ] {} TCP-Session: cedee886-eda9-4fa6-a1b1-c71a2c89e028 Authenticating user 'default' from [fd00:1122:3344:101::e]:39460 2026.03.04 04:31:16.142267 [ 289 ] {d159d123-24f0-4f95-b5f8-c1263a5919c6} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:31:16.142276 [ 291 ] {} TCP-Session: 2c2e8826-8738-4e3b-a174-5c7cef7bd22a Authenticating user 'default' from [fd00:1122:3344:101::e]:57338 2026.03.04 04:31:16.142274 [ 293 ] {} TCP-Session: cedee886-eda9-4fa6-a1b1-c71a2c89e028 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.142342 [ 291 ] {} TCP-Session: 2c2e8826-8738-4e3b-a174-5c7cef7bd22a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.142345 [ 289 ] {d159d123-24f0-4f95-b5f8-c1263a5919c6} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:16.142377 [ 291 ] {} TCP-Session: 2c2e8826-8738-4e3b-a174-5c7cef7bd22a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.142386 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:31:16.142343 [ 293 ] {} TCP-Session: cedee886-eda9-4fa6-a1b1-c71a2c89e028 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.142423 [ 287 ] {} TCP-Session: 4210d53e-483e-4fa9-81a8-639d4f3ab9fd Authenticating user 'default' from [fd00:1122:3344:101::e]:46199 2026.03.04 04:31:16.142471 [ 287 ] {} TCP-Session: 4210d53e-483e-4fa9-81a8-639d4f3ab9fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.142488 [ 287 ] {} TCP-Session: 4210d53e-483e-4fa9-81a8-639d4f3ab9fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.142715 [ 289 ] {d159d123-24f0-4f95-b5f8-c1263a5919c6} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:31:16.144005 [ 348 ] {d159d123-24f0-4f95-b5f8-c1263a5919c6} AggregatingTransform: Aggregating 2026.03.04 04:31:16.144048 [ 348 ] {d159d123-24f0-4f95-b5f8-c1263a5919c6} Aggregator: Aggregation method: without_key 2026.03.04 04:31:16.144077 [ 348 ] {d159d123-24f0-4f95-b5f8-c1263a5919c6} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001241594 sec. (805.416 rows/sec., 31.46 KiB/sec.) 2026.03.04 04:31:16.144091 [ 348 ] {d159d123-24f0-4f95-b5f8-c1263a5919c6} Aggregator: Merging aggregated data 2026.03.04 04:31:16.145773 [ 289 ] {d159d123-24f0-4f95-b5f8-c1263a5919c6} executeQuery: Read 1 rows, 40.00 B in 0.003919 sec., 255.1671344730799 rows/sec., 9.97 KiB/sec. 2026.03.04 04:31:16.145917 [ 289 ] {d159d123-24f0-4f95-b5f8-c1263a5919c6} TCPHandler: Processed in 0.004353304 sec. 2026.03.04 04:31:16.146214 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:16.146223 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:16.146251 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:16.146273 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:16.146290 [ 290 ] {} TCP-Session: 7162b59c-ebea-4b9a-94fa-fcef5f468b7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.146306 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:16.146328 [ 286 ] {} TCP-Session: 30e33c1b-7c5b-4a1a-bd12-91ac957b371f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.146309 [ 292 ] {} TCP-Session: 874453c7-42ff-4110-b45e-900298de3515 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.146365 [ 288 ] {} TCP-Session: 89498c74-a11f-483e-a6a7-d46932f595ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.146398 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:16.146273 [ 293 ] {} TCP-Session: cedee886-eda9-4fa6-a1b1-c71a2c89e028 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.146448 [ 289 ] {} TCP-Session: 3746f0af-aaee-4a0b-a0b1-f4876d6f4bd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.146268 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:16.146304 [ 287 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:16.146517 [ 294 ] {} TCP-Session: 609d8cfb-7ee0-46f8-9f08-02b0e6886163 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.146258 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:16.146557 [ 287 ] {} TCP-Session: 4210d53e-483e-4fa9-81a8-639d4f3ab9fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:16.146585 [ 291 ] {} TCP-Session: 2c2e8826-8738-4e3b-a174-5c7cef7bd22a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:18.021773 [ 49 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:31:18.021860 [ 49 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:31:18.074068 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3868 2026.03.04 04:31:18.074620 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:18.074659 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.25 GiB. 2026.03.04 04:31:18.075168 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.04 04:31:18.075405 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:18.075543 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3868 2026.03.04 04:31:18.081728 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 284 2026.03.04 04:31:18.084758 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:18.084806 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.25 GiB. 2026.03.04 04:31:18.086066 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.04 04:31:18.086322 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:18.086449 [ 49 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.04 04:31:18.086497 [ 49 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:18.086519 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.25 GiB. 2026.03.04 04:31:18.086551 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 284 2026.03.04 04:31:18.086609 [ 191 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.04 04:31:18.087110 [ 191 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:31:18.087264 [ 191 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2026.03.04 04:31:18.087676 [ 191 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2026.03.04 04:31:18.088061 [ 191 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 78 rows starting from the beginning of the part 2026.03.04 04:31:18.088429 [ 191 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part 2026.03.04 04:31:18.088818 [ 191 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part 2026.03.04 04:31:18.089197 [ 191 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part 2026.03.04 04:31:18.095442 [ 194 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 284 rows, containing 72 columns (72 merged, 0 gathered) in 0.008867341 sec., 32027.63940171016 rows/sec., 32.80 MiB/sec. 2026.03.04 04:31:18.096286 [ 194 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.04 04:31:18.096940 [ 194 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_6_1} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:18.097030 [ 194 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_6_1} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.04 04:31:18.097261 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.62 MiB. 2026.03.04 04:31:18.271554 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.03.04 04:31:18.289951 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:18.290011 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.25 GiB. 2026.03.04 04:31:18.296214 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.04 04:31:18.296966 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:18.300345 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.03.04 04:31:18.641371 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:31:18.641448 [ 259 ] {} TCP-Session: 9b974a3f-f46d-4a73-9f1d-ec5b306d7b7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:31:18.996979 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:18.997208 [ 261 ] {75074714-8375-4b6e-a570-75213ee1d7bb} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:31:18.997284 [ 261 ] {75074714-8375-4b6e-a570-75213ee1d7bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:31:18.998303 [ 261 ] {75074714-8375-4b6e-a570-75213ee1d7bb} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:18.998359 [ 261 ] {75074714-8375-4b6e-a570-75213ee1d7bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.25 GiB. 2026.03.04 04:31:18.998788 [ 261 ] {75074714-8375-4b6e-a570-75213ee1d7bb} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.04 04:31:18.999052 [ 261 ] {75074714-8375-4b6e-a570-75213ee1d7bb} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:18.999223 [ 261 ] {75074714-8375-4b6e-a570-75213ee1d7bb} executeQuery: Read 284 rows, 18.47 KiB in 0.00208 sec., 136538.46153846156 rows/sec., 8.67 MiB/sec. 2026.03.04 04:31:18.999269 [ 261 ] {75074714-8375-4b6e-a570-75213ee1d7bb} TCPHandler: Processed in 0.002472488 sec. 2026.03.04 04:31:18.999418 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:18.999521 [ 261 ] {b4d103af-4bf9-4109-9983-eb60401a24ea} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:31:18.999563 [ 261 ] {b4d103af-4bf9-4109-9983-eb60401a24ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:31:19.000433 [ 261 ] {b4d103af-4bf9-4109-9983-eb60401a24ea} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:19.000474 [ 261 ] {b4d103af-4bf9-4109-9983-eb60401a24ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.25 GiB. 2026.03.04 04:31:19.000880 [ 261 ] {b4d103af-4bf9-4109-9983-eb60401a24ea} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.04 04:31:19.001159 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 201.42 MiB, peak 217.06 MiB, free memory in arenas 0.00 B, will set to 206.43 MiB (RSS), difference: 5.01 MiB 2026.03.04 04:31:19.001242 [ 261 ] {b4d103af-4bf9-4109-9983-eb60401a24ea} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:19.001397 [ 261 ] {b4d103af-4bf9-4109-9983-eb60401a24ea} executeQuery: Read 861 rows, 70.30 KiB in 0.001897 sec., 453874.53874538746 rows/sec., 36.19 MiB/sec. 2026.03.04 04:31:19.001443 [ 261 ] {b4d103af-4bf9-4109-9983-eb60401a24ea} TCPHandler: Processed in 0.00207887 sec. 2026.03.04 04:31:19.001595 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:19.001697 [ 261 ] {84bfce15-a6a9-487c-8809-6f2176d30bc0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:31:19.001742 [ 261 ] {84bfce15-a6a9-487c-8809-6f2176d30bc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:31:19.002288 [ 261 ] {84bfce15-a6a9-487c-8809-6f2176d30bc0} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:19.002327 [ 261 ] {84bfce15-a6a9-487c-8809-6f2176d30bc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.25 GiB. 2026.03.04 04:31:19.002673 [ 261 ] {84bfce15-a6a9-487c-8809-6f2176d30bc0} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.04 04:31:19.002900 [ 261 ] {84bfce15-a6a9-487c-8809-6f2176d30bc0} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:19.003030 [ 48 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.04 04:31:19.003054 [ 261 ] {84bfce15-a6a9-487c-8809-6f2176d30bc0} executeQuery: Read 174 rows, 10.95 KiB in 0.001378 sec., 126269.9564586357 rows/sec., 7.76 MiB/sec. 2026.03.04 04:31:19.003095 [ 48 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:19.003106 [ 261 ] {84bfce15-a6a9-487c-8809-6f2176d30bc0} TCPHandler: Processed in 0.00156639 sec. 2026.03.04 04:31:19.003122 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.25 GiB. 2026.03.04 04:31:19.003232 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.04 04:31:19.003248 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:19.003359 [ 261 ] {db675e9c-2859-4050-9020-5745325fc01e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:31:19.003361 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:31:19.003409 [ 261 ] {db675e9c-2859-4050-9020-5745325fc01e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:31:19.003435 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part 2026.03.04 04:31:19.003553 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2026.03.04 04:31:19.003614 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2026.03.04 04:31:19.003673 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 32 rows starting from the beginning of the part 2026.03.04 04:31:19.003726 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 176 rows starting from the beginning of the part 2026.03.04 04:31:19.003779 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 174 rows starting from the beginning of the part 2026.03.04 04:31:19.003919 [ 261 ] {db675e9c-2859-4050-9020-5745325fc01e} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:19.003968 [ 261 ] {db675e9c-2859-4050-9020-5745325fc01e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.25 GiB. 2026.03.04 04:31:19.004362 [ 261 ] {db675e9c-2859-4050-9020-5745325fc01e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.04 04:31:19.004621 [ 261 ] {db675e9c-2859-4050-9020-5745325fc01e} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:19.004765 [ 261 ] {db675e9c-2859-4050-9020-5745325fc01e} executeQuery: Read 149 rows, 9.86 KiB in 0.001428 sec., 104341.73669467786 rows/sec., 6.74 MiB/sec. 2026.03.04 04:31:19.004773 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 434 rows, containing 5 columns (5 merged, 0 gathered) in 0.001586091 sec., 273628.68839177577 rows/sec., 18.47 MiB/sec. 2026.03.04 04:31:19.004805 [ 261 ] {db675e9c-2859-4050-9020-5745325fc01e} TCPHandler: Processed in 0.00161242 sec. 2026.03.04 04:31:19.004942 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:19.004961 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.04 04:31:19.005043 [ 261 ] {c9b8b941-ac14-4e57-9ae5-0720e5426ad7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:31:19.005091 [ 261 ] {c9b8b941-ac14-4e57-9ae5-0720e5426ad7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:31:19.005266 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_6_1} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:19.005345 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_6_1} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.04 04:31:19.005418 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.04 04:31:19.005585 [ 261 ] {c9b8b941-ac14-4e57-9ae5-0720e5426ad7} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:19.005626 [ 261 ] {c9b8b941-ac14-4e57-9ae5-0720e5426ad7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.25 GiB. 2026.03.04 04:31:19.005948 [ 261 ] {c9b8b941-ac14-4e57-9ae5-0720e5426ad7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.04 04:31:19.006164 [ 261 ] {c9b8b941-ac14-4e57-9ae5-0720e5426ad7} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:19.006299 [ 261 ] {c9b8b941-ac14-4e57-9ae5-0720e5426ad7} executeQuery: Read 148 rows, 8.62 KiB in 0.001277 sec., 115896.6327329679 rows/sec., 6.59 MiB/sec. 2026.03.04 04:31:19.006340 [ 261 ] {c9b8b941-ac14-4e57-9ae5-0720e5426ad7} TCPHandler: Processed in 0.001449518 sec. 2026.03.04 04:31:19.006460 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:19.006556 [ 261 ] {a5a3b8e2-7581-4558-b6a3-01076bd134df} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:31:19.006604 [ 261 ] {a5a3b8e2-7581-4558-b6a3-01076bd134df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:31:19.007197 [ 261 ] {a5a3b8e2-7581-4558-b6a3-01076bd134df} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:19.007233 [ 261 ] {a5a3b8e2-7581-4558-b6a3-01076bd134df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.25 GiB. 2026.03.04 04:31:19.007590 [ 261 ] {a5a3b8e2-7581-4558-b6a3-01076bd134df} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.04 04:31:19.007833 [ 261 ] {a5a3b8e2-7581-4558-b6a3-01076bd134df} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:19.007995 [ 261 ] {a5a3b8e2-7581-4558-b6a3-01076bd134df} executeQuery: Read 522 rows, 37.74 KiB in 0.001457 sec., 358270.41866849695 rows/sec., 25.30 MiB/sec. 2026.03.04 04:31:19.008041 [ 261 ] {a5a3b8e2-7581-4558-b6a3-01076bd134df} TCPHandler: Processed in 0.001629912 sec. 2026.03.04 04:31:19.008177 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:19.008277 [ 261 ] {e8fc1012-78eb-4c0e-b89e-69b39f8203e3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.04 04:31:19.008320 [ 261 ] {e8fc1012-78eb-4c0e-b89e-69b39f8203e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.04 04:31:19.008676 [ 261 ] {e8fc1012-78eb-4c0e-b89e-69b39f8203e3} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:19.008715 [ 261 ] {e8fc1012-78eb-4c0e-b89e-69b39f8203e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.25 GiB. 2026.03.04 04:31:19.009027 [ 261 ] {e8fc1012-78eb-4c0e-b89e-69b39f8203e3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.04 04:31:19.009251 [ 261 ] {e8fc1012-78eb-4c0e-b89e-69b39f8203e3} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:19.009391 [ 261 ] {e8fc1012-78eb-4c0e-b89e-69b39f8203e3} executeQuery: Read 6 rows, 321.00 B in 0.001132 sec., 5300.3533568904595 rows/sec., 276.92 KiB/sec. 2026.03.04 04:31:19.009428 [ 261 ] {e8fc1012-78eb-4c0e-b89e-69b39f8203e3} TCPHandler: Processed in 0.001301985 sec. 2026.03.04 04:31:19.009549 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:19.009642 [ 261 ] {291642dd-06fd-4f33-8cc4-d5098762c409} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:31:19.009687 [ 261 ] {291642dd-06fd-4f33-8cc4-d5098762c409} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:31:19.010101 [ 261 ] {291642dd-06fd-4f33-8cc4-d5098762c409} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:19.010139 [ 261 ] {291642dd-06fd-4f33-8cc4-d5098762c409} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.25 GiB. 2026.03.04 04:31:19.010492 [ 261 ] {291642dd-06fd-4f33-8cc4-d5098762c409} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.04 04:31:19.010715 [ 261 ] {291642dd-06fd-4f33-8cc4-d5098762c409} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:19.010852 [ 261 ] {291642dd-06fd-4f33-8cc4-d5098762c409} executeQuery: Read 265 rows, 18.03 KiB in 0.001227 sec., 215973.92013039935 rows/sec., 14.35 MiB/sec. 2026.03.04 04:31:19.010890 [ 261 ] {291642dd-06fd-4f33-8cc4-d5098762c409} TCPHandler: Processed in 0.001390697 sec. 2026.03.04 04:31:19.011014 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:19.011109 [ 261 ] {3e45ff1e-f9fc-4494-a617-e960928c0be8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.04 04:31:19.011152 [ 261 ] {3e45ff1e-f9fc-4494-a617-e960928c0be8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.04 04:31:19.011494 [ 261 ] {3e45ff1e-f9fc-4494-a617-e960928c0be8} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:19.011533 [ 261 ] {3e45ff1e-f9fc-4494-a617-e960928c0be8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.25 GiB. 2026.03.04 04:31:19.011857 [ 261 ] {3e45ff1e-f9fc-4494-a617-e960928c0be8} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.04 04:31:19.012068 [ 261 ] {3e45ff1e-f9fc-4494-a617-e960928c0be8} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:19.012223 [ 261 ] {3e45ff1e-f9fc-4494-a617-e960928c0be8} executeQuery: Read 1 rows, 69.00 B in 0.00111 sec., 900.9009009009009 rows/sec., 60.71 KiB/sec. 2026.03.04 04:31:19.012269 [ 261 ] {3e45ff1e-f9fc-4494-a617-e960928c0be8} TCPHandler: Processed in 0.001311986 sec. 2026.03.04 04:31:19.012404 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:19.012504 [ 261 ] {069c23ab-6dc0-4d25-85d6-f90308260b74} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:31:19.012561 [ 261 ] {069c23ab-6dc0-4d25-85d6-f90308260b74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:31:19.013418 [ 261 ] {069c23ab-6dc0-4d25-85d6-f90308260b74} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:19.013460 [ 261 ] {069c23ab-6dc0-4d25-85d6-f90308260b74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.25 GiB. 2026.03.04 04:31:19.014074 [ 261 ] {069c23ab-6dc0-4d25-85d6-f90308260b74} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.04 04:31:19.014320 [ 261 ] {069c23ab-6dc0-4d25-85d6-f90308260b74} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:19.014470 [ 261 ] {069c23ab-6dc0-4d25-85d6-f90308260b74} executeQuery: Read 32 rows, 58.72 KiB in 0.001984 sec., 16129.032258064515 rows/sec., 28.90 MiB/sec. 2026.03.04 04:31:19.014524 [ 261 ] {069c23ab-6dc0-4d25-85d6-f90308260b74} TCPHandler: Processed in 0.002172492 sec. 2026.03.04 04:31:19.014648 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:19.014747 [ 261 ] {f5afb952-bd8a-4d0a-ba38-f7c3d8ca7f1b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:31:19.014788 [ 261 ] {f5afb952-bd8a-4d0a-ba38-f7c3d8ca7f1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:31:19.015144 [ 261 ] {f5afb952-bd8a-4d0a-ba38-f7c3d8ca7f1b} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:19.015183 [ 261 ] {f5afb952-bd8a-4d0a-ba38-f7c3d8ca7f1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.25 GiB. 2026.03.04 04:31:19.015492 [ 261 ] {f5afb952-bd8a-4d0a-ba38-f7c3d8ca7f1b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.04 04:31:19.015703 [ 261 ] {f5afb952-bd8a-4d0a-ba38-f7c3d8ca7f1b} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:19.015865 [ 261 ] {f5afb952-bd8a-4d0a-ba38-f7c3d8ca7f1b} executeQuery: Read 90 rows, 5.77 KiB in 0.001136 sec., 79225.35211267605 rows/sec., 4.96 MiB/sec. 2026.03.04 04:31:19.015905 [ 261 ] {f5afb952-bd8a-4d0a-ba38-f7c3d8ca7f1b} TCPHandler: Processed in 0.001307915 sec. 2026.03.04 04:31:23.987399 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:23.987677 [ 261 ] {6fcdce5f-e49d-4f59-8a18-e4bfedf8fd57} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:31:23.987743 [ 261 ] {6fcdce5f-e49d-4f59-8a18-e4bfedf8fd57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:31:23.988391 [ 261 ] {6fcdce5f-e49d-4f59-8a18-e4bfedf8fd57} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:23.988432 [ 261 ] {6fcdce5f-e49d-4f59-8a18-e4bfedf8fd57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.25 GiB. 2026.03.04 04:31:23.988833 [ 261 ] {6fcdce5f-e49d-4f59-8a18-e4bfedf8fd57} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.04 04:31:23.989060 [ 261 ] {6fcdce5f-e49d-4f59-8a18-e4bfedf8fd57} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:23.989226 [ 261 ] {6fcdce5f-e49d-4f59-8a18-e4bfedf8fd57} executeQuery: Read 4 rows, 334.00 B in 0.001621 sec., 2467.6125848241827 rows/sec., 201.22 KiB/sec. 2026.03.04 04:31:23.989277 [ 261 ] {6fcdce5f-e49d-4f59-8a18-e4bfedf8fd57} TCPHandler: Processed in 0.00206238 sec. 2026.03.04 04:31:23.989405 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:23.989509 [ 261 ] {a5b9cfb3-86f4-404a-9b50-205b96e5cebe} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:31:23.989552 [ 261 ] {a5b9cfb3-86f4-404a-9b50-205b96e5cebe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:31:23.990020 [ 261 ] {a5b9cfb3-86f4-404a-9b50-205b96e5cebe} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:23.990056 [ 261 ] {a5b9cfb3-86f4-404a-9b50-205b96e5cebe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.25 GiB. 2026.03.04 04:31:23.990376 [ 261 ] {a5b9cfb3-86f4-404a-9b50-205b96e5cebe} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.04 04:31:23.990581 [ 261 ] {a5b9cfb3-86f4-404a-9b50-205b96e5cebe} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:23.990717 [ 261 ] {a5b9cfb3-86f4-404a-9b50-205b96e5cebe} executeQuery: Read 74 rows, 6.06 KiB in 0.001231 sec., 60113.728675873266 rows/sec., 4.81 MiB/sec. 2026.03.04 04:31:23.990754 [ 261 ] {a5b9cfb3-86f4-404a-9b50-205b96e5cebe} TCPHandler: Processed in 0.001403227 sec. 2026.03.04 04:31:23.990869 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:23.990969 [ 261 ] {cc6f090d-14c8-4ee1-8313-2df899f3936a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:31:23.991010 [ 261 ] {cc6f090d-14c8-4ee1-8313-2df899f3936a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:31:23.991421 [ 261 ] {cc6f090d-14c8-4ee1-8313-2df899f3936a} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:23.991462 [ 261 ] {cc6f090d-14c8-4ee1-8313-2df899f3936a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.25 GiB. 2026.03.04 04:31:23.991760 [ 261 ] {cc6f090d-14c8-4ee1-8313-2df899f3936a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.04 04:31:23.991969 [ 261 ] {cc6f090d-14c8-4ee1-8313-2df899f3936a} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:23.992100 [ 261 ] {cc6f090d-14c8-4ee1-8313-2df899f3936a} executeQuery: Read 12 rows, 902.00 B in 0.001151 sec., 10425.716768027803 rows/sec., 765.30 KiB/sec. 2026.03.04 04:31:23.992135 [ 261 ] {cc6f090d-14c8-4ee1-8313-2df899f3936a} TCPHandler: Processed in 0.001316826 sec. 2026.03.04 04:31:23.992246 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:23.992342 [ 261 ] {4054ba5e-e58e-433e-8fc1-3f82aa8b7132} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:31:23.992381 [ 261 ] {4054ba5e-e58e-433e-8fc1-3f82aa8b7132} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:31:23.992804 [ 261 ] {4054ba5e-e58e-433e-8fc1-3f82aa8b7132} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:23.992839 [ 261 ] {4054ba5e-e58e-433e-8fc1-3f82aa8b7132} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.25 GiB. 2026.03.04 04:31:23.993164 [ 261 ] {4054ba5e-e58e-433e-8fc1-3f82aa8b7132} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.04 04:31:23.993446 [ 261 ] {4054ba5e-e58e-433e-8fc1-3f82aa8b7132} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:23.993595 [ 261 ] {4054ba5e-e58e-433e-8fc1-3f82aa8b7132} executeQuery: Read 85 rows, 6.81 KiB in 0.001269 sec., 66981.87549251379 rows/sec., 5.24 MiB/sec. 2026.03.04 04:31:23.993639 [ 261 ] {4054ba5e-e58e-433e-8fc1-3f82aa8b7132} TCPHandler: Processed in 0.001442148 sec. 2026.03.04 04:31:23.993755 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:23.993851 [ 261 ] {71d7a778-9072-49e6-8b25-95f5e43f15fd} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:31:23.993897 [ 261 ] {71d7a778-9072-49e6-8b25-95f5e43f15fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:31:23.994333 [ 261 ] {71d7a778-9072-49e6-8b25-95f5e43f15fd} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:23.994371 [ 261 ] {71d7a778-9072-49e6-8b25-95f5e43f15fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:23.994771 [ 261 ] {71d7a778-9072-49e6-8b25-95f5e43f15fd} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.04 04:31:23.995032 [ 261 ] {71d7a778-9072-49e6-8b25-95f5e43f15fd} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:23.995202 [ 261 ] {71d7a778-9072-49e6-8b25-95f5e43f15fd} executeQuery: Read 162 rows, 11.55 KiB in 0.001368 sec., 118421.05263157895 rows/sec., 8.25 MiB/sec. 2026.03.04 04:31:23.995250 [ 261 ] {71d7a778-9072-49e6-8b25-95f5e43f15fd} TCPHandler: Processed in 0.00154469 sec. 2026.03.04 04:31:23.995386 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:23.995484 [ 261 ] {31ab612c-334b-4de1-a8da-c0b3889694ca} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:31:23.995542 [ 261 ] {31ab612c-334b-4de1-a8da-c0b3889694ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:31:23.996336 [ 261 ] {31ab612c-334b-4de1-a8da-c0b3889694ca} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:23.996374 [ 261 ] {31ab612c-334b-4de1-a8da-c0b3889694ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:23.996911 [ 261 ] {31ab612c-334b-4de1-a8da-c0b3889694ca} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.04 04:31:23.997140 [ 261 ] {31ab612c-334b-4de1-a8da-c0b3889694ca} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:23.997252 [ 40 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.04 04:31:23.997288 [ 261 ] {31ab612c-334b-4de1-a8da-c0b3889694ca} executeQuery: Read 8 rows, 14.68 KiB in 0.001823 sec., 4388.370817334065 rows/sec., 7.86 MiB/sec. 2026.03.04 04:31:23.997316 [ 40 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:23.997340 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:23.997354 [ 261 ] {31ab612c-334b-4de1-a8da-c0b3889694ca} TCPHandler: Processed in 0.002024419 sec. 2026.03.04 04:31:23.997466 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.04 04:31:23.997477 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:23.997588 [ 261 ] {aed9b3f6-017c-4cdd-bcac-94a28b20f0a3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.04 04:31:23.997631 [ 261 ] {aed9b3f6-017c-4cdd-bcac-94a28b20f0a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.04 04:31:23.997711 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:31:23.997776 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2026.03.04 04:31:23.997909 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2026.03.04 04:31:23.997998 [ 261 ] {aed9b3f6-017c-4cdd-bcac-94a28b20f0a3} oximeter.measurements_i64 (6414a286-83be-4ea1-992d-d2c551fa3fc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:23.998039 [ 261 ] {aed9b3f6-017c-4cdd-bcac-94a28b20f0a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:23.998040 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 32 rows starting from the beginning of the part 2026.03.04 04:31:23.998157 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 32 rows starting from the beginning of the part 2026.03.04 04:31:23.998260 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 32 rows starting from the beginning of the part 2026.03.04 04:31:23.998368 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2026.03.04 04:31:23.998391 [ 261 ] {aed9b3f6-017c-4cdd-bcac-94a28b20f0a3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.04 04:31:23.998628 [ 261 ] {aed9b3f6-017c-4cdd-bcac-94a28b20f0a3} oximeter.measurements_i64 (6414a286-83be-4ea1-992d-d2c551fa3fc8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:23.998779 [ 261 ] {aed9b3f6-017c-4cdd-bcac-94a28b20f0a3} executeQuery: Read 9 rows, 651.00 B in 0.001209 sec., 7444.168734491315 rows/sec., 525.84 KiB/sec. 2026.03.04 04:31:23.998820 [ 261 ] {aed9b3f6-017c-4cdd-bcac-94a28b20f0a3} TCPHandler: Processed in 0.001393447 sec. 2026.03.04 04:31:23.998934 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:23.999030 [ 261 ] {4b15ef2d-16e3-4a4d-809d-5f158e7828b2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:31:23.999078 [ 261 ] {4b15ef2d-16e3-4a4d-809d-5f158e7828b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:31:23.999489 [ 261 ] {4b15ef2d-16e3-4a4d-809d-5f158e7828b2} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:23.999530 [ 261 ] {4b15ef2d-16e3-4a4d-809d-5f158e7828b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:23.999883 [ 261 ] {4b15ef2d-16e3-4a4d-809d-5f158e7828b2} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.04 04:31:24.000177 [ 261 ] {4b15ef2d-16e3-4a4d-809d-5f158e7828b2} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:24.000346 [ 261 ] {4b15ef2d-16e3-4a4d-809d-5f158e7828b2} executeQuery: Read 60 rows, 4.14 KiB in 0.001333 sec., 45011.252813203304 rows/sec., 3.03 MiB/sec. 2026.03.04 04:31:24.000383 [ 261 ] {4b15ef2d-16e3-4a4d-809d-5f158e7828b2} TCPHandler: Processed in 0.001498499 sec. 2026.03.04 04:31:24.001123 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 146 rows, containing 19 columns (19 merged, 0 gathered) in 0.003697061 sec., 39490.827984715426 rows/sec., 70.77 MiB/sec. 2026.03.04 04:31:24.001184 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 210.69 MiB, peak 217.06 MiB, free memory in arenas 0.00 B, will set to 207.46 MiB (RSS), difference: -3.22 MiB 2026.03.04 04:31:24.001540 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.04 04:31:24.001887 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_6_1} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:24.001952 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_6_1} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.04 04:31:24.002061 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2026.03.04 04:31:25.000256 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 204.05 MiB, peak 217.06 MiB, free memory in arenas 0.00 B, will set to 207.53 MiB (RSS), difference: 3.48 MiB 2026.03.04 04:31:25.576471 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4316 2026.03.04 04:31:25.576954 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:25.576995 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:25.577473 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.04 04:31:25.577698 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:25.577820 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4316 2026.03.04 04:31:25.801257 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.03.04 04:31:25.817004 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:25.817062 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:25.823318 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.04 04:31:25.824018 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:25.826825 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.03.04 04:31:26.000189 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 208.05 MiB, peak 217.06 MiB, free memory in arenas 0.00 B, will set to 209.69 MiB (RSS), difference: 1.63 MiB 2026.03.04 04:31:28.087590 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 322 2026.03.04 04:31:28.089912 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:28.089970 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:28.091128 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.04 04:31:28.091397 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:28.091728 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 322 2026.03.04 04:31:28.996108 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:28.996388 [ 261 ] {6e1abbdc-54c3-477d-b6fb-9c84dd3b0de2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:31:28.996461 [ 261 ] {6e1abbdc-54c3-477d-b6fb-9c84dd3b0de2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:31:28.997255 [ 261 ] {6e1abbdc-54c3-477d-b6fb-9c84dd3b0de2} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:28.997304 [ 261 ] {6e1abbdc-54c3-477d-b6fb-9c84dd3b0de2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:28.997707 [ 261 ] {6e1abbdc-54c3-477d-b6fb-9c84dd3b0de2} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.04 04:31:28.997929 [ 261 ] {6e1abbdc-54c3-477d-b6fb-9c84dd3b0de2} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:28.998096 [ 261 ] {6e1abbdc-54c3-477d-b6fb-9c84dd3b0de2} executeQuery: Read 284 rows, 18.47 KiB in 0.001771 sec., 160361.3777526821 rows/sec., 10.19 MiB/sec. 2026.03.04 04:31:28.998146 [ 261 ] {6e1abbdc-54c3-477d-b6fb-9c84dd3b0de2} TCPHandler: Processed in 0.002230393 sec. 2026.03.04 04:31:28.998280 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:28.998377 [ 261 ] {e28e41af-b9b8-4d4b-b5a0-5b728ea5f3cf} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:31:28.998419 [ 261 ] {e28e41af-b9b8-4d4b-b5a0-5b728ea5f3cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:31:28.999365 [ 261 ] {e28e41af-b9b8-4d4b-b5a0-5b728ea5f3cf} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:28.999409 [ 261 ] {e28e41af-b9b8-4d4b-b5a0-5b728ea5f3cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:28.999857 [ 261 ] {e28e41af-b9b8-4d4b-b5a0-5b728ea5f3cf} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.04 04:31:29.000287 [ 261 ] {e28e41af-b9b8-4d4b-b5a0-5b728ea5f3cf} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:29.000437 [ 35 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.04 04:31:29.000448 [ 261 ] {e28e41af-b9b8-4d4b-b5a0-5b728ea5f3cf} executeQuery: Read 863 rows, 70.49 KiB in 0.002089 sec., 413116.3235998085 rows/sec., 32.95 MiB/sec. 2026.03.04 04:31:29.000509 [ 35 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:29.000516 [ 261 ] {e28e41af-b9b8-4d4b-b5a0-5b728ea5f3cf} TCPHandler: Processed in 0.002289394 sec. 2026.03.04 04:31:29.000543 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:29.000651 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:29.000674 [ 200 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.04 04:31:29.000752 [ 261 ] {556829af-4c06-46cb-bdf6-5f38960f8537} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:31:29.000797 [ 261 ] {556829af-4c06-46cb-bdf6-5f38960f8537} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:31:29.000840 [ 200 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:31:29.000893 [ 200 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 126 rows starting from the beginning of the part 2026.03.04 04:31:29.000983 [ 200 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 862 rows starting from the beginning of the part 2026.03.04 04:31:29.001055 [ 200 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part 2026.03.04 04:31:29.001119 [ 200 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 861 rows starting from the beginning of the part 2026.03.04 04:31:29.001180 [ 200 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 74 rows starting from the beginning of the part 2026.03.04 04:31:29.001226 [ 200 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 863 rows starting from the beginning of the part 2026.03.04 04:31:29.001299 [ 261 ] {556829af-4c06-46cb-bdf6-5f38960f8537} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:29.001345 [ 261 ] {556829af-4c06-46cb-bdf6-5f38960f8537} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:29.001714 [ 261 ] {556829af-4c06-46cb-bdf6-5f38960f8537} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.04 04:31:29.001969 [ 261 ] {556829af-4c06-46cb-bdf6-5f38960f8537} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:29.002123 [ 261 ] {556829af-4c06-46cb-bdf6-5f38960f8537} executeQuery: Read 175 rows, 11.02 KiB in 0.00139 sec., 125899.28057553957 rows/sec., 7.74 MiB/sec. 2026.03.04 04:31:29.002163 [ 261 ] {556829af-4c06-46cb-bdf6-5f38960f8537} TCPHandler: Processed in 0.0015624 sec. 2026.03.04 04:31:29.002286 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:29.002382 [ 261 ] {a29aa292-7933-4fb5-9c5f-25cf6d574416} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:31:29.002422 [ 261 ] {a29aa292-7933-4fb5-9c5f-25cf6d574416} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:31:29.002891 [ 261 ] {a29aa292-7933-4fb5-9c5f-25cf6d574416} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:29.002929 [ 261 ] {a29aa292-7933-4fb5-9c5f-25cf6d574416} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:29.003239 [ 261 ] {a29aa292-7933-4fb5-9c5f-25cf6d574416} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.04 04:31:29.003253 [ 194 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2842 rows, containing 5 columns (5 merged, 0 gathered) in 0.002637631 sec., 1077482.0283807705 rows/sec., 90.23 MiB/sec. 2026.03.04 04:31:29.003455 [ 261 ] {a29aa292-7933-4fb5-9c5f-25cf6d574416} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:29.003528 [ 197 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.04 04:31:29.003602 [ 261 ] {a29aa292-7933-4fb5-9c5f-25cf6d574416} executeQuery: Read 149 rows, 9.86 KiB in 0.001237 sec., 120452.70816491511 rows/sec., 7.78 MiB/sec. 2026.03.04 04:31:29.003643 [ 261 ] {a29aa292-7933-4fb5-9c5f-25cf6d574416} TCPHandler: Processed in 0.001408867 sec. 2026.03.04 04:31:29.003766 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:29.003831 [ 197 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_11_2} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:29.003870 [ 261 ] {fc3898e0-3e83-43fe-acf3-458abc472f07} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:31:29.003903 [ 197 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_11_2} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.04 04:31:29.003913 [ 261 ] {fc3898e0-3e83-43fe-acf3-458abc472f07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:31:29.003978 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2026.03.04 04:31:29.004375 [ 261 ] {fc3898e0-3e83-43fe-acf3-458abc472f07} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:29.004413 [ 261 ] {fc3898e0-3e83-43fe-acf3-458abc472f07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:29.004725 [ 261 ] {fc3898e0-3e83-43fe-acf3-458abc472f07} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.04 04:31:29.004943 [ 261 ] {fc3898e0-3e83-43fe-acf3-458abc472f07} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:29.005141 [ 261 ] {fc3898e0-3e83-43fe-acf3-458abc472f07} executeQuery: Read 148 rows, 8.62 KiB in 0.001288 sec., 114906.83229813664 rows/sec., 6.54 MiB/sec. 2026.03.04 04:31:29.005180 [ 261 ] {fc3898e0-3e83-43fe-acf3-458abc472f07} TCPHandler: Processed in 0.001466119 sec. 2026.03.04 04:31:29.005309 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:29.005412 [ 261 ] {9cbc2279-86d5-424c-9977-f61cbd4a2dfb} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:31:29.005452 [ 261 ] {9cbc2279-86d5-424c-9977-f61cbd4a2dfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:31:29.006134 [ 261 ] {9cbc2279-86d5-424c-9977-f61cbd4a2dfb} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:29.006172 [ 261 ] {9cbc2279-86d5-424c-9977-f61cbd4a2dfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:29.006507 [ 261 ] {9cbc2279-86d5-424c-9977-f61cbd4a2dfb} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.04 04:31:29.006720 [ 261 ] {9cbc2279-86d5-424c-9977-f61cbd4a2dfb} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:29.006819 [ 35 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.04 04:31:29.006851 [ 261 ] {9cbc2279-86d5-424c-9977-f61cbd4a2dfb} executeQuery: Read 523 rows, 37.82 KiB in 0.001461 sec., 357973.9904175222 rows/sec., 25.28 MiB/sec. 2026.03.04 04:31:29.006857 [ 35 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:29.006892 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:29.006896 [ 261 ] {9cbc2279-86d5-424c-9977-f61cbd4a2dfb} TCPHandler: Processed in 0.001643132 sec. 2026.03.04 04:31:29.007019 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.04 04:31:29.007021 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:29.007131 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:31:29.007135 [ 261 ] {a3b65e00-ff1d-403e-990f-113bf4311350} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.04 04:31:29.007177 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 116 rows starting from the beginning of the part 2026.03.04 04:31:29.007191 [ 261 ] {a3b65e00-ff1d-403e-990f-113bf4311350} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.04 04:31:29.007282 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 524 rows starting from the beginning of the part 2026.03.04 04:31:29.007365 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part 2026.03.04 04:31:29.007438 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 522 rows starting from the beginning of the part 2026.03.04 04:31:29.007509 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 85 rows starting from the beginning of the part 2026.03.04 04:31:29.007543 [ 261 ] {a3b65e00-ff1d-403e-990f-113bf4311350} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:29.007582 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 523 rows starting from the beginning of the part 2026.03.04 04:31:29.007585 [ 261 ] {a3b65e00-ff1d-403e-990f-113bf4311350} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:29.007948 [ 261 ] {a3b65e00-ff1d-403e-990f-113bf4311350} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.04 04:31:29.008231 [ 261 ] {a3b65e00-ff1d-403e-990f-113bf4311350} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:29.008380 [ 261 ] {a3b65e00-ff1d-403e-990f-113bf4311350} executeQuery: Read 6 rows, 321.00 B in 0.001262 sec., 4754.358161648177 rows/sec., 248.40 KiB/sec. 2026.03.04 04:31:29.008419 [ 261 ] {a3b65e00-ff1d-403e-990f-113bf4311350} TCPHandler: Processed in 0.001448778 sec. 2026.03.04 04:31:29.008525 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:29.008621 [ 261 ] {b742bad7-ddd1-4e92-9d5d-50a1aa3c99dc} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:31:29.008666 [ 261 ] {b742bad7-ddd1-4e92-9d5d-50a1aa3c99dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:31:29.008774 [ 194 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1834 rows, containing 5 columns (5 merged, 0 gathered) in 0.001799125 sec., 1019384.4229833947 rows/sec., 77.00 MiB/sec. 2026.03.04 04:31:29.009019 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.04 04:31:29.009102 [ 261 ] {b742bad7-ddd1-4e92-9d5d-50a1aa3c99dc} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:29.009146 [ 261 ] {b742bad7-ddd1-4e92-9d5d-50a1aa3c99dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:29.009480 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_11_2} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:29.009546 [ 261 ] {b742bad7-ddd1-4e92-9d5d-50a1aa3c99dc} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.04 04:31:29.009612 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_11_2} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.04 04:31:29.009728 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.03.04 04:31:29.009778 [ 261 ] {b742bad7-ddd1-4e92-9d5d-50a1aa3c99dc} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:29.009887 [ 35 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.04 04:31:29.009920 [ 261 ] {b742bad7-ddd1-4e92-9d5d-50a1aa3c99dc} executeQuery: Read 265 rows, 18.03 KiB in 0.001319 sec., 200909.78013646702 rows/sec., 13.35 MiB/sec. 2026.03.04 04:31:29.009924 [ 35 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:29.009963 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:29.009966 [ 261 ] {b742bad7-ddd1-4e92-9d5d-50a1aa3c99dc} TCPHandler: Processed in 0.001490929 sec. 2026.03.04 04:31:29.010057 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.04 04:31:29.010097 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:29.010185 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:31:29.010197 [ 261 ] {d929deb7-8591-4c22-bd21-06b3659bf419} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.04 04:31:29.010225 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 665 rows starting from the beginning of the part 2026.03.04 04:31:29.010246 [ 261 ] {d929deb7-8591-4c22-bd21-06b3659bf419} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.04 04:31:29.010327 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 266 rows starting from the beginning of the part 2026.03.04 04:31:29.010376 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2026.03.04 04:31:29.010419 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 265 rows starting from the beginning of the part 2026.03.04 04:31:29.010459 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 162 rows starting from the beginning of the part 2026.03.04 04:31:29.010498 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 265 rows starting from the beginning of the part 2026.03.04 04:31:29.010584 [ 261 ] {d929deb7-8591-4c22-bd21-06b3659bf419} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:29.010626 [ 261 ] {d929deb7-8591-4c22-bd21-06b3659bf419} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:29.010978 [ 261 ] {d929deb7-8591-4c22-bd21-06b3659bf419} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.04 04:31:29.011221 [ 261 ] {d929deb7-8591-4c22-bd21-06b3659bf419} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:29.011359 [ 261 ] {d929deb7-8591-4c22-bd21-06b3659bf419} executeQuery: Read 1 rows, 69.00 B in 0.00118 sec., 847.457627118644 rows/sec., 57.10 KiB/sec. 2026.03.04 04:31:29.011397 [ 261 ] {d929deb7-8591-4c22-bd21-06b3659bf419} TCPHandler: Processed in 0.001349356 sec. 2026.03.04 04:31:29.011514 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:29.011607 [ 261 ] {6d65df27-ae18-48fc-8c7a-0018cb29ab87} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:31:29.011662 [ 261 ] {6d65df27-ae18-48fc-8c7a-0018cb29ab87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:31:29.011734 [ 199 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1783 rows, containing 5 columns (5 merged, 0 gathered) in 0.001718663 sec., 1037434.3312214203 rows/sec., 70.83 MiB/sec. 2026.03.04 04:31:29.011981 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.04 04:31:29.012254 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_11_2} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:29.012327 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_11_2} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.04 04:31:29.012393 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. 2026.03.04 04:31:29.012513 [ 261 ] {6d65df27-ae18-48fc-8c7a-0018cb29ab87} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:29.012558 [ 261 ] {6d65df27-ae18-48fc-8c7a-0018cb29ab87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:29.013118 [ 261 ] {6d65df27-ae18-48fc-8c7a-0018cb29ab87} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.04 04:31:29.013352 [ 261 ] {6d65df27-ae18-48fc-8c7a-0018cb29ab87} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:29.013490 [ 261 ] {6d65df27-ae18-48fc-8c7a-0018cb29ab87} executeQuery: Read 33 rows, 60.55 KiB in 0.0019 sec., 17368.42105263158 rows/sec., 31.12 MiB/sec. 2026.03.04 04:31:29.013547 [ 261 ] {6d65df27-ae18-48fc-8c7a-0018cb29ab87} TCPHandler: Processed in 0.00208365 sec. 2026.03.04 04:31:29.013665 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:29.013760 [ 261 ] {efa3e56e-3f01-477f-b9aa-f9456bb40648} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:31:29.013803 [ 261 ] {efa3e56e-3f01-477f-b9aa-f9456bb40648} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:31:29.014185 [ 261 ] {efa3e56e-3f01-477f-b9aa-f9456bb40648} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:29.014223 [ 261 ] {efa3e56e-3f01-477f-b9aa-f9456bb40648} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:29.014532 [ 261 ] {efa3e56e-3f01-477f-b9aa-f9456bb40648} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.04 04:31:29.014743 [ 261 ] {efa3e56e-3f01-477f-b9aa-f9456bb40648} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:29.014871 [ 261 ] {efa3e56e-3f01-477f-b9aa-f9456bb40648} executeQuery: Read 90 rows, 5.77 KiB in 0.00113 sec., 79646.01769911505 rows/sec., 4.98 MiB/sec. 2026.03.04 04:31:29.014884 [ 34 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.04 04:31:29.014906 [ 261 ] {efa3e56e-3f01-477f-b9aa-f9456bb40648} TCPHandler: Processed in 0.001290845 sec. 2026.03.04 04:31:29.014936 [ 34 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:29.014964 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:29.015050 [ 196 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.04 04:31:29.015186 [ 196 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:31:29.015221 [ 196 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 270 rows starting from the beginning of the part 2026.03.04 04:31:29.015280 [ 196 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 90 rows starting from the beginning of the part 2026.03.04 04:31:29.015326 [ 196 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2026.03.04 04:31:29.015366 [ 196 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 90 rows starting from the beginning of the part 2026.03.04 04:31:29.015407 [ 196 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2026.03.04 04:31:29.015450 [ 196 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 90 rows starting from the beginning of the part 2026.03.04 04:31:29.016289 [ 195 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 660 rows, containing 4 columns (4 merged, 0 gathered) in 0.001277705 sec., 516551.1600878137 rows/sec., 33.71 MiB/sec. 2026.03.04 04:31:29.016453 [ 196 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.04 04:31:29.016683 [ 196 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_11_2} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:29.016746 [ 196 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_11_2} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.04 04:31:29.016800 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.03.04 04:31:33.021930 [ 23 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:31:33.021983 [ 23 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:31:33.078841 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4828 2026.03.04 04:31:33.079351 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:33.079391 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:33.079897 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.04 04:31:33.080126 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:33.080249 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4828 2026.03.04 04:31:33.327844 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.03.04 04:31:33.345738 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:33.345808 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:33.352019 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.04 04:31:33.352691 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:33.356269 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.03.04 04:31:33.986731 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:33.986925 [ 261 ] {2b03ae32-027d-4e58-a02b-b4d355a98d54} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:31:33.986995 [ 261 ] {2b03ae32-027d-4e58-a02b-b4d355a98d54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:31:33.987703 [ 261 ] {2b03ae32-027d-4e58-a02b-b4d355a98d54} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:33.987746 [ 261 ] {2b03ae32-027d-4e58-a02b-b4d355a98d54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:33.988137 [ 261 ] {2b03ae32-027d-4e58-a02b-b4d355a98d54} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.04 04:31:33.988364 [ 261 ] {2b03ae32-027d-4e58-a02b-b4d355a98d54} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:33.988519 [ 261 ] {2b03ae32-027d-4e58-a02b-b4d355a98d54} executeQuery: Read 72 rows, 5.91 KiB in 0.001649 sec., 43662.82595512432 rows/sec., 3.50 MiB/sec. 2026.03.04 04:31:33.988560 [ 261 ] {2b03ae32-027d-4e58-a02b-b4d355a98d54} TCPHandler: Processed in 0.001967758 sec. 2026.03.04 04:31:33.988689 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:33.988783 [ 261 ] {8c713ff0-6b30-4580-8ff3-47da3ef1f411} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:31:33.988823 [ 261 ] {8c713ff0-6b30-4580-8ff3-47da3ef1f411} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:31:33.989217 [ 261 ] {8c713ff0-6b30-4580-8ff3-47da3ef1f411} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:33.989251 [ 261 ] {8c713ff0-6b30-4580-8ff3-47da3ef1f411} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:33.989569 [ 261 ] {8c713ff0-6b30-4580-8ff3-47da3ef1f411} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.04 04:31:33.989777 [ 261 ] {8c713ff0-6b30-4580-8ff3-47da3ef1f411} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:33.989911 [ 261 ] {8c713ff0-6b30-4580-8ff3-47da3ef1f411} executeQuery: Read 8 rows, 616.00 B in 0.001145 sec., 6986.899563318778 rows/sec., 525.38 KiB/sec. 2026.03.04 04:31:33.989946 [ 261 ] {8c713ff0-6b30-4580-8ff3-47da3ef1f411} TCPHandler: Processed in 0.001306416 sec. 2026.03.04 04:31:33.990060 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:33.990152 [ 261 ] {ff4786f0-c7e2-4cf9-88ed-e4cf46caff4b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:31:33.990191 [ 261 ] {ff4786f0-c7e2-4cf9-88ed-e4cf46caff4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:31:33.990597 [ 261 ] {ff4786f0-c7e2-4cf9-88ed-e4cf46caff4b} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:33.990630 [ 261 ] {ff4786f0-c7e2-4cf9-88ed-e4cf46caff4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:33.990920 [ 261 ] {ff4786f0-c7e2-4cf9-88ed-e4cf46caff4b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.04 04:31:33.991132 [ 261 ] {ff4786f0-c7e2-4cf9-88ed-e4cf46caff4b} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:33.991262 [ 261 ] {ff4786f0-c7e2-4cf9-88ed-e4cf46caff4b} executeQuery: Read 72 rows, 5.76 KiB in 0.001127 sec., 63886.42413487134 rows/sec., 4.99 MiB/sec. 2026.03.04 04:31:33.991297 [ 261 ] {ff4786f0-c7e2-4cf9-88ed-e4cf46caff4b} TCPHandler: Processed in 0.001284564 sec. 2026.03.04 04:31:33.991413 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:33.991505 [ 261 ] {d7202199-abf7-4ee7-9890-1de8ae27685f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:31:33.991547 [ 261 ] {d7202199-abf7-4ee7-9890-1de8ae27685f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:31:33.991958 [ 261 ] {d7202199-abf7-4ee7-9890-1de8ae27685f} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:33.991991 [ 261 ] {d7202199-abf7-4ee7-9890-1de8ae27685f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:33.992305 [ 261 ] {d7202199-abf7-4ee7-9890-1de8ae27685f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.04 04:31:33.992514 [ 261 ] {d7202199-abf7-4ee7-9890-1de8ae27685f} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:33.992643 [ 261 ] {d7202199-abf7-4ee7-9890-1de8ae27685f} executeQuery: Read 160 rows, 11.41 KiB in 0.001156 sec., 138408.30449826992 rows/sec., 9.64 MiB/sec. 2026.03.04 04:31:33.992678 [ 261 ] {d7202199-abf7-4ee7-9890-1de8ae27685f} TCPHandler: Processed in 0.001312185 sec. 2026.03.04 04:31:33.992794 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:33.992886 [ 261 ] {c14f6e99-95c0-4c17-8359-44346115c997} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:31:33.992938 [ 261 ] {c14f6e99-95c0-4c17-8359-44346115c997} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:31:33.993684 [ 261 ] {c14f6e99-95c0-4c17-8359-44346115c997} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:33.993778 [ 261 ] {c14f6e99-95c0-4c17-8359-44346115c997} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:33.994313 [ 261 ] {c14f6e99-95c0-4c17-8359-44346115c997} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.04 04:31:33.994541 [ 261 ] {c14f6e99-95c0-4c17-8359-44346115c997} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:33.994691 [ 261 ] {c14f6e99-95c0-4c17-8359-44346115c997} executeQuery: Read 8 rows, 14.68 KiB in 0.001822 sec., 4390.779363336992 rows/sec., 7.87 MiB/sec. 2026.03.04 04:31:33.994750 [ 261 ] {c14f6e99-95c0-4c17-8359-44346115c997} TCPHandler: Processed in 0.002004069 sec. 2026.03.04 04:31:33.994877 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:33.994982 [ 261 ] {ae76f8f4-fd03-4085-96fa-ff0e394dfd78} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:31:33.995033 [ 261 ] {ae76f8f4-fd03-4085-96fa-ff0e394dfd78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:31:33.995503 [ 261 ] {ae76f8f4-fd03-4085-96fa-ff0e394dfd78} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:33.995546 [ 261 ] {ae76f8f4-fd03-4085-96fa-ff0e394dfd78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:33.995926 [ 261 ] {ae76f8f4-fd03-4085-96fa-ff0e394dfd78} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.04 04:31:33.996149 [ 261 ] {ae76f8f4-fd03-4085-96fa-ff0e394dfd78} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:33.996281 [ 261 ] {ae76f8f4-fd03-4085-96fa-ff0e394dfd78} executeQuery: Read 60 rows, 4.14 KiB in 0.001322 sec., 45385.7791225416 rows/sec., 3.06 MiB/sec. 2026.03.04 04:31:33.996318 [ 261 ] {ae76f8f4-fd03-4085-96fa-ff0e394dfd78} TCPHandler: Processed in 0.001488008 sec. 2026.03.04 04:31:34.000173 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 210.88 MiB, peak 217.06 MiB, free memory in arenas 0.00 B, will set to 212.04 MiB (RSS), difference: 1.15 MiB 2026.03.04 04:31:38.092598 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 356 2026.03.04 04:31:38.094818 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:38.094863 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:38.096040 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.04 04:31:38.096301 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:38.096629 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 356 2026.03.04 04:31:38.979019 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:38.979261 [ 261 ] {10bfb4ab-958c-4869-b10f-450973bc2047} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.04 04:31:38.979628 [ 261 ] {10bfb4ab-958c-4869-b10f-450973bc2047} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:31:38.979668 [ 261 ] {10bfb4ab-958c-4869-b10f-450973bc2047} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.04 04:31:38.979941 [ 261 ] {10bfb4ab-958c-4869-b10f-450973bc2047} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:38.980015 [ 261 ] {10bfb4ab-958c-4869-b10f-450973bc2047} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:38.980158 [ 261 ] {10bfb4ab-958c-4869-b10f-450973bc2047} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.03.04 04:31:38.980256 [ 323 ] {10bfb4ab-958c-4869-b10f-450973bc2047} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:31:38.980290 [ 314 ] {10bfb4ab-958c-4869-b10f-450973bc2047} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:31:38.980400 [ 261 ] {10bfb4ab-958c-4869-b10f-450973bc2047} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.03.04 04:31:38.980427 [ 261 ] {10bfb4ab-958c-4869-b10f-450973bc2047} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:31:38.980599 [ 261 ] {10bfb4ab-958c-4869-b10f-450973bc2047} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:31:38.980624 [ 261 ] {10bfb4ab-958c-4869-b10f-450973bc2047} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 36 rows with 2 streams 2026.03.04 04:31:38.980675 [ 261 ] {10bfb4ab-958c-4869-b10f-450973bc2047} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:38.980717 [ 261 ] {10bfb4ab-958c-4869-b10f-450973bc2047} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:38.981570 [ 261 ] {10bfb4ab-958c-4869-b10f-450973bc2047} executeQuery: Read 36 rows, 1.39 KiB in 0.002412 sec., 14925.373134328358 rows/sec., 574.52 KiB/sec. 2026.03.04 04:31:38.981668 [ 261 ] {10bfb4ab-958c-4869-b10f-450973bc2047} TCPHandler: Processed in 0.002782164 sec. 2026.03.04 04:31:38.982032 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:38.982169 [ 261 ] {0d1b7094-12e3-410f-8ec2-3af2818c5966} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.04 04:31:38.982394 [ 261 ] {0d1b7094-12e3-410f-8ec2-3af2818c5966} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:31:38.982431 [ 261 ] {0d1b7094-12e3-410f-8ec2-3af2818c5966} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.04 04:31:38.982637 [ 261 ] {0d1b7094-12e3-410f-8ec2-3af2818c5966} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:38.982691 [ 261 ] {0d1b7094-12e3-410f-8ec2-3af2818c5966} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:38.982793 [ 261 ] {0d1b7094-12e3-410f-8ec2-3af2818c5966} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.03.04 04:31:38.982859 [ 323 ] {0d1b7094-12e3-410f-8ec2-3af2818c5966} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:31:38.982858 [ 306 ] {0d1b7094-12e3-410f-8ec2-3af2818c5966} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:31:38.982959 [ 261 ] {0d1b7094-12e3-410f-8ec2-3af2818c5966} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.03.04 04:31:38.982984 [ 261 ] {0d1b7094-12e3-410f-8ec2-3af2818c5966} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:31:38.983039 [ 261 ] {0d1b7094-12e3-410f-8ec2-3af2818c5966} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:31:38.983056 [ 261 ] {0d1b7094-12e3-410f-8ec2-3af2818c5966} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 36 rows with 2 streams 2026.03.04 04:31:38.983087 [ 261 ] {0d1b7094-12e3-410f-8ec2-3af2818c5966} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:38.983118 [ 261 ] {0d1b7094-12e3-410f-8ec2-3af2818c5966} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:38.983680 [ 261 ] {0d1b7094-12e3-410f-8ec2-3af2818c5966} executeQuery: Read 36 rows, 1.39 KiB in 0.001569 sec., 22944.55066921606 rows/sec., 883.20 KiB/sec. 2026.03.04 04:31:38.983786 [ 261 ] {0d1b7094-12e3-410f-8ec2-3af2818c5966} TCPHandler: Processed in 0.001805755 sec. 2026.03.04 04:31:38.984030 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:38.984169 [ 261 ] {9d346287-9276-435d-9b7c-9c9257513b4c} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.04 04:31:38.984389 [ 261 ] {9d346287-9276-435d-9b7c-9c9257513b4c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:31:38.984425 [ 261 ] {9d346287-9276-435d-9b7c-9c9257513b4c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.04 04:31:38.984638 [ 261 ] {9d346287-9276-435d-9b7c-9c9257513b4c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:38.984691 [ 261 ] {9d346287-9276-435d-9b7c-9c9257513b4c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:38.984791 [ 261 ] {9d346287-9276-435d-9b7c-9c9257513b4c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.03.04 04:31:38.984851 [ 306 ] {9d346287-9276-435d-9b7c-9c9257513b4c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:31:38.984854 [ 314 ] {9d346287-9276-435d-9b7c-9c9257513b4c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:31:38.984939 [ 261 ] {9d346287-9276-435d-9b7c-9c9257513b4c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.03.04 04:31:38.984964 [ 261 ] {9d346287-9276-435d-9b7c-9c9257513b4c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:31:38.985020 [ 261 ] {9d346287-9276-435d-9b7c-9c9257513b4c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:31:38.985037 [ 261 ] {9d346287-9276-435d-9b7c-9c9257513b4c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 36 rows with 2 streams 2026.03.04 04:31:38.985067 [ 261 ] {9d346287-9276-435d-9b7c-9c9257513b4c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:38.985105 [ 261 ] {9d346287-9276-435d-9b7c-9c9257513b4c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:38.985640 [ 261 ] {9d346287-9276-435d-9b7c-9c9257513b4c} executeQuery: Read 36 rows, 1.39 KiB in 0.001531 sec., 23514.043109079033 rows/sec., 905.12 KiB/sec. 2026.03.04 04:31:38.985728 [ 261 ] {9d346287-9276-435d-9b7c-9c9257513b4c} TCPHandler: Processed in 0.001748153 sec. 2026.03.04 04:31:38.985962 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:38.986099 [ 261 ] {517b0dc9-4200-46c7-b501-9b53d1d30e20} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.04 04:31:38.986313 [ 261 ] {517b0dc9-4200-46c7-b501-9b53d1d30e20} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:31:38.986350 [ 261 ] {517b0dc9-4200-46c7-b501-9b53d1d30e20} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.04 04:31:38.986555 [ 261 ] {517b0dc9-4200-46c7-b501-9b53d1d30e20} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:38.986608 [ 261 ] {517b0dc9-4200-46c7-b501-9b53d1d30e20} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:38.986708 [ 261 ] {517b0dc9-4200-46c7-b501-9b53d1d30e20} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.03.04 04:31:38.986769 [ 323 ] {517b0dc9-4200-46c7-b501-9b53d1d30e20} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:31:38.986772 [ 306 ] {517b0dc9-4200-46c7-b501-9b53d1d30e20} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:31:38.986862 [ 261 ] {517b0dc9-4200-46c7-b501-9b53d1d30e20} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.03.04 04:31:38.986886 [ 261 ] {517b0dc9-4200-46c7-b501-9b53d1d30e20} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:31:38.986941 [ 261 ] {517b0dc9-4200-46c7-b501-9b53d1d30e20} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:31:38.986958 [ 261 ] {517b0dc9-4200-46c7-b501-9b53d1d30e20} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 36 rows with 2 streams 2026.03.04 04:31:38.986988 [ 261 ] {517b0dc9-4200-46c7-b501-9b53d1d30e20} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:38.987018 [ 261 ] {517b0dc9-4200-46c7-b501-9b53d1d30e20} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:38.987584 [ 261 ] {517b0dc9-4200-46c7-b501-9b53d1d30e20} executeQuery: Read 36 rows, 1.39 KiB in 0.001543 sec., 23331.173039533376 rows/sec., 898.08 KiB/sec. 2026.03.04 04:31:38.987667 [ 261 ] {517b0dc9-4200-46c7-b501-9b53d1d30e20} TCPHandler: Processed in 0.001755484 sec. 2026.03.04 04:31:38.987894 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:38.988030 [ 261 ] {4c3e20ff-f1b0-445f-b4f6-2c23667fa9fb} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.04 04:31:38.988246 [ 261 ] {4c3e20ff-f1b0-445f-b4f6-2c23667fa9fb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:31:38.988283 [ 261 ] {4c3e20ff-f1b0-445f-b4f6-2c23667fa9fb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.04 04:31:38.988490 [ 261 ] {4c3e20ff-f1b0-445f-b4f6-2c23667fa9fb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:38.988544 [ 261 ] {4c3e20ff-f1b0-445f-b4f6-2c23667fa9fb} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:38.988642 [ 261 ] {4c3e20ff-f1b0-445f-b4f6-2c23667fa9fb} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.03.04 04:31:38.988694 [ 345 ] {4c3e20ff-f1b0-445f-b4f6-2c23667fa9fb} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:31:38.988706 [ 314 ] {4c3e20ff-f1b0-445f-b4f6-2c23667fa9fb} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:31:38.988788 [ 261 ] {4c3e20ff-f1b0-445f-b4f6-2c23667fa9fb} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.03.04 04:31:38.988817 [ 261 ] {4c3e20ff-f1b0-445f-b4f6-2c23667fa9fb} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:31:38.988871 [ 261 ] {4c3e20ff-f1b0-445f-b4f6-2c23667fa9fb} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:31:38.988888 [ 261 ] {4c3e20ff-f1b0-445f-b4f6-2c23667fa9fb} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 36 rows with 2 streams 2026.03.04 04:31:38.988919 [ 261 ] {4c3e20ff-f1b0-445f-b4f6-2c23667fa9fb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:38.988949 [ 261 ] {4c3e20ff-f1b0-445f-b4f6-2c23667fa9fb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:38.989445 [ 261 ] {4c3e20ff-f1b0-445f-b4f6-2c23667fa9fb} executeQuery: Read 36 rows, 1.39 KiB in 0.001472 sec., 24456.521739130436 rows/sec., 941.40 KiB/sec. 2026.03.04 04:31:38.989514 [ 261 ] {4c3e20ff-f1b0-445f-b4f6-2c23667fa9fb} TCPHandler: Processed in 0.001669612 sec. 2026.03.04 04:31:38.989736 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:38.989874 [ 261 ] {fcd1d3eb-48e7-4124-804a-190f49420ed7} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.04 04:31:38.990088 [ 261 ] {fcd1d3eb-48e7-4124-804a-190f49420ed7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:31:38.990125 [ 261 ] {fcd1d3eb-48e7-4124-804a-190f49420ed7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.04 04:31:38.990330 [ 261 ] {fcd1d3eb-48e7-4124-804a-190f49420ed7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:38.990384 [ 261 ] {fcd1d3eb-48e7-4124-804a-190f49420ed7} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:38.990483 [ 261 ] {fcd1d3eb-48e7-4124-804a-190f49420ed7} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.03.04 04:31:38.990533 [ 323 ] {fcd1d3eb-48e7-4124-804a-190f49420ed7} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:31:38.990537 [ 345 ] {fcd1d3eb-48e7-4124-804a-190f49420ed7} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:31:38.990604 [ 261 ] {fcd1d3eb-48e7-4124-804a-190f49420ed7} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.03.04 04:31:38.990624 [ 261 ] {fcd1d3eb-48e7-4124-804a-190f49420ed7} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:31:38.990677 [ 261 ] {fcd1d3eb-48e7-4124-804a-190f49420ed7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:31:38.990694 [ 261 ] {fcd1d3eb-48e7-4124-804a-190f49420ed7} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 36 rows with 2 streams 2026.03.04 04:31:38.990724 [ 261 ] {fcd1d3eb-48e7-4124-804a-190f49420ed7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:38.990756 [ 261 ] {fcd1d3eb-48e7-4124-804a-190f49420ed7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:38.991271 [ 261 ] {fcd1d3eb-48e7-4124-804a-190f49420ed7} executeQuery: Read 36 rows, 1.39 KiB in 0.001456 sec., 24725.274725274725 rows/sec., 951.75 KiB/sec. 2026.03.04 04:31:38.991353 [ 261 ] {fcd1d3eb-48e7-4124-804a-190f49420ed7} TCPHandler: Processed in 0.001666452 sec. 2026.03.04 04:31:39.014479 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:39.014632 [ 261 ] {4c5622cf-d3c0-4d62-95f2-eacc3146a3c1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.04 04:31:39.014686 [ 261 ] {4c5622cf-d3c0-4d62-95f2-eacc3146a3c1} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:39.015267 [ 261 ] {4c5622cf-d3c0-4d62-95f2-eacc3146a3c1} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:39.015310 [ 261 ] {4c5622cf-d3c0-4d62-95f2-eacc3146a3c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:39.015748 [ 261 ] {4c5622cf-d3c0-4d62-95f2-eacc3146a3c1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.04 04:31:39.015955 [ 261 ] {4c5622cf-d3c0-4d62-95f2-eacc3146a3c1} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:39.016103 [ 261 ] {4c5622cf-d3c0-4d62-95f2-eacc3146a3c1} executeQuery: Read 6 rows, 2.84 KiB in 0.001509 sec., 3976.1431411530816 rows/sec., 1.84 MiB/sec. 2026.03.04 04:31:39.016141 [ 261 ] {4c5622cf-d3c0-4d62-95f2-eacc3146a3c1} TCPHandler: Processed in 0.001726544 sec. 2026.03.04 04:31:39.016272 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:39.016370 [ 261 ] {e205217e-32d8-4786-81fc-22bc9588cab9} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:31:39.016412 [ 261 ] {e205217e-32d8-4786-81fc-22bc9588cab9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:31:39.016841 [ 261 ] {e205217e-32d8-4786-81fc-22bc9588cab9} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:39.016879 [ 261 ] {e205217e-32d8-4786-81fc-22bc9588cab9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:39.017187 [ 261 ] {e205217e-32d8-4786-81fc-22bc9588cab9} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.04 04:31:39.017419 [ 261 ] {e205217e-32d8-4786-81fc-22bc9588cab9} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:39.017546 [ 261 ] {e205217e-32d8-4786-81fc-22bc9588cab9} executeQuery: Read 24 rows, 2.04 KiB in 0.001197 sec., 20050.12531328321 rows/sec., 1.66 MiB/sec. 2026.03.04 04:31:39.017582 [ 261 ] {e205217e-32d8-4786-81fc-22bc9588cab9} TCPHandler: Processed in 0.001358836 sec. 2026.03.04 04:31:39.017699 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:39.017795 [ 261 ] {f7e70581-77fd-4961-ae9d-b0e3486367f7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:31:39.017836 [ 261 ] {f7e70581-77fd-4961-ae9d-b0e3486367f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:31:39.018227 [ 261 ] {f7e70581-77fd-4961-ae9d-b0e3486367f7} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:39.018263 [ 261 ] {f7e70581-77fd-4961-ae9d-b0e3486367f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:39.018563 [ 261 ] {f7e70581-77fd-4961-ae9d-b0e3486367f7} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.04 04:31:39.018776 [ 261 ] {f7e70581-77fd-4961-ae9d-b0e3486367f7} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:39.018908 [ 261 ] {f7e70581-77fd-4961-ae9d-b0e3486367f7} executeQuery: Read 8 rows, 668.00 B in 0.001134 sec., 7054.673721340388 rows/sec., 575.26 KiB/sec. 2026.03.04 04:31:39.018946 [ 261 ] {f7e70581-77fd-4961-ae9d-b0e3486367f7} TCPHandler: Processed in 0.001297135 sec. 2026.03.04 04:31:39.019060 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:39.019155 [ 261 ] {5b70f987-c878-48f1-ba66-2b713b12f646} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:31:39.019196 [ 261 ] {5b70f987-c878-48f1-ba66-2b713b12f646} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:31:39.019697 [ 261 ] {5b70f987-c878-48f1-ba66-2b713b12f646} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:39.019734 [ 261 ] {5b70f987-c878-48f1-ba66-2b713b12f646} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:39.020057 [ 261 ] {5b70f987-c878-48f1-ba66-2b713b12f646} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.04 04:31:39.020280 [ 261 ] {5b70f987-c878-48f1-ba66-2b713b12f646} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:39.020402 [ 261 ] {5b70f987-c878-48f1-ba66-2b713b12f646} executeQuery: Read 246 rows, 22.45 KiB in 0.001266 sec., 194312.7962085308 rows/sec., 17.32 MiB/sec. 2026.03.04 04:31:39.020440 [ 261 ] {5b70f987-c878-48f1-ba66-2b713b12f646} TCPHandler: Processed in 0.001428748 sec. 2026.03.04 04:31:39.020555 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:39.020648 [ 261 ] {05dd67d1-9420-45da-b629-e8d693f8dcdd} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:31:39.020689 [ 261 ] {05dd67d1-9420-45da-b629-e8d693f8dcdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:31:39.021103 [ 261 ] {05dd67d1-9420-45da-b629-e8d693f8dcdd} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:39.021138 [ 261 ] {05dd67d1-9420-45da-b629-e8d693f8dcdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:39.021443 [ 261 ] {05dd67d1-9420-45da-b629-e8d693f8dcdd} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.04 04:31:39.021671 [ 261 ] {05dd67d1-9420-45da-b629-e8d693f8dcdd} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:39.021797 [ 261 ] {05dd67d1-9420-45da-b629-e8d693f8dcdd} executeQuery: Read 53 rows, 4.00 KiB in 0.001167 sec., 45415.59554413024 rows/sec., 3.35 MiB/sec. 2026.03.04 04:31:39.021837 [ 261 ] {05dd67d1-9420-45da-b629-e8d693f8dcdd} TCPHandler: Processed in 0.001330376 sec. 2026.03.04 04:31:39.021950 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:39.022044 [ 261 ] {a674283e-49a4-4db2-bb22-adcb7ed35787} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:31:39.022084 [ 261 ] {a674283e-49a4-4db2-bb22-adcb7ed35787} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:31:39.022480 [ 261 ] {a674283e-49a4-4db2-bb22-adcb7ed35787} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:39.022516 [ 261 ] {a674283e-49a4-4db2-bb22-adcb7ed35787} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:39.022826 [ 261 ] {a674283e-49a4-4db2-bb22-adcb7ed35787} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.04 04:31:39.023065 [ 261 ] {a674283e-49a4-4db2-bb22-adcb7ed35787} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:39.023193 [ 261 ] {a674283e-49a4-4db2-bb22-adcb7ed35787} executeQuery: Read 24 rows, 2.04 KiB in 0.001168 sec., 20547.945205479453 rows/sec., 1.70 MiB/sec. 2026.03.04 04:31:39.023233 [ 261 ] {a674283e-49a4-4db2-bb22-adcb7ed35787} TCPHandler: Processed in 0.001332566 sec. 2026.03.04 04:31:39.023350 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:39.023443 [ 261 ] {42a9a0dc-365a-4a4e-9d2b-507fd268af7c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:31:39.023483 [ 261 ] {42a9a0dc-365a-4a4e-9d2b-507fd268af7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:31:39.023875 [ 261 ] {42a9a0dc-365a-4a4e-9d2b-507fd268af7c} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:39.023912 [ 261 ] {42a9a0dc-365a-4a4e-9d2b-507fd268af7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:39.024212 [ 261 ] {42a9a0dc-365a-4a4e-9d2b-507fd268af7c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.04 04:31:39.024423 [ 261 ] {42a9a0dc-365a-4a4e-9d2b-507fd268af7c} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:39.024549 [ 261 ] {42a9a0dc-365a-4a4e-9d2b-507fd268af7c} executeQuery: Read 12 rows, 960.00 B in 0.001124 sec., 10676.156583629892 rows/sec., 834.07 KiB/sec. 2026.03.04 04:31:39.024589 [ 261 ] {42a9a0dc-365a-4a4e-9d2b-507fd268af7c} TCPHandler: Processed in 0.001288715 sec. 2026.03.04 04:31:39.024700 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:39.024795 [ 261 ] {08545769-e179-400c-a190-06d574981ff7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:31:39.024834 [ 261 ] {08545769-e179-400c-a190-06d574981ff7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:31:39.025289 [ 261 ] {08545769-e179-400c-a190-06d574981ff7} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:39.025326 [ 261 ] {08545769-e179-400c-a190-06d574981ff7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:39.025637 [ 261 ] {08545769-e179-400c-a190-06d574981ff7} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.04 04:31:39.025856 [ 261 ] {08545769-e179-400c-a190-06d574981ff7} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:39.025985 [ 261 ] {08545769-e179-400c-a190-06d574981ff7} executeQuery: Read 141 rows, 11.67 KiB in 0.001208 sec., 116721.85430463575 rows/sec., 9.43 MiB/sec. 2026.03.04 04:31:39.026024 [ 261 ] {08545769-e179-400c-a190-06d574981ff7} TCPHandler: Processed in 0.001374347 sec. 2026.03.04 04:31:39.026139 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:39.026234 [ 261 ] {e5eebd98-e0b8-4892-9df5-96f6e8658346} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:31:39.026277 [ 261 ] {e5eebd98-e0b8-4892-9df5-96f6e8658346} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:31:39.026741 [ 261 ] {e5eebd98-e0b8-4892-9df5-96f6e8658346} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:39.026778 [ 261 ] {e5eebd98-e0b8-4892-9df5-96f6e8658346} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:39.027135 [ 261 ] {e5eebd98-e0b8-4892-9df5-96f6e8658346} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.04 04:31:39.027351 [ 261 ] {e5eebd98-e0b8-4892-9df5-96f6e8658346} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:39.027484 [ 261 ] {e5eebd98-e0b8-4892-9df5-96f6e8658346} executeQuery: Read 476 rows, 37.59 KiB in 0.001268 sec., 375394.3217665615 rows/sec., 28.95 MiB/sec. 2026.03.04 04:31:39.027520 [ 261 ] {e5eebd98-e0b8-4892-9df5-96f6e8658346} TCPHandler: Processed in 0.001430767 sec. 2026.03.04 04:31:39.027634 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:39.027730 [ 261 ] {6b0085a4-9819-4c88-b1f7-557a5e2e7405} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:31:39.027785 [ 261 ] {6b0085a4-9819-4c88-b1f7-557a5e2e7405} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:31:39.028540 [ 261 ] {6b0085a4-9819-4c88-b1f7-557a5e2e7405} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:39.028578 [ 261 ] {6b0085a4-9819-4c88-b1f7-557a5e2e7405} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:39.029120 [ 261 ] {6b0085a4-9819-4c88-b1f7-557a5e2e7405} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.04 04:31:39.029348 [ 261 ] {6b0085a4-9819-4c88-b1f7-557a5e2e7405} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:39.029481 [ 261 ] {6b0085a4-9819-4c88-b1f7-557a5e2e7405} executeQuery: Read 33 rows, 60.55 KiB in 0.001769 sec., 18654.607122668174 rows/sec., 33.43 MiB/sec. 2026.03.04 04:31:39.029533 [ 261 ] {6b0085a4-9819-4c88-b1f7-557a5e2e7405} TCPHandler: Processed in 0.001948028 sec. 2026.03.04 04:31:39.029655 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:39.029750 [ 261 ] {c7ba9955-d122-4f55-bc1b-d4e9fcce3bef} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:31:39.029792 [ 261 ] {c7ba9955-d122-4f55-bc1b-d4e9fcce3bef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:31:39.030134 [ 261 ] {c7ba9955-d122-4f55-bc1b-d4e9fcce3bef} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:39.030170 [ 261 ] {c7ba9955-d122-4f55-bc1b-d4e9fcce3bef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:39.030482 [ 261 ] {c7ba9955-d122-4f55-bc1b-d4e9fcce3bef} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.04 04:31:39.030698 [ 261 ] {c7ba9955-d122-4f55-bc1b-d4e9fcce3bef} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:39.030822 [ 261 ] {c7ba9955-d122-4f55-bc1b-d4e9fcce3bef} executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. 2026.03.04 04:31:39.030856 [ 261 ] {c7ba9955-d122-4f55-bc1b-d4e9fcce3bef} TCPHandler: Processed in 0.001251165 sec. 2026.03.04 04:31:40.581068 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5276 2026.03.04 04:31:40.581549 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:40.581590 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:40.582108 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.04 04:31:40.582336 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:40.582456 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5276 2026.03.04 04:31:40.582477 [ 140 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.04 04:31:40.582565 [ 140 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:40.582588 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:40.582727 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.04 04:31:40.582875 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:31:40.582932 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2908 rows starting from the beginning of the part 2026.03.04 04:31:40.583022 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 448 rows starting from the beginning of the part 2026.03.04 04:31:40.583072 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 512 rows starting from the beginning of the part 2026.03.04 04:31:40.583123 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 448 rows starting from the beginning of the part 2026.03.04 04:31:40.583188 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 512 rows starting from the beginning of the part 2026.03.04 04:31:40.583246 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 448 rows starting from the beginning of the part 2026.03.04 04:31:40.584653 [ 193 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5276 rows, containing 4 columns (4 merged, 0 gathered) in 0.001989858 sec., 2651445.480029228 rows/sec., 37.93 MiB/sec. 2026.03.04 04:31:40.585393 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.04 04:31:40.585637 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_11_2} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:40.585704 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_11_2} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.04 04:31:40.585770 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.03.04 04:31:40.857087 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.03.04 04:31:40.874181 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:40.874227 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:40.880498 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.04 04:31:40.881194 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:40.881456 [ 140 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.04 04:31:40.881495 [ 140 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:40.881516 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:40.881635 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.04 04:31:40.884265 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.03.04 04:31:40.885830 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:31:40.887197 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2026.03.04 04:31:40.891536 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2026.03.04 04:31:40.895505 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2026.03.04 04:31:40.899599 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2026.03.04 04:31:40.904054 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2026.03.04 04:31:40.908390 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2026.03.04 04:31:40.958743 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.077154458 sec., 1075.764150919186 rows/sec., 5.56 MiB/sec. 2026.03.04 04:31:40.961377 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.04 04:31:40.963392 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_11_2} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:40.963503 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_11_2} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.04 04:31:40.965461 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.03.04 04:31:41.001146 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 213.37 MiB, peak 223.25 MiB, free memory in arenas 0.00 B, will set to 221.86 MiB (RSS), difference: 8.49 MiB 2026.03.04 04:31:43.986777 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:43.986959 [ 261 ] {dbc65783-de87-452d-83d7-9be10f5b3d83} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:31:43.987024 [ 261 ] {dbc65783-de87-452d-83d7-9be10f5b3d83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:31:43.987688 [ 261 ] {dbc65783-de87-452d-83d7-9be10f5b3d83} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:43.987732 [ 261 ] {dbc65783-de87-452d-83d7-9be10f5b3d83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:43.988136 [ 261 ] {dbc65783-de87-452d-83d7-9be10f5b3d83} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.04 04:31:43.988368 [ 261 ] {dbc65783-de87-452d-83d7-9be10f5b3d83} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:43.988523 [ 261 ] {dbc65783-de87-452d-83d7-9be10f5b3d83} executeQuery: Read 72 rows, 5.91 KiB in 0.001612 sec., 44665.01240694789 rows/sec., 3.58 MiB/sec. 2026.03.04 04:31:43.988571 [ 261 ] {dbc65783-de87-452d-83d7-9be10f5b3d83} TCPHandler: Processed in 0.001926487 sec. 2026.03.04 04:31:43.988695 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:43.988790 [ 261 ] {143a61b4-b4cb-4b6d-a6cd-aab1b39add00} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:31:43.988832 [ 261 ] {143a61b4-b4cb-4b6d-a6cd-aab1b39add00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:31:43.989240 [ 261 ] {143a61b4-b4cb-4b6d-a6cd-aab1b39add00} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:43.989278 [ 261 ] {143a61b4-b4cb-4b6d-a6cd-aab1b39add00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:43.989576 [ 261 ] {143a61b4-b4cb-4b6d-a6cd-aab1b39add00} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.04 04:31:43.989810 [ 261 ] {143a61b4-b4cb-4b6d-a6cd-aab1b39add00} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:43.989949 [ 154 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.04 04:31:43.989977 [ 261 ] {143a61b4-b4cb-4b6d-a6cd-aab1b39add00} executeQuery: Read 8 rows, 616.00 B in 0.001204 sec., 6644.518272425249 rows/sec., 499.64 KiB/sec. 2026.03.04 04:31:43.990013 [ 154 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:43.990036 [ 261 ] {143a61b4-b4cb-4b6d-a6cd-aab1b39add00} TCPHandler: Processed in 0.001388537 sec. 2026.03.04 04:31:43.990039 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:43.990170 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:43.990175 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.04 04:31:43.990281 [ 261 ] {b6b1adc9-2011-457f-8dd8-5f08fd03689b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:31:43.990323 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:31:43.990327 [ 261 ] {b6b1adc9-2011-457f-8dd8-5f08fd03689b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:31:43.990376 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 186 rows starting from the beginning of the part 2026.03.04 04:31:43.990474 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2026.03.04 04:31:43.990525 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 175 rows starting from the beginning of the part 2026.03.04 04:31:43.990570 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part 2026.03.04 04:31:43.990612 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 53 rows starting from the beginning of the part 2026.03.04 04:31:43.990655 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 8 rows starting from the beginning of the part 2026.03.04 04:31:43.990783 [ 261 ] {b6b1adc9-2011-457f-8dd8-5f08fd03689b} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:43.990828 [ 261 ] {b6b1adc9-2011-457f-8dd8-5f08fd03689b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:43.991317 [ 261 ] {b6b1adc9-2011-457f-8dd8-5f08fd03689b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.04 04:31:43.991582 [ 261 ] {b6b1adc9-2011-457f-8dd8-5f08fd03689b} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:43.991718 [ 261 ] {b6b1adc9-2011-457f-8dd8-5f08fd03689b} executeQuery: Read 72 rows, 5.76 KiB in 0.001456 sec., 49450.54945054945 rows/sec., 3.86 MiB/sec. 2026.03.04 04:31:43.991724 [ 190 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 442 rows, containing 5 columns (5 merged, 0 gathered) in 0.001598171 sec., 276566.14967985277 rows/sec., 18.71 MiB/sec. 2026.03.04 04:31:43.991762 [ 261 ] {b6b1adc9-2011-457f-8dd8-5f08fd03689b} TCPHandler: Processed in 0.001647232 sec. 2026.03.04 04:31:43.991884 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:43.991887 [ 186 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.04 04:31:43.991984 [ 261 ] {756c933d-ffac-488a-956a-18838975fd51} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:31:43.992033 [ 261 ] {756c933d-ffac-488a-956a-18838975fd51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:31:43.992165 [ 186 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_11_2} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:43.992240 [ 186 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_11_2} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.04 04:31:43.992317 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.04 04:31:43.992448 [ 261 ] {756c933d-ffac-488a-956a-18838975fd51} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:43.992489 [ 261 ] {756c933d-ffac-488a-956a-18838975fd51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:43.992868 [ 261 ] {756c933d-ffac-488a-956a-18838975fd51} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.04 04:31:43.993152 [ 261 ] {756c933d-ffac-488a-956a-18838975fd51} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:43.993295 [ 261 ] {756c933d-ffac-488a-956a-18838975fd51} executeQuery: Read 160 rows, 11.41 KiB in 0.001329 sec., 120391.27163280662 rows/sec., 8.39 MiB/sec. 2026.03.04 04:31:43.993337 [ 261 ] {756c933d-ffac-488a-956a-18838975fd51} TCPHandler: Processed in 0.001503519 sec. 2026.03.04 04:31:43.993469 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:43.993564 [ 261 ] {1f83c48f-05ef-42b4-8cf1-843ac463e9cf} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:31:43.993621 [ 261 ] {1f83c48f-05ef-42b4-8cf1-843ac463e9cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:31:43.994497 [ 261 ] {1f83c48f-05ef-42b4-8cf1-843ac463e9cf} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:43.994543 [ 261 ] {1f83c48f-05ef-42b4-8cf1-843ac463e9cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:43.995243 [ 261 ] {1f83c48f-05ef-42b4-8cf1-843ac463e9cf} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.04 04:31:43.995554 [ 261 ] {1f83c48f-05ef-42b4-8cf1-843ac463e9cf} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:43.995732 [ 261 ] {1f83c48f-05ef-42b4-8cf1-843ac463e9cf} executeQuery: Read 8 rows, 14.68 KiB in 0.002185 sec., 3661.327231121282 rows/sec., 6.56 MiB/sec. 2026.03.04 04:31:43.995818 [ 261 ] {1f83c48f-05ef-42b4-8cf1-843ac463e9cf} TCPHandler: Processed in 0.002398006 sec. 2026.03.04 04:31:43.995970 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:43.996077 [ 261 ] {ebce0f76-1996-43b3-b751-22f7dd036de7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:31:43.996126 [ 261 ] {ebce0f76-1996-43b3-b751-22f7dd036de7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:31:43.996485 [ 261 ] {ebce0f76-1996-43b3-b751-22f7dd036de7} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:43.996521 [ 261 ] {ebce0f76-1996-43b3-b751-22f7dd036de7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:43.996852 [ 261 ] {ebce0f76-1996-43b3-b751-22f7dd036de7} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.04 04:31:43.997090 [ 261 ] {ebce0f76-1996-43b3-b751-22f7dd036de7} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:43.997224 [ 261 ] {ebce0f76-1996-43b3-b751-22f7dd036de7} executeQuery: Read 60 rows, 4.14 KiB in 0.001169 sec., 51325.919589392644 rows/sec., 3.46 MiB/sec. 2026.03.04 04:31:43.997270 [ 261 ] {ebce0f76-1996-43b3-b751-22f7dd036de7} TCPHandler: Processed in 0.001358186 sec. 2026.03.04 04:31:48.022247 [ 150 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:31:48.022331 [ 150 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:31:48.083502 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5788 2026.03.04 04:31:48.084011 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:48.084059 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:48.084631 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.04 04:31:48.084881 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:48.085026 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5788 2026.03.04 04:31:48.097713 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 402 2026.03.04 04:31:48.100240 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:48.100296 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:48.101594 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.04 04:31:48.101872 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:48.102206 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 402 2026.03.04 04:31:48.384328 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.03.04 04:31:48.402814 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:48.402878 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:48.408668 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.04 04:31:48.409363 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:48.412435 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.03.04 04:31:48.987360 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:48.987620 [ 261 ] {fe7c9433-747a-4e05-974d-86ba6323cb02} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:31:48.987716 [ 261 ] {fe7c9433-747a-4e05-974d-86ba6323cb02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:31:48.988521 [ 261 ] {fe7c9433-747a-4e05-974d-86ba6323cb02} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:48.988569 [ 261 ] {fe7c9433-747a-4e05-974d-86ba6323cb02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:48.988968 [ 261 ] {fe7c9433-747a-4e05-974d-86ba6323cb02} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.04 04:31:48.989199 [ 261 ] {fe7c9433-747a-4e05-974d-86ba6323cb02} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:48.989355 [ 261 ] {fe7c9433-747a-4e05-974d-86ba6323cb02} executeQuery: Read 122 rows, 10.72 KiB in 0.001806 sec., 67552.60243632336 rows/sec., 5.80 MiB/sec. 2026.03.04 04:31:48.989405 [ 261 ] {fe7c9433-747a-4e05-974d-86ba6323cb02} TCPHandler: Processed in 0.002213113 sec. 2026.03.04 04:31:48.989538 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:48.989643 [ 261 ] {ef0f6574-b7b4-4186-be56-6d56c1b3b1a8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:31:48.989686 [ 261 ] {ef0f6574-b7b4-4186-be56-6d56c1b3b1a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:31:48.990121 [ 261 ] {ef0f6574-b7b4-4186-be56-6d56c1b3b1a8} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:48.990158 [ 261 ] {ef0f6574-b7b4-4186-be56-6d56c1b3b1a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:48.990458 [ 261 ] {ef0f6574-b7b4-4186-be56-6d56c1b3b1a8} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.04 04:31:48.990664 [ 261 ] {ef0f6574-b7b4-4186-be56-6d56c1b3b1a8} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:48.990793 [ 261 ] {ef0f6574-b7b4-4186-be56-6d56c1b3b1a8} executeQuery: Read 33 rows, 2.48 KiB in 0.001173 sec., 28132.99232736573 rows/sec., 2.07 MiB/sec. 2026.03.04 04:31:48.990831 [ 261 ] {ef0f6574-b7b4-4186-be56-6d56c1b3b1a8} TCPHandler: Processed in 0.001344016 sec. 2026.03.04 04:31:48.990944 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:48.991041 [ 261 ] {8b87c07c-1134-48b6-a439-b7083ea3a72a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:31:48.991081 [ 261 ] {8b87c07c-1134-48b6-a439-b7083ea3a72a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:31:48.991557 [ 261 ] {8b87c07c-1134-48b6-a439-b7083ea3a72a} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:48.991593 [ 261 ] {8b87c07c-1134-48b6-a439-b7083ea3a72a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:48.991912 [ 261 ] {8b87c07c-1134-48b6-a439-b7083ea3a72a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.04 04:31:48.992122 [ 261 ] {8b87c07c-1134-48b6-a439-b7083ea3a72a} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:48.992251 [ 261 ] {8b87c07c-1134-48b6-a439-b7083ea3a72a} executeQuery: Read 97 rows, 7.76 KiB in 0.00123 sec., 78861.78861788618 rows/sec., 6.16 MiB/sec. 2026.03.04 04:31:48.992291 [ 261 ] {8b87c07c-1134-48b6-a439-b7083ea3a72a} TCPHandler: Processed in 0.001395517 sec. 2026.03.04 04:31:48.992419 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:48.992517 [ 261 ] {dd432213-6c62-41fc-94cb-6b1afd523387} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:31:48.992561 [ 261 ] {dd432213-6c62-41fc-94cb-6b1afd523387} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:31:48.992984 [ 261 ] {dd432213-6c62-41fc-94cb-6b1afd523387} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:48.993091 [ 261 ] {dd432213-6c62-41fc-94cb-6b1afd523387} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:48.993442 [ 261 ] {dd432213-6c62-41fc-94cb-6b1afd523387} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.04 04:31:48.993663 [ 261 ] {dd432213-6c62-41fc-94cb-6b1afd523387} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:48.993799 [ 261 ] {dd432213-6c62-41fc-94cb-6b1afd523387} executeQuery: Read 160 rows, 11.41 KiB in 0.001301 sec., 122982.32129131437 rows/sec., 8.57 MiB/sec. 2026.03.04 04:31:48.993838 [ 261 ] {dd432213-6c62-41fc-94cb-6b1afd523387} TCPHandler: Processed in 0.001467108 sec. 2026.03.04 04:31:48.993957 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:48.994054 [ 261 ] {ac863dc3-2d71-4634-94a7-2d62ee5c468d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:31:48.994111 [ 261 ] {ac863dc3-2d71-4634-94a7-2d62ee5c468d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:31:48.995155 [ 261 ] {ac863dc3-2d71-4634-94a7-2d62ee5c468d} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:48.995207 [ 261 ] {ac863dc3-2d71-4634-94a7-2d62ee5c468d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:48.995986 [ 261 ] {ac863dc3-2d71-4634-94a7-2d62ee5c468d} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.04 04:31:48.996289 [ 261 ] {ac863dc3-2d71-4634-94a7-2d62ee5c468d} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:48.996435 [ 148 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.04 04:31:48.996458 [ 261 ] {ac863dc3-2d71-4634-94a7-2d62ee5c468d} executeQuery: Read 33 rows, 60.55 KiB in 0.002421 sec., 13630.731102850063 rows/sec., 24.43 MiB/sec. 2026.03.04 04:31:48.996512 [ 148 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:48.996543 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:48.996557 [ 261 ] {ac863dc3-2d71-4634-94a7-2d62ee5c468d} TCPHandler: Processed in 0.002648321 sec. 2026.03.04 04:31:48.996643 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.04 04:31:48.996696 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:48.996799 [ 261 ] {a28fde44-5c9a-4ce5-9f71-7eaf4a6b3ac1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:31:48.996848 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:31:48.996854 [ 261 ] {a28fde44-5c9a-4ce5-9f71-7eaf4a6b3ac1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:31:48.996920 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 146 rows starting from the beginning of the part 2026.03.04 04:31:48.997070 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 33 rows starting from the beginning of the part 2026.03.04 04:31:48.997202 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2026.03.04 04:31:48.997251 [ 261 ] {a28fde44-5c9a-4ce5-9f71-7eaf4a6b3ac1} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:48.997290 [ 261 ] {a28fde44-5c9a-4ce5-9f71-7eaf4a6b3ac1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:48.997313 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 33 rows starting from the beginning of the part 2026.03.04 04:31:48.997413 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2026.03.04 04:31:48.997508 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 33 rows starting from the beginning of the part 2026.03.04 04:31:48.997633 [ 261 ] {a28fde44-5c9a-4ce5-9f71-7eaf4a6b3ac1} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.04 04:31:48.997965 [ 261 ] {a28fde44-5c9a-4ce5-9f71-7eaf4a6b3ac1} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:48.998140 [ 261 ] {a28fde44-5c9a-4ce5-9f71-7eaf4a6b3ac1} executeQuery: Read 60 rows, 4.14 KiB in 0.001362 sec., 44052.86343612335 rows/sec., 2.97 MiB/sec. 2026.03.04 04:31:48.998191 [ 261 ] {a28fde44-5c9a-4ce5-9f71-7eaf4a6b3ac1} TCPHandler: Processed in 0.00154727 sec. 2026.03.04 04:31:49.000241 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 226.34 MiB, peak 226.52 MiB, free memory in arenas 0.00 B, will set to 223.34 MiB (RSS), difference: -3.00 MiB 2026.03.04 04:31:49.000727 [ 186 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 261 rows, containing 19 columns (19 merged, 0 gathered) in 0.004126059 sec., 63256.48760718158 rows/sec., 113.35 MiB/sec. 2026.03.04 04:31:49.001406 [ 186 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.04 04:31:49.001827 [ 186 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_11_2} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:49.001926 [ 186 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_11_2} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.04 04:31:49.002126 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. 2026.03.04 04:31:49.385365 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:49.385655 [ 261 ] {89c1de3b-b5ba-4bfe-9845-64982cbf83c5} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.04 04:31:49.386062 [ 261 ] {89c1de3b-b5ba-4bfe-9845-64982cbf83c5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:31:49.386113 [ 261 ] {89c1de3b-b5ba-4bfe-9845-64982cbf83c5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.04 04:31:49.386381 [ 261 ] {89c1de3b-b5ba-4bfe-9845-64982cbf83c5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:49.386452 [ 261 ] {89c1de3b-b5ba-4bfe-9845-64982cbf83c5} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:49.386597 [ 261 ] {89c1de3b-b5ba-4bfe-9845-64982cbf83c5} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2026.03.04 04:31:49.386706 [ 345 ] {89c1de3b-b5ba-4bfe-9845-64982cbf83c5} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:31:49.386753 [ 314 ] {89c1de3b-b5ba-4bfe-9845-64982cbf83c5} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:31:49.386709 [ 323 ] {89c1de3b-b5ba-4bfe-9845-64982cbf83c5} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:31:49.386913 [ 261 ] {89c1de3b-b5ba-4bfe-9845-64982cbf83c5} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.03.04 04:31:49.386937 [ 261 ] {89c1de3b-b5ba-4bfe-9845-64982cbf83c5} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:31:49.387025 [ 261 ] {89c1de3b-b5ba-4bfe-9845-64982cbf83c5} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:31:49.387047 [ 261 ] {89c1de3b-b5ba-4bfe-9845-64982cbf83c5} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 42 rows with 3 streams 2026.03.04 04:31:49.387085 [ 261 ] {89c1de3b-b5ba-4bfe-9845-64982cbf83c5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:49.387154 [ 261 ] {89c1de3b-b5ba-4bfe-9845-64982cbf83c5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:49.387193 [ 261 ] {89c1de3b-b5ba-4bfe-9845-64982cbf83c5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:49.388140 [ 261 ] {89c1de3b-b5ba-4bfe-9845-64982cbf83c5} executeQuery: Read 42 rows, 1.69 KiB in 0.002623 sec., 16012.199771254289 rows/sec., 644.46 KiB/sec. 2026.03.04 04:31:49.388294 [ 261 ] {89c1de3b-b5ba-4bfe-9845-64982cbf83c5} TCPHandler: Processed in 0.003070909 sec. 2026.03.04 04:31:49.388545 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:49.388698 [ 261 ] {07fc350a-a1cd-4d55-b212-6c203144e964} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.04 04:31:49.388940 [ 261 ] {07fc350a-a1cd-4d55-b212-6c203144e964} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:31:49.388979 [ 261 ] {07fc350a-a1cd-4d55-b212-6c203144e964} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.04 04:31:49.389198 [ 261 ] {07fc350a-a1cd-4d55-b212-6c203144e964} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:49.389254 [ 261 ] {07fc350a-a1cd-4d55-b212-6c203144e964} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:49.389361 [ 261 ] {07fc350a-a1cd-4d55-b212-6c203144e964} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2026.03.04 04:31:49.389430 [ 330 ] {07fc350a-a1cd-4d55-b212-6c203144e964} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:31:49.389432 [ 308 ] {07fc350a-a1cd-4d55-b212-6c203144e964} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:31:49.389437 [ 323 ] {07fc350a-a1cd-4d55-b212-6c203144e964} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:31:49.389567 [ 261 ] {07fc350a-a1cd-4d55-b212-6c203144e964} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.03.04 04:31:49.389589 [ 261 ] {07fc350a-a1cd-4d55-b212-6c203144e964} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:31:49.389662 [ 261 ] {07fc350a-a1cd-4d55-b212-6c203144e964} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:31:49.389680 [ 261 ] {07fc350a-a1cd-4d55-b212-6c203144e964} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 42 rows with 3 streams 2026.03.04 04:31:49.389712 [ 261 ] {07fc350a-a1cd-4d55-b212-6c203144e964} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:49.389745 [ 261 ] {07fc350a-a1cd-4d55-b212-6c203144e964} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:49.389777 [ 261 ] {07fc350a-a1cd-4d55-b212-6c203144e964} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:49.390413 [ 261 ] {07fc350a-a1cd-4d55-b212-6c203144e964} executeQuery: Read 42 rows, 1.69 KiB in 0.001785 sec., 23529.411764705885 rows/sec., 947.02 KiB/sec. 2026.03.04 04:31:49.390513 [ 261 ] {07fc350a-a1cd-4d55-b212-6c203144e964} TCPHandler: Processed in 0.002020509 sec. 2026.03.04 04:31:49.390747 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:49.390891 [ 261 ] {7f77e364-faa6-40ef-a158-a21732e558ec} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.04 04:31:49.391115 [ 261 ] {7f77e364-faa6-40ef-a158-a21732e558ec} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:31:49.391154 [ 261 ] {7f77e364-faa6-40ef-a158-a21732e558ec} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.04 04:31:49.391371 [ 261 ] {7f77e364-faa6-40ef-a158-a21732e558ec} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:49.391425 [ 261 ] {7f77e364-faa6-40ef-a158-a21732e558ec} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:49.391529 [ 261 ] {7f77e364-faa6-40ef-a158-a21732e558ec} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2026.03.04 04:31:49.391584 [ 335 ] {7f77e364-faa6-40ef-a158-a21732e558ec} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:31:49.391591 [ 323 ] {7f77e364-faa6-40ef-a158-a21732e558ec} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:31:49.391603 [ 308 ] {7f77e364-faa6-40ef-a158-a21732e558ec} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:31:49.391693 [ 261 ] {7f77e364-faa6-40ef-a158-a21732e558ec} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.03.04 04:31:49.391719 [ 261 ] {7f77e364-faa6-40ef-a158-a21732e558ec} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:31:49.391787 [ 261 ] {7f77e364-faa6-40ef-a158-a21732e558ec} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:31:49.391807 [ 261 ] {7f77e364-faa6-40ef-a158-a21732e558ec} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 42 rows with 3 streams 2026.03.04 04:31:49.391838 [ 261 ] {7f77e364-faa6-40ef-a158-a21732e558ec} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:49.391874 [ 261 ] {7f77e364-faa6-40ef-a158-a21732e558ec} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:49.391906 [ 261 ] {7f77e364-faa6-40ef-a158-a21732e558ec} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:49.392512 [ 261 ] {7f77e364-faa6-40ef-a158-a21732e558ec} executeQuery: Read 42 rows, 1.69 KiB in 0.001683 sec., 24955.436720142603 rows/sec., 1004.41 KiB/sec. 2026.03.04 04:31:49.392624 [ 261 ] {7f77e364-faa6-40ef-a158-a21732e558ec} TCPHandler: Processed in 0.001928337 sec. 2026.03.04 04:31:49.392841 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:49.392982 [ 261 ] {16848ca3-5bc3-4935-b6f7-2ca53b7846cf} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.04 04:31:49.393204 [ 261 ] {16848ca3-5bc3-4935-b6f7-2ca53b7846cf} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:31:49.393242 [ 261 ] {16848ca3-5bc3-4935-b6f7-2ca53b7846cf} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.04 04:31:49.393454 [ 261 ] {16848ca3-5bc3-4935-b6f7-2ca53b7846cf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:49.393507 [ 261 ] {16848ca3-5bc3-4935-b6f7-2ca53b7846cf} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:49.393606 [ 261 ] {16848ca3-5bc3-4935-b6f7-2ca53b7846cf} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2026.03.04 04:31:49.393666 [ 330 ] {16848ca3-5bc3-4935-b6f7-2ca53b7846cf} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:31:49.393679 [ 308 ] {16848ca3-5bc3-4935-b6f7-2ca53b7846cf} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:31:49.393673 [ 335 ] {16848ca3-5bc3-4935-b6f7-2ca53b7846cf} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:31:49.393786 [ 261 ] {16848ca3-5bc3-4935-b6f7-2ca53b7846cf} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.03.04 04:31:49.393807 [ 261 ] {16848ca3-5bc3-4935-b6f7-2ca53b7846cf} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:31:49.393874 [ 261 ] {16848ca3-5bc3-4935-b6f7-2ca53b7846cf} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:31:49.393892 [ 261 ] {16848ca3-5bc3-4935-b6f7-2ca53b7846cf} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 42 rows with 3 streams 2026.03.04 04:31:49.393922 [ 261 ] {16848ca3-5bc3-4935-b6f7-2ca53b7846cf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:49.393953 [ 261 ] {16848ca3-5bc3-4935-b6f7-2ca53b7846cf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:49.393983 [ 261 ] {16848ca3-5bc3-4935-b6f7-2ca53b7846cf} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:49.394637 [ 261 ] {16848ca3-5bc3-4935-b6f7-2ca53b7846cf} executeQuery: Read 42 rows, 1.69 KiB in 0.001715 sec., 24489.79591836735 rows/sec., 985.67 KiB/sec. 2026.03.04 04:31:49.394751 [ 261 ] {16848ca3-5bc3-4935-b6f7-2ca53b7846cf} TCPHandler: Processed in 0.001959808 sec. 2026.03.04 04:31:49.395013 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:49.395153 [ 261 ] {86d0c580-986f-482d-9742-fac4e3caff24} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.04 04:31:49.395381 [ 261 ] {86d0c580-986f-482d-9742-fac4e3caff24} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:31:49.395420 [ 261 ] {86d0c580-986f-482d-9742-fac4e3caff24} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.04 04:31:49.395635 [ 261 ] {86d0c580-986f-482d-9742-fac4e3caff24} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:49.395689 [ 261 ] {86d0c580-986f-482d-9742-fac4e3caff24} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:49.395791 [ 261 ] {86d0c580-986f-482d-9742-fac4e3caff24} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2026.03.04 04:31:49.395854 [ 348 ] {86d0c580-986f-482d-9742-fac4e3caff24} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:31:49.395857 [ 335 ] {86d0c580-986f-482d-9742-fac4e3caff24} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:31:49.395854 [ 328 ] {86d0c580-986f-482d-9742-fac4e3caff24} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:31:49.395977 [ 261 ] {86d0c580-986f-482d-9742-fac4e3caff24} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.03.04 04:31:49.396003 [ 261 ] {86d0c580-986f-482d-9742-fac4e3caff24} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:31:49.396073 [ 261 ] {86d0c580-986f-482d-9742-fac4e3caff24} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:31:49.396091 [ 261 ] {86d0c580-986f-482d-9742-fac4e3caff24} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 42 rows with 3 streams 2026.03.04 04:31:49.396121 [ 261 ] {86d0c580-986f-482d-9742-fac4e3caff24} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:49.396153 [ 261 ] {86d0c580-986f-482d-9742-fac4e3caff24} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:49.396183 [ 261 ] {86d0c580-986f-482d-9742-fac4e3caff24} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:49.396740 [ 261 ] {86d0c580-986f-482d-9742-fac4e3caff24} executeQuery: Read 42 rows, 1.69 KiB in 0.001648 sec., 25485.436893203885 rows/sec., 1.00 MiB/sec. 2026.03.04 04:31:49.396867 [ 261 ] {86d0c580-986f-482d-9742-fac4e3caff24} TCPHandler: Processed in 0.001904387 sec. 2026.03.04 04:31:49.397076 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:49.397217 [ 261 ] {a6b0d624-d4fe-482c-9dd1-cef452b24cb3} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.04 04:31:49.397446 [ 261 ] {a6b0d624-d4fe-482c-9dd1-cef452b24cb3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:31:49.397484 [ 261 ] {a6b0d624-d4fe-482c-9dd1-cef452b24cb3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.04 04:31:49.397702 [ 261 ] {a6b0d624-d4fe-482c-9dd1-cef452b24cb3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:49.397754 [ 261 ] {a6b0d624-d4fe-482c-9dd1-cef452b24cb3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:49.397857 [ 261 ] {a6b0d624-d4fe-482c-9dd1-cef452b24cb3} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2026.03.04 04:31:49.397919 [ 348 ] {a6b0d624-d4fe-482c-9dd1-cef452b24cb3} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:31:49.397919 [ 328 ] {a6b0d624-d4fe-482c-9dd1-cef452b24cb3} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:31:49.397923 [ 335 ] {a6b0d624-d4fe-482c-9dd1-cef452b24cb3} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:31:49.398030 [ 261 ] {a6b0d624-d4fe-482c-9dd1-cef452b24cb3} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.03.04 04:31:49.398053 [ 261 ] {a6b0d624-d4fe-482c-9dd1-cef452b24cb3} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:31:49.398120 [ 261 ] {a6b0d624-d4fe-482c-9dd1-cef452b24cb3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:31:49.398137 [ 261 ] {a6b0d624-d4fe-482c-9dd1-cef452b24cb3} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 42 rows with 3 streams 2026.03.04 04:31:49.398169 [ 261 ] {a6b0d624-d4fe-482c-9dd1-cef452b24cb3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:49.398200 [ 261 ] {a6b0d624-d4fe-482c-9dd1-cef452b24cb3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:49.398229 [ 261 ] {a6b0d624-d4fe-482c-9dd1-cef452b24cb3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:49.398841 [ 261 ] {a6b0d624-d4fe-482c-9dd1-cef452b24cb3} executeQuery: Read 42 rows, 1.69 KiB in 0.001685 sec., 24925.816023738873 rows/sec., 1003.22 KiB/sec. 2026.03.04 04:31:49.398948 [ 261 ] {a6b0d624-d4fe-482c-9dd1-cef452b24cb3} TCPHandler: Processed in 0.001922297 sec. 2026.03.04 04:31:49.502652 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:49.502872 [ 261 ] {958f9ec8-b29c-46d5-a160-6ec75b5421a9} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.04 04:31:49.503208 [ 261 ] {958f9ec8-b29c-46d5-a160-6ec75b5421a9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:31:49.503251 [ 261 ] {958f9ec8-b29c-46d5-a160-6ec75b5421a9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.04 04:31:49.503509 [ 261 ] {958f9ec8-b29c-46d5-a160-6ec75b5421a9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:49.503575 [ 261 ] {958f9ec8-b29c-46d5-a160-6ec75b5421a9} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:49.503700 [ 261 ] {958f9ec8-b29c-46d5-a160-6ec75b5421a9} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 48-element set) 2026.03.04 04:31:49.503811 [ 335 ] {958f9ec8-b29c-46d5-a160-6ec75b5421a9} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:31:49.503816 [ 310 ] {958f9ec8-b29c-46d5-a160-6ec75b5421a9} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:31:49.503837 [ 348 ] {958f9ec8-b29c-46d5-a160-6ec75b5421a9} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:31:49.503985 [ 261 ] {958f9ec8-b29c-46d5-a160-6ec75b5421a9} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.03.04 04:31:49.504013 [ 261 ] {958f9ec8-b29c-46d5-a160-6ec75b5421a9} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:31:49.504094 [ 261 ] {958f9ec8-b29c-46d5-a160-6ec75b5421a9} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:31:49.504113 [ 261 ] {958f9ec8-b29c-46d5-a160-6ec75b5421a9} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 42 rows with 3 streams 2026.03.04 04:31:49.504147 [ 261 ] {958f9ec8-b29c-46d5-a160-6ec75b5421a9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:49.504184 [ 261 ] {958f9ec8-b29c-46d5-a160-6ec75b5421a9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:49.504217 [ 261 ] {958f9ec8-b29c-46d5-a160-6ec75b5421a9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:49.505019 [ 261 ] {958f9ec8-b29c-46d5-a160-6ec75b5421a9} executeQuery: Read 42 rows, 1.69 KiB in 0.002241 sec., 18741.633199464526 rows/sec., 754.32 KiB/sec. 2026.03.04 04:31:49.505154 [ 261 ] {958f9ec8-b29c-46d5-a160-6ec75b5421a9} TCPHandler: Processed in 0.0026085 sec. 2026.03.04 04:31:49.549828 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:49.550022 [ 261 ] {619715aa-19af-4cda-a28a-256ac3d95deb} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.04 04:31:49.550344 [ 261 ] {619715aa-19af-4cda-a28a-256ac3d95deb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:31:49.550394 [ 261 ] {619715aa-19af-4cda-a28a-256ac3d95deb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.04 04:31:49.550685 [ 261 ] {619715aa-19af-4cda-a28a-256ac3d95deb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:49.550755 [ 261 ] {619715aa-19af-4cda-a28a-256ac3d95deb} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:31:49.550893 [ 261 ] {619715aa-19af-4cda-a28a-256ac3d95deb} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 49-element set) 2026.03.04 04:31:49.550983 [ 298 ] {619715aa-19af-4cda-a28a-256ac3d95deb} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:31:49.550986 [ 310 ] {619715aa-19af-4cda-a28a-256ac3d95deb} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:31:49.550990 [ 335 ] {619715aa-19af-4cda-a28a-256ac3d95deb} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:31:49.551123 [ 261 ] {619715aa-19af-4cda-a28a-256ac3d95deb} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2026.03.04 04:31:49.551146 [ 261 ] {619715aa-19af-4cda-a28a-256ac3d95deb} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:31:49.551222 [ 261 ] {619715aa-19af-4cda-a28a-256ac3d95deb} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:31:49.551243 [ 261 ] {619715aa-19af-4cda-a28a-256ac3d95deb} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 42 rows with 3 streams 2026.03.04 04:31:49.551276 [ 261 ] {619715aa-19af-4cda-a28a-256ac3d95deb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:49.551312 [ 261 ] {619715aa-19af-4cda-a28a-256ac3d95deb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:49.551343 [ 261 ] {619715aa-19af-4cda-a28a-256ac3d95deb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:31:49.552170 [ 261 ] {619715aa-19af-4cda-a28a-256ac3d95deb} executeQuery: Read 42 rows, 1.69 KiB in 0.002234 sec., 18800.358102059086 rows/sec., 756.68 KiB/sec. 2026.03.04 04:31:49.552306 [ 261 ] {619715aa-19af-4cda-a28a-256ac3d95deb} TCPHandler: Processed in 0.002558269 sec. 2026.03.04 04:31:49.553845 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:49.553949 [ 261 ] {3d8de082-1573-4ff0-946f-fccf333cf116} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.04 04:31:49.553991 [ 261 ] {3d8de082-1573-4ff0-946f-fccf333cf116} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:31:49.554538 [ 261 ] {3d8de082-1573-4ff0-946f-fccf333cf116} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:49.554585 [ 261 ] {3d8de082-1573-4ff0-946f-fccf333cf116} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:49.555153 [ 261 ] {3d8de082-1573-4ff0-946f-fccf333cf116} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.04 04:31:49.555359 [ 261 ] {3d8de082-1573-4ff0-946f-fccf333cf116} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:49.555513 [ 261 ] {3d8de082-1573-4ff0-946f-fccf333cf116} executeQuery: Read 8 rows, 1.66 KiB in 0.001583 sec., 5053.695514845231 rows/sec., 1.02 MiB/sec. 2026.03.04 04:31:49.555553 [ 261 ] {3d8de082-1573-4ff0-946f-fccf333cf116} TCPHandler: Processed in 0.001753344 sec. 2026.03.04 04:31:49.555668 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:49.555766 [ 261 ] {29223c88-adec-4108-ad25-cd708ce8e367} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:31:49.555809 [ 261 ] {29223c88-adec-4108-ad25-cd708ce8e367} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:31:49.556227 [ 261 ] {29223c88-adec-4108-ad25-cd708ce8e367} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:49.556264 [ 261 ] {29223c88-adec-4108-ad25-cd708ce8e367} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:49.556557 [ 261 ] {29223c88-adec-4108-ad25-cd708ce8e367} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.04 04:31:49.556774 [ 261 ] {29223c88-adec-4108-ad25-cd708ce8e367} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:49.556876 [ 148 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.04 04:31:49.556905 [ 261 ] {29223c88-adec-4108-ad25-cd708ce8e367} executeQuery: Read 4 rows, 334.00 B in 0.001159 sec., 3451.2510785159616 rows/sec., 281.43 KiB/sec. 2026.03.04 04:31:49.556921 [ 148 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:49.556949 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:49.556951 [ 261 ] {29223c88-adec-4108-ad25-cd708ce8e367} TCPHandler: Processed in 0.001332526 sec. 2026.03.04 04:31:49.557062 [ 193 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.04 04:31:49.557078 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:49.557170 [ 193 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:31:49.557182 [ 261 ] {d2486730-9700-4b1a-8bfd-52674012d174} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:31:49.557204 [ 193 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.03.04 04:31:49.557224 [ 261 ] {d2486730-9700-4b1a-8bfd-52674012d174} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:31:49.557267 [ 193 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2026.03.04 04:31:49.557318 [ 193 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2026.03.04 04:31:49.557369 [ 193 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part 2026.03.04 04:31:49.557413 [ 193 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part 2026.03.04 04:31:49.557455 [ 193 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part 2026.03.04 04:31:49.558235 [ 188 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.001226304 sec., 22832.837534575443 rows/sec., 1.91 MiB/sec. 2026.03.04 04:31:49.558352 [ 193 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.04 04:31:49.558596 [ 193 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_6_1} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:49.558656 [ 193 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_6_1} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.04 04:31:49.558718 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.03.04 04:31:49.559004 [ 261 ] {d2486730-9700-4b1a-8bfd-52674012d174} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:49.559040 [ 261 ] {d2486730-9700-4b1a-8bfd-52674012d174} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:49.559491 [ 261 ] {d2486730-9700-4b1a-8bfd-52674012d174} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.04 04:31:49.559721 [ 261 ] {d2486730-9700-4b1a-8bfd-52674012d174} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:49.559837 [ 148 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.04 04:31:49.559860 [ 261 ] {d2486730-9700-4b1a-8bfd-52674012d174} executeQuery: Read 1954 rows, 149.86 KiB in 0.002697 sec., 724508.7133852429 rows/sec., 54.26 MiB/sec. 2026.03.04 04:31:49.559871 [ 148 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:49.559903 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:49.559904 [ 261 ] {d2486730-9700-4b1a-8bfd-52674012d174} TCPHandler: Processed in 0.002877256 sec. 2026.03.04 04:31:49.559980 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.04 04:31:49.560046 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:49.560046 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:31:49.560089 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 888 rows starting from the beginning of the part 2026.03.04 04:31:49.560142 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 72 rows starting from the beginning of the part 2026.03.04 04:31:49.560143 [ 261 ] {2cc6d5a3-bf8c-457a-ac45-1dda347d63ef} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:31:49.560187 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 246 rows starting from the beginning of the part 2026.03.04 04:31:49.560192 [ 261 ] {2cc6d5a3-bf8c-457a-ac45-1dda347d63ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:31:49.560227 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 72 rows starting from the beginning of the part 2026.03.04 04:31:49.560266 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 122 rows starting from the beginning of the part 2026.03.04 04:31:49.560304 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1954 rows starting from the beginning of the part 2026.03.04 04:31:49.560610 [ 261 ] {2cc6d5a3-bf8c-457a-ac45-1dda347d63ef} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:49.560647 [ 261 ] {2cc6d5a3-bf8c-457a-ac45-1dda347d63ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:31:49.560951 [ 261 ] {2cc6d5a3-bf8c-457a-ac45-1dda347d63ef} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.04 04:31:49.561175 [ 261 ] {2cc6d5a3-bf8c-457a-ac45-1dda347d63ef} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:49.561333 [ 261 ] {2cc6d5a3-bf8c-457a-ac45-1dda347d63ef} executeQuery: Read 21 rows, 1.56 KiB in 0.001208 sec., 17384.1059602649 rows/sec., 1.26 MiB/sec. 2026.03.04 04:31:49.561371 [ 261 ] {2cc6d5a3-bf8c-457a-ac45-1dda347d63ef} TCPHandler: Processed in 0.001375216 sec. 2026.03.04 04:31:49.561489 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:49.561585 [ 261 ] {c5b9c755-c37b-4180-ae71-a3230fcc0972} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:31:49.561625 [ 261 ] {c5b9c755-c37b-4180-ae71-a3230fcc0972} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:31:49.561665 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3354 rows, containing 5 columns (5 merged, 0 gathered) in 0.001713093 sec., 1957862.1826135535 rows/sec., 160.00 MiB/sec. 2026.03.04 04:31:49.561994 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.04 04:31:49.562250 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_16_3} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:49.562308 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_16_3} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.04 04:31:49.562323 [ 261 ] {c5b9c755-c37b-4180-ae71-a3230fcc0972} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:49.562359 [ 261 ] {c5b9c755-c37b-4180-ae71-a3230fcc0972} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:31:49.562364 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. 2026.03.04 04:31:49.562688 [ 261 ] {c5b9c755-c37b-4180-ae71-a3230fcc0972} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.04 04:31:49.562902 [ 261 ] {c5b9c755-c37b-4180-ae71-a3230fcc0972} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:49.563038 [ 261 ] {c5b9c755-c37b-4180-ae71-a3230fcc0972} executeQuery: Read 708 rows, 42.29 KiB in 0.001471 sec., 481305.2345343304 rows/sec., 28.08 MiB/sec. 2026.03.04 04:31:49.563058 [ 147 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.04 04:31:49.563076 [ 261 ] {c5b9c755-c37b-4180-ae71-a3230fcc0972} TCPHandler: Processed in 0.001637902 sec. 2026.03.04 04:31:49.563134 [ 147 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:49.563168 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:49.563225 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:49.563245 [ 193 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.04 04:31:49.563320 [ 193 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:31:49.563323 [ 261 ] {616ebc9f-cb2e-4804-9c72-d9191a17eb27} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.04 04:31:49.563343 [ 193 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.03.04 04:31:49.563367 [ 261 ] {616ebc9f-cb2e-4804-9c72-d9191a17eb27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.04 04:31:49.563386 [ 193 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 149 rows starting from the beginning of the part 2026.03.04 04:31:49.563423 [ 193 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 149 rows starting from the beginning of the part 2026.03.04 04:31:49.563459 [ 193 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 149 rows starting from the beginning of the part 2026.03.04 04:31:49.563493 [ 193 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.03.04 04:31:49.563524 [ 193 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 708 rows starting from the beginning of the part 2026.03.04 04:31:49.563750 [ 261 ] {616ebc9f-cb2e-4804-9c72-d9191a17eb27} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:49.563786 [ 261 ] {616ebc9f-cb2e-4804-9c72-d9191a17eb27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:31:49.564067 [ 261 ] {616ebc9f-cb2e-4804-9c72-d9191a17eb27} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.04 04:31:49.564278 [ 261 ] {616ebc9f-cb2e-4804-9c72-d9191a17eb27} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:49.564313 [ 188 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1180 rows, containing 5 columns (5 merged, 0 gathered) in 0.001093561 sec., 1079043.601591498 rows/sec., 70.17 MiB/sec. 2026.03.04 04:31:49.564400 [ 261 ] {616ebc9f-cb2e-4804-9c72-d9191a17eb27} executeQuery: Read 1 rows, 72.00 B in 0.001094 sec., 914.0767824497259 rows/sec., 64.27 KiB/sec. 2026.03.04 04:31:49.564442 [ 261 ] {616ebc9f-cb2e-4804-9c72-d9191a17eb27} TCPHandler: Processed in 0.001266815 sec. 2026.03.04 04:31:49.564523 [ 187 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.04 04:31:49.564547 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:49.564645 [ 261 ] {dba14a30-62db-4e51-aa00-83d7c6df335a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:31:49.564690 [ 261 ] {dba14a30-62db-4e51-aa00-83d7c6df335a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:31:49.564829 [ 187 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_6_1} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:49.564909 [ 187 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_6_1} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.04 04:31:49.565002 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.03.04 04:31:49.565535 [ 261 ] {dba14a30-62db-4e51-aa00-83d7c6df335a} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:49.565577 [ 261 ] {dba14a30-62db-4e51-aa00-83d7c6df335a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:49.565928 [ 261 ] {dba14a30-62db-4e51-aa00-83d7c6df335a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.04 04:31:49.566141 [ 261 ] {dba14a30-62db-4e51-aa00-83d7c6df335a} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:49.566250 [ 147 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.04 04:31:49.566275 [ 261 ] {dba14a30-62db-4e51-aa00-83d7c6df335a} executeQuery: Read 1021 rows, 72.03 KiB in 0.001648 sec., 619538.8349514563 rows/sec., 42.68 MiB/sec. 2026.03.04 04:31:49.566289 [ 147 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:49.566317 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:49.566321 [ 261 ] {dba14a30-62db-4e51-aa00-83d7c6df335a} TCPHandler: Processed in 0.001822475 sec. 2026.03.04 04:31:49.566396 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.04 04:31:49.566435 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:49.566475 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:31:49.566498 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 565 rows starting from the beginning of the part 2026.03.04 04:31:49.566529 [ 261 ] {694ef123-e092-42a9-a3cf-d30558e0467e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:31:49.566565 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 72 rows starting from the beginning of the part 2026.03.04 04:31:49.566573 [ 261 ] {694ef123-e092-42a9-a3cf-d30558e0467e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:31:49.566612 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 141 rows starting from the beginning of the part 2026.03.04 04:31:49.566653 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 72 rows starting from the beginning of the part 2026.03.04 04:31:49.566693 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 97 rows starting from the beginning of the part 2026.03.04 04:31:49.566732 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1021 rows starting from the beginning of the part 2026.03.04 04:31:49.567733 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1968 rows, containing 5 columns (5 merged, 0 gathered) in 0.001368827 sec., 1437727.3388090678 rows/sec., 108.35 MiB/sec. 2026.03.04 04:31:49.568000 [ 188 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.04 04:31:49.568196 [ 261 ] {694ef123-e092-42a9-a3cf-d30558e0467e} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:49.568240 [ 261 ] {694ef123-e092-42a9-a3cf-d30558e0467e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:31:49.568340 [ 188 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_16_3} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:49.568426 [ 188 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_16_3} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.04 04:31:49.568519 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.03.04 04:31:49.568947 [ 261 ] {694ef123-e092-42a9-a3cf-d30558e0467e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.04 04:31:49.569171 [ 261 ] {694ef123-e092-42a9-a3cf-d30558e0467e} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:49.569288 [ 147 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.04 04:31:49.569312 [ 261 ] {694ef123-e092-42a9-a3cf-d30558e0467e} executeQuery: Read 4061 rows, 272.36 KiB in 0.0028 sec., 1450357.142857143 rows/sec., 94.99 MiB/sec. 2026.03.04 04:31:49.569344 [ 147 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:49.569364 [ 261 ] {694ef123-e092-42a9-a3cf-d30558e0467e} TCPHandler: Processed in 0.002978707 sec. 2026.03.04 04:31:49.569368 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:49.569523 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.04 04:31:49.569577 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:49.569642 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:31:49.569679 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1783 rows starting from the beginning of the part 2026.03.04 04:31:49.569691 [ 261 ] {b90f5477-5cad-469b-b466-3a3f573a02a9} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:31:49.569742 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part 2026.03.04 04:31:49.569755 [ 261 ] {b90f5477-5cad-469b-b466-3a3f573a02a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:31:49.569801 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 476 rows starting from the beginning of the part 2026.03.04 04:31:49.569855 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part 2026.03.04 04:31:49.569911 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2026.03.04 04:31:49.569968 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4061 rows starting from the beginning of the part 2026.03.04 04:31:49.570795 [ 261 ] {b90f5477-5cad-469b-b466-3a3f573a02a9} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:49.570843 [ 261 ] {b90f5477-5cad-469b-b466-3a3f573a02a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:31:49.571678 [ 261 ] {b90f5477-5cad-469b-b466-3a3f573a02a9} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.04 04:31:49.572025 [ 261 ] {b90f5477-5cad-469b-b466-3a3f573a02a9} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:49.572219 [ 261 ] {b90f5477-5cad-469b-b466-3a3f573a02a9} executeQuery: Read 17 rows, 31.19 KiB in 0.002552 sec., 6661.442006269593 rows/sec., 11.94 MiB/sec. 2026.03.04 04:31:49.572300 [ 261 ] {b90f5477-5cad-469b-b466-3a3f573a02a9} TCPHandler: Processed in 0.002784444 sec. 2026.03.04 04:31:49.572311 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 6800 rows, containing 5 columns (5 merged, 0 gathered) in 0.002819984 sec., 2411361.1992124775 rows/sec., 162.36 MiB/sec. 2026.03.04 04:31:49.572466 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:49.572591 [ 261 ] {3713835e-3627-440f-bae1-348dd1705e6d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:31:49.572647 [ 261 ] {3713835e-3627-440f-bae1-348dd1705e6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:31:49.573043 [ 261 ] {3713835e-3627-440f-bae1-348dd1705e6d} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:49.573046 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.04 04:31:49.573083 [ 261 ] {3713835e-3627-440f-bae1-348dd1705e6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:49.573408 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_16_3} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:49.573455 [ 261 ] {3713835e-3627-440f-bae1-348dd1705e6d} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.04 04:31:49.573487 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_16_3} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.04 04:31:49.573574 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2026.03.04 04:31:49.573690 [ 261 ] {3713835e-3627-440f-bae1-348dd1705e6d} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:49.573795 [ 147 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.04 04:31:49.573825 [ 261 ] {3713835e-3627-440f-bae1-348dd1705e6d} executeQuery: Read 12 rows, 848.00 B in 0.00126 sec., 9523.809523809523 rows/sec., 657.24 KiB/sec. 2026.03.04 04:31:49.573831 [ 147 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:49.573867 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:49.573869 [ 261 ] {3713835e-3627-440f-bae1-348dd1705e6d} TCPHandler: Processed in 0.001464238 sec. 2026.03.04 04:31:49.573960 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.04 04:31:49.574049 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:31:49.574078 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 660 rows starting from the beginning of the part 2026.03.04 04:31:49.574145 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part 2026.03.04 04:31:49.574188 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2026.03.04 04:31:49.574228 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2026.03.04 04:31:49.574281 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2026.03.04 04:31:49.574323 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part 2026.03.04 04:31:49.575245 [ 191 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 912 rows, containing 4 columns (4 merged, 0 gathered) in 0.001318466 sec., 691712.9451954013 rows/sec., 45.55 MiB/sec. 2026.03.04 04:31:49.575408 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.04 04:31:49.575645 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_16_3} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:49.575712 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_16_3} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.04 04:31:49.575770 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.03.04 04:31:50.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 221.44 MiB, peak 226.52 MiB, free memory in arenas 0.00 B, will set to 224.99 MiB (RSS), difference: 3.55 MiB 2026.03.04 04:31:53.984476 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:53.984657 [ 261 ] {6252d515-ff7f-4987-8d8e-6dc1139cb28c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:31:53.984724 [ 261 ] {6252d515-ff7f-4987-8d8e-6dc1139cb28c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:31:53.985391 [ 261 ] {6252d515-ff7f-4987-8d8e-6dc1139cb28c} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:53.985432 [ 261 ] {6252d515-ff7f-4987-8d8e-6dc1139cb28c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:53.985824 [ 261 ] {6252d515-ff7f-4987-8d8e-6dc1139cb28c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.04 04:31:53.986064 [ 261 ] {6252d515-ff7f-4987-8d8e-6dc1139cb28c} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:53.986223 [ 261 ] {6252d515-ff7f-4987-8d8e-6dc1139cb28c} executeQuery: Read 56 rows, 4.38 KiB in 0.001614 sec., 34696.40644361834 rows/sec., 2.65 MiB/sec. 2026.03.04 04:31:53.986271 [ 261 ] {6252d515-ff7f-4987-8d8e-6dc1139cb28c} TCPHandler: Processed in 0.001925047 sec. 2026.03.04 04:31:53.986396 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:53.986501 [ 261 ] {228aa257-ca57-4812-8592-5a5e3f5ed5a2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:31:53.986544 [ 261 ] {228aa257-ca57-4812-8592-5a5e3f5ed5a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:31:53.986987 [ 261 ] {228aa257-ca57-4812-8592-5a5e3f5ed5a2} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:53.987025 [ 261 ] {228aa257-ca57-4812-8592-5a5e3f5ed5a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:53.987357 [ 261 ] {228aa257-ca57-4812-8592-5a5e3f5ed5a2} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.04 04:31:53.987615 [ 261 ] {228aa257-ca57-4812-8592-5a5e3f5ed5a2} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:53.987748 [ 261 ] {228aa257-ca57-4812-8592-5a5e3f5ed5a2} executeQuery: Read 64 rows, 5.12 KiB in 0.001272 sec., 50314.46540880504 rows/sec., 3.93 MiB/sec. 2026.03.04 04:31:53.987787 [ 261 ] {228aa257-ca57-4812-8592-5a5e3f5ed5a2} TCPHandler: Processed in 0.001441817 sec. 2026.03.04 04:31:53.987902 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:53.988000 [ 261 ] {8fbcf4b1-6504-4794-a231-2dee8a1b3c1f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:31:53.988044 [ 261 ] {8fbcf4b1-6504-4794-a231-2dee8a1b3c1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:31:53.988434 [ 261 ] {8fbcf4b1-6504-4794-a231-2dee8a1b3c1f} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:53.988497 [ 261 ] {8fbcf4b1-6504-4794-a231-2dee8a1b3c1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:53.988829 [ 261 ] {8fbcf4b1-6504-4794-a231-2dee8a1b3c1f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.04 04:31:53.989042 [ 261 ] {8fbcf4b1-6504-4794-a231-2dee8a1b3c1f} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:53.989173 [ 261 ] {8fbcf4b1-6504-4794-a231-2dee8a1b3c1f} executeQuery: Read 128 rows, 9.13 KiB in 0.001194 sec., 107202.68006700168 rows/sec., 7.47 MiB/sec. 2026.03.04 04:31:53.989209 [ 261 ] {8fbcf4b1-6504-4794-a231-2dee8a1b3c1f} TCPHandler: Processed in 0.001356306 sec. 2026.03.04 04:31:53.989319 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:53.989414 [ 261 ] {5759f58c-188a-437f-a7c6-0bd406546858} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:31:53.989456 [ 261 ] {5759f58c-188a-437f-a7c6-0bd406546858} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:31:53.989785 [ 261 ] {5759f58c-188a-437f-a7c6-0bd406546858} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:53.989820 [ 261 ] {5759f58c-188a-437f-a7c6-0bd406546858} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.24 GiB. 2026.03.04 04:31:53.990129 [ 261 ] {5759f58c-188a-437f-a7c6-0bd406546858} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.04 04:31:53.990341 [ 261 ] {5759f58c-188a-437f-a7c6-0bd406546858} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:53.990469 [ 261 ] {5759f58c-188a-437f-a7c6-0bd406546858} executeQuery: Read 48 rows, 3.31 KiB in 0.001074 sec., 44692.737430167595 rows/sec., 3.01 MiB/sec. 2026.03.04 04:31:53.990505 [ 261 ] {5759f58c-188a-437f-a7c6-0bd406546858} TCPHandler: Processed in 0.001233914 sec. 2026.03.04 04:31:55.586081 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6236 2026.03.04 04:31:55.586639 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:55.586690 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:31:55.587206 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.04 04:31:55.587450 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:55.587597 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6236 2026.03.04 04:31:55.913452 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.03.04 04:31:55.929754 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:55.929812 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:31:55.935913 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.04 04:31:55.936600 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:55.939311 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.03.04 04:31:56.000182 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 225.52 MiB, peak 229.52 MiB, free memory in arenas 0.00 B, will set to 227.24 MiB (RSS), difference: 1.73 MiB 2026.03.04 04:31:58.103322 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 458 2026.03.04 04:31:58.106063 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:58.106106 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:31:58.107373 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.04 04:31:58.107702 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:58.107951 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 458 2026.03.04 04:31:58.987166 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:58.987343 [ 261 ] {4d0ec318-dd27-44d8-b98d-45cd1930f5d9} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:31:58.987411 [ 261 ] {4d0ec318-dd27-44d8-b98d-45cd1930f5d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:31:58.988122 [ 261 ] {4d0ec318-dd27-44d8-b98d-45cd1930f5d9} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:58.988172 [ 261 ] {4d0ec318-dd27-44d8-b98d-45cd1930f5d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:31:58.988558 [ 261 ] {4d0ec318-dd27-44d8-b98d-45cd1930f5d9} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.04 04:31:58.988807 [ 261 ] {4d0ec318-dd27-44d8-b98d-45cd1930f5d9} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:58.988968 [ 261 ] {4d0ec318-dd27-44d8-b98d-45cd1930f5d9} executeQuery: Read 122 rows, 10.72 KiB in 0.001674 sec., 72879.33094384708 rows/sec., 6.26 MiB/sec. 2026.03.04 04:31:58.989018 [ 261 ] {4d0ec318-dd27-44d8-b98d-45cd1930f5d9} TCPHandler: Processed in 0.001985359 sec. 2026.03.04 04:31:58.989149 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:58.989253 [ 261 ] {d1ee1487-f362-4504-94c7-303e297e6cbd} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:31:58.989298 [ 261 ] {d1ee1487-f362-4504-94c7-303e297e6cbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:31:58.989726 [ 261 ] {d1ee1487-f362-4504-94c7-303e297e6cbd} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:58.989765 [ 261 ] {d1ee1487-f362-4504-94c7-303e297e6cbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:31:58.990079 [ 261 ] {d1ee1487-f362-4504-94c7-303e297e6cbd} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.04 04:31:58.990290 [ 261 ] {d1ee1487-f362-4504-94c7-303e297e6cbd} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:58.990421 [ 261 ] {d1ee1487-f362-4504-94c7-303e297e6cbd} executeQuery: Read 33 rows, 2.48 KiB in 0.001192 sec., 27684.563758389264 rows/sec., 2.03 MiB/sec. 2026.03.04 04:31:58.990457 [ 261 ] {d1ee1487-f362-4504-94c7-303e297e6cbd} TCPHandler: Processed in 0.001359246 sec. 2026.03.04 04:31:58.990567 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:58.990664 [ 261 ] {925395d7-1b79-4f43-bed5-ccb80df27414} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:31:58.990704 [ 261 ] {925395d7-1b79-4f43-bed5-ccb80df27414} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:31:58.991133 [ 261 ] {925395d7-1b79-4f43-bed5-ccb80df27414} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:58.991170 [ 261 ] {925395d7-1b79-4f43-bed5-ccb80df27414} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:31:58.991477 [ 261 ] {925395d7-1b79-4f43-bed5-ccb80df27414} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.04 04:31:58.991690 [ 261 ] {925395d7-1b79-4f43-bed5-ccb80df27414} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:58.991818 [ 261 ] {925395d7-1b79-4f43-bed5-ccb80df27414} executeQuery: Read 97 rows, 7.76 KiB in 0.001174 sec., 82623.50936967632 rows/sec., 6.45 MiB/sec. 2026.03.04 04:31:58.991855 [ 261 ] {925395d7-1b79-4f43-bed5-ccb80df27414} TCPHandler: Processed in 0.001336976 sec. 2026.03.04 04:31:58.991966 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:58.992060 [ 261 ] {6ec6c07b-f016-4ad0-abdd-7f81dbc463af} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:31:58.992102 [ 261 ] {6ec6c07b-f016-4ad0-abdd-7f81dbc463af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:31:58.992510 [ 261 ] {6ec6c07b-f016-4ad0-abdd-7f81dbc463af} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:58.992546 [ 261 ] {6ec6c07b-f016-4ad0-abdd-7f81dbc463af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:31:58.992890 [ 261 ] {6ec6c07b-f016-4ad0-abdd-7f81dbc463af} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.04 04:31:58.993189 [ 261 ] {6ec6c07b-f016-4ad0-abdd-7f81dbc463af} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:58.993354 [ 261 ] {6ec6c07b-f016-4ad0-abdd-7f81dbc463af} executeQuery: Read 160 rows, 11.41 KiB in 0.001311 sec., 122044.24103737604 rows/sec., 8.50 MiB/sec. 2026.03.04 04:31:58.993399 [ 261 ] {6ec6c07b-f016-4ad0-abdd-7f81dbc463af} TCPHandler: Processed in 0.001481578 sec. 2026.03.04 04:31:58.993629 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:58.993732 [ 261 ] {6b567cbd-f554-4be6-801c-4a2a78c592d9} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:31:58.993794 [ 261 ] {6b567cbd-f554-4be6-801c-4a2a78c592d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:31:58.994728 [ 261 ] {6b567cbd-f554-4be6-801c-4a2a78c592d9} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:58.994770 [ 261 ] {6b567cbd-f554-4be6-801c-4a2a78c592d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:31:58.995378 [ 261 ] {6b567cbd-f554-4be6-801c-4a2a78c592d9} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.04 04:31:58.995759 [ 261 ] {6b567cbd-f554-4be6-801c-4a2a78c592d9} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:58.995929 [ 261 ] {6b567cbd-f554-4be6-801c-4a2a78c592d9} executeQuery: Read 33 rows, 60.55 KiB in 0.002216 sec., 14891.696750902527 rows/sec., 26.69 MiB/sec. 2026.03.04 04:31:58.995994 [ 261 ] {6b567cbd-f554-4be6-801c-4a2a78c592d9} TCPHandler: Processed in 0.002419447 sec. 2026.03.04 04:31:58.996138 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:31:58.996249 [ 261 ] {c4994aa1-8b50-436e-bad1-2c211fcb9d00} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:31:58.996295 [ 261 ] {c4994aa1-8b50-436e-bad1-2c211fcb9d00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:31:58.996659 [ 261 ] {c4994aa1-8b50-436e-bad1-2c211fcb9d00} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:31:58.996698 [ 261 ] {c4994aa1-8b50-436e-bad1-2c211fcb9d00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:31:58.997037 [ 261 ] {c4994aa1-8b50-436e-bad1-2c211fcb9d00} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.04 04:31:58.997285 [ 261 ] {c4994aa1-8b50-436e-bad1-2c211fcb9d00} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:31:58.997454 [ 261 ] {c4994aa1-8b50-436e-bad1-2c211fcb9d00} executeQuery: Read 60 rows, 4.14 KiB in 0.001228 sec., 48859.9348534202 rows/sec., 3.29 MiB/sec. 2026.03.04 04:31:58.997499 [ 261 ] {c4994aa1-8b50-436e-bad1-2c211fcb9d00} TCPHandler: Processed in 0.001418737 sec. 2026.03.04 04:32:03.022589 [ 132 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:32:03.022667 [ 132 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:32:03.087665 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6748 2026.03.04 04:32:03.088497 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:03.088590 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:03.089287 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.04 04:32:03.089536 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:03.089686 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6748 2026.03.04 04:32:03.439351 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.03.04 04:32:03.456940 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:03.456994 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:03.462533 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.04 04:32:03.463238 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:03.466334 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.03.04 04:32:03.985855 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:03.986057 [ 261 ] {8e322650-d5e4-475b-af72-107acb547c8d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:32:03.986130 [ 261 ] {8e322650-d5e4-475b-af72-107acb547c8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:32:03.986831 [ 261 ] {8e322650-d5e4-475b-af72-107acb547c8d} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:03.986877 [ 261 ] {8e322650-d5e4-475b-af72-107acb547c8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:03.987268 [ 261 ] {8e322650-d5e4-475b-af72-107acb547c8d} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.04 04:32:03.987502 [ 261 ] {8e322650-d5e4-475b-af72-107acb547c8d} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:03.987657 [ 261 ] {8e322650-d5e4-475b-af72-107acb547c8d} executeQuery: Read 72 rows, 5.91 KiB in 0.001657 sec., 43452.02172601086 rows/sec., 3.49 MiB/sec. 2026.03.04 04:32:03.987705 [ 261 ] {8e322650-d5e4-475b-af72-107acb547c8d} TCPHandler: Processed in 0.001989718 sec. 2026.03.04 04:32:03.987839 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:03.987942 [ 261 ] {c63229c7-3d33-4d05-b095-cbc2287dbcae} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:32:03.987985 [ 261 ] {c63229c7-3d33-4d05-b095-cbc2287dbcae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:32:03.988392 [ 261 ] {c63229c7-3d33-4d05-b095-cbc2287dbcae} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:03.988430 [ 261 ] {c63229c7-3d33-4d05-b095-cbc2287dbcae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:03.988736 [ 261 ] {c63229c7-3d33-4d05-b095-cbc2287dbcae} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.04 04:32:03.988947 [ 261 ] {c63229c7-3d33-4d05-b095-cbc2287dbcae} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:03.989080 [ 261 ] {c63229c7-3d33-4d05-b095-cbc2287dbcae} executeQuery: Read 8 rows, 616.00 B in 0.001161 sec., 6890.611541774333 rows/sec., 518.14 KiB/sec. 2026.03.04 04:32:03.989117 [ 261 ] {c63229c7-3d33-4d05-b095-cbc2287dbcae} TCPHandler: Processed in 0.001330336 sec. 2026.03.04 04:32:03.989220 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:03.989315 [ 261 ] {244e9e37-992d-4d6e-b7fe-6aaf10f6f158} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:32:03.989354 [ 261 ] {244e9e37-992d-4d6e-b7fe-6aaf10f6f158} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:32:03.989764 [ 261 ] {244e9e37-992d-4d6e-b7fe-6aaf10f6f158} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:03.989802 [ 261 ] {244e9e37-992d-4d6e-b7fe-6aaf10f6f158} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:03.990097 [ 261 ] {244e9e37-992d-4d6e-b7fe-6aaf10f6f158} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.04 04:32:03.990303 [ 261 ] {244e9e37-992d-4d6e-b7fe-6aaf10f6f158} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:03.990427 [ 261 ] {244e9e37-992d-4d6e-b7fe-6aaf10f6f158} executeQuery: Read 72 rows, 5.76 KiB in 0.00113 sec., 63716.81415929204 rows/sec., 4.97 MiB/sec. 2026.03.04 04:32:03.990463 [ 261 ] {244e9e37-992d-4d6e-b7fe-6aaf10f6f158} TCPHandler: Processed in 0.001292436 sec. 2026.03.04 04:32:03.990574 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:03.990669 [ 261 ] {73068cd6-cb89-4693-9b12-c69ed4b9630e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:32:03.990712 [ 261 ] {73068cd6-cb89-4693-9b12-c69ed4b9630e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:32:03.991108 [ 261 ] {73068cd6-cb89-4693-9b12-c69ed4b9630e} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:03.991144 [ 261 ] {73068cd6-cb89-4693-9b12-c69ed4b9630e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:03.991464 [ 261 ] {73068cd6-cb89-4693-9b12-c69ed4b9630e} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.04 04:32:03.991677 [ 261 ] {73068cd6-cb89-4693-9b12-c69ed4b9630e} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:03.991802 [ 261 ] {73068cd6-cb89-4693-9b12-c69ed4b9630e} executeQuery: Read 160 rows, 11.41 KiB in 0.001152 sec., 138888.88888888888 rows/sec., 9.67 MiB/sec. 2026.03.04 04:32:03.991838 [ 261 ] {73068cd6-cb89-4693-9b12-c69ed4b9630e} TCPHandler: Processed in 0.001313075 sec. 2026.03.04 04:32:03.991945 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:03.992048 [ 261 ] {43a81d6b-1337-4c46-a117-cbe6004df912} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:32:03.992104 [ 261 ] {43a81d6b-1337-4c46-a117-cbe6004df912} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:32:03.992836 [ 261 ] {43a81d6b-1337-4c46-a117-cbe6004df912} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:03.992936 [ 261 ] {43a81d6b-1337-4c46-a117-cbe6004df912} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:03.993499 [ 261 ] {43a81d6b-1337-4c46-a117-cbe6004df912} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.04 04:32:03.993730 [ 261 ] {43a81d6b-1337-4c46-a117-cbe6004df912} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:03.993876 [ 261 ] {43a81d6b-1337-4c46-a117-cbe6004df912} executeQuery: Read 8 rows, 14.68 KiB in 0.001847 sec., 4331.348132106118 rows/sec., 7.76 MiB/sec. 2026.03.04 04:32:03.993939 [ 261 ] {43a81d6b-1337-4c46-a117-cbe6004df912} TCPHandler: Processed in 0.00204346 sec. 2026.03.04 04:32:03.994085 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:03.994188 [ 261 ] {840e1264-5530-430b-8131-11dd245c24d4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:32:03.994230 [ 261 ] {840e1264-5530-430b-8131-11dd245c24d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:32:03.994638 [ 261 ] {840e1264-5530-430b-8131-11dd245c24d4} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:03.994674 [ 261 ] {840e1264-5530-430b-8131-11dd245c24d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:03.995036 [ 261 ] {840e1264-5530-430b-8131-11dd245c24d4} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.04 04:32:03.995267 [ 261 ] {840e1264-5530-430b-8131-11dd245c24d4} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:03.995403 [ 261 ] {840e1264-5530-430b-8131-11dd245c24d4} executeQuery: Read 60 rows, 4.14 KiB in 0.001233 sec., 48661.800486618005 rows/sec., 3.28 MiB/sec. 2026.03.04 04:32:03.995447 [ 261 ] {840e1264-5530-430b-8131-11dd245c24d4} TCPHandler: Processed in 0.001421648 sec. 2026.03.04 04:32:08.109145 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 482 2026.03.04 04:32:08.111155 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:08.111201 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:08.112357 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.04 04:32:08.112617 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:08.112758 [ 127 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.04 04:32:08.112793 [ 127 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:08.112810 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:08.112874 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 482 2026.03.04 04:32:08.112929 [ 189 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.04 04:32:08.113551 [ 189 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:32:08.113725 [ 189 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 284 rows starting from the beginning of the part 2026.03.04 04:32:08.114114 [ 189 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 38 rows starting from the beginning of the part 2026.03.04 04:32:08.114461 [ 189 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 34 rows starting from the beginning of the part 2026.03.04 04:32:08.114797 [ 189 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 46 rows starting from the beginning of the part 2026.03.04 04:32:08.115142 [ 189 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part 2026.03.04 04:32:08.115486 [ 189 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2026.03.04 04:32:08.121630 [ 191 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 482 rows, containing 72 columns (72 merged, 0 gathered) in 0.008761139 sec., 55015.67775605433 rows/sec., 54.11 MiB/sec. 2026.03.04 04:32:08.122773 [ 192 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.04 04:32:08.123433 [ 192 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_11_2} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:08.123526 [ 192 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_11_2} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.04 04:32:08.123780 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.87 MiB. 2026.03.04 04:32:08.988951 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:08.989149 [ 261 ] {a6998d1a-8bdd-4648-bd3f-db4b6d6f7bcc} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:32:08.989218 [ 261 ] {a6998d1a-8bdd-4648-bd3f-db4b6d6f7bcc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:32:08.989890 [ 261 ] {a6998d1a-8bdd-4648-bd3f-db4b6d6f7bcc} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:08.989933 [ 261 ] {a6998d1a-8bdd-4648-bd3f-db4b6d6f7bcc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:08.990311 [ 261 ] {a6998d1a-8bdd-4648-bd3f-db4b6d6f7bcc} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.04 04:32:08.990543 [ 261 ] {a6998d1a-8bdd-4648-bd3f-db4b6d6f7bcc} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:08.990690 [ 261 ] {a6998d1a-8bdd-4648-bd3f-db4b6d6f7bcc} executeQuery: Read 24 rows, 2.04 KiB in 0.001595 sec., 15047.021943573667 rows/sec., 1.25 MiB/sec. 2026.03.04 04:32:08.990730 [ 261 ] {a6998d1a-8bdd-4648-bd3f-db4b6d6f7bcc} TCPHandler: Processed in 0.001916577 sec. 2026.03.04 04:32:08.990855 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:08.990948 [ 261 ] {08966ad0-5053-4d73-b6da-80b046d4aa7e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:32:08.990988 [ 261 ] {08966ad0-5053-4d73-b6da-80b046d4aa7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:32:08.991372 [ 261 ] {08966ad0-5053-4d73-b6da-80b046d4aa7e} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:08.991407 [ 261 ] {08966ad0-5053-4d73-b6da-80b046d4aa7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:08.991694 [ 261 ] {08966ad0-5053-4d73-b6da-80b046d4aa7e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.04 04:32:08.991904 [ 261 ] {08966ad0-5053-4d73-b6da-80b046d4aa7e} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:08.992028 [ 261 ] {08966ad0-5053-4d73-b6da-80b046d4aa7e} executeQuery: Read 2 rows, 167.00 B in 0.001098 sec., 1821.4936247723133 rows/sec., 148.53 KiB/sec. 2026.03.04 04:32:08.992063 [ 261 ] {08966ad0-5053-4d73-b6da-80b046d4aa7e} TCPHandler: Processed in 0.001256775 sec. 2026.03.04 04:32:08.992175 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:08.992266 [ 261 ] {9fdc0bf8-fe61-461e-909c-7b4f0f22d40c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:32:08.992305 [ 261 ] {9fdc0bf8-fe61-461e-909c-7b4f0f22d40c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:32:08.992799 [ 261 ] {9fdc0bf8-fe61-461e-909c-7b4f0f22d40c} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:08.992893 [ 261 ] {9fdc0bf8-fe61-461e-909c-7b4f0f22d40c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:08.993212 [ 261 ] {9fdc0bf8-fe61-461e-909c-7b4f0f22d40c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.04 04:32:08.993439 [ 261 ] {9fdc0bf8-fe61-461e-909c-7b4f0f22d40c} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:08.993567 [ 261 ] {9fdc0bf8-fe61-461e-909c-7b4f0f22d40c} executeQuery: Read 243 rows, 22.23 KiB in 0.001318 sec., 184370.2579666161 rows/sec., 16.47 MiB/sec. 2026.03.04 04:32:08.993602 [ 261 ] {9fdc0bf8-fe61-461e-909c-7b4f0f22d40c} TCPHandler: Processed in 0.001474538 sec. 2026.03.04 04:32:08.993719 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:08.993811 [ 261 ] {0b94aaf7-383d-4caf-a947-09c74cc1ea77} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:32:08.993850 [ 261 ] {0b94aaf7-383d-4caf-a947-09c74cc1ea77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:32:08.994255 [ 261 ] {0b94aaf7-383d-4caf-a947-09c74cc1ea77} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:08.994294 [ 261 ] {0b94aaf7-383d-4caf-a947-09c74cc1ea77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:08.994656 [ 261 ] {0b94aaf7-383d-4caf-a947-09c74cc1ea77} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.04 04:32:08.994916 [ 261 ] {0b94aaf7-383d-4caf-a947-09c74cc1ea77} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:08.995065 [ 261 ] {0b94aaf7-383d-4caf-a947-09c74cc1ea77} executeQuery: Read 47 rows, 3.58 KiB in 0.00127 sec., 37007.87401574803 rows/sec., 2.75 MiB/sec. 2026.03.04 04:32:08.995066 [ 126 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.04 04:32:08.995109 [ 261 ] {0b94aaf7-383d-4caf-a947-09c74cc1ea77} TCPHandler: Processed in 0.001436498 sec. 2026.03.04 04:32:08.995151 [ 126 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:08.995185 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:08.995253 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:08.995293 [ 189 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.04 04:32:08.995352 [ 261 ] {36a0f93c-8d92-4c59-b0b2-d5e2e5a5caa3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:32:08.995385 [ 189 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:32:08.995391 [ 261 ] {36a0f93c-8d92-4c59-b0b2-d5e2e5a5caa3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:32:08.995416 [ 189 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 211 rows starting from the beginning of the part 2026.03.04 04:32:08.995479 [ 189 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 33 rows starting from the beginning of the part 2026.03.04 04:32:08.995529 [ 189 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 21 rows starting from the beginning of the part 2026.03.04 04:32:08.995571 [ 189 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 33 rows starting from the beginning of the part 2026.03.04 04:32:08.995615 [ 189 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part 2026.03.04 04:32:08.995653 [ 189 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 47 rows starting from the beginning of the part 2026.03.04 04:32:08.995823 [ 261 ] {36a0f93c-8d92-4c59-b0b2-d5e2e5a5caa3} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:08.995859 [ 261 ] {36a0f93c-8d92-4c59-b0b2-d5e2e5a5caa3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:08.996166 [ 261 ] {36a0f93c-8d92-4c59-b0b2-d5e2e5a5caa3} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.04 04:32:08.996394 [ 261 ] {36a0f93c-8d92-4c59-b0b2-d5e2e5a5caa3} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:08.996463 [ 191 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 353 rows, containing 5 columns (5 merged, 0 gathered) in 0.001204563 sec., 293052.3351622123 rows/sec., 20.91 MiB/sec. 2026.03.04 04:32:08.996525 [ 261 ] {36a0f93c-8d92-4c59-b0b2-d5e2e5a5caa3} executeQuery: Read 24 rows, 2.04 KiB in 0.001191 sec., 20151.133501259446 rows/sec., 1.67 MiB/sec. 2026.03.04 04:32:08.996566 [ 261 ] {36a0f93c-8d92-4c59-b0b2-d5e2e5a5caa3} TCPHandler: Processed in 0.001364037 sec. 2026.03.04 04:32:08.996642 [ 197 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.04 04:32:08.996690 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:08.996782 [ 261 ] {b6c72d4d-3f54-43f7-9bb2-b51d37b5c3a2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:32:08.996822 [ 261 ] {b6c72d4d-3f54-43f7-9bb2-b51d37b5c3a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:32:08.996955 [ 197 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_16_3} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:08.997020 [ 197 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_16_3} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.04 04:32:08.997083 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.04 04:32:08.997234 [ 261 ] {b6c72d4d-3f54-43f7-9bb2-b51d37b5c3a2} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:08.997269 [ 261 ] {b6c72d4d-3f54-43f7-9bb2-b51d37b5c3a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:08.997571 [ 261 ] {b6c72d4d-3f54-43f7-9bb2-b51d37b5c3a2} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.04 04:32:08.997844 [ 261 ] {b6c72d4d-3f54-43f7-9bb2-b51d37b5c3a2} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:08.997982 [ 261 ] {b6c72d4d-3f54-43f7-9bb2-b51d37b5c3a2} executeQuery: Read 12 rows, 960.00 B in 0.001218 sec., 9852.216748768473 rows/sec., 769.70 KiB/sec. 2026.03.04 04:32:08.998022 [ 261 ] {b6c72d4d-3f54-43f7-9bb2-b51d37b5c3a2} TCPHandler: Processed in 0.001379217 sec. 2026.03.04 04:32:08.998144 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:08.998238 [ 261 ] {23a5caaa-f082-45f2-8f4e-1200f30f9557} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:32:08.998279 [ 261 ] {23a5caaa-f082-45f2-8f4e-1200f30f9557} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:32:08.998743 [ 261 ] {23a5caaa-f082-45f2-8f4e-1200f30f9557} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:08.998779 [ 261 ] {23a5caaa-f082-45f2-8f4e-1200f30f9557} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:08.999106 [ 261 ] {23a5caaa-f082-45f2-8f4e-1200f30f9557} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.04 04:32:08.999315 [ 261 ] {23a5caaa-f082-45f2-8f4e-1200f30f9557} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:08.999457 [ 261 ] {23a5caaa-f082-45f2-8f4e-1200f30f9557} executeQuery: Read 135 rows, 11.18 KiB in 0.001236 sec., 109223.3009708738 rows/sec., 8.83 MiB/sec. 2026.03.04 04:32:08.999494 [ 261 ] {23a5caaa-f082-45f2-8f4e-1200f30f9557} TCPHandler: Processed in 0.001396997 sec. 2026.03.04 04:32:08.999604 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:08.999697 [ 261 ] {fcb574b5-0d40-43ab-8656-1780fb905399} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:32:08.999740 [ 261 ] {fcb574b5-0d40-43ab-8656-1780fb905399} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:32:09.000179 [ 261 ] {fcb574b5-0d40-43ab-8656-1780fb905399} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:09.000221 [ 261 ] {fcb574b5-0d40-43ab-8656-1780fb905399} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:09.000579 [ 261 ] {fcb574b5-0d40-43ab-8656-1780fb905399} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.04 04:32:09.000794 [ 261 ] {fcb574b5-0d40-43ab-8656-1780fb905399} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:09.000921 [ 261 ] {fcb574b5-0d40-43ab-8656-1780fb905399} executeQuery: Read 197 rows, 14.47 KiB in 0.001242 sec., 158615.13687600644 rows/sec., 11.38 MiB/sec. 2026.03.04 04:32:09.000958 [ 261 ] {fcb574b5-0d40-43ab-8656-1780fb905399} TCPHandler: Processed in 0.001400307 sec. 2026.03.04 04:32:09.001082 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:09.001176 [ 261 ] {1a655955-7c66-43b5-a785-9959320aa9e6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:32:09.001231 [ 261 ] {1a655955-7c66-43b5-a785-9959320aa9e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:32:09.002059 [ 261 ] {1a655955-7c66-43b5-a785-9959320aa9e6} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:09.002097 [ 261 ] {1a655955-7c66-43b5-a785-9959320aa9e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:09.002618 [ 261 ] {1a655955-7c66-43b5-a785-9959320aa9e6} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.04 04:32:09.002843 [ 261 ] {1a655955-7c66-43b5-a785-9959320aa9e6} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:09.002986 [ 261 ] {1a655955-7c66-43b5-a785-9959320aa9e6} executeQuery: Read 33 rows, 60.55 KiB in 0.001828 sec., 18052.516411378558 rows/sec., 32.35 MiB/sec. 2026.03.04 04:32:09.003053 [ 261 ] {1a655955-7c66-43b5-a785-9959320aa9e6} TCPHandler: Processed in 0.002019139 sec. 2026.03.04 04:32:09.003189 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:09.003289 [ 261 ] {a3d7fdda-8c8c-4366-ad47-843265a6dc69} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:32:09.003335 [ 261 ] {a3d7fdda-8c8c-4366-ad47-843265a6dc69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:32:09.003702 [ 261 ] {a3d7fdda-8c8c-4366-ad47-843265a6dc69} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:09.003740 [ 261 ] {a3d7fdda-8c8c-4366-ad47-843265a6dc69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:09.004071 [ 261 ] {a3d7fdda-8c8c-4366-ad47-843265a6dc69} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.04 04:32:09.004308 [ 261 ] {a3d7fdda-8c8c-4366-ad47-843265a6dc69} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:09.004440 [ 261 ] {a3d7fdda-8c8c-4366-ad47-843265a6dc69} executeQuery: Read 60 rows, 4.14 KiB in 0.001174 sec., 51107.325383304946 rows/sec., 3.44 MiB/sec. 2026.03.04 04:32:09.004475 [ 261 ] {a3d7fdda-8c8c-4366-ad47-843265a6dc69} TCPHandler: Processed in 0.001341876 sec. 2026.03.04 04:32:10.590719 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7196 2026.03.04 04:32:10.591216 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:10.591264 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:10.591768 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.04 04:32:10.592003 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:10.592153 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7196 2026.03.04 04:32:10.967363 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.03.04 04:32:10.983644 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:10.983711 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:10.990366 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.04 04:32:10.991085 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:10.994481 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.03.04 04:32:11.000175 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 227.94 MiB, peak 232.23 MiB, free memory in arenas 0.00 B, will set to 229.10 MiB (RSS), difference: 1.15 MiB 2026.03.04 04:32:13.986666 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:13.986919 [ 261 ] {51fdabcc-9a30-43d4-a0f4-86aa4d9179d1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:32:13.986988 [ 261 ] {51fdabcc-9a30-43d4-a0f4-86aa4d9179d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:32:13.987617 [ 261 ] {51fdabcc-9a30-43d4-a0f4-86aa4d9179d1} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:13.987663 [ 261 ] {51fdabcc-9a30-43d4-a0f4-86aa4d9179d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:13.988062 [ 261 ] {51fdabcc-9a30-43d4-a0f4-86aa4d9179d1} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.04 04:32:13.988303 [ 261 ] {51fdabcc-9a30-43d4-a0f4-86aa4d9179d1} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:13.988449 [ 119 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.04 04:32:13.988456 [ 261 ] {51fdabcc-9a30-43d4-a0f4-86aa4d9179d1} executeQuery: Read 72 rows, 5.91 KiB in 0.001587 sec., 45368.62003780718 rows/sec., 3.64 MiB/sec. 2026.03.04 04:32:13.988538 [ 119 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:13.988551 [ 261 ] {51fdabcc-9a30-43d4-a0f4-86aa4d9179d1} TCPHandler: Processed in 0.001970818 sec. 2026.03.04 04:32:13.988582 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:13.988690 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:13.988729 [ 200 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.04 04:32:13.988791 [ 261 ] {04e197a1-ea22-429e-a62e-d3151a8ab8a7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:32:13.988838 [ 261 ] {04e197a1-ea22-429e-a62e-d3151a8ab8a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:32:13.988874 [ 200 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:32:13.988911 [ 200 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2889 rows starting from the beginning of the part 2026.03.04 04:32:13.988973 [ 200 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 56 rows starting from the beginning of the part 2026.03.04 04:32:13.989016 [ 200 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 122 rows starting from the beginning of the part 2026.03.04 04:32:13.989058 [ 200 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 72 rows starting from the beginning of the part 2026.03.04 04:32:13.989098 [ 200 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 243 rows starting from the beginning of the part 2026.03.04 04:32:13.989152 [ 200 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 72 rows starting from the beginning of the part 2026.03.04 04:32:13.989260 [ 261 ] {04e197a1-ea22-429e-a62e-d3151a8ab8a7} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:13.989305 [ 261 ] {04e197a1-ea22-429e-a62e-d3151a8ab8a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:13.989724 [ 261 ] {04e197a1-ea22-429e-a62e-d3151a8ab8a7} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.04 04:32:13.989958 [ 261 ] {04e197a1-ea22-429e-a62e-d3151a8ab8a7} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:13.990098 [ 261 ] {04e197a1-ea22-429e-a62e-d3151a8ab8a7} executeQuery: Read 8 rows, 616.00 B in 0.001327 sec., 6028.636021100226 rows/sec., 453.33 KiB/sec. 2026.03.04 04:32:13.990137 [ 261 ] {04e197a1-ea22-429e-a62e-d3151a8ab8a7} TCPHandler: Processed in 0.001497348 sec. 2026.03.04 04:32:13.990249 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:13.990347 [ 261 ] {43532459-9e0d-400d-8221-4c0fa8403586} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:32:13.990388 [ 261 ] {43532459-9e0d-400d-8221-4c0fa8403586} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:32:13.990807 [ 261 ] {43532459-9e0d-400d-8221-4c0fa8403586} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:13.990848 [ 261 ] {43532459-9e0d-400d-8221-4c0fa8403586} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:13.990881 [ 197 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3454 rows, containing 5 columns (5 merged, 0 gathered) in 0.002212733 sec., 1560965.5570735375 rows/sec., 128.28 MiB/sec. 2026.03.04 04:32:13.991161 [ 200 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.04 04:32:13.991171 [ 261 ] {43532459-9e0d-400d-8221-4c0fa8403586} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.04 04:32:13.991505 [ 261 ] {43532459-9e0d-400d-8221-4c0fa8403586} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:13.991507 [ 200 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_21_4} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:13.991600 [ 200 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_21_4} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.04 04:32:13.991619 [ 119 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.04 04:32:13.991646 [ 261 ] {43532459-9e0d-400d-8221-4c0fa8403586} executeQuery: Read 72 rows, 5.76 KiB in 0.00132 sec., 54545.454545454544 rows/sec., 4.26 MiB/sec. 2026.03.04 04:32:13.991654 [ 119 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:13.991681 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2026.03.04 04:32:13.991688 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:13.991691 [ 261 ] {43532459-9e0d-400d-8221-4c0fa8403586} TCPHandler: Processed in 0.001492309 sec. 2026.03.04 04:32:13.991791 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.04 04:32:13.991836 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:13.991887 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:32:13.991917 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1548 rows starting from the beginning of the part 2026.03.04 04:32:13.991932 [ 261 ] {92fcdf24-3451-4151-b309-ba6ea58f5b99} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:32:13.991973 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 64 rows starting from the beginning of the part 2026.03.04 04:32:13.991977 [ 261 ] {92fcdf24-3451-4151-b309-ba6ea58f5b99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:32:13.992020 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 97 rows starting from the beginning of the part 2026.03.04 04:32:13.992060 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 72 rows starting from the beginning of the part 2026.03.04 04:32:13.992099 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 135 rows starting from the beginning of the part 2026.03.04 04:32:13.992138 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 72 rows starting from the beginning of the part 2026.03.04 04:32:13.992404 [ 261 ] {92fcdf24-3451-4151-b309-ba6ea58f5b99} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:13.992439 [ 261 ] {92fcdf24-3451-4151-b309-ba6ea58f5b99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:13.992781 [ 261 ] {92fcdf24-3451-4151-b309-ba6ea58f5b99} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.04 04:32:13.993030 [ 261 ] {92fcdf24-3451-4151-b309-ba6ea58f5b99} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:13.993236 [ 261 ] {92fcdf24-3451-4151-b309-ba6ea58f5b99} executeQuery: Read 160 rows, 11.41 KiB in 0.001323 sec., 120937.26379440665 rows/sec., 8.42 MiB/sec. 2026.03.04 04:32:13.993248 [ 200 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1988 rows, containing 5 columns (5 merged, 0 gathered) in 0.001496469 sec., 1328460.529419587 rows/sec., 100.44 MiB/sec. 2026.03.04 04:32:13.993232 [ 118 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.04 04:32:13.993278 [ 261 ] {92fcdf24-3451-4151-b309-ba6ea58f5b99} TCPHandler: Processed in 0.001491179 sec. 2026.03.04 04:32:13.993344 [ 118 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:13.993373 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:13.993456 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:13.993459 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.04 04:32:13.993494 [ 200 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.04 04:32:13.993555 [ 261 ] {76fab79b-9f83-48cd-8d8e-ce39f7119b83} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:32:13.993577 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:32:13.993613 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 6800 rows starting from the beginning of the part 2026.03.04 04:32:13.993617 [ 261 ] {76fab79b-9f83-48cd-8d8e-ce39f7119b83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:32:13.993710 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 128 rows starting from the beginning of the part 2026.03.04 04:32:13.993768 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part 2026.03.04 04:32:13.993791 [ 200 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_21_4} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:13.993812 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part 2026.03.04 04:32:13.993861 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 197 rows starting from the beginning of the part 2026.03.04 04:32:13.993884 [ 200 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_21_4} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.04 04:32:13.993908 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2026.03.04 04:32:13.993969 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.03.04 04:32:13.994491 [ 261 ] {76fab79b-9f83-48cd-8d8e-ce39f7119b83} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:13.994532 [ 261 ] {76fab79b-9f83-48cd-8d8e-ce39f7119b83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:13.995171 [ 261 ] {76fab79b-9f83-48cd-8d8e-ce39f7119b83} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.04 04:32:13.995532 [ 261 ] {76fab79b-9f83-48cd-8d8e-ce39f7119b83} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:13.995766 [ 118 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.04 04:32:13.995847 [ 261 ] {76fab79b-9f83-48cd-8d8e-ce39f7119b83} executeQuery: Read 8 rows, 14.68 KiB in 0.002308 sec., 3466.2045060658575 rows/sec., 6.21 MiB/sec. 2026.03.04 04:32:13.995879 [ 118 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:13.995909 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:13.995929 [ 261 ] {76fab79b-9f83-48cd-8d8e-ce39f7119b83} TCPHandler: Processed in 0.002527119 sec. 2026.03.04 04:32:13.996007 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.04 04:32:13.996075 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:13.996176 [ 261 ] {38e5cf14-4fd8-49a8-a515-12e62b340d06} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:32:13.996217 [ 261 ] {38e5cf14-4fd8-49a8-a515-12e62b340d06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:32:13.996273 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:32:13.996337 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 261 rows starting from the beginning of the part 2026.03.04 04:32:13.996463 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 17 rows starting from the beginning of the part 2026.03.04 04:32:13.996572 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 33 rows starting from the beginning of the part 2026.03.04 04:32:13.996592 [ 261 ] {38e5cf14-4fd8-49a8-a515-12e62b340d06} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:13.996633 [ 261 ] {38e5cf14-4fd8-49a8-a515-12e62b340d06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:13.996677 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2026.03.04 04:32:13.996789 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 33 rows starting from the beginning of the part 2026.03.04 04:32:13.996825 [ 196 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 7605 rows, containing 5 columns (5 merged, 0 gathered) in 0.003400405 sec., 2236498.2994672693 rows/sec., 151.25 MiB/sec. 2026.03.04 04:32:13.996901 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2026.03.04 04:32:13.997043 [ 261 ] {38e5cf14-4fd8-49a8-a515-12e62b340d06} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.04 04:32:13.997297 [ 261 ] {38e5cf14-4fd8-49a8-a515-12e62b340d06} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:13.997418 [ 118 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.04 04:32:13.997440 [ 261 ] {38e5cf14-4fd8-49a8-a515-12e62b340d06} executeQuery: Read 60 rows, 4.14 KiB in 0.001283 sec., 46765.39360872954 rows/sec., 3.15 MiB/sec. 2026.03.04 04:32:13.997459 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.04 04:32:13.997467 [ 118 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:13.997487 [ 261 ] {38e5cf14-4fd8-49a8-a515-12e62b340d06} TCPHandler: Processed in 0.001464558 sec. 2026.03.04 04:32:13.997509 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:13.997607 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.04 04:32:13.997722 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:32:13.997751 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 912 rows starting from the beginning of the part 2026.03.04 04:32:13.997776 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_21_4} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:13.997802 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 48 rows starting from the beginning of the part 2026.03.04 04:32:13.997846 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part 2026.03.04 04:32:13.997863 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_21_4} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.04 04:32:13.997886 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2026.03.04 04:32:13.997927 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part 2026.03.04 04:32:13.997944 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB. 2026.03.04 04:32:13.997970 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2026.03.04 04:32:13.998867 [ 197 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1200 rows, containing 4 columns (4 merged, 0 gathered) in 0.001298285 sec., 924296.2831735713 rows/sec., 61.21 MiB/sec. 2026.03.04 04:32:13.999051 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.04 04:32:13.999326 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_21_4} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:13.999398 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_21_4} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.04 04:32:13.999466 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2026.03.04 04:32:14.000288 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 233.00 MiB, peak 236.63 MiB, free memory in arenas 0.00 B, will set to 231.09 MiB (RSS), difference: -1.91 MiB 2026.03.04 04:32:14.001060 [ 199 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 19 columns (19 merged, 0 gathered) in 0.005093488 sec., 70678.48201468227 rows/sec., 126.65 MiB/sec. 2026.03.04 04:32:14.001620 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.04 04:32:14.001977 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_16_3} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:14.002060 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_16_3} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.04 04:32:14.002155 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.01 MiB. 2026.03.04 04:32:15.000297 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 227.77 MiB, peak 236.63 MiB, free memory in arenas 0.00 B, will set to 231.38 MiB (RSS), difference: 3.61 MiB 2026.03.04 04:32:15.758824 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43363 2026.03.04 04:32:15.758938 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:15.758972 [ 288 ] {} TCP-Session: 07a49d58-0589-44a9-9c37-794f14883d5b Authenticating user 'default' from [fd00:1122:3344:101::e]:43363 2026.03.04 04:32:15.759001 [ 288 ] {} TCP-Session: 07a49d58-0589-44a9-9c37-794f14883d5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:15.759018 [ 288 ] {} TCP-Session: 07a49d58-0589-44a9-9c37-794f14883d5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:15.759221 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36442 2026.03.04 04:32:15.759257 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43855 2026.03.04 04:32:15.759287 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39976 2026.03.04 04:32:15.759310 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63982 2026.03.04 04:32:15.759329 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:15.759353 [ 288 ] {} TCP-Session: 07a49d58-0589-44a9-9c37-794f14883d5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:15.759376 [ 289 ] {} TCP-Session: 22f7a6fe-b1de-4fb0-9d3e-7debe8afcdb2 Authenticating user 'default' from [fd00:1122:3344:101::e]:36442 2026.03.04 04:32:15.759377 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:15.759399 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:15.759410 [ 289 ] {} TCP-Session: 22f7a6fe-b1de-4fb0-9d3e-7debe8afcdb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:15.759422 [ 290 ] {} TCP-Session: 3a4c3280-d918-4775-a704-2435a4cc24b1 Authenticating user 'default' from [fd00:1122:3344:101::e]:43855 2026.03.04 04:32:15.759439 [ 293 ] {} TCP-Session: a62c1158-4584-469a-b268-a0acb3d5b342 Authenticating user 'default' from [fd00:1122:3344:101::e]:39976 2026.03.04 04:32:15.759443 [ 289 ] {} TCP-Session: 22f7a6fe-b1de-4fb0-9d3e-7debe8afcdb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:15.759469 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:15.759478 [ 293 ] {} TCP-Session: a62c1158-4584-469a-b268-a0acb3d5b342 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:15.759508 [ 259 ] {} TCP-Session: 7961e581-158f-4ffa-83d0-1d210a4b04ac Authenticating user 'default' from [fd00:1122:3344:101::e]:63982 2026.03.04 04:32:15.759523 [ 293 ] {} TCP-Session: a62c1158-4584-469a-b268-a0acb3d5b342 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:15.759539 [ 288 ] {274074e4-3e39-494c-9f4c-f0ed77c0d7b6} executeQuery: (from [fd00:1122:3344:101::e]:43363) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:32:15.759543 [ 259 ] {} TCP-Session: 7961e581-158f-4ffa-83d0-1d210a4b04ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:15.759464 [ 290 ] {} TCP-Session: 3a4c3280-d918-4775-a704-2435a4cc24b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:15.759587 [ 259 ] {} TCP-Session: 7961e581-158f-4ffa-83d0-1d210a4b04ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:15.759605 [ 290 ] {} TCP-Session: 3a4c3280-d918-4775-a704-2435a4cc24b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:15.759299 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39959 2026.03.04 04:32:15.759274 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56732 2026.03.04 04:32:15.759273 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37461 2026.03.04 04:32:15.759317 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60402 2026.03.04 04:32:15.759765 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:15.759798 [ 294 ] {} TCP-Session: 7444d912-b5cf-4253-932a-bc62e7761b17 Authenticating user 'default' from [fd00:1122:3344:101::e]:39959 2026.03.04 04:32:15.759816 [ 294 ] {} TCP-Session: 7444d912-b5cf-4253-932a-bc62e7761b17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:15.759831 [ 294 ] {} TCP-Session: 7444d912-b5cf-4253-932a-bc62e7761b17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:15.759933 [ 288 ] {274074e4-3e39-494c-9f4c-f0ed77c0d7b6} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:32:15.760055 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:15.760063 [ 288 ] {274074e4-3e39-494c-9f4c-f0ed77c0d7b6} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:32:15.760090 [ 286 ] {} TCP-Session: 5b42bfb0-cf08-4302-acc6-91f4cd5a84a9 Authenticating user 'default' from [fd00:1122:3344:101::e]:60402 2026.03.04 04:32:15.760111 [ 286 ] {} TCP-Session: 5b42bfb0-cf08-4302-acc6-91f4cd5a84a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:15.760123 [ 286 ] {} TCP-Session: 5b42bfb0-cf08-4302-acc6-91f4cd5a84a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:15.760147 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:15.760200 [ 291 ] {} TCP-Session: d2da1720-5b30-492f-9677-ce87ecf1eff2 Authenticating user 'default' from [fd00:1122:3344:101::e]:56732 2026.03.04 04:32:15.760223 [ 291 ] {} TCP-Session: d2da1720-5b30-492f-9677-ce87ecf1eff2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:15.760230 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:15.760236 [ 291 ] {} TCP-Session: d2da1720-5b30-492f-9677-ce87ecf1eff2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:15.760273 [ 292 ] {} TCP-Session: 04522e46-8486-4867-b3fc-1c95b0035f0f Authenticating user 'default' from [fd00:1122:3344:101::e]:37461 2026.03.04 04:32:15.760296 [ 292 ] {} TCP-Session: 04522e46-8486-4867-b3fc-1c95b0035f0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:15.760308 [ 292 ] {} TCP-Session: 04522e46-8486-4867-b3fc-1c95b0035f0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:15.760448 [ 288 ] {274074e4-3e39-494c-9f4c-f0ed77c0d7b6} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:32:15.761675 [ 310 ] {274074e4-3e39-494c-9f4c-f0ed77c0d7b6} AggregatingTransform: Aggregating 2026.03.04 04:32:15.761720 [ 310 ] {274074e4-3e39-494c-9f4c-f0ed77c0d7b6} Aggregator: Aggregation method: without_key 2026.03.04 04:32:15.761758 [ 310 ] {274074e4-3e39-494c-9f4c-f0ed77c0d7b6} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001201473 sec. (832.312 rows/sec., 32.51 KiB/sec.) 2026.03.04 04:32:15.761777 [ 310 ] {274074e4-3e39-494c-9f4c-f0ed77c0d7b6} Aggregator: Merging aggregated data 2026.03.04 04:32:15.763067 [ 288 ] {274074e4-3e39-494c-9f4c-f0ed77c0d7b6} executeQuery: Read 1 rows, 40.00 B in 0.003549 sec., 281.7695125387433 rows/sec., 11.01 KiB/sec. 2026.03.04 04:32:15.763208 [ 288 ] {274074e4-3e39-494c-9f4c-f0ed77c0d7b6} TCPHandler: Processed in 0.003971057 sec. 2026.03.04 04:32:15.763355 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:15.763385 [ 288 ] {} TCP-Session: 07a49d58-0589-44a9-9c37-794f14883d5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:15.763391 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:15.763416 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:15.763435 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:15.763467 [ 286 ] {} TCP-Session: 5b42bfb0-cf08-4302-acc6-91f4cd5a84a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:15.763460 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:15.763493 [ 292 ] {} TCP-Session: 04522e46-8486-4867-b3fc-1c95b0035f0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:15.763502 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:15.763524 [ 289 ] {} TCP-Session: 22f7a6fe-b1de-4fb0-9d3e-7debe8afcdb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:15.763477 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:15.763549 [ 259 ] {} TCP-Session: 7961e581-158f-4ffa-83d0-1d210a4b04ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:15.763564 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:15.763598 [ 291 ] {} TCP-Session: d2da1720-5b30-492f-9677-ce87ecf1eff2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:15.763546 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:15.763626 [ 294 ] {} TCP-Session: 7444d912-b5cf-4253-932a-bc62e7761b17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:15.763440 [ 290 ] {} TCP-Session: 3a4c3280-d918-4775-a704-2435a4cc24b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:15.763667 [ 293 ] {} TCP-Session: a62c1158-4584-469a-b268-a0acb3d5b342 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.035329 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51458 2026.03.04 04:32:16.035439 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:16.035468 [ 288 ] {} TCP-Session: d2ada8c0-681c-4fc7-bf5b-ad75723c36cc Authenticating user 'default' from [fd00:1122:3344:101::e]:51458 2026.03.04 04:32:16.035504 [ 288 ] {} TCP-Session: d2ada8c0-681c-4fc7-bf5b-ad75723c36cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.035520 [ 288 ] {} TCP-Session: d2ada8c0-681c-4fc7-bf5b-ad75723c36cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.035753 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35282 2026.03.04 04:32:16.035811 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63895 2026.03.04 04:32:16.035837 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55825 2026.03.04 04:32:16.035858 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34731 2026.03.04 04:32:16.035896 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64254 2026.03.04 04:32:16.035933 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:16.035886 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43043 2026.03.04 04:32:16.035968 [ 288 ] {} TCP-Session: d2ada8c0-681c-4fc7-bf5b-ad75723c36cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:16.036003 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:16.035988 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:16.036052 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:16.036058 [ 286 ] {} TCP-Session: 3d2670b5-50e7-4ad8-92b8-ad3afdfce3da Authenticating user 'default' from [fd00:1122:3344:101::e]:64254 2026.03.04 04:32:16.036102 [ 291 ] {} TCP-Session: 4e3c0aeb-7873-4d05-afc3-f91db774b545 Authenticating user 'default' from [fd00:1122:3344:101::e]:55825 2026.03.04 04:32:16.036106 [ 259 ] {} TCP-Session: 79617433-65b7-4e4f-be8d-a5af129db557 Authenticating user 'default' from [fd00:1122:3344:101::e]:43043 2026.03.04 04:32:16.036128 [ 286 ] {} TCP-Session: 3d2670b5-50e7-4ad8-92b8-ad3afdfce3da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.036150 [ 291 ] {} TCP-Session: 4e3c0aeb-7873-4d05-afc3-f91db774b545 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.036156 [ 259 ] {} TCP-Session: 79617433-65b7-4e4f-be8d-a5af129db557 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.036165 [ 286 ] {} TCP-Session: 3d2670b5-50e7-4ad8-92b8-ad3afdfce3da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.036193 [ 259 ] {} TCP-Session: 79617433-65b7-4e4f-be8d-a5af129db557 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.036186 [ 288 ] {1984c482-1b46-44e5-93e8-26f007b092d4} executeQuery: (from [fd00:1122:3344:101::e]:51458) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:32:16.035988 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:16.035973 [ 290 ] {} TCP-Session: 688ae4d0-d7ac-47c5-bcf9-e2400862f16a Authenticating user 'default' from [fd00:1122:3344:101::e]:63895 2026.03.04 04:32:16.036291 [ 293 ] {} TCP-Session: 967481cc-0065-4fc2-be22-ef0554047e9b Authenticating user 'default' from [fd00:1122:3344:101::e]:34731 2026.03.04 04:32:16.035880 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:16.036340 [ 293 ] {} TCP-Session: 967481cc-0065-4fc2-be22-ef0554047e9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.036332 [ 290 ] {} TCP-Session: 688ae4d0-d7ac-47c5-bcf9-e2400862f16a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.036382 [ 289 ] {} TCP-Session: fc3dad00-e214-457f-8d5e-b2ee7b2d62c5 Authenticating user 'default' from [fd00:1122:3344:101::e]:35282 2026.03.04 04:32:16.036406 [ 290 ] {} TCP-Session: 688ae4d0-d7ac-47c5-bcf9-e2400862f16a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.036384 [ 293 ] {} TCP-Session: 967481cc-0065-4fc2-be22-ef0554047e9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.036434 [ 289 ] {} TCP-Session: fc3dad00-e214-457f-8d5e-b2ee7b2d62c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.036479 [ 288 ] {1984c482-1b46-44e5-93e8-26f007b092d4} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:32:16.036493 [ 289 ] {} TCP-Session: fc3dad00-e214-457f-8d5e-b2ee7b2d62c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.035871 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51581 2026.03.04 04:32:16.036546 [ 288 ] {1984c482-1b46-44e5-93e8-26f007b092d4} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:32:16.035848 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42193 2026.03.04 04:32:16.036177 [ 291 ] {} TCP-Session: 4e3c0aeb-7873-4d05-afc3-f91db774b545 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.036620 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:16.036649 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:16.036655 [ 294 ] {} TCP-Session: 5199265b-3a24-4158-ab98-01544b1b240d Authenticating user 'default' from [fd00:1122:3344:101::e]:51581 2026.03.04 04:32:16.036683 [ 292 ] {} TCP-Session: af8cc21c-dd24-4afb-8135-25afc0c700e5 Authenticating user 'default' from [fd00:1122:3344:101::e]:42193 2026.03.04 04:32:16.036700 [ 294 ] {} TCP-Session: 5199265b-3a24-4158-ab98-01544b1b240d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.036718 [ 292 ] {} TCP-Session: af8cc21c-dd24-4afb-8135-25afc0c700e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.036732 [ 294 ] {} TCP-Session: 5199265b-3a24-4158-ab98-01544b1b240d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.036749 [ 292 ] {} TCP-Session: af8cc21c-dd24-4afb-8135-25afc0c700e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.036870 [ 288 ] {1984c482-1b46-44e5-93e8-26f007b092d4} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:32:16.037907 [ 328 ] {1984c482-1b46-44e5-93e8-26f007b092d4} AggregatingTransform: Aggregating 2026.03.04 04:32:16.037949 [ 328 ] {1984c482-1b46-44e5-93e8-26f007b092d4} Aggregator: Aggregation method: without_key 2026.03.04 04:32:16.037989 [ 328 ] {1984c482-1b46-44e5-93e8-26f007b092d4} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00100536 sec. (994.669 rows/sec., 38.85 KiB/sec.) 2026.03.04 04:32:16.038010 [ 328 ] {1984c482-1b46-44e5-93e8-26f007b092d4} Aggregator: Merging aggregated data 2026.03.04 04:32:16.040162 [ 288 ] {1984c482-1b46-44e5-93e8-26f007b092d4} executeQuery: Read 1 rows, 40.00 B in 0.004029 sec., 248.2005460412013 rows/sec., 9.70 KiB/sec. 2026.03.04 04:32:16.040425 [ 288 ] {1984c482-1b46-44e5-93e8-26f007b092d4} TCPHandler: Processed in 0.00463361 sec. 2026.03.04 04:32:16.040586 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:16.040632 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:16.040645 [ 288 ] {} TCP-Session: d2ada8c0-681c-4fc7-bf5b-ad75723c36cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.040687 [ 289 ] {} TCP-Session: fc3dad00-e214-457f-8d5e-b2ee7b2d62c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.040725 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:16.040756 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:16.040767 [ 292 ] {} TCP-Session: af8cc21c-dd24-4afb-8135-25afc0c700e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.040782 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:16.040812 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:16.040844 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:16.040851 [ 290 ] {} TCP-Session: 688ae4d0-d7ac-47c5-bcf9-e2400862f16a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.040869 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:16.040904 [ 291 ] {} TCP-Session: 4e3c0aeb-7873-4d05-afc3-f91db774b545 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.040941 [ 294 ] {} TCP-Session: 5199265b-3a24-4158-ab98-01544b1b240d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.040894 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:16.040880 [ 293 ] {} TCP-Session: 967481cc-0065-4fc2-be22-ef0554047e9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.041016 [ 259 ] {} TCP-Session: 79617433-65b7-4e4f-be8d-a5af129db557 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.040808 [ 286 ] {} TCP-Session: 3d2670b5-50e7-4ad8-92b8-ad3afdfce3da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.111638 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39191 2026.03.04 04:32:16.111757 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:16.111786 [ 288 ] {} TCP-Session: b6cd0f60-bb58-4c16-8329-8398c9d98358 Authenticating user 'default' from [fd00:1122:3344:101::e]:39191 2026.03.04 04:32:16.111811 [ 288 ] {} TCP-Session: b6cd0f60-bb58-4c16-8329-8398c9d98358 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.111825 [ 288 ] {} TCP-Session: b6cd0f60-bb58-4c16-8329-8398c9d98358 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.112036 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65442 2026.03.04 04:32:16.112070 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39055 2026.03.04 04:32:16.112132 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35174 2026.03.04 04:32:16.112145 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61027 2026.03.04 04:32:16.112157 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:16.112169 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44370 2026.03.04 04:32:16.112206 [ 289 ] {} TCP-Session: 8152732e-3bf5-4cbf-b402-4a1a2485af42 Authenticating user 'default' from [fd00:1122:3344:101::e]:65442 2026.03.04 04:32:16.112209 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:16.112233 [ 289 ] {} TCP-Session: 8152732e-3bf5-4cbf-b402-4a1a2485af42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.112234 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:16.112252 [ 289 ] {} TCP-Session: 8152732e-3bf5-4cbf-b402-4a1a2485af42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.112261 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:16.112272 [ 293 ] {} TCP-Session: dd7d9d7b-754d-4133-8722-24a5b2ae9a3a Authenticating user 'default' from [fd00:1122:3344:101::e]:61027 2026.03.04 04:32:16.112294 [ 259 ] {} TCP-Session: 9ba88cb7-2c60-4332-ae19-ced40afc6cab Authenticating user 'default' from [fd00:1122:3344:101::e]:44370 2026.03.04 04:32:16.112312 [ 293 ] {} TCP-Session: dd7d9d7b-754d-4133-8722-24a5b2ae9a3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.112327 [ 259 ] {} TCP-Session: 9ba88cb7-2c60-4332-ae19-ced40afc6cab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.112338 [ 293 ] {} TCP-Session: dd7d9d7b-754d-4133-8722-24a5b2ae9a3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.112350 [ 259 ] {} TCP-Session: 9ba88cb7-2c60-4332-ae19-ced40afc6cab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.112197 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:16.112180 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54651 2026.03.04 04:32:16.112410 [ 290 ] {} TCP-Session: 457363b7-3c56-42a6-889d-e9b59410b535 Authenticating user 'default' from [fd00:1122:3344:101::e]:39055 2026.03.04 04:32:16.112155 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34849 2026.03.04 04:32:16.112446 [ 290 ] {} TCP-Session: 457363b7-3c56-42a6-889d-e9b59410b535 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.112131 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52158 2026.03.04 04:32:16.112497 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:16.112468 [ 290 ] {} TCP-Session: 457363b7-3c56-42a6-889d-e9b59410b535 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.112533 [ 294 ] {} TCP-Session: a9be4d36-3070-4ab4-8b1a-0ac0418a8cd8 Authenticating user 'default' from [fd00:1122:3344:101::e]:34849 2026.03.04 04:32:16.112462 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:16.112555 [ 294 ] {} TCP-Session: a9be4d36-3070-4ab4-8b1a-0ac0418a8cd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.112576 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:32:16.112583 [ 286 ] {} TCP-Session: ca217360-050a-4d21-a04e-fea31a606dca Authenticating user 'default' from [fd00:1122:3344:101::e]:54651 2026.03.04 04:32:16.112596 [ 294 ] {} TCP-Session: a9be4d36-3070-4ab4-8b1a-0ac0418a8cd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.112616 [ 291 ] {} TCP-Session: 4b3d9878-74fd-4721-98d5-790d34f34eed Authenticating user 'default' from [fd00:1122:3344:101::e]:52158 2026.03.04 04:32:16.112623 [ 286 ] {} TCP-Session: ca217360-050a-4d21-a04e-fea31a606dca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.112246 [ 292 ] {} TCP-Session: cfc16fb4-7b24-423b-949f-4b1b367c496d Authenticating user 'default' from [fd00:1122:3344:101::e]:35174 2026.03.04 04:32:16.112662 [ 286 ] {} TCP-Session: ca217360-050a-4d21-a04e-fea31a606dca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.112659 [ 291 ] {} TCP-Session: 4b3d9878-74fd-4721-98d5-790d34f34eed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.112689 [ 292 ] {} TCP-Session: cfc16fb4-7b24-423b-949f-4b1b367c496d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.112716 [ 291 ] {} TCP-Session: 4b3d9878-74fd-4721-98d5-790d34f34eed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.112736 [ 292 ] {} TCP-Session: cfc16fb4-7b24-423b-949f-4b1b367c496d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.112186 [ 288 ] {} TCP-Session: b6cd0f60-bb58-4c16-8329-8398c9d98358 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:16.112961 [ 288 ] {4e9bc6cf-191b-49d2-8872-d8b927ce2ef0} executeQuery: (from [fd00:1122:3344:101::e]:39191) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:32:16.113256 [ 288 ] {4e9bc6cf-191b-49d2-8872-d8b927ce2ef0} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:32:16.113319 [ 288 ] {4e9bc6cf-191b-49d2-8872-d8b927ce2ef0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:32:16.113630 [ 288 ] {4e9bc6cf-191b-49d2-8872-d8b927ce2ef0} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:32:16.114587 [ 329 ] {4e9bc6cf-191b-49d2-8872-d8b927ce2ef0} AggregatingTransform: Aggregating 2026.03.04 04:32:16.114640 [ 329 ] {4e9bc6cf-191b-49d2-8872-d8b927ce2ef0} Aggregator: Aggregation method: without_key 2026.03.04 04:32:16.114678 [ 329 ] {4e9bc6cf-191b-49d2-8872-d8b927ce2ef0} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000941718 sec. (1061.889 rows/sec., 41.48 KiB/sec.) 2026.03.04 04:32:16.114706 [ 329 ] {4e9bc6cf-191b-49d2-8872-d8b927ce2ef0} Aggregator: Merging aggregated data 2026.03.04 04:32:16.116464 [ 288 ] {4e9bc6cf-191b-49d2-8872-d8b927ce2ef0} executeQuery: Read 1 rows, 40.00 B in 0.00359 sec., 278.5515320334262 rows/sec., 10.88 KiB/sec. 2026.03.04 04:32:16.116608 [ 288 ] {4e9bc6cf-191b-49d2-8872-d8b927ce2ef0} TCPHandler: Processed in 0.004593969 sec. 2026.03.04 04:32:16.116844 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:16.116870 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:16.116890 [ 286 ] {} TCP-Session: ca217360-050a-4d21-a04e-fea31a606dca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.116897 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:16.116911 [ 289 ] {} TCP-Session: 8152732e-3bf5-4cbf-b402-4a1a2485af42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.116926 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:16.116942 [ 292 ] {} TCP-Session: cfc16fb4-7b24-423b-949f-4b1b367c496d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.116949 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:16.117046 [ 290 ] {} TCP-Session: 457363b7-3c56-42a6-889d-e9b59410b535 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.117090 [ 291 ] {} TCP-Session: 4b3d9878-74fd-4721-98d5-790d34f34eed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.117097 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:16.117124 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:16.117162 [ 294 ] {} TCP-Session: a9be4d36-3070-4ab4-8b1a-0ac0418a8cd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.117180 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:16.117187 [ 293 ] {} TCP-Session: dd7d9d7b-754d-4133-8722-24a5b2ae9a3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.117196 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:32:16.117224 [ 259 ] {} TCP-Session: 9ba88cb7-2c60-4332-ae19-ced40afc6cab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:16.117266 [ 288 ] {} TCP-Session: b6cd0f60-bb58-4c16-8329-8398c9d98358 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:32:18.022749 [ 115 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:32:18.022805 [ 115 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:32:18.092671 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7708 2026.03.04 04:32:18.093274 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:18.093323 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:18.093821 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.04 04:32:18.094082 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:18.094231 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7708 2026.03.04 04:32:18.094246 [ 115 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.04 04:32:18.094308 [ 115 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:18.094327 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:18.094433 [ 197 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.04 04:32:18.094547 [ 197 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:32:18.094583 [ 197 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5276 rows starting from the beginning of the part 2026.03.04 04:32:18.094648 [ 197 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 512 rows starting from the beginning of the part 2026.03.04 04:32:18.094699 [ 197 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 448 rows starting from the beginning of the part 2026.03.04 04:32:18.094748 [ 197 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 512 rows starting from the beginning of the part 2026.03.04 04:32:18.094789 [ 197 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 448 rows starting from the beginning of the part 2026.03.04 04:32:18.094836 [ 197 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 512 rows starting from the beginning of the part 2026.03.04 04:32:18.096263 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7708 rows, containing 4 columns (4 merged, 0 gathered) in 0.001880076 sec., 4099834.2620191947 rows/sec., 58.65 MiB/sec. 2026.03.04 04:32:18.096923 [ 194 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.04 04:32:18.097250 [ 194 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_16_3} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:18.097329 [ 194 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_16_3} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.04 04:32:18.097434 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.03.04 04:32:18.113414 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 520 2026.03.04 04:32:18.115742 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:18.115780 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:18.116976 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.04 04:32:18.117234 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:18.117476 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 520 2026.03.04 04:32:18.494999 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.03.04 04:32:18.512938 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:18.513014 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:18.519307 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.04 04:32:18.520042 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:18.520333 [ 112 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.04 04:32:18.520373 [ 112 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:18.520394 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:18.520522 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.04 04:32:18.523797 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.03.04 04:32:18.524419 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:32:18.525970 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2026.03.04 04:32:18.530389 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2026.03.04 04:32:18.534593 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2026.03.04 04:32:18.538837 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2026.03.04 04:32:18.543384 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2026.03.04 04:32:18.548042 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2026.03.04 04:32:18.602461 [ 194 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.081965761 sec., 1476.226152527273 rows/sec., 7.63 MiB/sec. 2026.03.04 04:32:18.605231 [ 198 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.04 04:32:18.607272 [ 198 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_16_3} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:18.607375 [ 198 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_16_3} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.04 04:32:18.609291 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.03.04 04:32:18.987920 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:18.988118 [ 261 ] {843e7af8-7bef-43e4-88eb-ae48e414297e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:32:18.988195 [ 261 ] {843e7af8-7bef-43e4-88eb-ae48e414297e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:32:18.988859 [ 261 ] {843e7af8-7bef-43e4-88eb-ae48e414297e} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:18.988900 [ 261 ] {843e7af8-7bef-43e4-88eb-ae48e414297e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:18.989298 [ 261 ] {843e7af8-7bef-43e4-88eb-ae48e414297e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.04 04:32:18.989523 [ 261 ] {843e7af8-7bef-43e4-88eb-ae48e414297e} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:18.989673 [ 261 ] {843e7af8-7bef-43e4-88eb-ae48e414297e} executeQuery: Read 122 rows, 10.72 KiB in 0.001609 sec., 75823.49285270354 rows/sec., 6.51 MiB/sec. 2026.03.04 04:32:18.989714 [ 261 ] {843e7af8-7bef-43e4-88eb-ae48e414297e} TCPHandler: Processed in 0.001929187 sec. 2026.03.04 04:32:18.989836 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:18.989929 [ 261 ] {8381cecc-0769-4372-82e0-769925452747} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:32:18.989968 [ 261 ] {8381cecc-0769-4372-82e0-769925452747} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:32:18.990369 [ 261 ] {8381cecc-0769-4372-82e0-769925452747} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:18.990405 [ 261 ] {8381cecc-0769-4372-82e0-769925452747} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:18.990727 [ 261 ] {8381cecc-0769-4372-82e0-769925452747} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.04 04:32:18.990930 [ 261 ] {8381cecc-0769-4372-82e0-769925452747} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:18.991062 [ 261 ] {8381cecc-0769-4372-82e0-769925452747} executeQuery: Read 33 rows, 2.48 KiB in 0.001151 sec., 28670.72111207646 rows/sec., 2.11 MiB/sec. 2026.03.04 04:32:18.991098 [ 261 ] {8381cecc-0769-4372-82e0-769925452747} TCPHandler: Processed in 0.001311615 sec. 2026.03.04 04:32:18.991208 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:18.991300 [ 261 ] {a6a268bd-f58b-4581-9e3f-79dccb7aa380} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:32:18.991339 [ 261 ] {a6a268bd-f58b-4581-9e3f-79dccb7aa380} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:32:18.991741 [ 261 ] {a6a268bd-f58b-4581-9e3f-79dccb7aa380} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:18.991776 [ 261 ] {a6a268bd-f58b-4581-9e3f-79dccb7aa380} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:18.992063 [ 261 ] {a6a268bd-f58b-4581-9e3f-79dccb7aa380} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.04 04:32:18.992265 [ 261 ] {a6a268bd-f58b-4581-9e3f-79dccb7aa380} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:18.992414 [ 261 ] {a6a268bd-f58b-4581-9e3f-79dccb7aa380} executeQuery: Read 97 rows, 7.76 KiB in 0.001132 sec., 85689.04593639576 rows/sec., 6.69 MiB/sec. 2026.03.04 04:32:18.992450 [ 261 ] {a6a268bd-f58b-4581-9e3f-79dccb7aa380} TCPHandler: Processed in 0.001290415 sec. 2026.03.04 04:32:18.992566 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:18.992658 [ 261 ] {0fe1009c-9d90-401b-b7e5-6b1b04298f2f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:32:18.992700 [ 261 ] {0fe1009c-9d90-401b-b7e5-6b1b04298f2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:32:18.993094 [ 261 ] {0fe1009c-9d90-401b-b7e5-6b1b04298f2f} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:18.993129 [ 261 ] {0fe1009c-9d90-401b-b7e5-6b1b04298f2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:18.993519 [ 261 ] {0fe1009c-9d90-401b-b7e5-6b1b04298f2f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.04 04:32:18.993793 [ 261 ] {0fe1009c-9d90-401b-b7e5-6b1b04298f2f} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:18.993929 [ 261 ] {0fe1009c-9d90-401b-b7e5-6b1b04298f2f} executeQuery: Read 160 rows, 11.41 KiB in 0.001289 sec., 124127.23041117145 rows/sec., 8.65 MiB/sec. 2026.03.04 04:32:18.993968 [ 261 ] {0fe1009c-9d90-401b-b7e5-6b1b04298f2f} TCPHandler: Processed in 0.001448678 sec. 2026.03.04 04:32:18.994095 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:18.994189 [ 261 ] {88e9c9b4-a043-48f4-9efb-de74b5044848} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:32:18.994242 [ 261 ] {88e9c9b4-a043-48f4-9efb-de74b5044848} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:32:18.995060 [ 261 ] {88e9c9b4-a043-48f4-9efb-de74b5044848} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:18.995096 [ 261 ] {88e9c9b4-a043-48f4-9efb-de74b5044848} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:18.995817 [ 261 ] {88e9c9b4-a043-48f4-9efb-de74b5044848} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.04 04:32:18.996110 [ 261 ] {88e9c9b4-a043-48f4-9efb-de74b5044848} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:18.996280 [ 261 ] {88e9c9b4-a043-48f4-9efb-de74b5044848} executeQuery: Read 33 rows, 60.55 KiB in 0.002108 sec., 15654.648956356736 rows/sec., 28.05 MiB/sec. 2026.03.04 04:32:18.996348 [ 261 ] {88e9c9b4-a043-48f4-9efb-de74b5044848} TCPHandler: Processed in 0.002300504 sec. 2026.03.04 04:32:18.996499 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:18.996618 [ 261 ] {a22bed44-4d50-42c5-872a-7f3397514aa2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:32:18.996673 [ 261 ] {a22bed44-4d50-42c5-872a-7f3397514aa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:32:18.997172 [ 261 ] {a22bed44-4d50-42c5-872a-7f3397514aa2} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:18.997209 [ 261 ] {a22bed44-4d50-42c5-872a-7f3397514aa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:18.997627 [ 261 ] {a22bed44-4d50-42c5-872a-7f3397514aa2} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.04 04:32:18.997918 [ 261 ] {a22bed44-4d50-42c5-872a-7f3397514aa2} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:18.998064 [ 261 ] {a22bed44-4d50-42c5-872a-7f3397514aa2} executeQuery: Read 60 rows, 4.14 KiB in 0.001472 sec., 40760.86956521739 rows/sec., 2.75 MiB/sec. 2026.03.04 04:32:18.998113 [ 261 ] {a22bed44-4d50-42c5-872a-7f3397514aa2} TCPHandler: Processed in 0.001670462 sec. 2026.03.04 04:32:19.000265 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 233.10 MiB, peak 242.63 MiB, free memory in arenas 0.00 B, will set to 241.77 MiB (RSS), difference: 8.66 MiB 2026.03.04 04:32:19.001333 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000841306 sec. 2026.03.04 04:32:19.261715 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:19.261913 [ 261 ] {248231c6-6917-4636-b4cf-587d7d2300e0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:32:19.262000 [ 261 ] {248231c6-6917-4636-b4cf-587d7d2300e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:32:19.262716 [ 261 ] {248231c6-6917-4636-b4cf-587d7d2300e0} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:19.262768 [ 261 ] {248231c6-6917-4636-b4cf-587d7d2300e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:19.263237 [ 261 ] {248231c6-6917-4636-b4cf-587d7d2300e0} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.04 04:32:19.263524 [ 261 ] {248231c6-6917-4636-b4cf-587d7d2300e0} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:19.263725 [ 261 ] {248231c6-6917-4636-b4cf-587d7d2300e0} executeQuery: Read 4 rows, 334.00 B in 0.001866 sec., 2143.6227224008576 rows/sec., 174.80 KiB/sec. 2026.03.04 04:32:19.263786 [ 261 ] {248231c6-6917-4636-b4cf-587d7d2300e0} TCPHandler: Processed in 0.002216132 sec. 2026.03.04 04:32:19.263925 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:19.264041 [ 261 ] {85438668-5183-4e87-8342-5cbf3f606900} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:32:19.264094 [ 261 ] {85438668-5183-4e87-8342-5cbf3f606900} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:32:19.265290 [ 261 ] {85438668-5183-4e87-8342-5cbf3f606900} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:19.265330 [ 261 ] {85438668-5183-4e87-8342-5cbf3f606900} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:19.265776 [ 261 ] {85438668-5183-4e87-8342-5cbf3f606900} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.04 04:32:19.265991 [ 261 ] {85438668-5183-4e87-8342-5cbf3f606900} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:19.266134 [ 261 ] {85438668-5183-4e87-8342-5cbf3f606900} executeQuery: Read 1954 rows, 149.86 KiB in 0.002122 sec., 920829.4062205466 rows/sec., 68.97 MiB/sec. 2026.03.04 04:32:19.266173 [ 261 ] {85438668-5183-4e87-8342-5cbf3f606900} TCPHandler: Processed in 0.002311785 sec. 2026.03.04 04:32:19.266285 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:19.266375 [ 261 ] {aa46baf0-6c11-4cf2-b643-3a0e21358e90} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:32:19.266415 [ 261 ] {aa46baf0-6c11-4cf2-b643-3a0e21358e90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:32:19.266794 [ 261 ] {aa46baf0-6c11-4cf2-b643-3a0e21358e90} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:19.266828 [ 261 ] {aa46baf0-6c11-4cf2-b643-3a0e21358e90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:19.267195 [ 261 ] {aa46baf0-6c11-4cf2-b643-3a0e21358e90} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.04 04:32:19.267403 [ 261 ] {aa46baf0-6c11-4cf2-b643-3a0e21358e90} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:19.267537 [ 261 ] {aa46baf0-6c11-4cf2-b643-3a0e21358e90} executeQuery: Read 21 rows, 1.56 KiB in 0.001167 sec., 17994.85861182519 rows/sec., 1.30 MiB/sec. 2026.03.04 04:32:19.267575 [ 261 ] {aa46baf0-6c11-4cf2-b643-3a0e21358e90} TCPHandler: Processed in 0.001332316 sec. 2026.03.04 04:32:19.267688 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:19.267782 [ 261 ] {0d9bd430-e2ce-415b-930d-b149f70204b4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:32:19.267821 [ 261 ] {0d9bd430-e2ce-415b-930d-b149f70204b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:32:19.268391 [ 261 ] {0d9bd430-e2ce-415b-930d-b149f70204b4} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:19.268427 [ 261 ] {0d9bd430-e2ce-415b-930d-b149f70204b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:19.268778 [ 261 ] {0d9bd430-e2ce-415b-930d-b149f70204b4} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.04 04:32:19.268986 [ 261 ] {0d9bd430-e2ce-415b-930d-b149f70204b4} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:19.269108 [ 261 ] {0d9bd430-e2ce-415b-930d-b149f70204b4} executeQuery: Read 708 rows, 42.29 KiB in 0.001344 sec., 526785.7142857143 rows/sec., 30.73 MiB/sec. 2026.03.04 04:32:19.269145 [ 261 ] {0d9bd430-e2ce-415b-930d-b149f70204b4} TCPHandler: Processed in 0.001507059 sec. 2026.03.04 04:32:19.269261 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:19.269354 [ 261 ] {c2697de3-b611-402d-8aec-dc42b20e7949} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.04 04:32:19.269394 [ 261 ] {c2697de3-b611-402d-8aec-dc42b20e7949} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.04 04:32:19.269768 [ 261 ] {c2697de3-b611-402d-8aec-dc42b20e7949} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:19.269804 [ 261 ] {c2697de3-b611-402d-8aec-dc42b20e7949} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:19.270104 [ 261 ] {c2697de3-b611-402d-8aec-dc42b20e7949} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.04 04:32:19.270317 [ 261 ] {c2697de3-b611-402d-8aec-dc42b20e7949} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:19.270445 [ 261 ] {c2697de3-b611-402d-8aec-dc42b20e7949} executeQuery: Read 1 rows, 72.00 B in 0.001108 sec., 902.5270758122743 rows/sec., 63.46 KiB/sec. 2026.03.04 04:32:19.270491 [ 261 ] {c2697de3-b611-402d-8aec-dc42b20e7949} TCPHandler: Processed in 0.001279095 sec. 2026.03.04 04:32:19.270614 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:19.270721 [ 261 ] {8c72d5c3-ef20-4a11-8bab-6a8addf7a237} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:32:19.270768 [ 261 ] {8c72d5c3-ef20-4a11-8bab-6a8addf7a237} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:32:19.271645 [ 261 ] {8c72d5c3-ef20-4a11-8bab-6a8addf7a237} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:19.271689 [ 261 ] {8c72d5c3-ef20-4a11-8bab-6a8addf7a237} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:19.272089 [ 261 ] {8c72d5c3-ef20-4a11-8bab-6a8addf7a237} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.04 04:32:19.272325 [ 261 ] {8c72d5c3-ef20-4a11-8bab-6a8addf7a237} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:19.272466 [ 261 ] {8c72d5c3-ef20-4a11-8bab-6a8addf7a237} executeQuery: Read 1021 rows, 72.03 KiB in 0.001766 sec., 578142.6953567384 rows/sec., 39.83 MiB/sec. 2026.03.04 04:32:19.272505 [ 261 ] {8c72d5c3-ef20-4a11-8bab-6a8addf7a237} TCPHandler: Processed in 0.001947408 sec. 2026.03.04 04:32:19.272619 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:19.272714 [ 261 ] {b658de40-0c0e-4e2b-be04-e32544e78805} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:32:19.272758 [ 261 ] {b658de40-0c0e-4e2b-be04-e32544e78805} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:32:19.273389 [ 261 ] {b658de40-0c0e-4e2b-be04-e32544e78805} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:19.273425 [ 261 ] {b658de40-0c0e-4e2b-be04-e32544e78805} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:19.273875 [ 261 ] {b658de40-0c0e-4e2b-be04-e32544e78805} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.04 04:32:19.274105 [ 261 ] {b658de40-0c0e-4e2b-be04-e32544e78805} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:19.274241 [ 261 ] {b658de40-0c0e-4e2b-be04-e32544e78805} executeQuery: Read 1219 rows, 78.06 KiB in 0.001546 sec., 788486.4165588615 rows/sec., 49.31 MiB/sec. 2026.03.04 04:32:19.274279 [ 261 ] {b658de40-0c0e-4e2b-be04-e32544e78805} TCPHandler: Processed in 0.001707603 sec. 2026.03.04 04:32:19.274401 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:19.274496 [ 261 ] {3fa82972-e91e-41fa-9d3b-6b68313f6e2b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:32:19.274551 [ 261 ] {3fa82972-e91e-41fa-9d3b-6b68313f6e2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:32:19.275323 [ 261 ] {3fa82972-e91e-41fa-9d3b-6b68313f6e2b} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:19.275358 [ 261 ] {3fa82972-e91e-41fa-9d3b-6b68313f6e2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:19.275875 [ 261 ] {3fa82972-e91e-41fa-9d3b-6b68313f6e2b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.04 04:32:19.276097 [ 261 ] {3fa82972-e91e-41fa-9d3b-6b68313f6e2b} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:19.276245 [ 261 ] {3fa82972-e91e-41fa-9d3b-6b68313f6e2b} executeQuery: Read 17 rows, 31.19 KiB in 0.001767 sec., 9620.82625919638 rows/sec., 17.24 MiB/sec. 2026.03.04 04:32:19.276297 [ 261 ] {3fa82972-e91e-41fa-9d3b-6b68313f6e2b} TCPHandler: Processed in 0.001945738 sec. 2026.03.04 04:32:19.276422 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:19.276516 [ 261 ] {0306ae07-395b-4524-be5f-31924f488589} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:32:19.276558 [ 261 ] {0306ae07-395b-4524-be5f-31924f488589} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:32:19.276882 [ 261 ] {0306ae07-395b-4524-be5f-31924f488589} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:19.276918 [ 261 ] {0306ae07-395b-4524-be5f-31924f488589} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:19.277211 [ 261 ] {0306ae07-395b-4524-be5f-31924f488589} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.04 04:32:19.277436 [ 261 ] {0306ae07-395b-4524-be5f-31924f488589} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:19.277561 [ 261 ] {0306ae07-395b-4524-be5f-31924f488589} executeQuery: Read 12 rows, 848.00 B in 0.001063 sec., 11288.805268109127 rows/sec., 779.05 KiB/sec. 2026.03.04 04:32:19.277596 [ 261 ] {0306ae07-395b-4524-be5f-31924f488589} TCPHandler: Processed in 0.001223664 sec. 2026.03.04 04:32:21.153728 [ 109 ] {} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.04 04:32:21.153796 [ 109 ] {} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:21.153819 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:21.153977 [ 190 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.03.04 04:32:21.154115 [ 190 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:32:21.154151 [ 190 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 284 rows starting from the beginning of the part 2026.03.04 04:32:21.154239 [ 190 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 284 rows starting from the beginning of the part 2026.03.04 04:32:21.154298 [ 190 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 284 rows starting from the beginning of the part 2026.03.04 04:32:21.154346 [ 190 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2026.03.04 04:32:21.154396 [ 190 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2026.03.04 04:32:21.155271 [ 190 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 5 columns (5 merged, 0 gathered) in 0.001368146 sec., 657824.5304229227 rows/sec., 44.97 MiB/sec. 2026.03.04 04:32:21.155400 [ 190 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.04 04:32:21.155629 [ 190 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_5_1} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:21.155694 [ 190 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_5_1} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.04 04:32:21.155764 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.03.04 04:32:21.564812 [ 108 ] {} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.04 04:32:21.564914 [ 108 ] {} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:21.564952 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:21.565174 [ 194 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.03.04 04:32:21.565337 [ 194 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:32:21.565367 [ 194 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 148 rows starting from the beginning of the part 2026.03.04 04:32:21.565428 [ 194 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 148 rows starting from the beginning of the part 2026.03.04 04:32:21.565472 [ 194 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 148 rows starting from the beginning of the part 2026.03.04 04:32:21.565511 [ 194 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.03.04 04:32:21.565554 [ 194 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2026.03.04 04:32:21.566282 [ 190 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 468 rows, containing 5 columns (5 merged, 0 gathered) in 0.001177132 sec., 397576.48250153766 rows/sec., 24.52 MiB/sec. 2026.03.04 04:32:21.566403 [ 194 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.04 04:32:21.566638 [ 194 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_5_1} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:21.566699 [ 194 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_5_1} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.04 04:32:21.566758 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.03.04 04:32:23.984052 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:23.984236 [ 261 ] {13376d1b-5cc7-43dc-8db8-63c700bebe27} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:32:23.984302 [ 261 ] {13376d1b-5cc7-43dc-8db8-63c700bebe27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:32:23.984939 [ 261 ] {13376d1b-5cc7-43dc-8db8-63c700bebe27} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:23.984986 [ 261 ] {13376d1b-5cc7-43dc-8db8-63c700bebe27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:23.985402 [ 261 ] {13376d1b-5cc7-43dc-8db8-63c700bebe27} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.04 04:32:23.985628 [ 261 ] {13376d1b-5cc7-43dc-8db8-63c700bebe27} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:23.985793 [ 261 ] {13376d1b-5cc7-43dc-8db8-63c700bebe27} executeQuery: Read 56 rows, 4.38 KiB in 0.001607 sec., 34847.542003733666 rows/sec., 2.66 MiB/sec. 2026.03.04 04:32:23.985837 [ 261 ] {13376d1b-5cc7-43dc-8db8-63c700bebe27} TCPHandler: Processed in 0.001925527 sec. 2026.03.04 04:32:23.985957 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:23.986053 [ 261 ] {66697cd9-9bd6-45eb-805c-9728390a8a97} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:32:23.986093 [ 261 ] {66697cd9-9bd6-45eb-805c-9728390a8a97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:32:23.986509 [ 261 ] {66697cd9-9bd6-45eb-805c-9728390a8a97} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:23.986545 [ 261 ] {66697cd9-9bd6-45eb-805c-9728390a8a97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:23.986866 [ 261 ] {66697cd9-9bd6-45eb-805c-9728390a8a97} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.04 04:32:23.987072 [ 261 ] {66697cd9-9bd6-45eb-805c-9728390a8a97} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:23.987203 [ 261 ] {66697cd9-9bd6-45eb-805c-9728390a8a97} executeQuery: Read 64 rows, 5.12 KiB in 0.001169 sec., 54747.64756201882 rows/sec., 4.27 MiB/sec. 2026.03.04 04:32:23.987242 [ 261 ] {66697cd9-9bd6-45eb-805c-9728390a8a97} TCPHandler: Processed in 0.001335026 sec. 2026.03.04 04:32:23.987357 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:23.987452 [ 261 ] {34f305a7-f37a-4719-a9c5-bf754b88c91b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:32:23.987496 [ 261 ] {34f305a7-f37a-4719-a9c5-bf754b88c91b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:32:23.987878 [ 261 ] {34f305a7-f37a-4719-a9c5-bf754b88c91b} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:23.987914 [ 261 ] {34f305a7-f37a-4719-a9c5-bf754b88c91b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:23.988227 [ 261 ] {34f305a7-f37a-4719-a9c5-bf754b88c91b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.04 04:32:23.988442 [ 261 ] {34f305a7-f37a-4719-a9c5-bf754b88c91b} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:23.988574 [ 261 ] {34f305a7-f37a-4719-a9c5-bf754b88c91b} executeQuery: Read 128 rows, 9.13 KiB in 0.001141 sec., 112182.29623137598 rows/sec., 7.81 MiB/sec. 2026.03.04 04:32:23.988612 [ 261 ] {34f305a7-f37a-4719-a9c5-bf754b88c91b} TCPHandler: Processed in 0.001303115 sec. 2026.03.04 04:32:23.988725 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:23.988820 [ 261 ] {d654a762-9258-4d64-9b4e-9218530e3b80} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:32:23.988861 [ 261 ] {d654a762-9258-4d64-9b4e-9218530e3b80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:32:23.989210 [ 261 ] {d654a762-9258-4d64-9b4e-9218530e3b80} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:23.989254 [ 261 ] {d654a762-9258-4d64-9b4e-9218530e3b80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:23.989604 [ 261 ] {d654a762-9258-4d64-9b4e-9218530e3b80} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.04 04:32:23.989814 [ 261 ] {d654a762-9258-4d64-9b4e-9218530e3b80} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:23.989956 [ 261 ] {d654a762-9258-4d64-9b4e-9218530e3b80} executeQuery: Read 48 rows, 3.31 KiB in 0.001154 sec., 41594.45407279029 rows/sec., 2.80 MiB/sec. 2026.03.04 04:32:23.989992 [ 261 ] {d654a762-9258-4d64-9b4e-9218530e3b80} TCPHandler: Processed in 0.001316626 sec. 2026.03.04 04:32:25.594893 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8156 2026.03.04 04:32:25.595753 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:25.595806 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:25.596420 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.04 04:32:25.596663 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:25.596804 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8156 2026.03.04 04:32:26.024409 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2026.03.04 04:32:26.038976 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:26.039030 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:26.045316 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.04 04:32:26.046060 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:26.048728 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2026.03.04 04:32:28.118181 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 558 2026.03.04 04:32:28.120547 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:28.120604 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:28.121870 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.04 04:32:28.122149 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:28.122516 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 558 2026.03.04 04:32:28.988107 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:28.988376 [ 261 ] {550adda6-d9ad-4056-b200-45317240ea21} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:32:28.988479 [ 261 ] {550adda6-d9ad-4056-b200-45317240ea21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:32:28.989437 [ 261 ] {550adda6-d9ad-4056-b200-45317240ea21} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:28.989486 [ 261 ] {550adda6-d9ad-4056-b200-45317240ea21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:28.989906 [ 261 ] {550adda6-d9ad-4056-b200-45317240ea21} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.04 04:32:28.990126 [ 261 ] {550adda6-d9ad-4056-b200-45317240ea21} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:28.990280 [ 261 ] {550adda6-d9ad-4056-b200-45317240ea21} executeQuery: Read 122 rows, 10.72 KiB in 0.00198 sec., 61616.16161616162 rows/sec., 5.29 MiB/sec. 2026.03.04 04:32:28.990321 [ 261 ] {550adda6-d9ad-4056-b200-45317240ea21} TCPHandler: Processed in 0.002351205 sec. 2026.03.04 04:32:28.990447 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:28.990543 [ 261 ] {d41945cd-6b49-442c-83ab-1fcec0b31b60} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:32:28.990581 [ 261 ] {d41945cd-6b49-442c-83ab-1fcec0b31b60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:32:28.990996 [ 261 ] {d41945cd-6b49-442c-83ab-1fcec0b31b60} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:28.991032 [ 261 ] {d41945cd-6b49-442c-83ab-1fcec0b31b60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:28.991313 [ 261 ] {d41945cd-6b49-442c-83ab-1fcec0b31b60} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.04 04:32:28.991520 [ 261 ] {d41945cd-6b49-442c-83ab-1fcec0b31b60} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:28.991644 [ 261 ] {d41945cd-6b49-442c-83ab-1fcec0b31b60} executeQuery: Read 33 rows, 2.48 KiB in 0.001122 sec., 29411.764705882353 rows/sec., 2.16 MiB/sec. 2026.03.04 04:32:28.991680 [ 261 ] {d41945cd-6b49-442c-83ab-1fcec0b31b60} TCPHandler: Processed in 0.001281804 sec. 2026.03.04 04:32:28.991793 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:28.991887 [ 261 ] {706ecb7e-faa2-4a78-836d-607c1eb54067} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:32:28.991925 [ 261 ] {706ecb7e-faa2-4a78-836d-607c1eb54067} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:32:28.992392 [ 261 ] {706ecb7e-faa2-4a78-836d-607c1eb54067} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:28.992429 [ 261 ] {706ecb7e-faa2-4a78-836d-607c1eb54067} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:28.992767 [ 261 ] {706ecb7e-faa2-4a78-836d-607c1eb54067} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.04 04:32:28.992971 [ 261 ] {706ecb7e-faa2-4a78-836d-607c1eb54067} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:28.993098 [ 261 ] {706ecb7e-faa2-4a78-836d-607c1eb54067} executeQuery: Read 97 rows, 7.76 KiB in 0.001229 sec., 78925.9560618389 rows/sec., 6.16 MiB/sec. 2026.03.04 04:32:28.993135 [ 261 ] {706ecb7e-faa2-4a78-836d-607c1eb54067} TCPHandler: Processed in 0.001389096 sec. 2026.03.04 04:32:28.993259 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:28.993354 [ 261 ] {90b45a33-bec4-4a0b-9caa-76e8f0ce8ea9} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:32:28.993397 [ 261 ] {90b45a33-bec4-4a0b-9caa-76e8f0ce8ea9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:32:28.993833 [ 261 ] {90b45a33-bec4-4a0b-9caa-76e8f0ce8ea9} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:28.993958 [ 261 ] {90b45a33-bec4-4a0b-9caa-76e8f0ce8ea9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:28.994345 [ 261 ] {90b45a33-bec4-4a0b-9caa-76e8f0ce8ea9} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.04 04:32:28.994605 [ 261 ] {90b45a33-bec4-4a0b-9caa-76e8f0ce8ea9} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:28.994748 [ 261 ] {90b45a33-bec4-4a0b-9caa-76e8f0ce8ea9} executeQuery: Read 160 rows, 11.41 KiB in 0.001413 sec., 113234.2533616419 rows/sec., 7.89 MiB/sec. 2026.03.04 04:32:28.994785 [ 261 ] {90b45a33-bec4-4a0b-9caa-76e8f0ce8ea9} TCPHandler: Processed in 0.00157342 sec. 2026.03.04 04:32:28.994923 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:28.995032 [ 261 ] {8e04e66f-e223-4ece-b366-e02aaf38c1a7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:32:28.995099 [ 261 ] {8e04e66f-e223-4ece-b366-e02aaf38c1a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:32:28.996061 [ 261 ] {8e04e66f-e223-4ece-b366-e02aaf38c1a7} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:28.996104 [ 261 ] {8e04e66f-e223-4ece-b366-e02aaf38c1a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.23 GiB. 2026.03.04 04:32:28.996825 [ 261 ] {8e04e66f-e223-4ece-b366-e02aaf38c1a7} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.04 04:32:28.997102 [ 261 ] {8e04e66f-e223-4ece-b366-e02aaf38c1a7} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:28.997266 [ 261 ] {8e04e66f-e223-4ece-b366-e02aaf38c1a7} executeQuery: Read 33 rows, 60.55 KiB in 0.002257 sec., 14621.178555604785 rows/sec., 26.20 MiB/sec. 2026.03.04 04:32:28.997334 [ 261 ] {8e04e66f-e223-4ece-b366-e02aaf38c1a7} TCPHandler: Processed in 0.002468077 sec. 2026.03.04 04:32:28.997477 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:28.997585 [ 261 ] {adf916aa-3221-4512-9d68-f3eef97ab8b7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:32:28.997636 [ 261 ] {adf916aa-3221-4512-9d68-f3eef97ab8b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:32:28.998042 [ 261 ] {adf916aa-3221-4512-9d68-f3eef97ab8b7} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:28.998083 [ 261 ] {adf916aa-3221-4512-9d68-f3eef97ab8b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:28.998389 [ 261 ] {adf916aa-3221-4512-9d68-f3eef97ab8b7} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.04 04:32:28.998610 [ 261 ] {adf916aa-3221-4512-9d68-f3eef97ab8b7} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:28.998745 [ 261 ] {adf916aa-3221-4512-9d68-f3eef97ab8b7} executeQuery: Read 60 rows, 4.14 KiB in 0.001182 sec., 50761.42131979695 rows/sec., 3.42 MiB/sec. 2026.03.04 04:32:28.998780 [ 261 ] {adf916aa-3221-4512-9d68-f3eef97ab8b7} TCPHandler: Processed in 0.001360926 sec. 2026.03.04 04:32:33.022844 [ 98 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:32:33.022918 [ 98 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:32:33.097837 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8668 2026.03.04 04:32:33.098355 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:33.098398 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:33.098938 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.04 04:32:33.099178 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:33.099318 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8668 2026.03.04 04:32:33.549745 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2026.03.04 04:32:33.565247 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:33.565296 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:33.571874 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.04 04:32:33.572607 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:33.575194 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.03.04 04:32:33.986548 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:33.986832 [ 261 ] {3a8fbaf3-d2a2-41f9-8765-7f43459062c6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:32:33.986938 [ 261 ] {3a8fbaf3-d2a2-41f9-8765-7f43459062c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:32:33.987755 [ 261 ] {3a8fbaf3-d2a2-41f9-8765-7f43459062c6} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:33.987801 [ 261 ] {3a8fbaf3-d2a2-41f9-8765-7f43459062c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:33.988206 [ 261 ] {3a8fbaf3-d2a2-41f9-8765-7f43459062c6} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.04 04:32:33.988432 [ 261 ] {3a8fbaf3-d2a2-41f9-8765-7f43459062c6} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:33.988568 [ 95 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.04 04:32:33.988589 [ 261 ] {3a8fbaf3-d2a2-41f9-8765-7f43459062c6} executeQuery: Read 72 rows, 5.91 KiB in 0.001835 sec., 39237.05722070845 rows/sec., 3.15 MiB/sec. 2026.03.04 04:32:33.988636 [ 95 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:33.988658 [ 261 ] {3a8fbaf3-d2a2-41f9-8765-7f43459062c6} TCPHandler: Processed in 0.002295104 sec. 2026.03.04 04:32:33.988661 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:33.988796 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:33.988804 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.04 04:32:33.988904 [ 261 ] {db95f66e-d3ce-4f33-b9cb-94568b047a74} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:32:33.988951 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:32:33.988952 [ 261 ] {db95f66e-d3ce-4f33-b9cb-94568b047a74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:32:33.988991 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2890 rows starting from the beginning of the part 2026.03.04 04:32:33.989089 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 122 rows starting from the beginning of the part 2026.03.04 04:32:33.989139 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1954 rows starting from the beginning of the part 2026.03.04 04:32:33.989182 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 56 rows starting from the beginning of the part 2026.03.04 04:32:33.989220 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 122 rows starting from the beginning of the part 2026.03.04 04:32:33.989267 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 72 rows starting from the beginning of the part 2026.03.04 04:32:33.989395 [ 261 ] {db95f66e-d3ce-4f33-b9cb-94568b047a74} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:33.989439 [ 261 ] {db95f66e-d3ce-4f33-b9cb-94568b047a74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:33.989784 [ 261 ] {db95f66e-d3ce-4f33-b9cb-94568b047a74} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.04 04:32:33.990010 [ 261 ] {db95f66e-d3ce-4f33-b9cb-94568b047a74} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:33.990120 [ 95 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.04 04:32:33.990145 [ 261 ] {db95f66e-d3ce-4f33-b9cb-94568b047a74} executeQuery: Read 8 rows, 616.00 B in 0.001264 sec., 6329.113924050634 rows/sec., 475.92 KiB/sec. 2026.03.04 04:32:33.990157 [ 95 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:33.990187 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:33.990192 [ 261 ] {db95f66e-d3ce-4f33-b9cb-94568b047a74} TCPHandler: Processed in 0.001447838 sec. 2026.03.04 04:32:33.990272 [ 190 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.04 04:32:33.990306 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:33.990375 [ 190 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:32:33.990406 [ 190 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 224 rows starting from the beginning of the part 2026.03.04 04:32:33.990406 [ 261 ] {77d274e4-a898-4377-a41d-75f04eec0a87} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:32:33.990459 [ 261 ] {77d274e4-a898-4377-a41d-75f04eec0a87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:32:33.990459 [ 190 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part 2026.03.04 04:32:33.990516 [ 190 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 33 rows starting from the beginning of the part 2026.03.04 04:32:33.990555 [ 190 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 21 rows starting from the beginning of the part 2026.03.04 04:32:33.990595 [ 190 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 33 rows starting from the beginning of the part 2026.03.04 04:32:33.990635 [ 190 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2026.03.04 04:32:33.990896 [ 261 ] {77d274e4-a898-4377-a41d-75f04eec0a87} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:33.990937 [ 261 ] {77d274e4-a898-4377-a41d-75f04eec0a87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:33.991353 [ 190 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 5216 rows, containing 5 columns (5 merged, 0 gathered) in 0.00260936 sec., 1998957.5987981728 rows/sec., 160.95 MiB/sec. 2026.03.04 04:32:33.991392 [ 261 ] {77d274e4-a898-4377-a41d-75f04eec0a87} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.04 04:32:33.991483 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 327 rows, containing 5 columns (5 merged, 0 gathered) in 0.001244974 sec., 262656.0875970101 rows/sec., 18.56 MiB/sec. 2026.03.04 04:32:33.991648 [ 190 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.04 04:32:33.991649 [ 261 ] {77d274e4-a898-4377-a41d-75f04eec0a87} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:33.991685 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.04 04:32:33.991791 [ 95 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.04 04:32:33.991816 [ 261 ] {77d274e4-a898-4377-a41d-75f04eec0a87} executeQuery: Read 72 rows, 5.76 KiB in 0.001429 sec., 50384.88453463961 rows/sec., 3.93 MiB/sec. 2026.03.04 04:32:33.991828 [ 95 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:33.991862 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:33.991865 [ 261 ] {77d274e4-a898-4377-a41d-75f04eec0a87} TCPHandler: Processed in 0.001607611 sec. 2026.03.04 04:32:33.991939 [ 190 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_21_4} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:33.991942 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.04 04:32:33.991995 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:33.992008 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_26_5} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:33.992021 [ 190 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_21_4} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.04 04:32:33.992046 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:32:33.992079 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1550 rows starting from the beginning of the part 2026.03.04 04:32:33.992089 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_26_5} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.04 04:32:33.992094 [ 261 ] {beef352d-cd40-4f90-a65e-a467508a1f13} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:32:33.992106 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.04 04:32:33.992136 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 97 rows starting from the beginning of the part 2026.03.04 04:32:33.992154 [ 261 ] {beef352d-cd40-4f90-a65e-a467508a1f13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:32:33.992172 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2026.03.04 04:32:33.992185 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1021 rows starting from the beginning of the part 2026.03.04 04:32:33.992238 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 64 rows starting from the beginning of the part 2026.03.04 04:32:33.992280 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 97 rows starting from the beginning of the part 2026.03.04 04:32:33.992317 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 72 rows starting from the beginning of the part 2026.03.04 04:32:33.992579 [ 261 ] {beef352d-cd40-4f90-a65e-a467508a1f13} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:33.992615 [ 261 ] {beef352d-cd40-4f90-a65e-a467508a1f13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:33.992962 [ 261 ] {beef352d-cd40-4f90-a65e-a467508a1f13} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.04 04:32:33.993186 [ 261 ] {beef352d-cd40-4f90-a65e-a467508a1f13} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:33.993289 [ 95 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.04 04:32:33.993316 [ 261 ] {beef352d-cd40-4f90-a65e-a467508a1f13} executeQuery: Read 160 rows, 11.41 KiB in 0.00124 sec., 129032.25806451614 rows/sec., 8.99 MiB/sec. 2026.03.04 04:32:33.993318 [ 95 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:33.993355 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:33.993361 [ 261 ] {beef352d-cd40-4f90-a65e-a467508a1f13} TCPHandler: Processed in 0.001414797 sec. 2026.03.04 04:32:33.993464 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.04 04:32:33.993477 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:33.993580 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2901 rows, containing 5 columns (5 merged, 0 gathered) in 0.001665632 sec., 1741681.2357111294 rows/sec., 129.28 MiB/sec. 2026.03.04 04:32:33.993596 [ 261 ] {b41421b6-3a61-4874-930e-d90912509e17} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:32:33.993612 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:32:33.993661 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7605 rows starting from the beginning of the part 2026.03.04 04:32:33.993668 [ 261 ] {b41421b6-3a61-4874-930e-d90912509e17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:32:33.993824 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.04 04:32:33.993934 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part 2026.03.04 04:32:33.994000 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1219 rows starting from the beginning of the part 2026.03.04 04:32:33.994058 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 128 rows starting from the beginning of the part 2026.03.04 04:32:33.994118 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part 2026.03.04 04:32:33.994172 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part 2026.03.04 04:32:33.994220 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_26_5} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:33.994321 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_26_5} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.04 04:32:33.994406 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.03.04 04:32:33.994848 [ 261 ] {b41421b6-3a61-4874-930e-d90912509e17} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:33.994893 [ 261 ] {b41421b6-3a61-4874-930e-d90912509e17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:33.995534 [ 261 ] {b41421b6-3a61-4874-930e-d90912509e17} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.04 04:32:33.995840 [ 261 ] {b41421b6-3a61-4874-930e-d90912509e17} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:33.996017 [ 261 ] {b41421b6-3a61-4874-930e-d90912509e17} executeQuery: Read 8 rows, 14.68 KiB in 0.002439 sec., 3280.032800328003 rows/sec., 5.88 MiB/sec. 2026.03.04 04:32:33.996087 [ 261 ] {b41421b6-3a61-4874-930e-d90912509e17} TCPHandler: Processed in 0.002658171 sec. 2026.03.04 04:32:33.996217 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:33.996315 [ 261 ] {00623a1f-e393-471a-8040-22da179ae7d4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:32:33.996358 [ 261 ] {00623a1f-e393-471a-8040-22da179ae7d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:32:33.996715 [ 261 ] {00623a1f-e393-471a-8040-22da179ae7d4} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:33.996762 [ 261 ] {00623a1f-e393-471a-8040-22da179ae7d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:33.997186 [ 261 ] {00623a1f-e393-471a-8040-22da179ae7d4} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.04 04:32:33.997450 [ 261 ] {00623a1f-e393-471a-8040-22da179ae7d4} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:33.997582 [ 94 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.04 04:32:33.997590 [ 261 ] {00623a1f-e393-471a-8040-22da179ae7d4} executeQuery: Read 60 rows, 4.14 KiB in 0.001295 sec., 46332.04633204633 rows/sec., 3.12 MiB/sec. 2026.03.04 04:32:33.997627 [ 94 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:33.997648 [ 261 ] {00623a1f-e393-471a-8040-22da179ae7d4} TCPHandler: Processed in 0.001482279 sec. 2026.03.04 04:32:33.997654 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:33.997743 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.04 04:32:33.997835 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:32:33.997862 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1200 rows starting from the beginning of the part 2026.03.04 04:32:33.997916 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part 2026.03.04 04:32:33.997962 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 12 rows starting from the beginning of the part 2026.03.04 04:32:33.998001 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 48 rows starting from the beginning of the part 2026.03.04 04:32:33.998058 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2026.03.04 04:32:33.998099 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2026.03.04 04:32:33.998516 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 9432 rows, containing 5 columns (5 merged, 0 gathered) in 0.005101258 sec., 1848955.6889692699 rows/sec., 124.07 MiB/sec. 2026.03.04 04:32:33.998760 [ 192 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.04 04:32:33.999068 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_26_5} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:33.999082 [ 189 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1440 rows, containing 4 columns (4 merged, 0 gathered) in 0.001367426 sec., 1053073.438708932 rows/sec., 69.94 MiB/sec. 2026.03.04 04:32:33.999184 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_26_5} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.04 04:32:33.999283 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.04 04:32:33.999303 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB. 2026.03.04 04:32:33.999562 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_26_5} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:33.999641 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_26_5} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.04 04:32:33.999711 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.03.04 04:32:34.001163 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 244.40 MiB, peak 252.17 MiB, free memory in arenas 0.00 B, will set to 246.01 MiB (RSS), difference: 1.61 MiB 2026.03.04 04:32:38.123597 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 582 2026.03.04 04:32:38.125683 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:38.125737 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:38.126921 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.04 04:32:38.127202 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:38.127560 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 582 2026.03.04 04:32:38.988394 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:38.988578 [ 261 ] {02eb19de-cc22-4c9a-b07f-81ee497bce1d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:32:38.988645 [ 261 ] {02eb19de-cc22-4c9a-b07f-81ee497bce1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:32:38.989288 [ 261 ] {02eb19de-cc22-4c9a-b07f-81ee497bce1d} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:38.989334 [ 261 ] {02eb19de-cc22-4c9a-b07f-81ee497bce1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:38.989725 [ 261 ] {02eb19de-cc22-4c9a-b07f-81ee497bce1d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.04 04:32:38.989961 [ 261 ] {02eb19de-cc22-4c9a-b07f-81ee497bce1d} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:38.990115 [ 261 ] {02eb19de-cc22-4c9a-b07f-81ee497bce1d} executeQuery: Read 24 rows, 2.04 KiB in 0.001586 sec., 15132.408575031526 rows/sec., 1.26 MiB/sec. 2026.03.04 04:32:38.990158 [ 261 ] {02eb19de-cc22-4c9a-b07f-81ee497bce1d} TCPHandler: Processed in 0.001897967 sec. 2026.03.04 04:32:38.990285 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:38.990383 [ 261 ] {77f0d9e3-e1e4-45bd-a03a-30ac6bac9eac} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:32:38.990425 [ 261 ] {77f0d9e3-e1e4-45bd-a03a-30ac6bac9eac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:32:38.990834 [ 261 ] {77f0d9e3-e1e4-45bd-a03a-30ac6bac9eac} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:38.990871 [ 261 ] {77f0d9e3-e1e4-45bd-a03a-30ac6bac9eac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:38.991166 [ 261 ] {77f0d9e3-e1e4-45bd-a03a-30ac6bac9eac} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.04 04:32:38.991379 [ 261 ] {77f0d9e3-e1e4-45bd-a03a-30ac6bac9eac} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:38.991506 [ 261 ] {77f0d9e3-e1e4-45bd-a03a-30ac6bac9eac} executeQuery: Read 8 rows, 668.00 B in 0.001142 sec., 7005.253940455342 rows/sec., 571.23 KiB/sec. 2026.03.04 04:32:38.991546 [ 261 ] {77f0d9e3-e1e4-45bd-a03a-30ac6bac9eac} TCPHandler: Processed in 0.001312476 sec. 2026.03.04 04:32:38.991658 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:38.991754 [ 261 ] {36d82080-0a18-468e-b642-fabce24be03f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:32:38.991794 [ 261 ] {36d82080-0a18-468e-b642-fabce24be03f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:32:38.992322 [ 261 ] {36d82080-0a18-468e-b642-fabce24be03f} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:38.992359 [ 261 ] {36d82080-0a18-468e-b642-fabce24be03f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:38.992686 [ 261 ] {36d82080-0a18-468e-b642-fabce24be03f} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.04 04:32:38.992913 [ 261 ] {36d82080-0a18-468e-b642-fabce24be03f} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:38.993046 [ 261 ] {36d82080-0a18-468e-b642-fabce24be03f} executeQuery: Read 246 rows, 22.45 KiB in 0.001309 sec., 187929.71734148203 rows/sec., 16.75 MiB/sec. 2026.03.04 04:32:38.993086 [ 261 ] {36d82080-0a18-468e-b642-fabce24be03f} TCPHandler: Processed in 0.001478468 sec. 2026.03.04 04:32:38.993212 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:38.993308 [ 261 ] {cf1e87f8-257e-43d8-aaa0-08806e0a7ef8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:32:38.993350 [ 261 ] {cf1e87f8-257e-43d8-aaa0-08806e0a7ef8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:32:38.993772 [ 261 ] {cf1e87f8-257e-43d8-aaa0-08806e0a7ef8} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:38.994279 [ 261 ] {cf1e87f8-257e-43d8-aaa0-08806e0a7ef8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:38.994593 [ 261 ] {cf1e87f8-257e-43d8-aaa0-08806e0a7ef8} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.04 04:32:38.994831 [ 261 ] {cf1e87f8-257e-43d8-aaa0-08806e0a7ef8} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:38.994973 [ 261 ] {cf1e87f8-257e-43d8-aaa0-08806e0a7ef8} executeQuery: Read 53 rows, 4.00 KiB in 0.001682 sec., 31510.10701545779 rows/sec., 2.32 MiB/sec. 2026.03.04 04:32:38.995012 [ 261 ] {cf1e87f8-257e-43d8-aaa0-08806e0a7ef8} TCPHandler: Processed in 0.001861556 sec. 2026.03.04 04:32:38.995145 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:38.995248 [ 261 ] {ba10f628-b8fb-489f-8c31-60fbfbc3b0d3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:32:38.995295 [ 261 ] {ba10f628-b8fb-489f-8c31-60fbfbc3b0d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:32:38.995800 [ 261 ] {ba10f628-b8fb-489f-8c31-60fbfbc3b0d3} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:38.995837 [ 261 ] {ba10f628-b8fb-489f-8c31-60fbfbc3b0d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:38.996298 [ 261 ] {ba10f628-b8fb-489f-8c31-60fbfbc3b0d3} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.04 04:32:38.996565 [ 261 ] {ba10f628-b8fb-489f-8c31-60fbfbc3b0d3} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:38.996696 [ 261 ] {ba10f628-b8fb-489f-8c31-60fbfbc3b0d3} executeQuery: Read 24 rows, 2.04 KiB in 0.001467 sec., 16359.918200408998 rows/sec., 1.36 MiB/sec. 2026.03.04 04:32:38.996734 [ 261 ] {ba10f628-b8fb-489f-8c31-60fbfbc3b0d3} TCPHandler: Processed in 0.001647882 sec. 2026.03.04 04:32:38.996895 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:38.997009 [ 261 ] {3b1ec9ae-3160-418e-a81d-48de9bd389d1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:32:38.997059 [ 261 ] {3b1ec9ae-3160-418e-a81d-48de9bd389d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:32:38.997553 [ 261 ] {3b1ec9ae-3160-418e-a81d-48de9bd389d1} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:38.997597 [ 261 ] {3b1ec9ae-3160-418e-a81d-48de9bd389d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:38.997994 [ 261 ] {3b1ec9ae-3160-418e-a81d-48de9bd389d1} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.04 04:32:38.998229 [ 261 ] {3b1ec9ae-3160-418e-a81d-48de9bd389d1} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:38.998365 [ 261 ] {3b1ec9ae-3160-418e-a81d-48de9bd389d1} executeQuery: Read 12 rows, 960.00 B in 0.001379 sec., 8701.95794053662 rows/sec., 679.84 KiB/sec. 2026.03.04 04:32:38.998405 [ 261 ] {3b1ec9ae-3160-418e-a81d-48de9bd389d1} TCPHandler: Processed in 0.00156478 sec. 2026.03.04 04:32:38.998524 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:38.998628 [ 261 ] {48f78d3b-0b5c-4884-a027-1b48d824e25c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:32:38.998668 [ 261 ] {48f78d3b-0b5c-4884-a027-1b48d824e25c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:32:38.999162 [ 261 ] {48f78d3b-0b5c-4884-a027-1b48d824e25c} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:38.999200 [ 261 ] {48f78d3b-0b5c-4884-a027-1b48d824e25c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:38.999545 [ 261 ] {48f78d3b-0b5c-4884-a027-1b48d824e25c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.04 04:32:38.999775 [ 261 ] {48f78d3b-0b5c-4884-a027-1b48d824e25c} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:38.999906 [ 261 ] {48f78d3b-0b5c-4884-a027-1b48d824e25c} executeQuery: Read 141 rows, 11.67 KiB in 0.001296 sec., 108796.29629629629 rows/sec., 8.79 MiB/sec. 2026.03.04 04:32:38.999945 [ 261 ] {48f78d3b-0b5c-4884-a027-1b48d824e25c} TCPHandler: Processed in 0.001472119 sec. 2026.03.04 04:32:39.000076 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:39.000173 [ 261 ] {5dd62aea-8056-4bf2-b458-b10eb2af19d6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:32:39.000216 [ 261 ] {5dd62aea-8056-4bf2-b458-b10eb2af19d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:32:39.000628 [ 261 ] {5dd62aea-8056-4bf2-b458-b10eb2af19d6} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:39.000665 [ 261 ] {5dd62aea-8056-4bf2-b458-b10eb2af19d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:39.001011 [ 261 ] {5dd62aea-8056-4bf2-b458-b10eb2af19d6} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.04 04:32:39.001423 [ 261 ] {5dd62aea-8056-4bf2-b458-b10eb2af19d6} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:39.001578 [ 261 ] {5dd62aea-8056-4bf2-b458-b10eb2af19d6} executeQuery: Read 200 rows, 14.68 KiB in 0.001423 sec., 140548.13773717498 rows/sec., 10.07 MiB/sec. 2026.03.04 04:32:39.001623 [ 261 ] {5dd62aea-8056-4bf2-b458-b10eb2af19d6} TCPHandler: Processed in 0.001604571 sec. 2026.03.04 04:32:39.001748 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:39.001842 [ 261 ] {5f13bd4c-f28e-414b-b48f-2ec1da5a74dc} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:32:39.001903 [ 261 ] {5f13bd4c-f28e-414b-b48f-2ec1da5a74dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:32:39.002836 [ 261 ] {5f13bd4c-f28e-414b-b48f-2ec1da5a74dc} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:39.002875 [ 261 ] {5f13bd4c-f28e-414b-b48f-2ec1da5a74dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:39.003494 [ 261 ] {5f13bd4c-f28e-414b-b48f-2ec1da5a74dc} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.04 04:32:39.003746 [ 261 ] {5f13bd4c-f28e-414b-b48f-2ec1da5a74dc} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:39.003870 [ 90 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.04 04:32:39.003886 [ 261 ] {5f13bd4c-f28e-414b-b48f-2ec1da5a74dc} executeQuery: Read 33 rows, 60.55 KiB in 0.002061 sec., 16011.644832605532 rows/sec., 28.69 MiB/sec. 2026.03.04 04:32:39.003942 [ 90 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:39.003966 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:39.003984 [ 261 ] {5f13bd4c-f28e-414b-b48f-2ec1da5a74dc} TCPHandler: Processed in 0.002286394 sec. 2026.03.04 04:32:39.004096 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.04 04:32:39.004112 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:39.004241 [ 261 ] {972850e9-a56f-444b-8b45-10d8fe028193} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:32:39.004285 [ 261 ] {972850e9-a56f-444b-8b45-10d8fe028193} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:32:39.004360 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:32:39.004430 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 360 rows starting from the beginning of the part 2026.03.04 04:32:39.004567 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 33 rows starting from the beginning of the part 2026.03.04 04:32:39.004648 [ 261 ] {972850e9-a56f-444b-8b45-10d8fe028193} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:39.004690 [ 261 ] {972850e9-a56f-444b-8b45-10d8fe028193} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:39.004710 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 17 rows starting from the beginning of the part 2026.03.04 04:32:39.004854 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 33 rows starting from the beginning of the part 2026.03.04 04:32:39.004956 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 8 rows starting from the beginning of the part 2026.03.04 04:32:39.005039 [ 261 ] {972850e9-a56f-444b-8b45-10d8fe028193} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.04 04:32:39.005057 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 33 rows starting from the beginning of the part 2026.03.04 04:32:39.005293 [ 261 ] {972850e9-a56f-444b-8b45-10d8fe028193} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:39.005437 [ 261 ] {972850e9-a56f-444b-8b45-10d8fe028193} executeQuery: Read 60 rows, 4.14 KiB in 0.001215 sec., 49382.71604938272 rows/sec., 3.33 MiB/sec. 2026.03.04 04:32:39.005475 [ 261 ] {972850e9-a56f-444b-8b45-10d8fe028193} TCPHandler: Processed in 0.001411437 sec. 2026.03.04 04:32:39.008667 [ 190 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 484 rows, containing 19 columns (19 merged, 0 gathered) in 0.00463264 sec., 104476.06548318021 rows/sec., 187.22 MiB/sec. 2026.03.04 04:32:39.009348 [ 191 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.04 04:32:39.009736 [ 191 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_21_4} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:39.009818 [ 191 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_21_4} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.04 04:32:39.009949 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.32 MiB. 2026.03.04 04:32:40.001163 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 246.28 MiB, peak 252.17 MiB, free memory in arenas 0.00 B, will set to 247.37 MiB (RSS), difference: 1.09 MiB 2026.03.04 04:32:40.600293 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9116 2026.03.04 04:32:40.600776 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:40.600809 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:40.601296 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.04 04:32:40.601524 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:40.601645 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9116 2026.03.04 04:32:41.076159 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.03.04 04:32:41.092360 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:41.092426 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:41.098233 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.04 04:32:41.098958 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:41.101938 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.03.04 04:32:43.986366 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:43.986617 [ 261 ] {8840054f-441c-4954-87fd-5f27ecc2a26f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:32:43.986717 [ 261 ] {8840054f-441c-4954-87fd-5f27ecc2a26f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:32:43.987636 [ 261 ] {8840054f-441c-4954-87fd-5f27ecc2a26f} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:43.987684 [ 261 ] {8840054f-441c-4954-87fd-5f27ecc2a26f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:43.988086 [ 261 ] {8840054f-441c-4954-87fd-5f27ecc2a26f} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.04 04:32:43.988320 [ 261 ] {8840054f-441c-4954-87fd-5f27ecc2a26f} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:43.988481 [ 261 ] {8840054f-441c-4954-87fd-5f27ecc2a26f} executeQuery: Read 72 rows, 5.91 KiB in 0.001943 sec., 37056.09881626351 rows/sec., 2.97 MiB/sec. 2026.03.04 04:32:43.988531 [ 261 ] {8840054f-441c-4954-87fd-5f27ecc2a26f} TCPHandler: Processed in 0.002304675 sec. 2026.03.04 04:32:43.988679 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:43.988783 [ 261 ] {ce00d9b1-fd61-4211-81e3-dce7f9d73fff} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:32:43.988828 [ 261 ] {ce00d9b1-fd61-4211-81e3-dce7f9d73fff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:32:43.989249 [ 261 ] {ce00d9b1-fd61-4211-81e3-dce7f9d73fff} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:43.989287 [ 261 ] {ce00d9b1-fd61-4211-81e3-dce7f9d73fff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:43.989581 [ 261 ] {ce00d9b1-fd61-4211-81e3-dce7f9d73fff} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.04 04:32:43.989804 [ 261 ] {ce00d9b1-fd61-4211-81e3-dce7f9d73fff} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:43.989933 [ 261 ] {ce00d9b1-fd61-4211-81e3-dce7f9d73fff} executeQuery: Read 8 rows, 616.00 B in 0.001173 sec., 6820.119352088662 rows/sec., 512.84 KiB/sec. 2026.03.04 04:32:43.989971 [ 261 ] {ce00d9b1-fd61-4211-81e3-dce7f9d73fff} TCPHandler: Processed in 0.001343146 sec. 2026.03.04 04:32:43.990086 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:43.990181 [ 261 ] {b1dd4d41-cae3-4b5b-859c-fe2c5f4c35bf} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:32:43.990221 [ 261 ] {b1dd4d41-cae3-4b5b-859c-fe2c5f4c35bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:32:43.990651 [ 261 ] {b1dd4d41-cae3-4b5b-859c-fe2c5f4c35bf} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:43.990689 [ 261 ] {b1dd4d41-cae3-4b5b-859c-fe2c5f4c35bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:43.990986 [ 261 ] {b1dd4d41-cae3-4b5b-859c-fe2c5f4c35bf} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.04 04:32:43.991195 [ 261 ] {b1dd4d41-cae3-4b5b-859c-fe2c5f4c35bf} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:43.991324 [ 261 ] {b1dd4d41-cae3-4b5b-859c-fe2c5f4c35bf} executeQuery: Read 72 rows, 5.76 KiB in 0.001161 sec., 62015.503875969 rows/sec., 4.84 MiB/sec. 2026.03.04 04:32:43.991363 [ 261 ] {b1dd4d41-cae3-4b5b-859c-fe2c5f4c35bf} TCPHandler: Processed in 0.001325806 sec. 2026.03.04 04:32:43.991475 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:43.991570 [ 261 ] {1f6be5ca-04fd-4356-b582-695b36e34e45} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:32:43.991615 [ 261 ] {1f6be5ca-04fd-4356-b582-695b36e34e45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:32:43.992023 [ 261 ] {1f6be5ca-04fd-4356-b582-695b36e34e45} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:43.992061 [ 261 ] {1f6be5ca-04fd-4356-b582-695b36e34e45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:43.992386 [ 261 ] {1f6be5ca-04fd-4356-b582-695b36e34e45} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.04 04:32:43.992612 [ 261 ] {1f6be5ca-04fd-4356-b582-695b36e34e45} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:43.992741 [ 261 ] {1f6be5ca-04fd-4356-b582-695b36e34e45} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2026.03.04 04:32:43.992778 [ 261 ] {1f6be5ca-04fd-4356-b582-695b36e34e45} TCPHandler: Processed in 0.001353056 sec. 2026.03.04 04:32:43.992890 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:43.992985 [ 261 ] {1d433d58-61ac-44d6-8268-8e9cc880bd60} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:32:43.993040 [ 261 ] {1d433d58-61ac-44d6-8268-8e9cc880bd60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:32:43.993805 [ 261 ] {1d433d58-61ac-44d6-8268-8e9cc880bd60} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:43.994016 [ 261 ] {1d433d58-61ac-44d6-8268-8e9cc880bd60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:43.994617 [ 261 ] {1d433d58-61ac-44d6-8268-8e9cc880bd60} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.04 04:32:43.994859 [ 261 ] {1d433d58-61ac-44d6-8268-8e9cc880bd60} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:43.995004 [ 261 ] {1d433d58-61ac-44d6-8268-8e9cc880bd60} executeQuery: Read 8 rows, 14.68 KiB in 0.002035 sec., 3931.2039312039315 rows/sec., 7.04 MiB/sec. 2026.03.04 04:32:43.995059 [ 261 ] {1d433d58-61ac-44d6-8268-8e9cc880bd60} TCPHandler: Processed in 0.002218783 sec. 2026.03.04 04:32:43.995192 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:43.995295 [ 261 ] {80f0f711-7afd-43fd-a77f-44c13ea01489} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:32:43.995345 [ 261 ] {80f0f711-7afd-43fd-a77f-44c13ea01489} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:32:43.995789 [ 261 ] {80f0f711-7afd-43fd-a77f-44c13ea01489} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:43.995829 [ 261 ] {80f0f711-7afd-43fd-a77f-44c13ea01489} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:43.996182 [ 261 ] {80f0f711-7afd-43fd-a77f-44c13ea01489} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.04 04:32:43.996440 [ 261 ] {80f0f711-7afd-43fd-a77f-44c13ea01489} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:43.996580 [ 261 ] {80f0f711-7afd-43fd-a77f-44c13ea01489} executeQuery: Read 60 rows, 4.14 KiB in 0.001306 sec., 45941.80704441041 rows/sec., 3.10 MiB/sec. 2026.03.04 04:32:43.996623 [ 261 ] {80f0f711-7afd-43fd-a77f-44c13ea01489} TCPHandler: Processed in 0.001488189 sec. 2026.03.04 04:32:48.022988 [ 84 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:32:48.023047 [ 84 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:32:48.101834 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9628 2026.03.04 04:32:48.102351 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:48.102395 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:48.102884 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.04 04:32:48.103118 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:48.103258 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9628 2026.03.04 04:32:48.127764 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 614 2026.03.04 04:32:48.130063 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:48.130110 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:48.131313 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.04 04:32:48.131592 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:48.131947 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 614 2026.03.04 04:32:48.602153 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.03.04 04:32:48.619452 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:48.619517 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:48.625685 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.04 04:32:48.626400 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:48.629640 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.03.04 04:32:48.987416 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:48.987702 [ 261 ] {34b78a94-7b4c-41f5-ad83-3dec5f8b9500} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:32:48.987809 [ 261 ] {34b78a94-7b4c-41f5-ad83-3dec5f8b9500} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:32:48.988518 [ 261 ] {34b78a94-7b4c-41f5-ad83-3dec5f8b9500} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:48.988566 [ 261 ] {34b78a94-7b4c-41f5-ad83-3dec5f8b9500} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:48.989029 [ 261 ] {34b78a94-7b4c-41f5-ad83-3dec5f8b9500} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.04 04:32:48.989261 [ 261 ] {34b78a94-7b4c-41f5-ad83-3dec5f8b9500} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:48.989422 [ 261 ] {34b78a94-7b4c-41f5-ad83-3dec5f8b9500} executeQuery: Read 122 rows, 10.72 KiB in 0.001796 sec., 67928.73051224944 rows/sec., 5.83 MiB/sec. 2026.03.04 04:32:48.989472 [ 261 ] {34b78a94-7b4c-41f5-ad83-3dec5f8b9500} TCPHandler: Processed in 0.002246563 sec. 2026.03.04 04:32:48.989613 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:48.989718 [ 261 ] {da5491c8-067a-4334-bfcb-5df375ff37eb} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:32:48.989763 [ 261 ] {da5491c8-067a-4334-bfcb-5df375ff37eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:32:48.990204 [ 261 ] {da5491c8-067a-4334-bfcb-5df375ff37eb} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:48.990241 [ 261 ] {da5491c8-067a-4334-bfcb-5df375ff37eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:48.990553 [ 261 ] {da5491c8-067a-4334-bfcb-5df375ff37eb} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.04 04:32:48.990770 [ 261 ] {da5491c8-067a-4334-bfcb-5df375ff37eb} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:48.990906 [ 261 ] {da5491c8-067a-4334-bfcb-5df375ff37eb} executeQuery: Read 33 rows, 2.48 KiB in 0.001212 sec., 27227.72277227723 rows/sec., 2.00 MiB/sec. 2026.03.04 04:32:48.990945 [ 261 ] {da5491c8-067a-4334-bfcb-5df375ff37eb} TCPHandler: Processed in 0.001385507 sec. 2026.03.04 04:32:48.991049 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:48.991145 [ 261 ] {4483251b-e17a-4d2b-8f22-a3715dae207f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:32:48.991186 [ 261 ] {4483251b-e17a-4d2b-8f22-a3715dae207f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:32:48.991623 [ 261 ] {4483251b-e17a-4d2b-8f22-a3715dae207f} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:48.991660 [ 261 ] {4483251b-e17a-4d2b-8f22-a3715dae207f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:48.991973 [ 261 ] {4483251b-e17a-4d2b-8f22-a3715dae207f} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.04 04:32:48.992188 [ 261 ] {4483251b-e17a-4d2b-8f22-a3715dae207f} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:48.992316 [ 261 ] {4483251b-e17a-4d2b-8f22-a3715dae207f} executeQuery: Read 97 rows, 7.76 KiB in 0.00119 sec., 81512.6050420168 rows/sec., 6.37 MiB/sec. 2026.03.04 04:32:48.992355 [ 261 ] {4483251b-e17a-4d2b-8f22-a3715dae207f} TCPHandler: Processed in 0.001355706 sec. 2026.03.04 04:32:48.992468 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:48.992564 [ 261 ] {3e562925-4d24-4a76-8b52-45c73bf82e59} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:32:48.992607 [ 261 ] {3e562925-4d24-4a76-8b52-45c73bf82e59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:32:48.993022 [ 261 ] {3e562925-4d24-4a76-8b52-45c73bf82e59} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:48.993059 [ 261 ] {3e562925-4d24-4a76-8b52-45c73bf82e59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:48.993386 [ 261 ] {3e562925-4d24-4a76-8b52-45c73bf82e59} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.04 04:32:48.993598 [ 261 ] {3e562925-4d24-4a76-8b52-45c73bf82e59} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:48.993732 [ 261 ] {3e562925-4d24-4a76-8b52-45c73bf82e59} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2026.03.04 04:32:48.993770 [ 261 ] {3e562925-4d24-4a76-8b52-45c73bf82e59} TCPHandler: Processed in 0.001351676 sec. 2026.03.04 04:32:48.993962 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:48.994057 [ 261 ] {08f254b1-6f7c-4d2d-90b8-f5203bc7c6d0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:32:48.994121 [ 261 ] {08f254b1-6f7c-4d2d-90b8-f5203bc7c6d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:32:48.995006 [ 261 ] {08f254b1-6f7c-4d2d-90b8-f5203bc7c6d0} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:48.995045 [ 261 ] {08f254b1-6f7c-4d2d-90b8-f5203bc7c6d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:48.995634 [ 261 ] {08f254b1-6f7c-4d2d-90b8-f5203bc7c6d0} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.04 04:32:48.995881 [ 261 ] {08f254b1-6f7c-4d2d-90b8-f5203bc7c6d0} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:48.996035 [ 261 ] {08f254b1-6f7c-4d2d-90b8-f5203bc7c6d0} executeQuery: Read 33 rows, 60.55 KiB in 0.001995 sec., 16541.35338345865 rows/sec., 29.64 MiB/sec. 2026.03.04 04:32:48.996119 [ 261 ] {08f254b1-6f7c-4d2d-90b8-f5203bc7c6d0} TCPHandler: Processed in 0.002205893 sec. 2026.03.04 04:32:48.996267 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:48.996370 [ 261 ] {beb7df3e-742d-4189-8176-71bcb13a5f05} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:32:48.996424 [ 261 ] {beb7df3e-742d-4189-8176-71bcb13a5f05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:32:48.996859 [ 261 ] {beb7df3e-742d-4189-8176-71bcb13a5f05} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:48.996902 [ 261 ] {beb7df3e-742d-4189-8176-71bcb13a5f05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:48.997277 [ 261 ] {beb7df3e-742d-4189-8176-71bcb13a5f05} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.04 04:32:48.997519 [ 261 ] {beb7df3e-742d-4189-8176-71bcb13a5f05} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:48.997667 [ 261 ] {beb7df3e-742d-4189-8176-71bcb13a5f05} executeQuery: Read 60 rows, 4.14 KiB in 0.001319 sec., 45489.00682335102 rows/sec., 3.07 MiB/sec. 2026.03.04 04:32:48.997713 [ 261 ] {beb7df3e-742d-4189-8176-71bcb13a5f05} TCPHandler: Processed in 0.001495648 sec. 2026.03.04 04:32:49.262666 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:49.262870 [ 261 ] {610d0621-67aa-4b58-9906-075df543050a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:32:49.262946 [ 261 ] {610d0621-67aa-4b58-9906-075df543050a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:32:49.263658 [ 261 ] {610d0621-67aa-4b58-9906-075df543050a} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:49.263718 [ 261 ] {610d0621-67aa-4b58-9906-075df543050a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:49.264137 [ 261 ] {610d0621-67aa-4b58-9906-075df543050a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.04 04:32:49.264381 [ 261 ] {610d0621-67aa-4b58-9906-075df543050a} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:49.264578 [ 261 ] {610d0621-67aa-4b58-9906-075df543050a} executeQuery: Read 4 rows, 334.00 B in 0.001757 sec., 2276.607854297097 rows/sec., 185.64 KiB/sec. 2026.03.04 04:32:49.264650 [ 261 ] {610d0621-67aa-4b58-9906-075df543050a} TCPHandler: Processed in 0.002175022 sec. 2026.03.04 04:32:49.264811 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:49.268013 [ 261 ] {cceeb8c0-9262-4649-9211-c1b2e1e44afa} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:32:49.268121 [ 261 ] {cceeb8c0-9262-4649-9211-c1b2e1e44afa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:32:49.269503 [ 261 ] {cceeb8c0-9262-4649-9211-c1b2e1e44afa} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:49.269549 [ 261 ] {cceeb8c0-9262-4649-9211-c1b2e1e44afa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:49.270023 [ 261 ] {cceeb8c0-9262-4649-9211-c1b2e1e44afa} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.04 04:32:49.270260 [ 261 ] {cceeb8c0-9262-4649-9211-c1b2e1e44afa} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:49.270411 [ 261 ] {cceeb8c0-9262-4649-9211-c1b2e1e44afa} executeQuery: Read 1954 rows, 149.86 KiB in 0.005505 sec., 354950.04541326064 rows/sec., 26.58 MiB/sec. 2026.03.04 04:32:49.270452 [ 261 ] {cceeb8c0-9262-4649-9211-c1b2e1e44afa} TCPHandler: Processed in 0.00570415 sec. 2026.03.04 04:32:49.270599 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:49.270708 [ 261 ] {3f1efccb-5e92-48f2-b44b-8d34f6aae018} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:32:49.270752 [ 261 ] {3f1efccb-5e92-48f2-b44b-8d34f6aae018} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:32:49.271190 [ 261 ] {3f1efccb-5e92-48f2-b44b-8d34f6aae018} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:49.271228 [ 261 ] {3f1efccb-5e92-48f2-b44b-8d34f6aae018} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:49.271552 [ 261 ] {3f1efccb-5e92-48f2-b44b-8d34f6aae018} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.04 04:32:49.271783 [ 261 ] {3f1efccb-5e92-48f2-b44b-8d34f6aae018} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:49.271925 [ 261 ] {3f1efccb-5e92-48f2-b44b-8d34f6aae018} executeQuery: Read 21 rows, 1.56 KiB in 0.001244 sec., 16881.02893890675 rows/sec., 1.22 MiB/sec. 2026.03.04 04:32:49.271964 [ 261 ] {3f1efccb-5e92-48f2-b44b-8d34f6aae018} TCPHandler: Processed in 0.001428858 sec. 2026.03.04 04:32:49.272114 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:49.272210 [ 261 ] {1ccd32aa-1ac7-4306-8b06-a9853a7cff7b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:32:49.272250 [ 261 ] {1ccd32aa-1ac7-4306-8b06-a9853a7cff7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:32:49.272843 [ 261 ] {1ccd32aa-1ac7-4306-8b06-a9853a7cff7b} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:49.272881 [ 261 ] {1ccd32aa-1ac7-4306-8b06-a9853a7cff7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:49.273224 [ 261 ] {1ccd32aa-1ac7-4306-8b06-a9853a7cff7b} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.04 04:32:49.273439 [ 261 ] {1ccd32aa-1ac7-4306-8b06-a9853a7cff7b} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:49.273564 [ 261 ] {1ccd32aa-1ac7-4306-8b06-a9853a7cff7b} executeQuery: Read 708 rows, 42.29 KiB in 0.001373 sec., 515659.14056809904 rows/sec., 30.08 MiB/sec. 2026.03.04 04:32:49.273628 [ 261 ] {1ccd32aa-1ac7-4306-8b06-a9853a7cff7b} TCPHandler: Processed in 0.00156518 sec. 2026.03.04 04:32:49.273756 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:49.273853 [ 261 ] {2d6c8cd7-aa16-4368-a456-45a82cc81933} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.04 04:32:49.273892 [ 261 ] {2d6c8cd7-aa16-4368-a456-45a82cc81933} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.04 04:32:49.274283 [ 261 ] {2d6c8cd7-aa16-4368-a456-45a82cc81933} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:49.274321 [ 261 ] {2d6c8cd7-aa16-4368-a456-45a82cc81933} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:49.274619 [ 261 ] {2d6c8cd7-aa16-4368-a456-45a82cc81933} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.03.04 04:32:49.274832 [ 261 ] {2d6c8cd7-aa16-4368-a456-45a82cc81933} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:49.274960 [ 261 ] {2d6c8cd7-aa16-4368-a456-45a82cc81933} executeQuery: Read 1 rows, 72.00 B in 0.001126 sec., 888.0994671403197 rows/sec., 62.44 KiB/sec. 2026.03.04 04:32:49.274998 [ 261 ] {2d6c8cd7-aa16-4368-a456-45a82cc81933} TCPHandler: Processed in 0.001291265 sec. 2026.03.04 04:32:49.275115 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:49.275210 [ 261 ] {3661d041-d980-4867-a011-2d920e440413} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:32:49.275250 [ 261 ] {3661d041-d980-4867-a011-2d920e440413} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:32:49.275970 [ 261 ] {3661d041-d980-4867-a011-2d920e440413} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:49.276006 [ 261 ] {3661d041-d980-4867-a011-2d920e440413} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:49.276348 [ 261 ] {3661d041-d980-4867-a011-2d920e440413} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.04 04:32:49.276563 [ 261 ] {3661d041-d980-4867-a011-2d920e440413} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:49.276695 [ 261 ] {3661d041-d980-4867-a011-2d920e440413} executeQuery: Read 1021 rows, 72.03 KiB in 0.001503 sec., 679308.0505655356 rows/sec., 46.80 MiB/sec. 2026.03.04 04:32:49.276735 [ 261 ] {3661d041-d980-4867-a011-2d920e440413} TCPHandler: Processed in 0.001669862 sec. 2026.03.04 04:32:49.276852 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:49.276949 [ 261 ] {fd3d34a3-9aff-47b6-9678-329660d5d232} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:32:49.276993 [ 261 ] {fd3d34a3-9aff-47b6-9678-329660d5d232} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:32:49.277629 [ 261 ] {fd3d34a3-9aff-47b6-9678-329660d5d232} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:49.277667 [ 261 ] {fd3d34a3-9aff-47b6-9678-329660d5d232} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:49.278106 [ 261 ] {fd3d34a3-9aff-47b6-9678-329660d5d232} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.04 04:32:49.278320 [ 261 ] {fd3d34a3-9aff-47b6-9678-329660d5d232} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:49.278451 [ 261 ] {fd3d34a3-9aff-47b6-9678-329660d5d232} executeQuery: Read 1219 rows, 78.06 KiB in 0.001521 sec., 801446.4168310323 rows/sec., 50.12 MiB/sec. 2026.03.04 04:32:49.278488 [ 261 ] {fd3d34a3-9aff-47b6-9678-329660d5d232} TCPHandler: Processed in 0.001685902 sec. 2026.03.04 04:32:49.278618 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:49.278735 [ 261 ] {efbf39f3-aaab-4830-8f4d-3d8a5c120ed6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:32:49.278791 [ 261 ] {efbf39f3-aaab-4830-8f4d-3d8a5c120ed6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:32:49.279578 [ 261 ] {efbf39f3-aaab-4830-8f4d-3d8a5c120ed6} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:49.279616 [ 261 ] {efbf39f3-aaab-4830-8f4d-3d8a5c120ed6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:49.280130 [ 261 ] {efbf39f3-aaab-4830-8f4d-3d8a5c120ed6} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.04 04:32:49.280357 [ 261 ] {efbf39f3-aaab-4830-8f4d-3d8a5c120ed6} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:49.280493 [ 261 ] {efbf39f3-aaab-4830-8f4d-3d8a5c120ed6} executeQuery: Read 17 rows, 31.19 KiB in 0.00178 sec., 9550.561797752809 rows/sec., 17.11 MiB/sec. 2026.03.04 04:32:49.280546 [ 261 ] {efbf39f3-aaab-4830-8f4d-3d8a5c120ed6} TCPHandler: Processed in 0.001988669 sec. 2026.03.04 04:32:49.280663 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:49.280759 [ 261 ] {b33d5af6-5cf3-4af3-8b89-a47a84f5603d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:32:49.280803 [ 261 ] {b33d5af6-5cf3-4af3-8b89-a47a84f5603d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:32:49.281127 [ 261 ] {b33d5af6-5cf3-4af3-8b89-a47a84f5603d} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:49.281164 [ 261 ] {b33d5af6-5cf3-4af3-8b89-a47a84f5603d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:49.281470 [ 261 ] {b33d5af6-5cf3-4af3-8b89-a47a84f5603d} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.04 04:32:49.281686 [ 261 ] {b33d5af6-5cf3-4af3-8b89-a47a84f5603d} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:49.281818 [ 261 ] {b33d5af6-5cf3-4af3-8b89-a47a84f5603d} executeQuery: Read 12 rows, 848.00 B in 0.001078 sec., 11131.725417439704 rows/sec., 768.21 KiB/sec. 2026.03.04 04:32:49.281855 [ 261 ] {b33d5af6-5cf3-4af3-8b89-a47a84f5603d} TCPHandler: Processed in 0.001241004 sec. 2026.03.04 04:32:53.983981 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:53.984183 [ 261 ] {b5cbc4f6-a4b7-42e3-a487-2e8cb90b3c19} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:32:53.984259 [ 261 ] {b5cbc4f6-a4b7-42e3-a487-2e8cb90b3c19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:32:53.984991 [ 261 ] {b5cbc4f6-a4b7-42e3-a487-2e8cb90b3c19} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:53.985044 [ 261 ] {b5cbc4f6-a4b7-42e3-a487-2e8cb90b3c19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:53.985449 [ 261 ] {b5cbc4f6-a4b7-42e3-a487-2e8cb90b3c19} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.04 04:32:53.985680 [ 261 ] {b5cbc4f6-a4b7-42e3-a487-2e8cb90b3c19} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:53.985832 [ 78 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.04 04:32:53.985845 [ 261 ] {b5cbc4f6-a4b7-42e3-a487-2e8cb90b3c19} executeQuery: Read 56 rows, 4.38 KiB in 0.001716 sec., 32634.032634032632 rows/sec., 2.49 MiB/sec. 2026.03.04 04:32:53.985898 [ 78 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:53.985922 [ 261 ] {b5cbc4f6-a4b7-42e3-a487-2e8cb90b3c19} TCPHandler: Processed in 0.002088751 sec. 2026.03.04 04:32:53.985925 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:53.986038 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.04 04:32:53.986061 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:53.986153 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:32:53.986171 [ 261 ] {3b09ae6d-be03-42b3-91a6-ad72b891103d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:32:53.986188 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2890 rows starting from the beginning of the part 2026.03.04 04:32:53.986216 [ 261 ] {3b09ae6d-be03-42b3-91a6-ad72b891103d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:32:53.986255 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 246 rows starting from the beginning of the part 2026.03.04 04:32:53.986306 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 72 rows starting from the beginning of the part 2026.03.04 04:32:53.986352 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 122 rows starting from the beginning of the part 2026.03.04 04:32:53.986396 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1954 rows starting from the beginning of the part 2026.03.04 04:32:53.986440 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 56 rows starting from the beginning of the part 2026.03.04 04:32:53.986667 [ 261 ] {3b09ae6d-be03-42b3-91a6-ad72b891103d} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:53.986705 [ 261 ] {3b09ae6d-be03-42b3-91a6-ad72b891103d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:53.987016 [ 261 ] {3b09ae6d-be03-42b3-91a6-ad72b891103d} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.04 04:32:53.987232 [ 261 ] {3b09ae6d-be03-42b3-91a6-ad72b891103d} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:53.987344 [ 78 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.04 04:32:53.987371 [ 261 ] {3b09ae6d-be03-42b3-91a6-ad72b891103d} executeQuery: Read 64 rows, 5.12 KiB in 0.001225 sec., 52244.897959183676 rows/sec., 4.08 MiB/sec. 2026.03.04 04:32:53.987377 [ 78 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:53.987412 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:53.987418 [ 261 ] {3b09ae6d-be03-42b3-91a6-ad72b891103d} TCPHandler: Processed in 0.001409758 sec. 2026.03.04 04:32:53.987513 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.04 04:32:53.987544 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:53.987648 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:32:53.987651 [ 261 ] {b9b2c00c-f3bb-4a6f-bebf-6e6458c68bee} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:32:53.987688 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1550 rows starting from the beginning of the part 2026.03.04 04:32:53.987711 [ 261 ] {b9b2c00c-f3bb-4a6f-bebf-6e6458c68bee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:32:53.987760 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 141 rows starting from the beginning of the part 2026.03.04 04:32:53.987811 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 72 rows starting from the beginning of the part 2026.03.04 04:32:53.987851 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 97 rows starting from the beginning of the part 2026.03.04 04:32:53.987890 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1021 rows starting from the beginning of the part 2026.03.04 04:32:53.987929 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 64 rows starting from the beginning of the part 2026.03.04 04:32:53.988131 [ 261 ] {b9b2c00c-f3bb-4a6f-bebf-6e6458c68bee} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:53.988173 [ 261 ] {b9b2c00c-f3bb-4a6f-bebf-6e6458c68bee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:53.988504 [ 190 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 5340 rows, containing 5 columns (5 merged, 0 gathered) in 0.002508548 sec., 2128721.4755308647 rows/sec., 172.17 MiB/sec. 2026.03.04 04:32:53.988674 [ 261 ] {b9b2c00c-f3bb-4a6f-bebf-6e6458c68bee} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.04 04:32:53.988760 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.04 04:32:53.988916 [ 261 ] {b9b2c00c-f3bb-4a6f-bebf-6e6458c68bee} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:53.989012 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_31_6} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:53.989033 [ 78 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.04 04:32:53.989066 [ 78 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:53.989071 [ 261 ] {b9b2c00c-f3bb-4a6f-bebf-6e6458c68bee} executeQuery: Read 128 rows, 9.13 KiB in 0.001441 sec., 88827.20333102012 rows/sec., 6.19 MiB/sec. 2026.03.04 04:32:53.989088 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_31_6} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.04 04:32:53.989090 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:53.989121 [ 261 ] {b9b2c00c-f3bb-4a6f-bebf-6e6458c68bee} TCPHandler: Processed in 0.001627652 sec. 2026.03.04 04:32:53.989165 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. 2026.03.04 04:32:53.989247 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:53.989253 [ 196 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.04 04:32:53.989347 [ 261 ] {88a91d4e-134f-47ad-a1af-d65c3b333b1b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:32:53.989395 [ 261 ] {88a91d4e-134f-47ad-a1af-d65c3b333b1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:32:53.989407 [ 196 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:32:53.989420 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2945 rows, containing 5 columns (5 merged, 0 gathered) in 0.001956517 sec., 1505225.8682137695 rows/sec., 112.09 MiB/sec. 2026.03.04 04:32:53.989453 [ 196 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9432 rows starting from the beginning of the part 2026.03.04 04:32:53.989527 [ 196 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 200 rows starting from the beginning of the part 2026.03.04 04:32:53.989574 [ 196 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part 2026.03.04 04:32:53.989617 [ 196 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part 2026.03.04 04:32:53.989646 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.04 04:32:53.989658 [ 196 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1219 rows starting from the beginning of the part 2026.03.04 04:32:53.989706 [ 196 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 128 rows starting from the beginning of the part 2026.03.04 04:32:53.989750 [ 261 ] {88a91d4e-134f-47ad-a1af-d65c3b333b1b} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:53.989791 [ 261 ] {88a91d4e-134f-47ad-a1af-d65c3b333b1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:53.989921 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_31_6} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:53.989990 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_31_6} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.04 04:32:53.990064 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.03.04 04:32:53.990150 [ 261 ] {88a91d4e-134f-47ad-a1af-d65c3b333b1b} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.04 04:32:53.990366 [ 261 ] {88a91d4e-134f-47ad-a1af-d65c3b333b1b} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:53.990476 [ 78 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.04 04:32:53.990506 [ 78 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:53.990506 [ 261 ] {88a91d4e-134f-47ad-a1af-d65c3b333b1b} executeQuery: Read 48 rows, 3.31 KiB in 0.00118 sec., 40677.96610169491 rows/sec., 2.74 MiB/sec. 2026.03.04 04:32:53.990523 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.22 GiB. 2026.03.04 04:32:53.990559 [ 261 ] {88a91d4e-134f-47ad-a1af-d65c3b333b1b} TCPHandler: Processed in 0.001361926 sec. 2026.03.04 04:32:53.990625 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.04 04:32:53.990738 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:32:53.990770 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1440 rows starting from the beginning of the part 2026.03.04 04:32:53.990830 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2026.03.04 04:32:53.990871 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part 2026.03.04 04:32:53.990910 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2026.03.04 04:32:53.990945 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 12 rows starting from the beginning of the part 2026.03.04 04:32:53.990982 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 48 rows starting from the beginning of the part 2026.03.04 04:32:53.991987 [ 191 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1680 rows, containing 4 columns (4 merged, 0 gathered) in 0.001397577 sec., 1202080.4578209287 rows/sec., 80.01 MiB/sec. 2026.03.04 04:32:53.992299 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.04 04:32:53.992605 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_31_6} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:53.992694 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_31_6} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.04 04:32:53.992789 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.03.04 04:32:53.993290 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 11299 rows, containing 5 columns (5 merged, 0 gathered) in 0.004099349 sec., 2756291.303814337 rows/sec., 184.09 MiB/sec. 2026.03.04 04:32:53.993603 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.04 04:32:53.993903 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_31_6} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:53.994043 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_31_6} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.04 04:32:53.994134 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. 2026.03.04 04:32:55.603448 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10076 2026.03.04 04:32:55.604155 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:55.604195 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:32:55.604696 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.04 04:32:55.604947 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:55.605091 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10076 2026.03.04 04:32:55.605120 [ 76 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.04 04:32:55.605189 [ 76 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:55.605208 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:32:55.605299 [ 189 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.04 04:32:55.605385 [ 189 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:32:55.605416 [ 189 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7708 rows starting from the beginning of the part 2026.03.04 04:32:55.605470 [ 189 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 448 rows starting from the beginning of the part 2026.03.04 04:32:55.605511 [ 189 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 512 rows starting from the beginning of the part 2026.03.04 04:32:55.605550 [ 189 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 448 rows starting from the beginning of the part 2026.03.04 04:32:55.605587 [ 189 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 512 rows starting from the beginning of the part 2026.03.04 04:32:55.605623 [ 189 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 448 rows starting from the beginning of the part 2026.03.04 04:32:55.607522 [ 200 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10076 rows, containing 4 columns (4 merged, 0 gathered) in 0.002262723 sec., 4453041.755442447 rows/sec., 63.70 MiB/sec. 2026.03.04 04:32:55.607765 [ 197 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.04 04:32:55.608064 [ 197 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_21_4} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:55.608130 [ 197 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_21_4} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.04 04:32:55.608200 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2026.03.04 04:32:56.129809 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.03.04 04:32:56.147165 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:56.147211 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:32:56.152951 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.04 04:32:56.153654 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:56.153935 [ 76 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.04 04:32:56.153973 [ 76 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:56.153995 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:32:56.154127 [ 199 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.04 04:32:56.156694 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.03.04 04:32:56.158265 [ 199 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:32:56.159649 [ 199 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2026.03.04 04:32:56.164055 [ 199 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 7 rows starting from the beginning of the part 2026.03.04 04:32:56.168526 [ 199 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2026.03.04 04:32:56.172507 [ 199 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2026.03.04 04:32:56.176512 [ 199 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2026.03.04 04:32:56.180173 [ 199 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2026.03.04 04:32:56.235043 [ 200 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.080978092 sec., 1963.494027495733 rows/sec., 10.15 MiB/sec. 2026.03.04 04:32:56.237100 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.04 04:32:56.238946 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_21_4} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:56.239057 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_21_4} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.04 04:32:56.240738 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.03.04 04:32:57.000199 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 250.79 MiB, peak 261.34 MiB, free memory in arenas 0.00 B, will set to 255.25 MiB (RSS), difference: 4.46 MiB 2026.03.04 04:32:58.132214 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 652 2026.03.04 04:32:58.134711 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:58.134769 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:32:58.135994 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.04 04:32:58.136282 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:58.136463 [ 73 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.04 04:32:58.136551 [ 73 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:58.136585 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:32:58.136636 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 652 2026.03.04 04:32:58.136726 [ 198 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.04 04:32:58.137287 [ 198 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:32:58.137420 [ 198 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 482 rows starting from the beginning of the part 2026.03.04 04:32:58.137755 [ 198 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 38 rows starting from the beginning of the part 2026.03.04 04:32:58.138063 [ 198 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 38 rows starting from the beginning of the part 2026.03.04 04:32:58.138363 [ 198 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2026.03.04 04:32:58.138648 [ 198 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part 2026.03.04 04:32:58.138942 [ 198 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 38 rows starting from the beginning of the part 2026.03.04 04:32:58.145647 [ 200 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 652 rows, containing 72 columns (72 merged, 0 gathered) in 0.008971413 sec., 72675.2853758934 rows/sec., 66.34 MiB/sec. 2026.03.04 04:32:58.146983 [ 200 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.04 04:32:58.147605 [ 200 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_16_3} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:58.147686 [ 200 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_16_3} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.04 04:32:58.147935 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. 2026.03.04 04:32:58.987590 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:58.987765 [ 261 ] {971b387f-a645-40ff-b70b-23319d64d2d1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:32:58.987827 [ 261 ] {971b387f-a645-40ff-b70b-23319d64d2d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:32:58.988515 [ 261 ] {971b387f-a645-40ff-b70b-23319d64d2d1} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:58.988551 [ 261 ] {971b387f-a645-40ff-b70b-23319d64d2d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:32:58.988946 [ 261 ] {971b387f-a645-40ff-b70b-23319d64d2d1} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.04 04:32:58.989170 [ 261 ] {971b387f-a645-40ff-b70b-23319d64d2d1} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:58.989310 [ 261 ] {971b387f-a645-40ff-b70b-23319d64d2d1} executeQuery: Read 122 rows, 10.72 KiB in 0.001594 sec., 76537.01380175659 rows/sec., 6.57 MiB/sec. 2026.03.04 04:32:58.989350 [ 261 ] {971b387f-a645-40ff-b70b-23319d64d2d1} TCPHandler: Processed in 0.001884816 sec. 2026.03.04 04:32:58.989491 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:58.989595 [ 261 ] {93f2ec93-f630-44ea-8471-8a14db6742c4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:32:58.989634 [ 261 ] {93f2ec93-f630-44ea-8471-8a14db6742c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:32:58.990058 [ 261 ] {93f2ec93-f630-44ea-8471-8a14db6742c4} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:58.990092 [ 261 ] {93f2ec93-f630-44ea-8471-8a14db6742c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:32:58.990386 [ 261 ] {93f2ec93-f630-44ea-8471-8a14db6742c4} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.04 04:32:58.990593 [ 261 ] {93f2ec93-f630-44ea-8471-8a14db6742c4} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:58.990693 [ 73 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.04 04:32:58.990714 [ 261 ] {93f2ec93-f630-44ea-8471-8a14db6742c4} executeQuery: Read 33 rows, 2.48 KiB in 0.001138 sec., 28998.242530755713 rows/sec., 2.13 MiB/sec. 2026.03.04 04:32:58.990729 [ 73 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:58.990748 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:32:58.990750 [ 261 ] {93f2ec93-f630-44ea-8471-8a14db6742c4} TCPHandler: Processed in 0.001307485 sec. 2026.03.04 04:32:58.990898 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.04 04:32:58.990911 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:58.991028 [ 261 ] {e7601247-c65a-4d7f-b346-6c58287b2b2a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:32:58.991040 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:32:58.991067 [ 261 ] {e7601247-c65a-4d7f-b346-6c58287b2b2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:32:58.991080 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 224 rows starting from the beginning of the part 2026.03.04 04:32:58.991151 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 53 rows starting from the beginning of the part 2026.03.04 04:32:58.991196 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2026.03.04 04:32:58.991240 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 33 rows starting from the beginning of the part 2026.03.04 04:32:58.991280 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 21 rows starting from the beginning of the part 2026.03.04 04:32:58.991350 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 33 rows starting from the beginning of the part 2026.03.04 04:32:58.991512 [ 261 ] {e7601247-c65a-4d7f-b346-6c58287b2b2a} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:58.991552 [ 261 ] {e7601247-c65a-4d7f-b346-6c58287b2b2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:32:58.992063 [ 261 ] {e7601247-c65a-4d7f-b346-6c58287b2b2a} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.04 04:32:58.992221 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 372 rows, containing 5 columns (5 merged, 0 gathered) in 0.001395947 sec., 266485.761995262 rows/sec., 19.05 MiB/sec. 2026.03.04 04:32:58.992331 [ 261 ] {e7601247-c65a-4d7f-b346-6c58287b2b2a} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:58.992371 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.04 04:32:58.992487 [ 261 ] {e7601247-c65a-4d7f-b346-6c58287b2b2a} executeQuery: Read 97 rows, 7.76 KiB in 0.001475 sec., 65762.71186440678 rows/sec., 5.14 MiB/sec. 2026.03.04 04:32:58.992533 [ 261 ] {e7601247-c65a-4d7f-b346-6c58287b2b2a} TCPHandler: Processed in 0.001670892 sec. 2026.03.04 04:32:58.992638 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_26_5} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:58.992681 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:58.992703 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_26_5} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.04 04:32:58.992788 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.03.04 04:32:58.992795 [ 261 ] {da575810-bd4e-416d-b379-9a3d6b5ec2cb} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:32:58.992848 [ 261 ] {da575810-bd4e-416d-b379-9a3d6b5ec2cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:32:58.993307 [ 261 ] {da575810-bd4e-416d-b379-9a3d6b5ec2cb} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:58.993341 [ 261 ] {da575810-bd4e-416d-b379-9a3d6b5ec2cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:32:58.993654 [ 261 ] {da575810-bd4e-416d-b379-9a3d6b5ec2cb} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.04 04:32:58.993874 [ 261 ] {da575810-bd4e-416d-b379-9a3d6b5ec2cb} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:58.994064 [ 261 ] {da575810-bd4e-416d-b379-9a3d6b5ec2cb} executeQuery: Read 160 rows, 11.41 KiB in 0.001293 sec., 123743.23279195667 rows/sec., 8.62 MiB/sec. 2026.03.04 04:32:58.994100 [ 261 ] {da575810-bd4e-416d-b379-9a3d6b5ec2cb} TCPHandler: Processed in 0.001478309 sec. 2026.03.04 04:32:58.994214 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:58.994311 [ 261 ] {100e2318-fe29-4627-a59b-7472d19ed119} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:32:58.994365 [ 261 ] {100e2318-fe29-4627-a59b-7472d19ed119} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:32:58.995205 [ 261 ] {100e2318-fe29-4627-a59b-7472d19ed119} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:58.995241 [ 261 ] {100e2318-fe29-4627-a59b-7472d19ed119} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:32:58.995788 [ 261 ] {100e2318-fe29-4627-a59b-7472d19ed119} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.04 04:32:58.996001 [ 261 ] {100e2318-fe29-4627-a59b-7472d19ed119} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:58.996138 [ 261 ] {100e2318-fe29-4627-a59b-7472d19ed119} executeQuery: Read 33 rows, 60.55 KiB in 0.001845 sec., 17886.178861788616 rows/sec., 32.05 MiB/sec. 2026.03.04 04:32:58.996191 [ 261 ] {100e2318-fe29-4627-a59b-7472d19ed119} TCPHandler: Processed in 0.002024429 sec. 2026.03.04 04:32:58.996316 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:32:58.996412 [ 261 ] {74e587f3-190b-4daa-993b-c83a551928df} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:32:58.996453 [ 261 ] {74e587f3-190b-4daa-993b-c83a551928df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:32:58.996888 [ 261 ] {74e587f3-190b-4daa-993b-c83a551928df} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:32:58.996933 [ 261 ] {74e587f3-190b-4daa-993b-c83a551928df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:32:58.997300 [ 261 ] {74e587f3-190b-4daa-993b-c83a551928df} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.04 04:32:58.997576 [ 261 ] {74e587f3-190b-4daa-993b-c83a551928df} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:32:58.997704 [ 261 ] {74e587f3-190b-4daa-993b-c83a551928df} executeQuery: Read 60 rows, 4.14 KiB in 0.00131 sec., 45801.52671755725 rows/sec., 3.09 MiB/sec. 2026.03.04 04:32:58.997739 [ 261 ] {74e587f3-190b-4daa-993b-c83a551928df} TCPHandler: Processed in 0.001471369 sec. 2026.03.04 04:33:00.960156 [ 70 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 2026.03.04 04:33:00.960245 [ 70 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:00.960284 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:00.960424 [ 200 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_10_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full 2026.03.04 04:33:00.960577 [ 200 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:00.960612 [ 200 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 18 rows starting from the beginning of the part 2026.03.04 04:33:00.960680 [ 200 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part 2026.03.04 04:33:00.960723 [ 200 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part 2026.03.04 04:33:00.960764 [ 200 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 8 rows starting from the beginning of the part 2026.03.04 04:33:00.960804 [ 200 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part 2026.03.04 04:33:00.961557 [ 201 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001187783 sec., 30308.56646373959 rows/sec., 2.53 MiB/sec. 2026.03.04 04:33:00.961748 [ 198 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.03.04 04:33:00.962055 [ 198 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_10_2} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:00.962131 [ 198 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_10_2} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 2026.03.04 04:33:00.962233 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.04 04:33:03.023085 [ 68 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:33:03.023141 [ 68 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:33:03.106134 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10588 2026.03.04 04:33:03.106658 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:03.106699 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:03.107196 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.04 04:33:03.107437 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:03.107575 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10588 2026.03.04 04:33:03.369335 [ 66 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 2026.03.04 04:33:03.369447 [ 66 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:03.369493 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:03.369693 [ 200 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_10_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full 2026.03.04 04:33:03.369837 [ 200 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:03.369884 [ 200 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 882 rows starting from the beginning of the part 2026.03.04 04:33:03.369959 [ 200 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.03.04 04:33:03.370010 [ 200 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 708 rows starting from the beginning of the part 2026.03.04 04:33:03.370057 [ 200 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2026.03.04 04:33:03.370103 [ 200 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 708 rows starting from the beginning of the part 2026.03.04 04:33:03.371158 [ 198 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 2346 rows, containing 5 columns (5 merged, 0 gathered) in 0.00153721 sec., 1526141.5161233663 rows/sec., 96.62 MiB/sec. 2026.03.04 04:33:03.371379 [ 187 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.03.04 04:33:03.371680 [ 187 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_10_2} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:03.371758 [ 187 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_10_2} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 2026.03.04 04:33:03.371844 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.03.04 04:33:03.657706 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.03.04 04:33:03.673116 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:03.673181 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:03.678837 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.04 04:33:03.679575 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:03.682664 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.03.04 04:33:03.986208 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:03.986499 [ 261 ] {18e01974-cd49-431d-9f14-8f95f6da51d4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:33:03.986607 [ 261 ] {18e01974-cd49-431d-9f14-8f95f6da51d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:33:03.987532 [ 261 ] {18e01974-cd49-431d-9f14-8f95f6da51d4} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:03.987584 [ 261 ] {18e01974-cd49-431d-9f14-8f95f6da51d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:03.988025 [ 261 ] {18e01974-cd49-431d-9f14-8f95f6da51d4} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.04 04:33:03.988258 [ 261 ] {18e01974-cd49-431d-9f14-8f95f6da51d4} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:03.988421 [ 261 ] {18e01974-cd49-431d-9f14-8f95f6da51d4} executeQuery: Read 72 rows, 5.91 KiB in 0.001998 sec., 36036.036036036036 rows/sec., 2.89 MiB/sec. 2026.03.04 04:33:03.988471 [ 261 ] {18e01974-cd49-431d-9f14-8f95f6da51d4} TCPHandler: Processed in 0.002456857 sec. 2026.03.04 04:33:03.988603 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:03.988708 [ 261 ] {5ef1ea65-b250-4aaa-a2e3-e60b9470a141} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:33:03.988753 [ 261 ] {5ef1ea65-b250-4aaa-a2e3-e60b9470a141} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:33:03.989175 [ 261 ] {5ef1ea65-b250-4aaa-a2e3-e60b9470a141} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:03.989213 [ 261 ] {5ef1ea65-b250-4aaa-a2e3-e60b9470a141} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:03.989544 [ 261 ] {5ef1ea65-b250-4aaa-a2e3-e60b9470a141} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.04 04:33:03.989759 [ 261 ] {5ef1ea65-b250-4aaa-a2e3-e60b9470a141} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:03.989893 [ 261 ] {5ef1ea65-b250-4aaa-a2e3-e60b9470a141} executeQuery: Read 8 rows, 616.00 B in 0.001208 sec., 6622.51655629139 rows/sec., 497.98 KiB/sec. 2026.03.04 04:33:03.989932 [ 261 ] {5ef1ea65-b250-4aaa-a2e3-e60b9470a141} TCPHandler: Processed in 0.001381787 sec. 2026.03.04 04:33:03.990047 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:03.990147 [ 261 ] {06158400-c79a-4f88-bf06-338a9f1186a7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:33:03.990189 [ 261 ] {06158400-c79a-4f88-bf06-338a9f1186a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:33:03.990623 [ 261 ] {06158400-c79a-4f88-bf06-338a9f1186a7} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:03.990660 [ 261 ] {06158400-c79a-4f88-bf06-338a9f1186a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:03.990965 [ 261 ] {06158400-c79a-4f88-bf06-338a9f1186a7} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.04 04:33:03.991179 [ 261 ] {06158400-c79a-4f88-bf06-338a9f1186a7} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:03.991309 [ 261 ] {06158400-c79a-4f88-bf06-338a9f1186a7} executeQuery: Read 72 rows, 5.76 KiB in 0.001182 sec., 60913.70558375634 rows/sec., 4.76 MiB/sec. 2026.03.04 04:33:03.991347 [ 261 ] {06158400-c79a-4f88-bf06-338a9f1186a7} TCPHandler: Processed in 0.001349826 sec. 2026.03.04 04:33:03.991463 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:03.991558 [ 261 ] {f89faf65-6ccf-44b3-88ca-cf0cfd1eed73} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:33:03.991603 [ 261 ] {f89faf65-6ccf-44b3-88ca-cf0cfd1eed73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:33:03.992014 [ 261 ] {f89faf65-6ccf-44b3-88ca-cf0cfd1eed73} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:03.992051 [ 261 ] {f89faf65-6ccf-44b3-88ca-cf0cfd1eed73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:03.992394 [ 261 ] {f89faf65-6ccf-44b3-88ca-cf0cfd1eed73} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.04 04:33:03.992612 [ 261 ] {f89faf65-6ccf-44b3-88ca-cf0cfd1eed73} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:03.992743 [ 261 ] {f89faf65-6ccf-44b3-88ca-cf0cfd1eed73} executeQuery: Read 160 rows, 11.41 KiB in 0.001203 sec., 133000.83125519534 rows/sec., 9.26 MiB/sec. 2026.03.04 04:33:03.992787 [ 261 ] {f89faf65-6ccf-44b3-88ca-cf0cfd1eed73} TCPHandler: Processed in 0.001372736 sec. 2026.03.04 04:33:03.992900 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:03.992995 [ 261 ] {b68d65b6-fbd6-4f18-820b-7365117c48c9} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:33:03.993050 [ 261 ] {b68d65b6-fbd6-4f18-820b-7365117c48c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:33:03.993800 [ 261 ] {b68d65b6-fbd6-4f18-820b-7365117c48c9} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:03.993897 [ 261 ] {b68d65b6-fbd6-4f18-820b-7365117c48c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:03.994451 [ 261 ] {b68d65b6-fbd6-4f18-820b-7365117c48c9} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.04 04:33:03.994684 [ 261 ] {b68d65b6-fbd6-4f18-820b-7365117c48c9} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:03.994835 [ 261 ] {b68d65b6-fbd6-4f18-820b-7365117c48c9} executeQuery: Read 8 rows, 14.68 KiB in 0.001857 sec., 4308.023694130318 rows/sec., 7.72 MiB/sec. 2026.03.04 04:33:03.994874 [ 67 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.04 04:33:03.994915 [ 261 ] {b68d65b6-fbd6-4f18-820b-7365117c48c9} TCPHandler: Processed in 0.002064239 sec. 2026.03.04 04:33:03.994952 [ 67 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:03.994984 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:03.995071 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:03.995094 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.04 04:33:03.995173 [ 261 ] {ff55a285-8d92-4aae-801e-3a903848dd21} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:33:03.995219 [ 261 ] {ff55a285-8d92-4aae-801e-3a903848dd21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:33:03.995335 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:03.995422 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 484 rows starting from the beginning of the part 2026.03.04 04:33:03.995563 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part 2026.03.04 04:33:03.995573 [ 261 ] {ff55a285-8d92-4aae-801e-3a903848dd21} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:03.995616 [ 261 ] {ff55a285-8d92-4aae-801e-3a903848dd21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:03.995676 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 33 rows starting from the beginning of the part 2026.03.04 04:33:03.995791 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 17 rows starting from the beginning of the part 2026.03.04 04:33:03.995900 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 33 rows starting from the beginning of the part 2026.03.04 04:33:03.996046 [ 261 ] {ff55a285-8d92-4aae-801e-3a903848dd21} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.04 04:33:03.996047 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 8 rows starting from the beginning of the part 2026.03.04 04:33:03.996298 [ 261 ] {ff55a285-8d92-4aae-801e-3a903848dd21} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:03.996447 [ 261 ] {ff55a285-8d92-4aae-801e-3a903848dd21} executeQuery: Read 60 rows, 4.14 KiB in 0.001293 sec., 46403.71229698376 rows/sec., 3.13 MiB/sec. 2026.03.04 04:33:03.996497 [ 261 ] {ff55a285-8d92-4aae-801e-3a903848dd21} TCPHandler: Processed in 0.001476339 sec. 2026.03.04 04:33:04.001178 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 260.36 MiB, peak 261.34 MiB, free memory in arenas 0.00 B, will set to 259.31 MiB (RSS), difference: -1.05 MiB 2026.03.04 04:33:04.062444 [ 198 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 583 rows, containing 19 columns (19 merged, 0 gathered) in 0.0674008 sec., 8649.748964403983 rows/sec., 15.50 MiB/sec. 2026.03.04 04:33:04.063426 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.04 04:33:04.063777 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_26_5} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:04.063845 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_26_5} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.04 04:33:04.063964 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. 2026.03.04 04:33:05.001163 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 256.00 MiB, peak 263.33 MiB, free memory in arenas 0.00 B, will set to 259.70 MiB (RSS), difference: 3.70 MiB 2026.03.04 04:33:08.137718 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 676 2026.03.04 04:33:08.139860 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:08.139914 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:08.141087 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.04 04:33:08.141368 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:08.141745 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 676 2026.03.04 04:33:08.989369 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:08.989571 [ 261 ] {52e68f29-314a-48d5-aedd-95ad5e520646} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:33:08.989646 [ 261 ] {52e68f29-314a-48d5-aedd-95ad5e520646} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:33:08.990367 [ 261 ] {52e68f29-314a-48d5-aedd-95ad5e520646} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:08.990416 [ 261 ] {52e68f29-314a-48d5-aedd-95ad5e520646} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:08.990813 [ 261 ] {52e68f29-314a-48d5-aedd-95ad5e520646} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.04 04:33:08.991063 [ 261 ] {52e68f29-314a-48d5-aedd-95ad5e520646} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:08.991221 [ 261 ] {52e68f29-314a-48d5-aedd-95ad5e520646} executeQuery: Read 24 rows, 2.04 KiB in 0.001705 sec., 14076.24633431085 rows/sec., 1.17 MiB/sec. 2026.03.04 04:33:08.991271 [ 261 ] {52e68f29-314a-48d5-aedd-95ad5e520646} TCPHandler: Processed in 0.00205387 sec. 2026.03.04 04:33:08.991399 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:08.991505 [ 261 ] {5d2c038f-ee32-412e-a956-33a43a1ce482} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:33:08.991550 [ 261 ] {5d2c038f-ee32-412e-a956-33a43a1ce482} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:33:08.991960 [ 261 ] {5d2c038f-ee32-412e-a956-33a43a1ce482} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:08.991999 [ 261 ] {5d2c038f-ee32-412e-a956-33a43a1ce482} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:08.992301 [ 261 ] {5d2c038f-ee32-412e-a956-33a43a1ce482} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.04 04:33:08.992512 [ 261 ] {5d2c038f-ee32-412e-a956-33a43a1ce482} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:08.992650 [ 261 ] {5d2c038f-ee32-412e-a956-33a43a1ce482} executeQuery: Read 2 rows, 167.00 B in 0.00117 sec., 1709.4017094017092 rows/sec., 139.39 KiB/sec. 2026.03.04 04:33:08.992689 [ 261 ] {5d2c038f-ee32-412e-a956-33a43a1ce482} TCPHandler: Processed in 0.001342736 sec. 2026.03.04 04:33:08.992799 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:08.992897 [ 261 ] {374d9bb9-3320-489c-bda0-4bbca655c370} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:33:08.992938 [ 261 ] {374d9bb9-3320-489c-bda0-4bbca655c370} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:33:08.993460 [ 261 ] {374d9bb9-3320-489c-bda0-4bbca655c370} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:08.993497 [ 261 ] {374d9bb9-3320-489c-bda0-4bbca655c370} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:08.993824 [ 261 ] {374d9bb9-3320-489c-bda0-4bbca655c370} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.04 04:33:08.994097 [ 261 ] {374d9bb9-3320-489c-bda0-4bbca655c370} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:08.994236 [ 261 ] {374d9bb9-3320-489c-bda0-4bbca655c370} executeQuery: Read 243 rows, 22.23 KiB in 0.001359 sec., 178807.94701986754 rows/sec., 15.98 MiB/sec. 2026.03.04 04:33:08.994276 [ 261 ] {374d9bb9-3320-489c-bda0-4bbca655c370} TCPHandler: Processed in 0.00152621 sec. 2026.03.04 04:33:08.994390 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:08.994487 [ 261 ] {7ff0026b-837e-40ae-a6cd-a1bce35e3f10} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:33:08.994527 [ 261 ] {7ff0026b-837e-40ae-a6cd-a1bce35e3f10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:33:08.994942 [ 261 ] {7ff0026b-837e-40ae-a6cd-a1bce35e3f10} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:08.994978 [ 261 ] {7ff0026b-837e-40ae-a6cd-a1bce35e3f10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:08.995282 [ 261 ] {7ff0026b-837e-40ae-a6cd-a1bce35e3f10} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.04 04:33:08.995495 [ 261 ] {7ff0026b-837e-40ae-a6cd-a1bce35e3f10} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:08.995627 [ 261 ] {7ff0026b-837e-40ae-a6cd-a1bce35e3f10} executeQuery: Read 47 rows, 3.58 KiB in 0.001159 sec., 40552.20017256255 rows/sec., 3.02 MiB/sec. 2026.03.04 04:33:08.995665 [ 261 ] {7ff0026b-837e-40ae-a6cd-a1bce35e3f10} TCPHandler: Processed in 0.001325276 sec. 2026.03.04 04:33:08.995776 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:08.995871 [ 261 ] {533c2aac-d22c-4233-8afe-6a203d2afe9d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:33:08.995912 [ 261 ] {533c2aac-d22c-4233-8afe-6a203d2afe9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:33:08.996311 [ 261 ] {533c2aac-d22c-4233-8afe-6a203d2afe9d} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:08.996348 [ 261 ] {533c2aac-d22c-4233-8afe-6a203d2afe9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:08.996655 [ 261 ] {533c2aac-d22c-4233-8afe-6a203d2afe9d} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.04 04:33:08.996864 [ 261 ] {533c2aac-d22c-4233-8afe-6a203d2afe9d} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:08.997007 [ 261 ] {533c2aac-d22c-4233-8afe-6a203d2afe9d} executeQuery: Read 24 rows, 2.04 KiB in 0.001153 sec., 20815.264527320036 rows/sec., 1.73 MiB/sec. 2026.03.04 04:33:08.997045 [ 261 ] {533c2aac-d22c-4233-8afe-6a203d2afe9d} TCPHandler: Processed in 0.001318175 sec. 2026.03.04 04:33:08.997152 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:08.997247 [ 261 ] {f5e71570-f3b5-4b6e-9601-9c4566f67061} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:33:08.997289 [ 261 ] {f5e71570-f3b5-4b6e-9601-9c4566f67061} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:33:08.997684 [ 261 ] {f5e71570-f3b5-4b6e-9601-9c4566f67061} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:08.997723 [ 261 ] {f5e71570-f3b5-4b6e-9601-9c4566f67061} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:08.998014 [ 261 ] {f5e71570-f3b5-4b6e-9601-9c4566f67061} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.04 04:33:08.998222 [ 261 ] {f5e71570-f3b5-4b6e-9601-9c4566f67061} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:08.998350 [ 261 ] {f5e71570-f3b5-4b6e-9601-9c4566f67061} executeQuery: Read 12 rows, 960.00 B in 0.00112 sec., 10714.285714285716 rows/sec., 837.05 KiB/sec. 2026.03.04 04:33:08.998388 [ 261 ] {f5e71570-f3b5-4b6e-9601-9c4566f67061} TCPHandler: Processed in 0.001284915 sec. 2026.03.04 04:33:08.998494 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:08.998588 [ 261 ] {1dddcf09-1e0b-4c92-885a-9b4e4af9381d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:33:08.998627 [ 261 ] {1dddcf09-1e0b-4c92-885a-9b4e4af9381d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:33:08.999088 [ 261 ] {1dddcf09-1e0b-4c92-885a-9b4e4af9381d} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:08.999123 [ 261 ] {1dddcf09-1e0b-4c92-885a-9b4e4af9381d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:08.999431 [ 261 ] {1dddcf09-1e0b-4c92-885a-9b4e4af9381d} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.04 04:33:08.999638 [ 261 ] {1dddcf09-1e0b-4c92-885a-9b4e4af9381d} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:08.999768 [ 261 ] {1dddcf09-1e0b-4c92-885a-9b4e4af9381d} executeQuery: Read 135 rows, 11.18 KiB in 0.001197 sec., 112781.95488721805 rows/sec., 9.12 MiB/sec. 2026.03.04 04:33:08.999805 [ 261 ] {1dddcf09-1e0b-4c92-885a-9b4e4af9381d} TCPHandler: Processed in 0.001360207 sec. 2026.03.04 04:33:08.999911 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:09.000007 [ 261 ] {46a7e705-db1b-47a2-9749-2f3b2f341186} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:33:09.000051 [ 261 ] {46a7e705-db1b-47a2-9749-2f3b2f341186} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:33:09.000478 [ 261 ] {46a7e705-db1b-47a2-9749-2f3b2f341186} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:09.000515 [ 261 ] {46a7e705-db1b-47a2-9749-2f3b2f341186} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:09.000856 [ 261 ] {46a7e705-db1b-47a2-9749-2f3b2f341186} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.04 04:33:09.001069 [ 261 ] {46a7e705-db1b-47a2-9749-2f3b2f341186} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:09.001198 [ 261 ] {46a7e705-db1b-47a2-9749-2f3b2f341186} executeQuery: Read 197 rows, 14.47 KiB in 0.001209 sec., 162944.58229942102 rows/sec., 11.69 MiB/sec. 2026.03.04 04:33:09.001236 [ 261 ] {46a7e705-db1b-47a2-9749-2f3b2f341186} TCPHandler: Processed in 0.001373696 sec. 2026.03.04 04:33:09.001350 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:09.001444 [ 261 ] {934b4529-3466-4941-a528-0e9e4a972ce5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:33:09.001500 [ 261 ] {934b4529-3466-4941-a528-0e9e4a972ce5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:33:09.002357 [ 261 ] {934b4529-3466-4941-a528-0e9e4a972ce5} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:09.002395 [ 261 ] {934b4529-3466-4941-a528-0e9e4a972ce5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:09.002942 [ 261 ] {934b4529-3466-4941-a528-0e9e4a972ce5} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.04 04:33:09.003163 [ 261 ] {934b4529-3466-4941-a528-0e9e4a972ce5} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:09.003301 [ 261 ] {934b4529-3466-4941-a528-0e9e4a972ce5} executeQuery: Read 33 rows, 60.55 KiB in 0.001874 sec., 17609.3916755603 rows/sec., 31.56 MiB/sec. 2026.03.04 04:33:09.003361 [ 261 ] {934b4529-3466-4941-a528-0e9e4a972ce5} TCPHandler: Processed in 0.00206068 sec. 2026.03.04 04:33:09.003477 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:09.003573 [ 261 ] {db6dcf08-e46c-46fa-a464-72c0ff290976} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:33:09.003616 [ 261 ] {db6dcf08-e46c-46fa-a464-72c0ff290976} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:33:09.003960 [ 261 ] {db6dcf08-e46c-46fa-a464-72c0ff290976} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:09.003997 [ 261 ] {db6dcf08-e46c-46fa-a464-72c0ff290976} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:09.004301 [ 261 ] {db6dcf08-e46c-46fa-a464-72c0ff290976} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.04 04:33:09.004510 [ 261 ] {db6dcf08-e46c-46fa-a464-72c0ff290976} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:09.004639 [ 261 ] {db6dcf08-e46c-46fa-a464-72c0ff290976} executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. 2026.03.04 04:33:09.004677 [ 261 ] {db6dcf08-e46c-46fa-a464-72c0ff290976} TCPHandler: Processed in 0.001249754 sec. 2026.03.04 04:33:10.608594 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11036 2026.03.04 04:33:10.609108 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:10.609160 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:10.609688 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.04 04:33:10.609924 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:10.610074 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11036 2026.03.04 04:33:11.183664 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.03.04 04:33:11.200930 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:11.200991 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:11.207064 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.04 04:33:11.207818 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:11.210901 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.03.04 04:33:13.986244 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:13.986446 [ 261 ] {4f44af74-7d1b-4ce7-9f32-fb233aa8d104} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:33:13.986523 [ 261 ] {4f44af74-7d1b-4ce7-9f32-fb233aa8d104} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:33:13.987212 [ 261 ] {4f44af74-7d1b-4ce7-9f32-fb233aa8d104} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:13.987265 [ 261 ] {4f44af74-7d1b-4ce7-9f32-fb233aa8d104} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:13.987681 [ 261 ] {4f44af74-7d1b-4ce7-9f32-fb233aa8d104} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.04 04:33:13.987921 [ 261 ] {4f44af74-7d1b-4ce7-9f32-fb233aa8d104} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:13.988089 [ 261 ] {4f44af74-7d1b-4ce7-9f32-fb233aa8d104} executeQuery: Read 72 rows, 5.91 KiB in 0.001696 sec., 42452.83018867925 rows/sec., 3.41 MiB/sec. 2026.03.04 04:33:13.988140 [ 261 ] {4f44af74-7d1b-4ce7-9f32-fb233aa8d104} TCPHandler: Processed in 0.002040579 sec. 2026.03.04 04:33:13.988268 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:13.988374 [ 261 ] {a35a5a1a-edbe-483e-a31b-7e6af5c60c25} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:33:13.988416 [ 261 ] {a35a5a1a-edbe-483e-a31b-7e6af5c60c25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:33:13.988831 [ 261 ] {a35a5a1a-edbe-483e-a31b-7e6af5c60c25} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:13.988869 [ 261 ] {a35a5a1a-edbe-483e-a31b-7e6af5c60c25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:13.989181 [ 261 ] {a35a5a1a-edbe-483e-a31b-7e6af5c60c25} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.04 04:33:13.989390 [ 261 ] {a35a5a1a-edbe-483e-a31b-7e6af5c60c25} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:13.989522 [ 261 ] {a35a5a1a-edbe-483e-a31b-7e6af5c60c25} executeQuery: Read 8 rows, 616.00 B in 0.001173 sec., 6820.119352088662 rows/sec., 512.84 KiB/sec. 2026.03.04 04:33:13.989559 [ 261 ] {a35a5a1a-edbe-483e-a31b-7e6af5c60c25} TCPHandler: Processed in 0.001344586 sec. 2026.03.04 04:33:13.989680 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:13.989777 [ 261 ] {f866a47b-b781-4f8b-994a-91df6e82bc74} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:33:13.989818 [ 261 ] {f866a47b-b781-4f8b-994a-91df6e82bc74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:33:13.990226 [ 261 ] {f866a47b-b781-4f8b-994a-91df6e82bc74} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:13.990264 [ 261 ] {f866a47b-b781-4f8b-994a-91df6e82bc74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:13.990574 [ 261 ] {f866a47b-b781-4f8b-994a-91df6e82bc74} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.04 04:33:13.990780 [ 261 ] {f866a47b-b781-4f8b-994a-91df6e82bc74} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:13.990899 [ 261 ] {f866a47b-b781-4f8b-994a-91df6e82bc74} executeQuery: Read 72 rows, 5.76 KiB in 0.001148 sec., 62717.77003484321 rows/sec., 4.90 MiB/sec. 2026.03.04 04:33:13.990935 [ 261 ] {f866a47b-b781-4f8b-994a-91df6e82bc74} TCPHandler: Processed in 0.001313765 sec. 2026.03.04 04:33:13.991038 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:13.991127 [ 261 ] {78f09d61-45d8-4d70-9dcd-d5f7ba16b9b8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:33:13.991167 [ 261 ] {78f09d61-45d8-4d70-9dcd-d5f7ba16b9b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:33:13.991545 [ 261 ] {78f09d61-45d8-4d70-9dcd-d5f7ba16b9b8} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:13.991578 [ 261 ] {78f09d61-45d8-4d70-9dcd-d5f7ba16b9b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:13.991958 [ 261 ] {78f09d61-45d8-4d70-9dcd-d5f7ba16b9b8} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.04 04:33:13.992177 [ 261 ] {78f09d61-45d8-4d70-9dcd-d5f7ba16b9b8} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:13.992308 [ 261 ] {78f09d61-45d8-4d70-9dcd-d5f7ba16b9b8} executeQuery: Read 160 rows, 11.41 KiB in 0.001177 sec., 135938.82752761256 rows/sec., 9.47 MiB/sec. 2026.03.04 04:33:13.992345 [ 261 ] {78f09d61-45d8-4d70-9dcd-d5f7ba16b9b8} TCPHandler: Processed in 0.001339635 sec. 2026.03.04 04:33:13.992454 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:13.992548 [ 261 ] {d89b23db-3e85-49d5-9b58-9dddd5e3074b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:33:13.992602 [ 261 ] {d89b23db-3e85-49d5-9b58-9dddd5e3074b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:33:13.993376 [ 261 ] {d89b23db-3e85-49d5-9b58-9dddd5e3074b} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:13.993412 [ 261 ] {d89b23db-3e85-49d5-9b58-9dddd5e3074b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:13.993934 [ 261 ] {d89b23db-3e85-49d5-9b58-9dddd5e3074b} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.04 04:33:13.994164 [ 261 ] {d89b23db-3e85-49d5-9b58-9dddd5e3074b} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:13.994306 [ 261 ] {d89b23db-3e85-49d5-9b58-9dddd5e3074b} executeQuery: Read 8 rows, 14.68 KiB in 0.001776 sec., 4504.504504504504 rows/sec., 8.07 MiB/sec. 2026.03.04 04:33:13.994367 [ 261 ] {d89b23db-3e85-49d5-9b58-9dddd5e3074b} TCPHandler: Processed in 0.001961907 sec. 2026.03.04 04:33:13.994482 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:13.994579 [ 261 ] {8517dff6-a3f3-43ad-a467-d641ec3dbb8d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:33:13.994622 [ 261 ] {8517dff6-a3f3-43ad-a467-d641ec3dbb8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:33:13.994966 [ 261 ] {8517dff6-a3f3-43ad-a467-d641ec3dbb8d} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:13.995003 [ 261 ] {8517dff6-a3f3-43ad-a467-d641ec3dbb8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:13.995315 [ 261 ] {8517dff6-a3f3-43ad-a467-d641ec3dbb8d} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.04 04:33:13.995523 [ 261 ] {8517dff6-a3f3-43ad-a467-d641ec3dbb8d} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:13.995653 [ 261 ] {8517dff6-a3f3-43ad-a467-d641ec3dbb8d} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2026.03.04 04:33:13.995690 [ 261 ] {8517dff6-a3f3-43ad-a467-d641ec3dbb8d} TCPHandler: Processed in 0.001257584 sec. 2026.03.04 04:33:15.912684 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32970 2026.03.04 04:33:15.912849 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:15.912892 [ 288 ] {} TCP-Session: e7f3decf-c19d-48b2-80bb-c989157ac7a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:32970 2026.03.04 04:33:15.912924 [ 288 ] {} TCP-Session: e7f3decf-c19d-48b2-80bb-c989157ac7a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:15.912944 [ 288 ] {} TCP-Session: e7f3decf-c19d-48b2-80bb-c989157ac7a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:15.913185 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51581 2026.03.04 04:33:15.913191 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61643 2026.03.04 04:33:15.913231 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59051 2026.03.04 04:33:15.913335 [ 288 ] {} TCP-Session: e7f3decf-c19d-48b2-80bb-c989157ac7a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:15.913354 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:15.913404 [ 289 ] {} TCP-Session: fbc5166e-8117-45f2-b182-9f6078fca475 Authenticating user 'default' from [fd00:1122:3344:101::e]:51581 2026.03.04 04:33:15.913436 [ 289 ] {} TCP-Session: fbc5166e-8117-45f2-b182-9f6078fca475 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:15.913452 [ 289 ] {} TCP-Session: fbc5166e-8117-45f2-b182-9f6078fca475 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:15.913565 [ 288 ] {3ebb81d2-5766-4bee-bda3-33d3433864ac} executeQuery: (from [fd00:1122:3344:101::e]:32970) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:33:15.913903 [ 288 ] {3ebb81d2-5766-4bee-bda3-33d3433864ac} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:33:15.913977 [ 288 ] {3ebb81d2-5766-4bee-bda3-33d3433864ac} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:33:15.914364 [ 288 ] {3ebb81d2-5766-4bee-bda3-33d3433864ac} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:33:15.915545 [ 308 ] {3ebb81d2-5766-4bee-bda3-33d3433864ac} AggregatingTransform: Aggregating 2026.03.04 04:33:15.915595 [ 308 ] {3ebb81d2-5766-4bee-bda3-33d3433864ac} Aggregator: Aggregation method: without_key 2026.03.04 04:33:15.915637 [ 308 ] {3ebb81d2-5766-4bee-bda3-33d3433864ac} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001141612 sec. (875.954 rows/sec., 34.22 KiB/sec.) 2026.03.04 04:33:15.915658 [ 308 ] {3ebb81d2-5766-4bee-bda3-33d3433864ac} Aggregator: Merging aggregated data 2026.03.04 04:33:15.917302 [ 288 ] {3ebb81d2-5766-4bee-bda3-33d3433864ac} executeQuery: Read 1 rows, 40.00 B in 0.003812 sec., 262.3294858342078 rows/sec., 10.25 KiB/sec. 2026.03.04 04:33:15.917488 [ 288 ] {3ebb81d2-5766-4bee-bda3-33d3433864ac} TCPHandler: Processed in 0.004297553 sec. 2026.03.04 04:33:15.917602 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:33:15.917641 [ 288 ] {} TCP-Session: e7f3decf-c19d-48b2-80bb-c989157ac7a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:15.917641 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:33:15.917703 [ 289 ] {} TCP-Session: fbc5166e-8117-45f2-b182-9f6078fca475 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:15.919554 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:15.919621 [ 290 ] {} TCP-Session: fd84650d-b015-4b76-b547-c2b3afa3d820 Authenticating user 'default' from [fd00:1122:3344:101::e]:61643 2026.03.04 04:33:15.919621 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:15.919657 [ 290 ] {} TCP-Session: fd84650d-b015-4b76-b547-c2b3afa3d820 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:15.919695 [ 290 ] {} TCP-Session: fd84650d-b015-4b76-b547-c2b3afa3d820 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:15.919699 [ 291 ] {} TCP-Session: 4baa76c9-b877-4afb-8b25-a0b90b7d5b33 Authenticating user 'default' from [fd00:1122:3344:101::e]:59051 2026.03.04 04:33:15.919743 [ 291 ] {} TCP-Session: 4baa76c9-b877-4afb-8b25-a0b90b7d5b33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:15.919758 [ 291 ] {} TCP-Session: 4baa76c9-b877-4afb-8b25-a0b90b7d5b33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:15.919799 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46879 2026.03.04 04:33:15.919837 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54116 2026.03.04 04:33:15.919850 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48178 2026.03.04 04:33:15.919884 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:15.919869 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60691 2026.03.04 04:33:15.919928 [ 292 ] {} TCP-Session: b3e94b0f-4fc0-4f74-91dc-069ee1aed27b Authenticating user 'default' from [fd00:1122:3344:101::e]:46879 2026.03.04 04:33:15.919872 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54797 2026.03.04 04:33:15.919958 [ 292 ] {} TCP-Session: b3e94b0f-4fc0-4f74-91dc-069ee1aed27b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:15.919986 [ 292 ] {} TCP-Session: b3e94b0f-4fc0-4f74-91dc-069ee1aed27b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:15.922357 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:15.922402 [ 293 ] {} TCP-Session: c9e90bf2-8c6d-41a3-acb5-f8710045c964 Authenticating user 'default' from [fd00:1122:3344:101::e]:54116 2026.03.04 04:33:15.922426 [ 293 ] {} TCP-Session: c9e90bf2-8c6d-41a3-acb5-f8710045c964 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:15.922446 [ 293 ] {} TCP-Session: c9e90bf2-8c6d-41a3-acb5-f8710045c964 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:15.937198 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:15.937204 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:15.937251 [ 286 ] {} TCP-Session: ee882d33-64bd-49d7-be4e-b83c19958319 Authenticating user 'default' from [fd00:1122:3344:101::e]:54797 2026.03.04 04:33:15.937268 [ 259 ] {} TCP-Session: cc389a70-edb1-4b5d-be38-bb150d952fcc Authenticating user 'default' from [fd00:1122:3344:101::e]:60691 2026.03.04 04:33:15.937280 [ 286 ] {} TCP-Session: ee882d33-64bd-49d7-be4e-b83c19958319 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:15.937287 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:15.937298 [ 286 ] {} TCP-Session: ee882d33-64bd-49d7-be4e-b83c19958319 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:15.937291 [ 259 ] {} TCP-Session: cc389a70-edb1-4b5d-be38-bb150d952fcc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:15.937343 [ 294 ] {} TCP-Session: eafffe98-a2ea-4ed8-8157-fe05c7276cb4 Authenticating user 'default' from [fd00:1122:3344:101::e]:48178 2026.03.04 04:33:15.937361 [ 259 ] {} TCP-Session: cc389a70-edb1-4b5d-be38-bb150d952fcc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:15.937399 [ 294 ] {} TCP-Session: eafffe98-a2ea-4ed8-8157-fe05c7276cb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:15.937426 [ 294 ] {} TCP-Session: eafffe98-a2ea-4ed8-8157-fe05c7276cb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:15.949736 [ 292 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:46879). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.04 04:33:15.949911 [ 292 ] {} TCP-Session: b3e94b0f-4fc0-4f74-91dc-069ee1aed27b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:15.949942 [ 291 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:59051). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.04 04:33:15.950054 [ 291 ] {} TCP-Session: 4baa76c9-b877-4afb-8b25-a0b90b7d5b33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:15.950084 [ 293 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:54116). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.04 04:33:15.950201 [ 293 ] {} TCP-Session: c9e90bf2-8c6d-41a3-acb5-f8710045c964 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:15.950213 [ 286 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:54797). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.04 04:33:15.950307 [ 286 ] {} TCP-Session: ee882d33-64bd-49d7-be4e-b83c19958319 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:15.950344 [ 290 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:61643). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.04 04:33:15.950454 [ 290 ] {} TCP-Session: fd84650d-b015-4b76-b547-c2b3afa3d820 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:15.950481 [ 259 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:60691). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.04 04:33:15.950680 [ 259 ] {} TCP-Session: cc389a70-edb1-4b5d-be38-bb150d952fcc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:15.950698 [ 294 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:48178). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.03.04 04:33:15.950846 [ 294 ] {} TCP-Session: eafffe98-a2ea-4ed8-8157-fe05c7276cb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.017707 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57844 2026.03.04 04:33:16.017838 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:16.017870 [ 292 ] {} TCP-Session: a359db8a-78b8-40ed-ba3d-ada5a6a59462 Authenticating user 'default' from [fd00:1122:3344:101::e]:57844 2026.03.04 04:33:16.017917 [ 292 ] {} TCP-Session: a359db8a-78b8-40ed-ba3d-ada5a6a59462 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.017933 [ 292 ] {} TCP-Session: a359db8a-78b8-40ed-ba3d-ada5a6a59462 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.018185 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61384 2026.03.04 04:33:16.018205 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56104 2026.03.04 04:33:16.018257 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62520 2026.03.04 04:33:16.018267 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33791 2026.03.04 04:33:16.018316 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:16.018344 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:16.018350 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:16.018373 [ 293 ] {} TCP-Session: c565b20d-96c6-4018-810e-00b58e2285d1 Authenticating user 'default' from [fd00:1122:3344:101::e]:61384 2026.03.04 04:33:16.018392 [ 259 ] {} TCP-Session: f89c56ec-6659-4853-abdc-fd62d5c5569f Authenticating user 'default' from [fd00:1122:3344:101::e]:56104 2026.03.04 04:33:16.018403 [ 289 ] {} TCP-Session: fc348543-1ecf-4311-8f1d-eb2983537ab6 Authenticating user 'default' from [fd00:1122:3344:101::e]:62520 2026.03.04 04:33:16.018428 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:16.018427 [ 293 ] {} TCP-Session: c565b20d-96c6-4018-810e-00b58e2285d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.018470 [ 259 ] {} TCP-Session: f89c56ec-6659-4853-abdc-fd62d5c5569f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.018514 [ 293 ] {} TCP-Session: c565b20d-96c6-4018-810e-00b58e2285d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.018547 [ 259 ] {} TCP-Session: f89c56ec-6659-4853-abdc-fd62d5c5569f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.018471 [ 289 ] {} TCP-Session: fc348543-1ecf-4311-8f1d-eb2983537ab6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.018290 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59931 2026.03.04 04:33:16.018596 [ 289 ] {} TCP-Session: fc348543-1ecf-4311-8f1d-eb2983537ab6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.018242 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58279 2026.03.04 04:33:16.018233 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44287 2026.03.04 04:33:16.018508 [ 290 ] {} TCP-Session: 2cc995bf-2e71-47d5-96a0-71b49fcde3dc Authenticating user 'default' from [fd00:1122:3344:101::e]:33791 2026.03.04 04:33:16.018731 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:16.018744 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:16.018768 [ 290 ] {} TCP-Session: 2cc995bf-2e71-47d5-96a0-71b49fcde3dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.018785 [ 291 ] {} TCP-Session: 68b18cb7-3a5d-42d5-bae9-b9468710848e Authenticating user 'default' from [fd00:1122:3344:101::e]:59931 2026.03.04 04:33:16.018796 [ 288 ] {} TCP-Session: a9903703-4bf9-4766-a2e5-26de4215d7e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:58279 2026.03.04 04:33:16.018803 [ 290 ] {} TCP-Session: 2cc995bf-2e71-47d5-96a0-71b49fcde3dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.018826 [ 291 ] {} TCP-Session: 68b18cb7-3a5d-42d5-bae9-b9468710848e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.018835 [ 288 ] {} TCP-Session: a9903703-4bf9-4766-a2e5-26de4215d7e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.018860 [ 291 ] {} TCP-Session: 68b18cb7-3a5d-42d5-bae9-b9468710848e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.018890 [ 288 ] {} TCP-Session: a9903703-4bf9-4766-a2e5-26de4215d7e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.018850 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:16.018196 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62189 2026.03.04 04:33:16.018957 [ 286 ] {} TCP-Session: df312c7c-6823-45fb-89e6-1472679bdd31 Authenticating user 'default' from [fd00:1122:3344:101::e]:44287 2026.03.04 04:33:16.018376 [ 292 ] {} TCP-Session: a359db8a-78b8-40ed-ba3d-ada5a6a59462 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:16.019002 [ 286 ] {} TCP-Session: df312c7c-6823-45fb-89e6-1472679bdd31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.019021 [ 286 ] {} TCP-Session: df312c7c-6823-45fb-89e6-1472679bdd31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.019099 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:16.019130 [ 294 ] {} TCP-Session: 2149430c-b1ce-4e59-97cd-17dbd9837d7f Authenticating user 'default' from [fd00:1122:3344:101::e]:62189 2026.03.04 04:33:16.019148 [ 294 ] {} TCP-Session: 2149430c-b1ce-4e59-97cd-17dbd9837d7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.019161 [ 294 ] {} TCP-Session: 2149430c-b1ce-4e59-97cd-17dbd9837d7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.019188 [ 292 ] {a906a670-3922-4c0b-95dc-c455364fa1db} executeQuery: (from [fd00:1122:3344:101::e]:57844) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:33:16.019498 [ 292 ] {a906a670-3922-4c0b-95dc-c455364fa1db} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:33:16.019561 [ 292 ] {a906a670-3922-4c0b-95dc-c455364fa1db} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:33:16.019870 [ 292 ] {a906a670-3922-4c0b-95dc-c455364fa1db} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:33:16.020919 [ 324 ] {a906a670-3922-4c0b-95dc-c455364fa1db} AggregatingTransform: Aggregating 2026.03.04 04:33:16.020955 [ 324 ] {a906a670-3922-4c0b-95dc-c455364fa1db} Aggregator: Aggregation method: without_key 2026.03.04 04:33:16.020988 [ 324 ] {a906a670-3922-4c0b-95dc-c455364fa1db} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00100104 sec. (998.961 rows/sec., 39.02 KiB/sec.) 2026.03.04 04:33:16.021007 [ 324 ] {a906a670-3922-4c0b-95dc-c455364fa1db} Aggregator: Merging aggregated data 2026.03.04 04:33:16.022334 [ 292 ] {a906a670-3922-4c0b-95dc-c455364fa1db} executeQuery: Read 1 rows, 40.00 B in 0.003206 sec., 311.91515907673113 rows/sec., 12.18 KiB/sec. 2026.03.04 04:33:16.022463 [ 292 ] {a906a670-3922-4c0b-95dc-c455364fa1db} TCPHandler: Processed in 0.004286102 sec. 2026.03.04 04:33:16.022590 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:33:16.022612 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:33:16.022626 [ 292 ] {} TCP-Session: a359db8a-78b8-40ed-ba3d-ada5a6a59462 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.022646 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:33:16.022666 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:33:16.022677 [ 291 ] {} TCP-Session: 68b18cb7-3a5d-42d5-bae9-b9468710848e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.022700 [ 286 ] {} TCP-Session: df312c7c-6823-45fb-89e6-1472679bdd31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.022717 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:33:16.022729 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:33:16.022772 [ 289 ] {} TCP-Session: fc348543-1ecf-4311-8f1d-eb2983537ab6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.022702 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:33:16.022800 [ 290 ] {} TCP-Session: 2cc995bf-2e71-47d5-96a0-71b49fcde3dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.022688 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:33:16.022852 [ 288 ] {} TCP-Session: a9903703-4bf9-4766-a2e5-26de4215d7e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.022632 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:33:16.022914 [ 259 ] {} TCP-Session: f89c56ec-6659-4853-abdc-fd62d5c5569f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.022727 [ 294 ] {} TCP-Session: 2149430c-b1ce-4e59-97cd-17dbd9837d7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.022947 [ 293 ] {} TCP-Session: c565b20d-96c6-4018-810e-00b58e2285d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.253352 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55112 2026.03.04 04:33:16.253459 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:16.253485 [ 292 ] {} TCP-Session: d35b45fc-bd4b-407f-b49e-fa7dd507e8d2 Authenticating user 'default' from [fd00:1122:3344:101::e]:55112 2026.03.04 04:33:16.253508 [ 292 ] {} TCP-Session: d35b45fc-bd4b-407f-b49e-fa7dd507e8d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.253520 [ 292 ] {} TCP-Session: d35b45fc-bd4b-407f-b49e-fa7dd507e8d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.253691 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60975 2026.03.04 04:33:16.253719 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34624 2026.03.04 04:33:16.253742 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44926 2026.03.04 04:33:16.253756 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44015 2026.03.04 04:33:16.253784 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52915 2026.03.04 04:33:16.253831 [ 292 ] {} TCP-Session: d35b45fc-bd4b-407f-b49e-fa7dd507e8d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:16.253818 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:16.253822 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:16.253892 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:16.253897 [ 286 ] {} TCP-Session: 0749131b-8f11-4883-a3d5-127454982778 Authenticating user 'default' from [fd00:1122:3344:101::e]:34624 2026.03.04 04:33:16.253914 [ 289 ] {} TCP-Session: 16c48c13-9c79-493a-8c6e-ccd506d4430b Authenticating user 'default' from [fd00:1122:3344:101::e]:44926 2026.03.04 04:33:16.253931 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:16.253941 [ 286 ] {} TCP-Session: 0749131b-8f11-4883-a3d5-127454982778 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.253947 [ 289 ] {} TCP-Session: 16c48c13-9c79-493a-8c6e-ccd506d4430b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.253974 [ 291 ] {} TCP-Session: 86fa48da-ddf5-41a0-9482-feefde7c2334 Authenticating user 'default' from [fd00:1122:3344:101::e]:52915 2026.03.04 04:33:16.253976 [ 286 ] {} TCP-Session: 0749131b-8f11-4883-a3d5-127454982778 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.253985 [ 289 ] {} TCP-Session: 16c48c13-9c79-493a-8c6e-ccd506d4430b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.254012 [ 291 ] {} TCP-Session: 86fa48da-ddf5-41a0-9482-feefde7c2334 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.254025 [ 292 ] {6d9ccfbf-7a55-4a1b-911f-5c67c193fc99} executeQuery: (from [fd00:1122:3344:101::e]:55112) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:33:16.254043 [ 291 ] {} TCP-Session: 86fa48da-ddf5-41a0-9482-feefde7c2334 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.253731 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46095 2026.03.04 04:33:16.253707 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43783 2026.03.04 04:33:16.253808 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:16.253936 [ 290 ] {} TCP-Session: 9ad34a80-bc05-4430-9985-c24fe0578901 Authenticating user 'default' from [fd00:1122:3344:101::e]:44015 2026.03.04 04:33:16.254160 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:16.254171 [ 293 ] {} TCP-Session: d83072fa-81f5-4a07-a61b-efe57b108596 Authenticating user 'default' from [fd00:1122:3344:101::e]:60975 2026.03.04 04:33:16.254188 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:16.254207 [ 288 ] {} TCP-Session: ada37b85-15c3-4477-80fd-176f3d2a1b29 Authenticating user 'default' from [fd00:1122:3344:101::e]:46095 2026.03.04 04:33:16.254216 [ 293 ] {} TCP-Session: d83072fa-81f5-4a07-a61b-efe57b108596 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.254233 [ 259 ] {} TCP-Session: 2ca2eaa1-0192-422b-976e-eee815ca541d Authenticating user 'default' from [fd00:1122:3344:101::e]:43783 2026.03.04 04:33:16.254247 [ 293 ] {} TCP-Session: d83072fa-81f5-4a07-a61b-efe57b108596 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.254244 [ 288 ] {} TCP-Session: ada37b85-15c3-4477-80fd-176f3d2a1b29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.254267 [ 259 ] {} TCP-Session: 2ca2eaa1-0192-422b-976e-eee815ca541d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.254283 [ 288 ] {} TCP-Session: ada37b85-15c3-4477-80fd-176f3d2a1b29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.254300 [ 259 ] {} TCP-Session: 2ca2eaa1-0192-422b-976e-eee815ca541d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.254197 [ 290 ] {} TCP-Session: 9ad34a80-bc05-4430-9985-c24fe0578901 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.253694 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57870 2026.03.04 04:33:16.254355 [ 290 ] {} TCP-Session: 9ad34a80-bc05-4430-9985-c24fe0578901 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.254288 [ 292 ] {6d9ccfbf-7a55-4a1b-911f-5c67c193fc99} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:33:16.254428 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:33:16.254446 [ 292 ] {6d9ccfbf-7a55-4a1b-911f-5c67c193fc99} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:33:16.254459 [ 294 ] {} TCP-Session: 98553d40-6688-44db-b6b2-aa64435a71aa Authenticating user 'default' from [fd00:1122:3344:101::e]:57870 2026.03.04 04:33:16.254491 [ 294 ] {} TCP-Session: 98553d40-6688-44db-b6b2-aa64435a71aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.254505 [ 294 ] {} TCP-Session: 98553d40-6688-44db-b6b2-aa64435a71aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.254731 [ 292 ] {6d9ccfbf-7a55-4a1b-911f-5c67c193fc99} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:33:16.255569 [ 324 ] {6d9ccfbf-7a55-4a1b-911f-5c67c193fc99} AggregatingTransform: Aggregating 2026.03.04 04:33:16.255604 [ 324 ] {6d9ccfbf-7a55-4a1b-911f-5c67c193fc99} Aggregator: Aggregation method: without_key 2026.03.04 04:33:16.255637 [ 324 ] {6d9ccfbf-7a55-4a1b-911f-5c67c193fc99} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000803986 sec. (1243.803 rows/sec., 48.59 KiB/sec.) 2026.03.04 04:33:16.255655 [ 324 ] {6d9ccfbf-7a55-4a1b-911f-5c67c193fc99} Aggregator: Merging aggregated data 2026.03.04 04:33:16.256984 [ 292 ] {6d9ccfbf-7a55-4a1b-911f-5c67c193fc99} executeQuery: Read 1 rows, 40.00 B in 0.003013 sec., 331.8951211417192 rows/sec., 12.96 KiB/sec. 2026.03.04 04:33:16.257110 [ 292 ] {6d9ccfbf-7a55-4a1b-911f-5c67c193fc99} TCPHandler: Processed in 0.003390976 sec. 2026.03.04 04:33:16.257238 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:33:16.257267 [ 292 ] {} TCP-Session: d35b45fc-bd4b-407f-b49e-fa7dd507e8d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.257273 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:33:16.257290 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:33:16.257315 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:33:16.257328 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:33:16.257340 [ 286 ] {} TCP-Session: 0749131b-8f11-4883-a3d5-127454982778 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.257349 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:33:16.257385 [ 289 ] {} TCP-Session: 16c48c13-9c79-493a-8c6e-ccd506d4430b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.257398 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:33:16.257416 [ 294 ] {} TCP-Session: 98553d40-6688-44db-b6b2-aa64435a71aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.257385 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:33:16.257455 [ 291 ] {} TCP-Session: 86fa48da-ddf5-41a0-9482-feefde7c2334 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.257364 [ 259 ] {} TCP-Session: 2ca2eaa1-0192-422b-976e-eee815ca541d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.257491 [ 288 ] {} TCP-Session: ada37b85-15c3-4477-80fd-176f3d2a1b29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.257334 [ 293 ] {} TCP-Session: d83072fa-81f5-4a07-a61b-efe57b108596 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:16.257363 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:33:16.257595 [ 290 ] {} TCP-Session: 9ad34a80-bc05-4430-9985-c24fe0578901 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:33:18.023395 [ 26 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:33:18.023443 [ 26 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:33:18.110339 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11548 2026.03.04 04:33:18.110868 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:18.110924 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:18.111424 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.04 04:33:18.111668 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:18.111811 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11548 2026.03.04 04:33:18.142055 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 714 2026.03.04 04:33:18.144663 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:18.144724 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:18.145974 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.04 04:33:18.146258 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:18.146660 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 714 2026.03.04 04:33:18.711149 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.03.04 04:33:18.729564 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:18.729624 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:18.735981 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.04 04:33:18.736715 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:18.740065 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.03.04 04:33:18.987779 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:18.987967 [ 261 ] {60203f31-7d2a-425e-98e9-52b7b598f70d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:33:18.988035 [ 261 ] {60203f31-7d2a-425e-98e9-52b7b598f70d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:33:18.988725 [ 261 ] {60203f31-7d2a-425e-98e9-52b7b598f70d} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:18.988778 [ 261 ] {60203f31-7d2a-425e-98e9-52b7b598f70d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:18.989192 [ 261 ] {60203f31-7d2a-425e-98e9-52b7b598f70d} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.04 04:33:18.989461 [ 261 ] {60203f31-7d2a-425e-98e9-52b7b598f70d} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:18.989623 [ 261 ] {60203f31-7d2a-425e-98e9-52b7b598f70d} executeQuery: Read 122 rows, 10.72 KiB in 0.001707 sec., 71470.41593438781 rows/sec., 6.13 MiB/sec. 2026.03.04 04:33:18.989634 [ 27 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.04 04:33:18.989674 [ 261 ] {60203f31-7d2a-425e-98e9-52b7b598f70d} TCPHandler: Processed in 0.002042529 sec. 2026.03.04 04:33:18.989699 [ 27 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:18.989725 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:18.989816 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:18.989828 [ 187 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.04 04:33:18.989929 [ 261 ] {d6f2e48a-7113-4864-87c2-fcf8eaa50ab1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:33:18.989968 [ 187 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:18.989980 [ 261 ] {d6f2e48a-7113-4864-87c2-fcf8eaa50ab1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:33:18.990015 [ 187 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2890 rows starting from the beginning of the part 2026.03.04 04:33:18.990094 [ 187 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 122 rows starting from the beginning of the part 2026.03.04 04:33:18.990143 [ 187 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 72 rows starting from the beginning of the part 2026.03.04 04:33:18.990192 [ 187 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 243 rows starting from the beginning of the part 2026.03.04 04:33:18.990236 [ 187 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 72 rows starting from the beginning of the part 2026.03.04 04:33:18.990278 [ 187 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 122 rows starting from the beginning of the part 2026.03.04 04:33:18.990452 [ 261 ] {d6f2e48a-7113-4864-87c2-fcf8eaa50ab1} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:18.990497 [ 261 ] {d6f2e48a-7113-4864-87c2-fcf8eaa50ab1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:18.990860 [ 261 ] {d6f2e48a-7113-4864-87c2-fcf8eaa50ab1} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.04 04:33:18.991100 [ 261 ] {d6f2e48a-7113-4864-87c2-fcf8eaa50ab1} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:18.991244 [ 261 ] {d6f2e48a-7113-4864-87c2-fcf8eaa50ab1} executeQuery: Read 33 rows, 2.48 KiB in 0.001339 sec., 24645.257654966394 rows/sec., 1.81 MiB/sec. 2026.03.04 04:33:18.991285 [ 261 ] {d6f2e48a-7113-4864-87c2-fcf8eaa50ab1} TCPHandler: Processed in 0.001527119 sec. 2026.03.04 04:33:18.991406 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:18.991504 [ 261 ] {13a319d0-9379-42c4-a0ab-bba3a1725793} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:33:18.991545 [ 261 ] {13a319d0-9379-42c4-a0ab-bba3a1725793} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:33:18.991899 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3521 rows, containing 5 columns (5 merged, 0 gathered) in 0.002121871 sec., 1659384.5714466148 rows/sec., 136.85 MiB/sec. 2026.03.04 04:33:18.991987 [ 261 ] {13a319d0-9379-42c4-a0ab-bba3a1725793} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:18.992026 [ 261 ] {13a319d0-9379-42c4-a0ab-bba3a1725793} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:18.992235 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.04 04:33:18.992383 [ 261 ] {13a319d0-9379-42c4-a0ab-bba3a1725793} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.04 04:33:18.992645 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_36_7} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:18.992688 [ 261 ] {13a319d0-9379-42c4-a0ab-bba3a1725793} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:18.992764 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_36_7} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.04 04:33:18.992828 [ 27 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.04 04:33:18.992852 [ 261 ] {13a319d0-9379-42c4-a0ab-bba3a1725793} executeQuery: Read 97 rows, 7.76 KiB in 0.001368 sec., 70906.432748538 rows/sec., 5.54 MiB/sec. 2026.03.04 04:33:18.992865 [ 27 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:18.992899 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:18.992917 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2026.03.04 04:33:18.992911 [ 261 ] {13a319d0-9379-42c4-a0ab-bba3a1725793} TCPHandler: Processed in 0.00155581 sec. 2026.03.04 04:33:18.993054 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.04 04:33:18.993095 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:18.993162 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:18.993197 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1550 rows starting from the beginning of the part 2026.03.04 04:33:18.993200 [ 261 ] {eaa3b631-e857-4bf3-a9e0-a7f56b7b9906} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:33:18.993256 [ 261 ] {eaa3b631-e857-4bf3-a9e0-a7f56b7b9906} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:33:18.993266 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 97 rows starting from the beginning of the part 2026.03.04 04:33:18.993317 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 72 rows starting from the beginning of the part 2026.03.04 04:33:18.993359 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 135 rows starting from the beginning of the part 2026.03.04 04:33:18.993402 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 72 rows starting from the beginning of the part 2026.03.04 04:33:18.993443 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 97 rows starting from the beginning of the part 2026.03.04 04:33:18.993705 [ 261 ] {eaa3b631-e857-4bf3-a9e0-a7f56b7b9906} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:18.993749 [ 261 ] {eaa3b631-e857-4bf3-a9e0-a7f56b7b9906} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:18.994117 [ 261 ] {eaa3b631-e857-4bf3-a9e0-a7f56b7b9906} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.04 04:33:18.994372 [ 261 ] {eaa3b631-e857-4bf3-a9e0-a7f56b7b9906} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:18.994493 [ 27 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.04 04:33:18.994514 [ 261 ] {eaa3b631-e857-4bf3-a9e0-a7f56b7b9906} executeQuery: Read 160 rows, 11.41 KiB in 0.001335 sec., 119850.1872659176 rows/sec., 8.35 MiB/sec. 2026.03.04 04:33:18.994530 [ 27 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:18.994562 [ 261 ] {eaa3b631-e857-4bf3-a9e0-a7f56b7b9906} TCPHandler: Processed in 0.001517049 sec. 2026.03.04 04:33:18.994586 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:18.994675 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.04 04:33:18.994690 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:18.994716 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2023 rows, containing 5 columns (5 merged, 0 gathered) in 0.001704863 sec., 1186605.6099522365 rows/sec., 89.85 MiB/sec. 2026.03.04 04:33:18.994783 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:18.994795 [ 261 ] {c4958ee8-f5eb-41fb-b59a-9aad61341436} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:33:18.994820 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 11299 rows starting from the beginning of the part 2026.03.04 04:33:18.994860 [ 261 ] {c4958ee8-f5eb-41fb-b59a-9aad61341436} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:33:18.994879 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 160 rows starting from the beginning of the part 2026.03.04 04:33:18.994928 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part 2026.03.04 04:33:18.994970 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 197 rows starting from the beginning of the part 2026.03.04 04:33:18.995009 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part 2026.03.04 04:33:18.995024 [ 188 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.04 04:33:18.995052 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2026.03.04 04:33:18.995436 [ 188 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_36_7} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:18.995536 [ 188 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_36_7} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.04 04:33:18.995642 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.03.04 04:33:18.995707 [ 261 ] {c4958ee8-f5eb-41fb-b59a-9aad61341436} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:18.995750 [ 261 ] {c4958ee8-f5eb-41fb-b59a-9aad61341436} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:18.996423 [ 261 ] {c4958ee8-f5eb-41fb-b59a-9aad61341436} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.04 04:33:18.996662 [ 261 ] {c4958ee8-f5eb-41fb-b59a-9aad61341436} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:18.996810 [ 261 ] {c4958ee8-f5eb-41fb-b59a-9aad61341436} executeQuery: Read 33 rows, 60.55 KiB in 0.002036 sec., 16208.251473477407 rows/sec., 29.04 MiB/sec. 2026.03.04 04:33:18.996878 [ 261 ] {c4958ee8-f5eb-41fb-b59a-9aad61341436} TCPHandler: Processed in 0.002238073 sec. 2026.03.04 04:33:18.997000 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:18.997105 [ 261 ] {9236cf38-6f0a-4ad8-ae44-b3ba5a308e89} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:33:18.997147 [ 261 ] {9236cf38-6f0a-4ad8-ae44-b3ba5a308e89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:33:18.997495 [ 261 ] {9236cf38-6f0a-4ad8-ae44-b3ba5a308e89} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:18.997532 [ 261 ] {9236cf38-6f0a-4ad8-ae44-b3ba5a308e89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:18.997866 [ 261 ] {9236cf38-6f0a-4ad8-ae44-b3ba5a308e89} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.04 04:33:18.998098 [ 261 ] {9236cf38-6f0a-4ad8-ae44-b3ba5a308e89} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:18.998204 [ 27 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.04 04:33:18.998231 [ 261 ] {9236cf38-6f0a-4ad8-ae44-b3ba5a308e89} executeQuery: Read 60 rows, 4.14 KiB in 0.001145 sec., 52401.74672489083 rows/sec., 3.53 MiB/sec. 2026.03.04 04:33:18.998238 [ 27 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:18.998271 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.21 GiB. 2026.03.04 04:33:18.998274 [ 261 ] {9236cf38-6f0a-4ad8-ae44-b3ba5a308e89} TCPHandler: Processed in 0.001324316 sec. 2026.03.04 04:33:18.998331 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 12136 rows, containing 5 columns (5 merged, 0 gathered) in 0.003690801 sec., 3288175.1142909084 rows/sec., 220.38 MiB/sec. 2026.03.04 04:33:18.998359 [ 192 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.04 04:33:18.998473 [ 192 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:18.998507 [ 192 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1680 rows starting from the beginning of the part 2026.03.04 04:33:18.998594 [ 192 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part 2026.03.04 04:33:18.998639 [ 192 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2026.03.04 04:33:18.998683 [ 192 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part 2026.03.04 04:33:18.998727 [ 192 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2026.03.04 04:33:18.998767 [ 192 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2026.03.04 04:33:18.998770 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.04 04:33:18.999058 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_36_7} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:18.999131 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_36_7} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.04 04:33:18.999210 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. 2026.03.04 04:33:18.999871 [ 196 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1980 rows, containing 4 columns (4 merged, 0 gathered) in 0.00155086 sec., 1276710.9861625163 rows/sec., 85.14 MiB/sec. 2026.03.04 04:33:19.000073 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.04 04:33:19.000193 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 265.16 MiB, peak 274.69 MiB, free memory in arenas 0.00 B, will set to 261.68 MiB (RSS), difference: -3.48 MiB 2026.03.04 04:33:19.000384 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_36_7} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:19.000449 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_36_7} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.04 04:33:19.000507 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2026.03.04 04:33:19.271697 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:19.271893 [ 261 ] {a5e51e6c-9ef9-45d0-a4c0-2daa889ec778} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:33:19.271972 [ 261 ] {a5e51e6c-9ef9-45d0-a4c0-2daa889ec778} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:33:19.272645 [ 261 ] {a5e51e6c-9ef9-45d0-a4c0-2daa889ec778} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:19.272702 [ 261 ] {a5e51e6c-9ef9-45d0-a4c0-2daa889ec778} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:19.273101 [ 261 ] {a5e51e6c-9ef9-45d0-a4c0-2daa889ec778} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.04 04:33:19.273324 [ 261 ] {a5e51e6c-9ef9-45d0-a4c0-2daa889ec778} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:19.273485 [ 261 ] {a5e51e6c-9ef9-45d0-a4c0-2daa889ec778} executeQuery: Read 4 rows, 334.00 B in 0.001643 sec., 2434.5709068776628 rows/sec., 198.52 KiB/sec. 2026.03.04 04:33:19.273534 [ 261 ] {a5e51e6c-9ef9-45d0-a4c0-2daa889ec778} TCPHandler: Processed in 0.001961118 sec. 2026.03.04 04:33:19.273657 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:19.273761 [ 261 ] {98c78a15-f0b4-4032-8e12-cc6fd3a2df38} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:33:19.273803 [ 261 ] {98c78a15-f0b4-4032-8e12-cc6fd3a2df38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:33:19.275664 [ 261 ] {98c78a15-f0b4-4032-8e12-cc6fd3a2df38} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:19.275710 [ 261 ] {98c78a15-f0b4-4032-8e12-cc6fd3a2df38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:19.276171 [ 261 ] {98c78a15-f0b4-4032-8e12-cc6fd3a2df38} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.04 04:33:19.276390 [ 261 ] {98c78a15-f0b4-4032-8e12-cc6fd3a2df38} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:19.276527 [ 261 ] {98c78a15-f0b4-4032-8e12-cc6fd3a2df38} executeQuery: Read 1954 rows, 149.86 KiB in 0.00279 sec., 700358.4229390682 rows/sec., 52.45 MiB/sec. 2026.03.04 04:33:19.276567 [ 261 ] {98c78a15-f0b4-4032-8e12-cc6fd3a2df38} TCPHandler: Processed in 0.002961217 sec. 2026.03.04 04:33:19.276691 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:19.276791 [ 261 ] {656513db-b223-4a62-9fb8-e1ed9139c840} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:33:19.276833 [ 261 ] {656513db-b223-4a62-9fb8-e1ed9139c840} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:33:19.277257 [ 261 ] {656513db-b223-4a62-9fb8-e1ed9139c840} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:19.277296 [ 261 ] {656513db-b223-4a62-9fb8-e1ed9139c840} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:19.277615 [ 261 ] {656513db-b223-4a62-9fb8-e1ed9139c840} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.04 04:33:19.277834 [ 261 ] {656513db-b223-4a62-9fb8-e1ed9139c840} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:19.277956 [ 27 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.04 04:33:19.277971 [ 261 ] {656513db-b223-4a62-9fb8-e1ed9139c840} executeQuery: Read 21 rows, 1.56 KiB in 0.001201 sec., 17485.42880932556 rows/sec., 1.27 MiB/sec. 2026.03.04 04:33:19.278022 [ 27 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:19.278033 [ 261 ] {656513db-b223-4a62-9fb8-e1ed9139c840} TCPHandler: Processed in 0.001393778 sec. 2026.03.04 04:33:19.278052 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:19.278157 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:19.278172 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.04 04:33:19.278261 [ 261 ] {b8498747-e34c-47c1-9c5f-d556f95c6135} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:33:19.278307 [ 261 ] {b8498747-e34c-47c1-9c5f-d556f95c6135} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:33:19.278313 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:19.278354 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 224 rows starting from the beginning of the part 2026.03.04 04:33:19.278420 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part 2026.03.04 04:33:19.278467 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 47 rows starting from the beginning of the part 2026.03.04 04:33:19.278515 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part 2026.03.04 04:33:19.278554 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 33 rows starting from the beginning of the part 2026.03.04 04:33:19.278592 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 21 rows starting from the beginning of the part 2026.03.04 04:33:19.279029 [ 261 ] {b8498747-e34c-47c1-9c5f-d556f95c6135} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:19.279072 [ 261 ] {b8498747-e34c-47c1-9c5f-d556f95c6135} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:19.279438 [ 261 ] {b8498747-e34c-47c1-9c5f-d556f95c6135} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.04 04:33:19.279466 [ 196 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 341 rows, containing 5 columns (5 merged, 0 gathered) in 0.001349516 sec., 252683.18419344415 rows/sec., 17.96 MiB/sec. 2026.03.04 04:33:19.279669 [ 261 ] {b8498747-e34c-47c1-9c5f-d556f95c6135} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:19.279673 [ 190 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.04 04:33:19.279809 [ 261 ] {b8498747-e34c-47c1-9c5f-d556f95c6135} executeQuery: Read 708 rows, 42.29 KiB in 0.001567 sec., 451818.76196553925 rows/sec., 26.36 MiB/sec. 2026.03.04 04:33:19.279854 [ 261 ] {b8498747-e34c-47c1-9c5f-d556f95c6135} TCPHandler: Processed in 0.001747004 sec. 2026.03.04 04:33:19.279979 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:19.280036 [ 190 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_31_6} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:19.280084 [ 261 ] {4455c0d8-4327-4b18-bb6a-60060bdb81b2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.04 04:33:19.280130 [ 261 ] {4455c0d8-4327-4b18-bb6a-60060bdb81b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.04 04:33:19.280143 [ 190 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_31_6} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.04 04:33:19.280258 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.04 04:33:19.280526 [ 261 ] {4455c0d8-4327-4b18-bb6a-60060bdb81b2} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:19.280568 [ 261 ] {4455c0d8-4327-4b18-bb6a-60060bdb81b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:19.280870 [ 261 ] {4455c0d8-4327-4b18-bb6a-60060bdb81b2} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.04 04:33:19.281086 [ 261 ] {4455c0d8-4327-4b18-bb6a-60060bdb81b2} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:19.281222 [ 261 ] {4455c0d8-4327-4b18-bb6a-60060bdb81b2} executeQuery: Read 1 rows, 72.00 B in 0.001157 sec., 864.304235090752 rows/sec., 60.77 KiB/sec. 2026.03.04 04:33:19.281261 [ 261 ] {4455c0d8-4327-4b18-bb6a-60060bdb81b2} TCPHandler: Processed in 0.001332816 sec. 2026.03.04 04:33:19.281375 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:19.281470 [ 261 ] {ef631d3c-55f8-4e6f-86bb-032aa58cf865} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:33:19.281509 [ 261 ] {ef631d3c-55f8-4e6f-86bb-032aa58cf865} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:33:19.282392 [ 261 ] {ef631d3c-55f8-4e6f-86bb-032aa58cf865} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:19.282430 [ 261 ] {ef631d3c-55f8-4e6f-86bb-032aa58cf865} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:19.282776 [ 261 ] {ef631d3c-55f8-4e6f-86bb-032aa58cf865} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.04 04:33:19.282985 [ 261 ] {ef631d3c-55f8-4e6f-86bb-032aa58cf865} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:19.283124 [ 261 ] {ef631d3c-55f8-4e6f-86bb-032aa58cf865} executeQuery: Read 1021 rows, 72.03 KiB in 0.001673 sec., 610280.9324566646 rows/sec., 42.04 MiB/sec. 2026.03.04 04:33:19.283162 [ 261 ] {ef631d3c-55f8-4e6f-86bb-032aa58cf865} TCPHandler: Processed in 0.001835975 sec. 2026.03.04 04:33:19.283273 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:19.283369 [ 261 ] {6c223f45-97d4-4906-b63e-cc8240168716} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:33:19.283413 [ 261 ] {6c223f45-97d4-4906-b63e-cc8240168716} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:33:19.284140 [ 261 ] {6c223f45-97d4-4906-b63e-cc8240168716} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:19.284178 [ 261 ] {6c223f45-97d4-4906-b63e-cc8240168716} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:19.284593 [ 261 ] {6c223f45-97d4-4906-b63e-cc8240168716} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.04 04:33:19.284806 [ 261 ] {6c223f45-97d4-4906-b63e-cc8240168716} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:19.284943 [ 261 ] {6c223f45-97d4-4906-b63e-cc8240168716} executeQuery: Read 1219 rows, 78.06 KiB in 0.001593 sec., 765222.8499686127 rows/sec., 47.85 MiB/sec. 2026.03.04 04:33:19.284980 [ 261 ] {6c223f45-97d4-4906-b63e-cc8240168716} TCPHandler: Processed in 0.001757533 sec. 2026.03.04 04:33:19.285096 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:19.285190 [ 261 ] {40900827-a18f-4870-9b42-ac13c0956879} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:33:19.285246 [ 261 ] {40900827-a18f-4870-9b42-ac13c0956879} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:33:19.286132 [ 261 ] {40900827-a18f-4870-9b42-ac13c0956879} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:19.286176 [ 261 ] {40900827-a18f-4870-9b42-ac13c0956879} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:19.286897 [ 261 ] {40900827-a18f-4870-9b42-ac13c0956879} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.04 04:33:19.287199 [ 261 ] {40900827-a18f-4870-9b42-ac13c0956879} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:19.287375 [ 261 ] {40900827-a18f-4870-9b42-ac13c0956879} executeQuery: Read 17 rows, 31.19 KiB in 0.002202 sec., 7720.254314259764 rows/sec., 13.83 MiB/sec. 2026.03.04 04:33:19.287468 [ 261 ] {40900827-a18f-4870-9b42-ac13c0956879} TCPHandler: Processed in 0.002421796 sec. 2026.03.04 04:33:19.287611 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:19.287718 [ 261 ] {e1611b81-6df0-48a7-a9e0-10419d10b842} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:33:19.287768 [ 261 ] {e1611b81-6df0-48a7-a9e0-10419d10b842} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:33:19.288166 [ 261 ] {e1611b81-6df0-48a7-a9e0-10419d10b842} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:19.288209 [ 261 ] {e1611b81-6df0-48a7-a9e0-10419d10b842} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:19.288674 [ 261 ] {e1611b81-6df0-48a7-a9e0-10419d10b842} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.04 04:33:19.288940 [ 261 ] {e1611b81-6df0-48a7-a9e0-10419d10b842} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:19.289101 [ 261 ] {e1611b81-6df0-48a7-a9e0-10419d10b842} executeQuery: Read 12 rows, 848.00 B in 0.001405 sec., 8540.925266903914 rows/sec., 589.41 KiB/sec. 2026.03.04 04:33:19.289146 [ 261 ] {e1611b81-6df0-48a7-a9e0-10419d10b842} TCPHandler: Processed in 0.001593771 sec. 2026.03.04 04:33:20.000197 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 259.10 MiB, peak 274.69 MiB, free memory in arenas 0.00 B, will set to 261.69 MiB (RSS), difference: 2.59 MiB 2026.03.04 04:33:23.984831 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:23.985089 [ 261 ] {8c2c0cb7-8843-4507-b489-bc3ce301009e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:33:23.985198 [ 261 ] {8c2c0cb7-8843-4507-b489-bc3ce301009e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:33:23.986137 [ 261 ] {8c2c0cb7-8843-4507-b489-bc3ce301009e} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:23.986190 [ 261 ] {8c2c0cb7-8843-4507-b489-bc3ce301009e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:23.986596 [ 261 ] {8c2c0cb7-8843-4507-b489-bc3ce301009e} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.04 04:33:23.986836 [ 261 ] {8c2c0cb7-8843-4507-b489-bc3ce301009e} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:23.987010 [ 261 ] {8c2c0cb7-8843-4507-b489-bc3ce301009e} executeQuery: Read 56 rows, 4.38 KiB in 0.001995 sec., 28070.175438596492 rows/sec., 2.14 MiB/sec. 2026.03.04 04:33:23.987061 [ 261 ] {8c2c0cb7-8843-4507-b489-bc3ce301009e} TCPHandler: Processed in 0.002363716 sec. 2026.03.04 04:33:23.987194 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:23.987300 [ 261 ] {bfc94713-b5ba-43ff-a27f-056fc47434fe} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:33:23.987345 [ 261 ] {bfc94713-b5ba-43ff-a27f-056fc47434fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:33:23.987789 [ 261 ] {bfc94713-b5ba-43ff-a27f-056fc47434fe} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:23.987830 [ 261 ] {bfc94713-b5ba-43ff-a27f-056fc47434fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:23.988139 [ 261 ] {bfc94713-b5ba-43ff-a27f-056fc47434fe} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.04 04:33:23.988363 [ 261 ] {bfc94713-b5ba-43ff-a27f-056fc47434fe} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:23.988502 [ 261 ] {bfc94713-b5ba-43ff-a27f-056fc47434fe} executeQuery: Read 64 rows, 5.12 KiB in 0.001226 sec., 52202.28384991843 rows/sec., 4.07 MiB/sec. 2026.03.04 04:33:23.988542 [ 261 ] {bfc94713-b5ba-43ff-a27f-056fc47434fe} TCPHandler: Processed in 0.001400787 sec. 2026.03.04 04:33:23.988662 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:23.988759 [ 261 ] {eb764014-3697-4bba-a31b-a6074b0f2a2d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:33:23.988804 [ 261 ] {eb764014-3697-4bba-a31b-a6074b0f2a2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:33:23.989203 [ 261 ] {eb764014-3697-4bba-a31b-a6074b0f2a2d} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:23.989240 [ 261 ] {eb764014-3697-4bba-a31b-a6074b0f2a2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:23.989566 [ 261 ] {eb764014-3697-4bba-a31b-a6074b0f2a2d} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.04 04:33:23.989781 [ 261 ] {eb764014-3697-4bba-a31b-a6074b0f2a2d} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:23.989918 [ 261 ] {eb764014-3697-4bba-a31b-a6074b0f2a2d} executeQuery: Read 128 rows, 9.13 KiB in 0.001177 sec., 108751.06202209005 rows/sec., 7.57 MiB/sec. 2026.03.04 04:33:23.989956 [ 261 ] {eb764014-3697-4bba-a31b-a6074b0f2a2d} TCPHandler: Processed in 0.001344736 sec. 2026.03.04 04:33:23.990073 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:23.990168 [ 261 ] {c3852a15-f507-4cf9-9063-6356a1613d94} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:33:23.990210 [ 261 ] {c3852a15-f507-4cf9-9063-6356a1613d94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:33:23.990539 [ 261 ] {c3852a15-f507-4cf9-9063-6356a1613d94} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:23.990575 [ 261 ] {c3852a15-f507-4cf9-9063-6356a1613d94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:23.990891 [ 261 ] {c3852a15-f507-4cf9-9063-6356a1613d94} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.04 04:33:23.991097 [ 261 ] {c3852a15-f507-4cf9-9063-6356a1613d94} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:23.991231 [ 261 ] {c3852a15-f507-4cf9-9063-6356a1613d94} executeQuery: Read 48 rows, 3.31 KiB in 0.001082 sec., 44362.292051756005 rows/sec., 2.99 MiB/sec. 2026.03.04 04:33:23.991267 [ 261 ] {c3852a15-f507-4cf9-9063-6356a1613d94} TCPHandler: Processed in 0.001243794 sec. 2026.03.04 04:33:25.612711 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11996 2026.03.04 04:33:25.613218 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:25.613256 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:25.613747 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.04 04:33:25.613984 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:25.614128 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11996 2026.03.04 04:33:26.240937 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.03.04 04:33:26.259121 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:26.259176 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:26.264989 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.04 04:33:26.265694 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:26.268750 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.03.04 04:33:28.147610 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 752 2026.03.04 04:33:28.150017 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:28.150069 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:28.151265 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.04 04:33:28.151537 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:28.151912 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 752 2026.03.04 04:33:28.987017 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:28.987218 [ 261 ] {a09306e6-9eb3-4d51-8ba7-a81779402690} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:33:28.987290 [ 261 ] {a09306e6-9eb3-4d51-8ba7-a81779402690} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:33:28.988038 [ 261 ] {a09306e6-9eb3-4d51-8ba7-a81779402690} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:28.988084 [ 261 ] {a09306e6-9eb3-4d51-8ba7-a81779402690} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:28.988482 [ 261 ] {a09306e6-9eb3-4d51-8ba7-a81779402690} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.04 04:33:28.988711 [ 261 ] {a09306e6-9eb3-4d51-8ba7-a81779402690} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:28.988871 [ 261 ] {a09306e6-9eb3-4d51-8ba7-a81779402690} executeQuery: Read 122 rows, 10.72 KiB in 0.001708 sec., 71428.57142857142 rows/sec., 6.13 MiB/sec. 2026.03.04 04:33:28.988920 [ 261 ] {a09306e6-9eb3-4d51-8ba7-a81779402690} TCPHandler: Processed in 0.00203774 sec. 2026.03.04 04:33:28.989049 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:28.989151 [ 261 ] {57f087c8-15c1-4ed4-bc92-0bcffbbee9d3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:33:28.989194 [ 261 ] {57f087c8-15c1-4ed4-bc92-0bcffbbee9d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:33:28.989646 [ 261 ] {57f087c8-15c1-4ed4-bc92-0bcffbbee9d3} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:28.989687 [ 261 ] {57f087c8-15c1-4ed4-bc92-0bcffbbee9d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:28.990010 [ 261 ] {57f087c8-15c1-4ed4-bc92-0bcffbbee9d3} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.04 04:33:28.990224 [ 261 ] {57f087c8-15c1-4ed4-bc92-0bcffbbee9d3} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:28.990360 [ 261 ] {57f087c8-15c1-4ed4-bc92-0bcffbbee9d3} executeQuery: Read 33 rows, 2.48 KiB in 0.001231 sec., 26807.473598700242 rows/sec., 1.97 MiB/sec. 2026.03.04 04:33:28.990398 [ 261 ] {57f087c8-15c1-4ed4-bc92-0bcffbbee9d3} TCPHandler: Processed in 0.001399037 sec. 2026.03.04 04:33:28.990512 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:28.990609 [ 261 ] {742181db-4448-48ff-a157-376a834d0e95} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:33:28.990648 [ 261 ] {742181db-4448-48ff-a157-376a834d0e95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:33:28.991081 [ 261 ] {742181db-4448-48ff-a157-376a834d0e95} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:28.991119 [ 261 ] {742181db-4448-48ff-a157-376a834d0e95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:28.991420 [ 261 ] {742181db-4448-48ff-a157-376a834d0e95} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.04 04:33:28.991631 [ 261 ] {742181db-4448-48ff-a157-376a834d0e95} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:28.991770 [ 261 ] {742181db-4448-48ff-a157-376a834d0e95} executeQuery: Read 97 rows, 7.76 KiB in 0.001181 sec., 82133.7849280271 rows/sec., 6.41 MiB/sec. 2026.03.04 04:33:28.991809 [ 261 ] {742181db-4448-48ff-a157-376a834d0e95} TCPHandler: Processed in 0.001346066 sec. 2026.03.04 04:33:28.991925 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:28.992020 [ 261 ] {ce48ab10-d9e6-4b7a-992e-5d5017b6c70d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:33:28.992063 [ 261 ] {ce48ab10-d9e6-4b7a-992e-5d5017b6c70d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:33:28.992475 [ 261 ] {ce48ab10-d9e6-4b7a-992e-5d5017b6c70d} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:28.992511 [ 261 ] {ce48ab10-d9e6-4b7a-992e-5d5017b6c70d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:28.992842 [ 261 ] {ce48ab10-d9e6-4b7a-992e-5d5017b6c70d} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.04 04:33:28.993059 [ 261 ] {ce48ab10-d9e6-4b7a-992e-5d5017b6c70d} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:28.993191 [ 261 ] {ce48ab10-d9e6-4b7a-992e-5d5017b6c70d} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2026.03.04 04:33:28.993228 [ 261 ] {ce48ab10-d9e6-4b7a-992e-5d5017b6c70d} TCPHandler: Processed in 0.001353546 sec. 2026.03.04 04:33:28.993342 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:28.993437 [ 261 ] {decc4772-b840-4720-8f47-9fca44a96f7a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:33:28.993493 [ 261 ] {decc4772-b840-4720-8f47-9fca44a96f7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:33:28.994298 [ 261 ] {decc4772-b840-4720-8f47-9fca44a96f7a} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:28.994336 [ 261 ] {decc4772-b840-4720-8f47-9fca44a96f7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:28.994908 [ 261 ] {decc4772-b840-4720-8f47-9fca44a96f7a} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.04 04:33:28.995132 [ 261 ] {decc4772-b840-4720-8f47-9fca44a96f7a} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:28.995247 [ 44 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.04 04:33:28.995272 [ 261 ] {decc4772-b840-4720-8f47-9fca44a96f7a} executeQuery: Read 33 rows, 60.55 KiB in 0.001852 sec., 17818.57451403888 rows/sec., 31.93 MiB/sec. 2026.03.04 04:33:28.995320 [ 44 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:28.995349 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:28.995352 [ 261 ] {decc4772-b840-4720-8f47-9fca44a96f7a} TCPHandler: Processed in 0.00205897 sec. 2026.03.04 04:33:28.995467 [ 192 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.04 04:33:28.995482 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:28.995594 [ 261 ] {2b050822-7ae7-43f9-8378-b91ad3abc6a1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:33:28.995637 [ 261 ] {2b050822-7ae7-43f9-8378-b91ad3abc6a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:33:28.995719 [ 192 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:28.995793 [ 192 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 583 rows starting from the beginning of the part 2026.03.04 04:33:28.995928 [ 192 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 33 rows starting from the beginning of the part 2026.03.04 04:33:28.995981 [ 261 ] {2b050822-7ae7-43f9-8378-b91ad3abc6a1} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:28.996024 [ 261 ] {2b050822-7ae7-43f9-8378-b91ad3abc6a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:28.996043 [ 192 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part 2026.03.04 04:33:28.996157 [ 192 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 33 rows starting from the beginning of the part 2026.03.04 04:33:28.996256 [ 192 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 17 rows starting from the beginning of the part 2026.03.04 04:33:28.996346 [ 261 ] {2b050822-7ae7-43f9-8378-b91ad3abc6a1} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.04 04:33:28.996359 [ 192 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 33 rows starting from the beginning of the part 2026.03.04 04:33:28.996574 [ 261 ] {2b050822-7ae7-43f9-8378-b91ad3abc6a1} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:28.996717 [ 261 ] {2b050822-7ae7-43f9-8378-b91ad3abc6a1} executeQuery: Read 60 rows, 4.14 KiB in 0.001141 sec., 52585.45135845749 rows/sec., 3.54 MiB/sec. 2026.03.04 04:33:28.996756 [ 261 ] {2b050822-7ae7-43f9-8378-b91ad3abc6a1} TCPHandler: Processed in 0.001323626 sec. 2026.03.04 04:33:28.999854 [ 190 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 707 rows, containing 19 columns (19 merged, 0 gathered) in 0.004433365 sec., 159472.5451209183 rows/sec., 285.77 MiB/sec. 2026.03.04 04:33:29.000502 [ 192 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.04 04:33:29.000805 [ 192 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_31_6} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:29.000879 [ 192 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_31_6} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.04 04:33:29.000963 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.60 MiB. 2026.03.04 04:33:33.023491 [ 42 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:33:33.023554 [ 42 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:33:33.114381 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12508 2026.03.04 04:33:33.114905 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:33.114957 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:33.115462 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.04 04:33:33.115690 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:33.115816 [ 42 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.04 04:33:33.115825 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12508 2026.03.04 04:33:33.115870 [ 42 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:33.115894 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:33.116019 [ 191 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.04 04:33:33.116167 [ 191 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:33.116210 [ 191 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10076 rows starting from the beginning of the part 2026.03.04 04:33:33.116279 [ 191 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 512 rows starting from the beginning of the part 2026.03.04 04:33:33.116328 [ 191 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 448 rows starting from the beginning of the part 2026.03.04 04:33:33.116375 [ 191 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 512 rows starting from the beginning of the part 2026.03.04 04:33:33.116415 [ 191 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 448 rows starting from the beginning of the part 2026.03.04 04:33:33.116457 [ 191 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 512 rows starting from the beginning of the part 2026.03.04 04:33:33.118618 [ 192 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12508 rows, containing 4 columns (4 merged, 0 gathered) in 0.002658132 sec., 4705560.145244856 rows/sec., 67.31 MiB/sec. 2026.03.04 04:33:33.118891 [ 191 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.04 04:33:33.119144 [ 191 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_26_5} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:33.119214 [ 191 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_26_5} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.04 04:33:33.119291 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. 2026.03.04 04:33:33.769030 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.03.04 04:33:33.788080 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:33.788140 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:33.793912 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.04 04:33:33.794608 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:33.794964 [ 41 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.04 04:33:33.795063 [ 41 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:33.795100 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:33.795276 [ 189 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.04 04:33:33.798080 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.03.04 04:33:33.798992 [ 189 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:33.800271 [ 189 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part 2026.03.04 04:33:33.804974 [ 189 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part 2026.03.04 04:33:33.809529 [ 189 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2026.03.04 04:33:33.813831 [ 189 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part 2026.03.04 04:33:33.818350 [ 189 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2026.03.04 04:33:33.822257 [ 189 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part 2026.03.04 04:33:33.876090 [ 192 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.080883929 sec., 2423.225508741051 rows/sec., 12.53 MiB/sec. 2026.03.04 04:33:33.878816 [ 192 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.04 04:33:33.880787 [ 192 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_26_5} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:33.880863 [ 192 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_26_5} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.04 04:33:33.882927 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.03.04 04:33:33.987326 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:33.987505 [ 261 ] {1240b3a6-f893-420d-97da-51f092287897} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:33:33.987570 [ 261 ] {1240b3a6-f893-420d-97da-51f092287897} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:33:33.988217 [ 261 ] {1240b3a6-f893-420d-97da-51f092287897} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:33.988262 [ 261 ] {1240b3a6-f893-420d-97da-51f092287897} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:33.988664 [ 261 ] {1240b3a6-f893-420d-97da-51f092287897} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.04 04:33:33.988888 [ 261 ] {1240b3a6-f893-420d-97da-51f092287897} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:33.989042 [ 261 ] {1240b3a6-f893-420d-97da-51f092287897} executeQuery: Read 72 rows, 5.91 KiB in 0.001585 sec., 45425.86750788643 rows/sec., 3.64 MiB/sec. 2026.03.04 04:33:33.989083 [ 261 ] {1240b3a6-f893-420d-97da-51f092287897} TCPHandler: Processed in 0.001886836 sec. 2026.03.04 04:33:33.989213 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:33.989310 [ 261 ] {51f19f46-bcbf-4b26-aff6-69be0bb3b02c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:33:33.989351 [ 261 ] {51f19f46-bcbf-4b26-aff6-69be0bb3b02c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:33:33.989757 [ 261 ] {51f19f46-bcbf-4b26-aff6-69be0bb3b02c} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:33.989793 [ 261 ] {51f19f46-bcbf-4b26-aff6-69be0bb3b02c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:33.990105 [ 261 ] {51f19f46-bcbf-4b26-aff6-69be0bb3b02c} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.04 04:33:33.990336 [ 261 ] {51f19f46-bcbf-4b26-aff6-69be0bb3b02c} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:33.990468 [ 261 ] {51f19f46-bcbf-4b26-aff6-69be0bb3b02c} executeQuery: Read 8 rows, 616.00 B in 0.001176 sec., 6802.721088435374 rows/sec., 511.53 KiB/sec. 2026.03.04 04:33:33.990505 [ 261 ] {51f19f46-bcbf-4b26-aff6-69be0bb3b02c} TCPHandler: Processed in 0.001342116 sec. 2026.03.04 04:33:33.990619 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:33.990713 [ 261 ] {23abf89d-bd47-4631-9ee2-3459b8dca841} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:33:33.990754 [ 261 ] {23abf89d-bd47-4631-9ee2-3459b8dca841} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:33:33.991184 [ 261 ] {23abf89d-bd47-4631-9ee2-3459b8dca841} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:33.991221 [ 261 ] {23abf89d-bd47-4631-9ee2-3459b8dca841} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:33.991543 [ 261 ] {23abf89d-bd47-4631-9ee2-3459b8dca841} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.04 04:33:33.991761 [ 261 ] {23abf89d-bd47-4631-9ee2-3459b8dca841} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:33.991897 [ 261 ] {23abf89d-bd47-4631-9ee2-3459b8dca841} executeQuery: Read 72 rows, 5.76 KiB in 0.0012 sec., 60000.00000000001 rows/sec., 4.68 MiB/sec. 2026.03.04 04:33:33.991936 [ 261 ] {23abf89d-bd47-4631-9ee2-3459b8dca841} TCPHandler: Processed in 0.001365757 sec. 2026.03.04 04:33:33.992053 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:33.992149 [ 261 ] {b29065e0-355b-4561-afc6-8ee849d0548b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:33:33.992193 [ 261 ] {b29065e0-355b-4561-afc6-8ee849d0548b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:33:33.992600 [ 261 ] {b29065e0-355b-4561-afc6-8ee849d0548b} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:33.992636 [ 261 ] {b29065e0-355b-4561-afc6-8ee849d0548b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:33.992984 [ 261 ] {b29065e0-355b-4561-afc6-8ee849d0548b} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.04 04:33:33.993202 [ 261 ] {b29065e0-355b-4561-afc6-8ee849d0548b} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:33.993337 [ 261 ] {b29065e0-355b-4561-afc6-8ee849d0548b} executeQuery: Read 160 rows, 11.41 KiB in 0.001206 sec., 132669.98341625207 rows/sec., 9.24 MiB/sec. 2026.03.04 04:33:33.993376 [ 261 ] {b29065e0-355b-4561-afc6-8ee849d0548b} TCPHandler: Processed in 0.001373186 sec. 2026.03.04 04:33:33.993481 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:33.993574 [ 261 ] {0712bb57-c55c-40f5-adff-6d5ee5f7a9df} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:33:33.993630 [ 261 ] {0712bb57-c55c-40f5-adff-6d5ee5f7a9df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:33:33.994387 [ 261 ] {0712bb57-c55c-40f5-adff-6d5ee5f7a9df} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:33.994422 [ 261 ] {0712bb57-c55c-40f5-adff-6d5ee5f7a9df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:33.994967 [ 261 ] {0712bb57-c55c-40f5-adff-6d5ee5f7a9df} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.04 04:33:33.995202 [ 261 ] {0712bb57-c55c-40f5-adff-6d5ee5f7a9df} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:33.995345 [ 261 ] {0712bb57-c55c-40f5-adff-6d5ee5f7a9df} executeQuery: Read 8 rows, 14.68 KiB in 0.001787 sec., 4476.776720761052 rows/sec., 8.02 MiB/sec. 2026.03.04 04:33:33.995400 [ 261 ] {0712bb57-c55c-40f5-adff-6d5ee5f7a9df} TCPHandler: Processed in 0.001968998 sec. 2026.03.04 04:33:33.995516 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:33.995610 [ 261 ] {3f373273-e4f2-4153-b549-9f515a4369f4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:33:33.995652 [ 261 ] {3f373273-e4f2-4153-b549-9f515a4369f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:33:33.996015 [ 261 ] {3f373273-e4f2-4153-b549-9f515a4369f4} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:33.996051 [ 261 ] {3f373273-e4f2-4153-b549-9f515a4369f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.20 GiB. 2026.03.04 04:33:33.996371 [ 261 ] {3f373273-e4f2-4153-b549-9f515a4369f4} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.04 04:33:33.996587 [ 261 ] {3f373273-e4f2-4153-b549-9f515a4369f4} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:33.996716 [ 261 ] {3f373273-e4f2-4153-b549-9f515a4369f4} executeQuery: Read 60 rows, 4.14 KiB in 0.001123 sec., 53428.317008014244 rows/sec., 3.60 MiB/sec. 2026.03.04 04:33:33.996752 [ 261 ] {3f373273-e4f2-4153-b549-9f515a4369f4} TCPHandler: Processed in 0.001285914 sec. 2026.03.04 04:33:34.000183 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 263.79 MiB, peak 274.69 MiB, free memory in arenas 0.00 B, will set to 267.96 MiB (RSS), difference: 4.17 MiB 2026.03.04 04:33:38.152296 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 776 2026.03.04 04:33:38.154481 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:38.154538 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:38.155742 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.04 04:33:38.156020 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:38.156407 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 776 2026.03.04 04:33:38.996558 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:38.996761 [ 261 ] {1c97094b-32df-4cae-a4c9-3ad1f0d3bd84} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:33:38.996838 [ 261 ] {1c97094b-32df-4cae-a4c9-3ad1f0d3bd84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:33:38.997715 [ 261 ] {1c97094b-32df-4cae-a4c9-3ad1f0d3bd84} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:38.997758 [ 261 ] {1c97094b-32df-4cae-a4c9-3ad1f0d3bd84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:38.998173 [ 261 ] {1c97094b-32df-4cae-a4c9-3ad1f0d3bd84} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.04 04:33:38.998404 [ 261 ] {1c97094b-32df-4cae-a4c9-3ad1f0d3bd84} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:38.998559 [ 261 ] {1c97094b-32df-4cae-a4c9-3ad1f0d3bd84} executeQuery: Read 284 rows, 18.47 KiB in 0.001852 sec., 153347.7321814255 rows/sec., 9.74 MiB/sec. 2026.03.04 04:33:38.998612 [ 261 ] {1c97094b-32df-4cae-a4c9-3ad1f0d3bd84} TCPHandler: Processed in 0.002200533 sec. 2026.03.04 04:33:38.998754 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:38.998862 [ 261 ] {e6fb7952-4890-4c6b-a203-90e198e53655} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:33:38.998906 [ 261 ] {e6fb7952-4890-4c6b-a203-90e198e53655} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:33:38.999344 [ 261 ] {e6fb7952-4890-4c6b-a203-90e198e53655} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:38.999381 [ 261 ] {e6fb7952-4890-4c6b-a203-90e198e53655} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:38.999694 [ 261 ] {e6fb7952-4890-4c6b-a203-90e198e53655} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.04 04:33:38.999911 [ 261 ] {e6fb7952-4890-4c6b-a203-90e198e53655} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:39.000042 [ 261 ] {e6fb7952-4890-4c6b-a203-90e198e53655} executeQuery: Read 8 rows, 668.00 B in 0.001204 sec., 6644.518272425249 rows/sec., 541.81 KiB/sec. 2026.03.04 04:33:39.000081 [ 261 ] {e6fb7952-4890-4c6b-a203-90e198e53655} TCPHandler: Processed in 0.001383086 sec. 2026.03.04 04:33:39.000202 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:39.000300 [ 261 ] {ef0aebb1-9096-48df-bbfd-fc8e8690ad9a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:33:39.000341 [ 261 ] {ef0aebb1-9096-48df-bbfd-fc8e8690ad9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:33:39.001121 [ 261 ] {ef0aebb1-9096-48df-bbfd-fc8e8690ad9a} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:39.001160 [ 261 ] {ef0aebb1-9096-48df-bbfd-fc8e8690ad9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:39.001546 [ 261 ] {ef0aebb1-9096-48df-bbfd-fc8e8690ad9a} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.04 04:33:39.001758 [ 261 ] {ef0aebb1-9096-48df-bbfd-fc8e8690ad9a} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:39.001862 [ 37 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.04 04:33:39.001891 [ 261 ] {ef0aebb1-9096-48df-bbfd-fc8e8690ad9a} executeQuery: Read 867 rows, 70.79 KiB in 0.00161 sec., 538509.3167701863 rows/sec., 42.94 MiB/sec. 2026.03.04 04:33:39.001904 [ 37 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:39.001928 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:39.001931 [ 261 ] {ef0aebb1-9096-48df-bbfd-fc8e8690ad9a} TCPHandler: Processed in 0.001780814 sec. 2026.03.04 04:33:39.002056 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.04 04:33:39.002072 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:39.002190 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:39.002193 [ 261 ] {f511f0c1-5567-40cf-8742-9a74685b7bb0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:33:39.002231 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2890 rows starting from the beginning of the part 2026.03.04 04:33:39.002250 [ 261 ] {f511f0c1-5567-40cf-8742-9a74685b7bb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:33:39.002302 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1954 rows starting from the beginning of the part 2026.03.04 04:33:39.002352 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 56 rows starting from the beginning of the part 2026.03.04 04:33:39.002392 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 122 rows starting from the beginning of the part 2026.03.04 04:33:39.002431 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 72 rows starting from the beginning of the part 2026.03.04 04:33:39.002469 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 867 rows starting from the beginning of the part 2026.03.04 04:33:39.002753 [ 261 ] {f511f0c1-5567-40cf-8742-9a74685b7bb0} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:39.002796 [ 261 ] {f511f0c1-5567-40cf-8742-9a74685b7bb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:39.003165 [ 261 ] {f511f0c1-5567-40cf-8742-9a74685b7bb0} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.04 04:33:39.003385 [ 261 ] {f511f0c1-5567-40cf-8742-9a74685b7bb0} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:39.003522 [ 261 ] {f511f0c1-5567-40cf-8742-9a74685b7bb0} executeQuery: Read 183 rows, 11.58 KiB in 0.001346 sec., 135958.3952451709 rows/sec., 8.40 MiB/sec. 2026.03.04 04:33:39.003560 [ 261 ] {f511f0c1-5567-40cf-8742-9a74685b7bb0} TCPHandler: Processed in 0.001539669 sec. 2026.03.04 04:33:39.003687 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:39.003782 [ 261 ] {ef7b2eff-ae64-47af-9b91-130608989add} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:33:39.003822 [ 261 ] {ef7b2eff-ae64-47af-9b91-130608989add} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:33:39.004274 [ 261 ] {ef7b2eff-ae64-47af-9b91-130608989add} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:39.004311 [ 261 ] {ef7b2eff-ae64-47af-9b91-130608989add} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:39.004662 [ 261 ] {ef7b2eff-ae64-47af-9b91-130608989add} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.04 04:33:39.004880 [ 261 ] {ef7b2eff-ae64-47af-9b91-130608989add} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:39.005012 [ 261 ] {ef7b2eff-ae64-47af-9b91-130608989add} executeQuery: Read 149 rows, 9.86 KiB in 0.001247 sec., 119486.76824378507 rows/sec., 7.72 MiB/sec. 2026.03.04 04:33:39.005050 [ 261 ] {ef7b2eff-ae64-47af-9b91-130608989add} TCPHandler: Processed in 0.001413537 sec. 2026.03.04 04:33:39.005098 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 5961 rows, containing 5 columns (5 merged, 0 gathered) in 0.00310263 sec., 1921273.2423782405 rows/sec., 155.18 MiB/sec. 2026.03.04 04:33:39.005173 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:39.005273 [ 261 ] {7bb22410-7843-4ec4-a21c-b11685b97221} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:33:39.005314 [ 261 ] {7bb22410-7843-4ec4-a21c-b11685b97221} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:33:39.005515 [ 197 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.04 04:33:39.005763 [ 261 ] {7bb22410-7843-4ec4-a21c-b11685b97221} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:39.005799 [ 261 ] {7bb22410-7843-4ec4-a21c-b11685b97221} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:39.005825 [ 197 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_41_8} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:39.005903 [ 197 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_41_8} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.04 04:33:39.005990 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2026.03.04 04:33:39.006123 [ 261 ] {7bb22410-7843-4ec4-a21c-b11685b97221} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.04 04:33:39.006339 [ 261 ] {7bb22410-7843-4ec4-a21c-b11685b97221} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:39.006467 [ 261 ] {7bb22410-7843-4ec4-a21c-b11685b97221} executeQuery: Read 148 rows, 8.62 KiB in 0.001213 sec., 122011.54163231656 rows/sec., 6.94 MiB/sec. 2026.03.04 04:33:39.006507 [ 261 ] {7bb22410-7843-4ec4-a21c-b11685b97221} TCPHandler: Processed in 0.001385786 sec. 2026.03.04 04:33:39.006625 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:39.006721 [ 261 ] {453c5e4e-ec82-4524-a825-2152f7f55eb9} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:33:39.006760 [ 261 ] {453c5e4e-ec82-4524-a825-2152f7f55eb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:33:39.007393 [ 261 ] {453c5e4e-ec82-4524-a825-2152f7f55eb9} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:39.007431 [ 261 ] {453c5e4e-ec82-4524-a825-2152f7f55eb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:39.007784 [ 261 ] {453c5e4e-ec82-4524-a825-2152f7f55eb9} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.04 04:33:39.008010 [ 261 ] {453c5e4e-ec82-4524-a825-2152f7f55eb9} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:39.008107 [ 37 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.04 04:33:39.008137 [ 37 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:39.008139 [ 261 ] {453c5e4e-ec82-4524-a825-2152f7f55eb9} executeQuery: Read 531 rows, 38.47 KiB in 0.001435 sec., 370034.8432055749 rows/sec., 26.18 MiB/sec. 2026.03.04 04:33:39.008154 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:39.008182 [ 261 ] {453c5e4e-ec82-4524-a825-2152f7f55eb9} TCPHandler: Processed in 0.001607411 sec. 2026.03.04 04:33:39.008232 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.04 04:33:39.008300 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:39.008334 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:39.008364 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1550 rows starting from the beginning of the part 2026.03.04 04:33:39.008400 [ 261 ] {58ec4876-093b-4d8f-809c-3de2a2e55572} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.04 04:33:39.008413 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1021 rows starting from the beginning of the part 2026.03.04 04:33:39.008450 [ 261 ] {58ec4876-093b-4d8f-809c-3de2a2e55572} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.04 04:33:39.008496 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 64 rows starting from the beginning of the part 2026.03.04 04:33:39.008539 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 97 rows starting from the beginning of the part 2026.03.04 04:33:39.008574 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 72 rows starting from the beginning of the part 2026.03.04 04:33:39.008611 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 531 rows starting from the beginning of the part 2026.03.04 04:33:39.008814 [ 261 ] {58ec4876-093b-4d8f-809c-3de2a2e55572} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:39.008859 [ 261 ] {58ec4876-093b-4d8f-809c-3de2a2e55572} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:39.009188 [ 261 ] {58ec4876-093b-4d8f-809c-3de2a2e55572} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.04 04:33:39.009518 [ 261 ] {58ec4876-093b-4d8f-809c-3de2a2e55572} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:39.009651 [ 261 ] {58ec4876-093b-4d8f-809c-3de2a2e55572} executeQuery: Read 6 rows, 321.00 B in 0.001269 sec., 4728.132387706856 rows/sec., 247.03 KiB/sec. 2026.03.04 04:33:39.009691 [ 261 ] {58ec4876-093b-4d8f-809c-3de2a2e55572} TCPHandler: Processed in 0.001441668 sec. 2026.03.04 04:33:39.009819 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:39.009868 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3335 rows, containing 5 columns (5 merged, 0 gathered) in 0.001666042 sec., 2001750.2559959474 rows/sec., 148.24 MiB/sec. 2026.03.04 04:33:39.009943 [ 261 ] {c1d0fd83-43a7-4968-a964-d83ca4c37aca} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:33:39.010002 [ 261 ] {c1d0fd83-43a7-4968-a964-d83ca4c37aca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:33:39.010073 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.04 04:33:39.010331 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_41_8} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:39.010399 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_41_8} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.04 04:33:39.010473 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.03.04 04:33:39.010482 [ 261 ] {c1d0fd83-43a7-4968-a964-d83ca4c37aca} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:39.010526 [ 261 ] {c1d0fd83-43a7-4968-a964-d83ca4c37aca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:39.010891 [ 261 ] {c1d0fd83-43a7-4968-a964-d83ca4c37aca} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.04 04:33:39.011105 [ 261 ] {c1d0fd83-43a7-4968-a964-d83ca4c37aca} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:39.011200 [ 37 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.04 04:33:39.011230 [ 37 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:39.011237 [ 261 ] {c1d0fd83-43a7-4968-a964-d83ca4c37aca} executeQuery: Read 269 rows, 18.31 KiB in 0.001318 sec., 204097.1168437026 rows/sec., 13.57 MiB/sec. 2026.03.04 04:33:39.011247 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:39.011276 [ 261 ] {c1d0fd83-43a7-4968-a964-d83ca4c37aca} TCPHandler: Processed in 0.001520249 sec. 2026.03.04 04:33:39.011318 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.04 04:33:39.011395 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:39.011410 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:39.011443 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 12136 rows starting from the beginning of the part 2026.03.04 04:33:39.011489 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1219 rows starting from the beginning of the part 2026.03.04 04:33:39.011498 [ 261 ] {cb6b66a5-e534-4ab3-8ee2-f9f8953f6aa6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.04 04:33:39.011528 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 128 rows starting from the beginning of the part 2026.03.04 04:33:39.011547 [ 261 ] {cb6b66a5-e534-4ab3-8ee2-f9f8953f6aa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.04 04:33:39.011566 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part 2026.03.04 04:33:39.011605 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part 2026.03.04 04:33:39.011638 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 269 rows starting from the beginning of the part 2026.03.04 04:33:39.011879 [ 261 ] {cb6b66a5-e534-4ab3-8ee2-f9f8953f6aa6} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:39.011922 [ 261 ] {cb6b66a5-e534-4ab3-8ee2-f9f8953f6aa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:39.012247 [ 261 ] {cb6b66a5-e534-4ab3-8ee2-f9f8953f6aa6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.04 04:33:39.012461 [ 261 ] {cb6b66a5-e534-4ab3-8ee2-f9f8953f6aa6} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:39.012596 [ 261 ] {cb6b66a5-e534-4ab3-8ee2-f9f8953f6aa6} executeQuery: Read 1 rows, 69.00 B in 0.001116 sec., 896.0573476702509 rows/sec., 60.38 KiB/sec. 2026.03.04 04:33:39.012634 [ 261 ] {cb6b66a5-e534-4ab3-8ee2-f9f8953f6aa6} TCPHandler: Processed in 0.001290805 sec. 2026.03.04 04:33:39.012742 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:39.012838 [ 261 ] {b02b5935-6a90-4390-a29a-49a8b1cd7d51} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:33:39.012896 [ 261 ] {b02b5935-6a90-4390-a29a-49a8b1cd7d51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:33:39.013758 [ 261 ] {b02b5935-6a90-4390-a29a-49a8b1cd7d51} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:39.013797 [ 261 ] {b02b5935-6a90-4390-a29a-49a8b1cd7d51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:39.014407 [ 261 ] {b02b5935-6a90-4390-a29a-49a8b1cd7d51} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.04 04:33:39.014631 [ 261 ] {b02b5935-6a90-4390-a29a-49a8b1cd7d51} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:39.014778 [ 261 ] {b02b5935-6a90-4390-a29a-49a8b1cd7d51} executeQuery: Read 33 rows, 60.55 KiB in 0.001959 sec., 16845.329249617153 rows/sec., 30.19 MiB/sec. 2026.03.04 04:33:39.014834 [ 261 ] {b02b5935-6a90-4390-a29a-49a8b1cd7d51} TCPHandler: Processed in 0.002142782 sec. 2026.03.04 04:33:39.014959 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:39.015054 [ 261 ] {6877a566-6cbc-4dd3-b8f9-c83a7bedfe31} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:33:39.015096 [ 261 ] {6877a566-6cbc-4dd3-b8f9-c83a7bedfe31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:33:39.015437 [ 261 ] {6877a566-6cbc-4dd3-b8f9-c83a7bedfe31} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:39.015448 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 14072 rows, containing 5 columns (5 merged, 0 gathered) in 0.00415889 sec., 3383595.141972978 rows/sec., 225.71 MiB/sec. 2026.03.04 04:33:39.015477 [ 261 ] {6877a566-6cbc-4dd3-b8f9-c83a7bedfe31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:39.015811 [ 261 ] {6877a566-6cbc-4dd3-b8f9-c83a7bedfe31} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.04 04:33:39.015924 [ 195 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.04 04:33:39.016064 [ 261 ] {6877a566-6cbc-4dd3-b8f9-c83a7bedfe31} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:39.016187 [ 36 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.04 04:33:39.016211 [ 261 ] {6877a566-6cbc-4dd3-b8f9-c83a7bedfe31} executeQuery: Read 90 rows, 5.77 KiB in 0.001174 sec., 76660.98807495742 rows/sec., 4.80 MiB/sec. 2026.03.04 04:33:39.016240 [ 36 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:39.016256 [ 261 ] {6877a566-6cbc-4dd3-b8f9-c83a7bedfe31} TCPHandler: Processed in 0.001348626 sec. 2026.03.04 04:33:39.016268 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:39.016277 [ 195 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_41_8} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:39.016350 [ 199 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.04 04:33:39.016365 [ 195 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_41_8} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.04 04:33:39.016442 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.49 MiB. 2026.03.04 04:33:39.016452 [ 199 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:39.016479 [ 199 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1980 rows starting from the beginning of the part 2026.03.04 04:33:39.016531 [ 199 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 12 rows starting from the beginning of the part 2026.03.04 04:33:39.016571 [ 199 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 48 rows starting from the beginning of the part 2026.03.04 04:33:39.016608 [ 199 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part 2026.03.04 04:33:39.016645 [ 199 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part 2026.03.04 04:33:39.016681 [ 199 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 90 rows starting from the beginning of the part 2026.03.04 04:33:39.017625 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2250 rows, containing 4 columns (4 merged, 0 gathered) in 0.001299915 sec., 1730882.4038494825 rows/sec., 115.24 MiB/sec. 2026.03.04 04:33:39.017829 [ 199 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.04 04:33:39.018062 [ 199 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_41_8} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:39.018126 [ 199 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_41_8} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.04 04:33:39.018192 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.03.04 04:33:40.616818 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12956 2026.03.04 04:33:40.617328 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:40.617374 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:40.617866 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.04 04:33:40.618093 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:40.618218 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12956 2026.03.04 04:33:41.298968 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.03.04 04:33:41.314227 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:41.314294 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:41.320408 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.04 04:33:41.321132 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:41.323782 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.03.04 04:33:43.985704 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:43.985883 [ 261 ] {896ef0ea-5c64-49dd-88be-697a711e3e6e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:33:43.985949 [ 261 ] {896ef0ea-5c64-49dd-88be-697a711e3e6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:33:43.986586 [ 261 ] {896ef0ea-5c64-49dd-88be-697a711e3e6e} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:43.986629 [ 261 ] {896ef0ea-5c64-49dd-88be-697a711e3e6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:43.987012 [ 261 ] {896ef0ea-5c64-49dd-88be-697a711e3e6e} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.04 04:33:43.987231 [ 261 ] {896ef0ea-5c64-49dd-88be-697a711e3e6e} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:43.987385 [ 261 ] {896ef0ea-5c64-49dd-88be-697a711e3e6e} executeQuery: Read 72 rows, 5.91 KiB in 0.001549 sec., 46481.60103292447 rows/sec., 3.73 MiB/sec. 2026.03.04 04:33:43.987433 [ 261 ] {896ef0ea-5c64-49dd-88be-697a711e3e6e} TCPHandler: Processed in 0.001860856 sec. 2026.03.04 04:33:43.987557 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:43.987661 [ 261 ] {03a6e056-d46b-4133-910e-076676eac001} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:33:43.987709 [ 261 ] {03a6e056-d46b-4133-910e-076676eac001} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:33:43.988135 [ 261 ] {03a6e056-d46b-4133-910e-076676eac001} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:43.988173 [ 261 ] {03a6e056-d46b-4133-910e-076676eac001} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:43.988511 [ 261 ] {03a6e056-d46b-4133-910e-076676eac001} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.04 04:33:43.988723 [ 261 ] {03a6e056-d46b-4133-910e-076676eac001} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:43.988853 [ 261 ] {03a6e056-d46b-4133-910e-076676eac001} executeQuery: Read 8 rows, 616.00 B in 0.001216 sec., 6578.9473684210525 rows/sec., 494.71 KiB/sec. 2026.03.04 04:33:43.988891 [ 261 ] {03a6e056-d46b-4133-910e-076676eac001} TCPHandler: Processed in 0.001384206 sec. 2026.03.04 04:33:43.989004 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:43.989101 [ 261 ] {6fa0ac16-ff10-4b53-879c-d7bff826a1df} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:33:43.989140 [ 261 ] {6fa0ac16-ff10-4b53-879c-d7bff826a1df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:33:43.989561 [ 261 ] {6fa0ac16-ff10-4b53-879c-d7bff826a1df} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:43.989598 [ 261 ] {6fa0ac16-ff10-4b53-879c-d7bff826a1df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:43.989902 [ 261 ] {6fa0ac16-ff10-4b53-879c-d7bff826a1df} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.04 04:33:43.990109 [ 261 ] {6fa0ac16-ff10-4b53-879c-d7bff826a1df} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:43.990234 [ 261 ] {6fa0ac16-ff10-4b53-879c-d7bff826a1df} executeQuery: Read 72 rows, 5.76 KiB in 0.001153 sec., 62445.793581960104 rows/sec., 4.88 MiB/sec. 2026.03.04 04:33:43.990270 [ 261 ] {6fa0ac16-ff10-4b53-879c-d7bff826a1df} TCPHandler: Processed in 0.001313725 sec. 2026.03.04 04:33:43.990383 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:43.990478 [ 261 ] {04244207-5ca6-4c09-b826-a9d025df455c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:33:43.990521 [ 261 ] {04244207-5ca6-4c09-b826-a9d025df455c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:33:43.990918 [ 261 ] {04244207-5ca6-4c09-b826-a9d025df455c} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:43.990953 [ 261 ] {04244207-5ca6-4c09-b826-a9d025df455c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:43.991280 [ 261 ] {04244207-5ca6-4c09-b826-a9d025df455c} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.04 04:33:43.991493 [ 261 ] {04244207-5ca6-4c09-b826-a9d025df455c} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:43.991621 [ 261 ] {04244207-5ca6-4c09-b826-a9d025df455c} executeQuery: Read 160 rows, 11.41 KiB in 0.001162 sec., 137693.63166953527 rows/sec., 9.59 MiB/sec. 2026.03.04 04:33:43.991657 [ 261 ] {04244207-5ca6-4c09-b826-a9d025df455c} TCPHandler: Processed in 0.001321266 sec. 2026.03.04 04:33:43.991775 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:43.991868 [ 261 ] {eb5326bb-6102-4f5b-a6b2-726112acacef} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:33:43.991922 [ 261 ] {eb5326bb-6102-4f5b-a6b2-726112acacef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:33:43.992664 [ 261 ] {eb5326bb-6102-4f5b-a6b2-726112acacef} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:43.992701 [ 261 ] {eb5326bb-6102-4f5b-a6b2-726112acacef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:43.993238 [ 261 ] {eb5326bb-6102-4f5b-a6b2-726112acacef} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.04 04:33:43.993465 [ 261 ] {eb5326bb-6102-4f5b-a6b2-726112acacef} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:43.993600 [ 261 ] {eb5326bb-6102-4f5b-a6b2-726112acacef} executeQuery: Read 8 rows, 14.68 KiB in 0.00175 sec., 4571.428571428572 rows/sec., 8.19 MiB/sec. 2026.03.04 04:33:43.993658 [ 261 ] {eb5326bb-6102-4f5b-a6b2-726112acacef} TCPHandler: Processed in 0.001930507 sec. 2026.03.04 04:33:43.993779 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:43.993875 [ 261 ] {4a15957f-71bc-4947-bd54-8cbb8c6b9a11} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:33:43.993915 [ 261 ] {4a15957f-71bc-4947-bd54-8cbb8c6b9a11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:33:43.994250 [ 261 ] {4a15957f-71bc-4947-bd54-8cbb8c6b9a11} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:43.994286 [ 261 ] {4a15957f-71bc-4947-bd54-8cbb8c6b9a11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:43.994585 [ 261 ] {4a15957f-71bc-4947-bd54-8cbb8c6b9a11} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.04 04:33:43.994794 [ 261 ] {4a15957f-71bc-4947-bd54-8cbb8c6b9a11} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:43.994920 [ 261 ] {4a15957f-71bc-4947-bd54-8cbb8c6b9a11} executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. 2026.03.04 04:33:43.994954 [ 261 ] {4a15957f-71bc-4947-bd54-8cbb8c6b9a11} TCPHandler: Processed in 0.001223373 sec. 2026.03.04 04:33:48.023597 [ 45 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:33:48.023666 [ 45 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:33:48.119162 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13468 2026.03.04 04:33:48.119656 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:48.119695 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:48.120230 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.04 04:33:48.120475 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:48.120616 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13468 2026.03.04 04:33:48.157299 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 812 2026.03.04 04:33:48.159693 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:48.159749 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:48.160999 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.04 04:33:48.161281 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:48.161426 [ 45 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.03.04 04:33:48.161480 [ 45 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:48.161502 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:48.161607 [ 195 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.03.04 04:33:48.161656 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 812 2026.03.04 04:33:48.162149 [ 195 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:48.162311 [ 195 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 652 rows starting from the beginning of the part 2026.03.04 04:33:48.162709 [ 195 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part 2026.03.04 04:33:48.163059 [ 195 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 38 rows starting from the beginning of the part 2026.03.04 04:33:48.163406 [ 195 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 38 rows starting from the beginning of the part 2026.03.04 04:33:48.163761 [ 195 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part 2026.03.04 04:33:48.164113 [ 195 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part 2026.03.04 04:33:48.169907 [ 194 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 812 rows, containing 72 columns (72 merged, 0 gathered) in 0.008342901 sec., 97328.2554833145 rows/sec., 85.01 MiB/sec. 2026.03.04 04:33:48.171106 [ 194 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.03.04 04:33:48.171734 [ 194 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_21_4} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:48.171822 [ 194 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_21_4} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.03.04 04:33:48.172066 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. 2026.03.04 04:33:48.824760 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.03.04 04:33:48.841550 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:48.841617 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:48.847892 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.04 04:33:48.848580 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:48.851540 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.03.04 04:33:48.994458 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:48.994640 [ 261 ] {30ed8caf-a27e-47ad-b8d8-f0586e18d0b5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:33:48.994708 [ 261 ] {30ed8caf-a27e-47ad-b8d8-f0586e18d0b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:33:48.995483 [ 261 ] {30ed8caf-a27e-47ad-b8d8-f0586e18d0b5} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:48.995526 [ 261 ] {30ed8caf-a27e-47ad-b8d8-f0586e18d0b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:48.995953 [ 261 ] {30ed8caf-a27e-47ad-b8d8-f0586e18d0b5} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.04 04:33:48.996200 [ 261 ] {30ed8caf-a27e-47ad-b8d8-f0586e18d0b5} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:48.996358 [ 261 ] {30ed8caf-a27e-47ad-b8d8-f0586e18d0b5} executeQuery: Read 284 rows, 18.47 KiB in 0.001768 sec., 160633.4841628959 rows/sec., 10.20 MiB/sec. 2026.03.04 04:33:48.996410 [ 261 ] {30ed8caf-a27e-47ad-b8d8-f0586e18d0b5} TCPHandler: Processed in 0.00208409 sec. 2026.03.04 04:33:48.996543 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:48.996650 [ 261 ] {e9c4baf9-a38b-45ef-80ee-fe506d337c98} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:33:48.996692 [ 261 ] {e9c4baf9-a38b-45ef-80ee-fe506d337c98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:33:48.997741 [ 261 ] {e9c4baf9-a38b-45ef-80ee-fe506d337c98} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:48.997778 [ 261 ] {e9c4baf9-a38b-45ef-80ee-fe506d337c98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:48.998196 [ 261 ] {e9c4baf9-a38b-45ef-80ee-fe506d337c98} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.04 04:33:48.998436 [ 261 ] {e9c4baf9-a38b-45ef-80ee-fe506d337c98} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:48.998575 [ 261 ] {e9c4baf9-a38b-45ef-80ee-fe506d337c98} executeQuery: Read 863 rows, 70.49 KiB in 0.001949 sec., 442791.17496151873 rows/sec., 35.32 MiB/sec. 2026.03.04 04:33:48.998615 [ 261 ] {e9c4baf9-a38b-45ef-80ee-fe506d337c98} TCPHandler: Processed in 0.002124141 sec. 2026.03.04 04:33:48.998746 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:48.998846 [ 261 ] {9941d115-4197-4a6f-99b8-d60c39843c5f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:33:48.998888 [ 261 ] {9941d115-4197-4a6f-99b8-d60c39843c5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:33:48.999391 [ 261 ] {9941d115-4197-4a6f-99b8-d60c39843c5f} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:48.999427 [ 261 ] {9941d115-4197-4a6f-99b8-d60c39843c5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:48.999742 [ 261 ] {9941d115-4197-4a6f-99b8-d60c39843c5f} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.04 04:33:48.999961 [ 261 ] {9941d115-4197-4a6f-99b8-d60c39843c5f} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:49.000213 [ 57 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.04 04:33:49.000239 [ 261 ] {9941d115-4197-4a6f-99b8-d60c39843c5f} executeQuery: Read 175 rows, 11.02 KiB in 0.001412 sec., 123937.67705382436 rows/sec., 7.62 MiB/sec. 2026.03.04 04:33:49.000252 [ 57 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:49.000275 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:49.000279 [ 261 ] {9941d115-4197-4a6f-99b8-d60c39843c5f} TCPHandler: Processed in 0.001585421 sec. 2026.03.04 04:33:49.000360 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.04 04:33:49.000399 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:49.000449 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:49.000479 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 224 rows starting from the beginning of the part 2026.03.04 04:33:49.000496 [ 261 ] {2cafeb84-2ac4-4006-9a53-6a67f14591e9} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:33:49.000536 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 33 rows starting from the beginning of the part 2026.03.04 04:33:49.000537 [ 261 ] {2cafeb84-2ac4-4006-9a53-6a67f14591e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:33:49.000579 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part 2026.03.04 04:33:49.000621 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 183 rows starting from the beginning of the part 2026.03.04 04:33:49.000665 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part 2026.03.04 04:33:49.000710 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 175 rows starting from the beginning of the part 2026.03.04 04:33:49.001020 [ 261 ] {2cafeb84-2ac4-4006-9a53-6a67f14591e9} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:49.001057 [ 261 ] {2cafeb84-2ac4-4006-9a53-6a67f14591e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:49.001471 [ 261 ] {2cafeb84-2ac4-4006-9a53-6a67f14591e9} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.04 04:33:49.001539 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 631 rows, containing 5 columns (5 merged, 0 gathered) in 0.001212724 sec., 520316.2467305009 rows/sec., 34.96 MiB/sec. 2026.03.04 04:33:49.001687 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.04 04:33:49.001710 [ 261 ] {2cafeb84-2ac4-4006-9a53-6a67f14591e9} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:49.001848 [ 261 ] {2cafeb84-2ac4-4006-9a53-6a67f14591e9} executeQuery: Read 149 rows, 9.86 KiB in 0.00137 sec., 108759.12408759125 rows/sec., 7.03 MiB/sec. 2026.03.04 04:33:49.001887 [ 261 ] {2cafeb84-2ac4-4006-9a53-6a67f14591e9} TCPHandler: Processed in 0.00153814 sec. 2026.03.04 04:33:49.001936 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_36_7} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:49.002003 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_36_7} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.04 04:33:49.002009 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:49.002075 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.04 04:33:49.002107 [ 261 ] {ef1f171f-2036-4aac-8714-3698236370aa} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:33:49.002150 [ 261 ] {ef1f171f-2036-4aac-8714-3698236370aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:33:49.002626 [ 261 ] {ef1f171f-2036-4aac-8714-3698236370aa} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:49.002666 [ 261 ] {ef1f171f-2036-4aac-8714-3698236370aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:49.002994 [ 261 ] {ef1f171f-2036-4aac-8714-3698236370aa} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.04 04:33:49.003242 [ 261 ] {ef1f171f-2036-4aac-8714-3698236370aa} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:49.003375 [ 261 ] {ef1f171f-2036-4aac-8714-3698236370aa} executeQuery: Read 148 rows, 8.62 KiB in 0.001286 sec., 115085.5365474339 rows/sec., 6.55 MiB/sec. 2026.03.04 04:33:49.003415 [ 261 ] {ef1f171f-2036-4aac-8714-3698236370aa} TCPHandler: Processed in 0.001457598 sec. 2026.03.04 04:33:49.003536 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:49.003633 [ 261 ] {18eb2d29-c2a7-4fa1-8ef2-157c985fab3a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:33:49.003676 [ 261 ] {18eb2d29-c2a7-4fa1-8ef2-157c985fab3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:33:49.004613 [ 261 ] {18eb2d29-c2a7-4fa1-8ef2-157c985fab3a} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:49.004650 [ 261 ] {18eb2d29-c2a7-4fa1-8ef2-157c985fab3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:49.004989 [ 261 ] {18eb2d29-c2a7-4fa1-8ef2-157c985fab3a} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.04 04:33:49.005203 [ 261 ] {18eb2d29-c2a7-4fa1-8ef2-157c985fab3a} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:49.005333 [ 261 ] {18eb2d29-c2a7-4fa1-8ef2-157c985fab3a} executeQuery: Read 523 rows, 37.82 KiB in 0.001718 sec., 304423.7485448196 rows/sec., 21.50 MiB/sec. 2026.03.04 04:33:49.005371 [ 261 ] {18eb2d29-c2a7-4fa1-8ef2-157c985fab3a} TCPHandler: Processed in 0.001886786 sec. 2026.03.04 04:33:49.005491 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:49.005587 [ 261 ] {be91c6dd-d13f-44c9-87ad-2f2306dbebf1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.04 04:33:49.005628 [ 261 ] {be91c6dd-d13f-44c9-87ad-2f2306dbebf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.04 04:33:49.005971 [ 261 ] {be91c6dd-d13f-44c9-87ad-2f2306dbebf1} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:49.006005 [ 261 ] {be91c6dd-d13f-44c9-87ad-2f2306dbebf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:49.006312 [ 261 ] {be91c6dd-d13f-44c9-87ad-2f2306dbebf1} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.04 04:33:49.006516 [ 261 ] {be91c6dd-d13f-44c9-87ad-2f2306dbebf1} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:49.006651 [ 261 ] {be91c6dd-d13f-44c9-87ad-2f2306dbebf1} executeQuery: Read 6 rows, 321.00 B in 0.001083 sec., 5540.16620498615 rows/sec., 289.45 KiB/sec. 2026.03.04 04:33:49.006690 [ 261 ] {be91c6dd-d13f-44c9-87ad-2f2306dbebf1} TCPHandler: Processed in 0.001248725 sec. 2026.03.04 04:33:49.006867 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:49.006964 [ 261 ] {b55186f3-7361-4d5f-9907-1bb1f9f2ff1a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:33:49.007007 [ 261 ] {b55186f3-7361-4d5f-9907-1bb1f9f2ff1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:33:49.007442 [ 261 ] {b55186f3-7361-4d5f-9907-1bb1f9f2ff1a} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:49.007478 [ 261 ] {b55186f3-7361-4d5f-9907-1bb1f9f2ff1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:49.007809 [ 261 ] {b55186f3-7361-4d5f-9907-1bb1f9f2ff1a} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.04 04:33:49.008024 [ 261 ] {b55186f3-7361-4d5f-9907-1bb1f9f2ff1a} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:49.008150 [ 261 ] {b55186f3-7361-4d5f-9907-1bb1f9f2ff1a} executeQuery: Read 265 rows, 18.03 KiB in 0.001206 sec., 219734.66003316749 rows/sec., 14.60 MiB/sec. 2026.03.04 04:33:49.008187 [ 261 ] {b55186f3-7361-4d5f-9907-1bb1f9f2ff1a} TCPHandler: Processed in 0.001368026 sec. 2026.03.04 04:33:49.008304 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:49.008397 [ 261 ] {f9d0251c-df7d-4e73-8f2c-5f04c26e62fc} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.04 04:33:49.008438 [ 261 ] {f9d0251c-df7d-4e73-8f2c-5f04c26e62fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.04 04:33:49.008799 [ 261 ] {f9d0251c-df7d-4e73-8f2c-5f04c26e62fc} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:49.008835 [ 261 ] {f9d0251c-df7d-4e73-8f2c-5f04c26e62fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:49.009134 [ 261 ] {f9d0251c-df7d-4e73-8f2c-5f04c26e62fc} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.04 04:33:49.009341 [ 261 ] {f9d0251c-df7d-4e73-8f2c-5f04c26e62fc} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:49.009440 [ 75 ] {} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.04 04:33:49.009470 [ 261 ] {f9d0251c-df7d-4e73-8f2c-5f04c26e62fc} executeQuery: Read 1 rows, 69.00 B in 0.001085 sec., 921.6589861751152 rows/sec., 62.10 KiB/sec. 2026.03.04 04:33:49.009504 [ 75 ] {} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:49.009522 [ 261 ] {f9d0251c-df7d-4e73-8f2c-5f04c26e62fc} TCPHandler: Processed in 0.001266814 sec. 2026.03.04 04:33:49.009529 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:49.009642 [ 187 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.04 04:33:49.009660 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:49.009766 [ 261 ] {053c2d22-350a-4405-9604-13c4b088fa89} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:33:49.009776 [ 187 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:49.009822 [ 261 ] {053c2d22-350a-4405-9604-13c4b088fa89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:33:49.009822 [ 187 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.03.04 04:33:49.009910 [ 187 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2026.03.04 04:33:49.009961 [ 187 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.03.04 04:33:49.010008 [ 187 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.03.04 04:33:49.010051 [ 187 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.03.04 04:33:49.010095 [ 187 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.03.04 04:33:49.010694 [ 261 ] {053c2d22-350a-4405-9604-13c4b088fa89} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:49.010735 [ 261 ] {053c2d22-350a-4405-9604-13c4b088fa89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:49.010946 [ 201 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 6 rows, containing 4 columns (4 merged, 0 gathered) in 0.001352967 sec., 4434.697963808429 rows/sec., 295.94 KiB/sec. 2026.03.04 04:33:49.011096 [ 187 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.04 04:33:49.011362 [ 187 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_6_1} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:49.011366 [ 261 ] {053c2d22-350a-4405-9604-13c4b088fa89} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.04 04:33:49.011439 [ 187 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_6_1} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.04 04:33:49.011510 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.04 04:33:49.011644 [ 261 ] {053c2d22-350a-4405-9604-13c4b088fa89} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:49.011797 [ 261 ] {053c2d22-350a-4405-9604-13c4b088fa89} executeQuery: Read 33 rows, 60.55 KiB in 0.002048 sec., 16113.28125 rows/sec., 28.87 MiB/sec. 2026.03.04 04:33:49.011872 [ 261 ] {053c2d22-350a-4405-9604-13c4b088fa89} TCPHandler: Processed in 0.002260663 sec. 2026.03.04 04:33:49.011997 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:49.012094 [ 261 ] {dbe8729f-48ff-45e7-b3ad-eff74b07d51c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:33:49.012137 [ 261 ] {dbe8729f-48ff-45e7-b3ad-eff74b07d51c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:33:49.012488 [ 261 ] {dbe8729f-48ff-45e7-b3ad-eff74b07d51c} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:49.012525 [ 261 ] {dbe8729f-48ff-45e7-b3ad-eff74b07d51c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:49.012826 [ 261 ] {dbe8729f-48ff-45e7-b3ad-eff74b07d51c} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.04 04:33:49.013036 [ 261 ] {dbe8729f-48ff-45e7-b3ad-eff74b07d51c} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:49.013161 [ 261 ] {dbe8729f-48ff-45e7-b3ad-eff74b07d51c} executeQuery: Read 90 rows, 5.77 KiB in 0.001086 sec., 82872.92817679558 rows/sec., 5.19 MiB/sec. 2026.03.04 04:33:49.013195 [ 261 ] {dbe8729f-48ff-45e7-b3ad-eff74b07d51c} TCPHandler: Processed in 0.001248164 sec. 2026.03.04 04:33:49.268036 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:49.268260 [ 261 ] {cdc870b4-35d9-4ddb-b335-598bec0dff1b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:33:49.268336 [ 261 ] {cdc870b4-35d9-4ddb-b335-598bec0dff1b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:33:49.268985 [ 261 ] {cdc870b4-35d9-4ddb-b335-598bec0dff1b} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:49.269033 [ 261 ] {cdc870b4-35d9-4ddb-b335-598bec0dff1b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:49.269431 [ 261 ] {cdc870b4-35d9-4ddb-b335-598bec0dff1b} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.04 04:33:49.269669 [ 261 ] {cdc870b4-35d9-4ddb-b335-598bec0dff1b} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:49.269831 [ 261 ] {cdc870b4-35d9-4ddb-b335-598bec0dff1b} executeQuery: Read 4 rows, 334.00 B in 0.001635 sec., 2446.483180428135 rows/sec., 199.49 KiB/sec. 2026.03.04 04:33:49.269881 [ 261 ] {cdc870b4-35d9-4ddb-b335-598bec0dff1b} TCPHandler: Processed in 0.001988778 sec. 2026.03.04 04:33:49.270023 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:49.270131 [ 261 ] {8f155774-c1c0-4458-a509-029282eee24d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:33:49.270175 [ 261 ] {8f155774-c1c0-4458-a509-029282eee24d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:33:49.271556 [ 261 ] {8f155774-c1c0-4458-a509-029282eee24d} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:49.271594 [ 261 ] {8f155774-c1c0-4458-a509-029282eee24d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:49.272031 [ 261 ] {8f155774-c1c0-4458-a509-029282eee24d} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.04 04:33:49.272248 [ 261 ] {8f155774-c1c0-4458-a509-029282eee24d} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:49.272391 [ 261 ] {8f155774-c1c0-4458-a509-029282eee24d} executeQuery: Read 1954 rows, 149.86 KiB in 0.002286 sec., 854768.1539807525 rows/sec., 64.02 MiB/sec. 2026.03.04 04:33:49.272432 [ 261 ] {8f155774-c1c0-4458-a509-029282eee24d} TCPHandler: Processed in 0.002466387 sec. 2026.03.04 04:33:49.272555 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:49.272655 [ 261 ] {98fba28b-f431-4a0b-bd10-147f0ef75c94} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:33:49.272698 [ 261 ] {98fba28b-f431-4a0b-bd10-147f0ef75c94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:33:49.273131 [ 261 ] {98fba28b-f431-4a0b-bd10-147f0ef75c94} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:49.273169 [ 261 ] {98fba28b-f431-4a0b-bd10-147f0ef75c94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:49.273485 [ 261 ] {98fba28b-f431-4a0b-bd10-147f0ef75c94} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.04 04:33:49.273706 [ 261 ] {98fba28b-f431-4a0b-bd10-147f0ef75c94} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:49.273847 [ 261 ] {98fba28b-f431-4a0b-bd10-147f0ef75c94} executeQuery: Read 21 rows, 1.56 KiB in 0.001214 sec., 17298.18780889621 rows/sec., 1.25 MiB/sec. 2026.03.04 04:33:49.273885 [ 261 ] {98fba28b-f431-4a0b-bd10-147f0ef75c94} TCPHandler: Processed in 0.001380946 sec. 2026.03.04 04:33:49.274002 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:49.274100 [ 261 ] {2f2c29f4-c2a2-4a4a-9abb-10cf2812ddab} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:33:49.274140 [ 261 ] {2f2c29f4-c2a2-4a4a-9abb-10cf2812ddab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:33:49.274798 [ 261 ] {2f2c29f4-c2a2-4a4a-9abb-10cf2812ddab} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:49.274836 [ 261 ] {2f2c29f4-c2a2-4a4a-9abb-10cf2812ddab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:49.275192 [ 261 ] {2f2c29f4-c2a2-4a4a-9abb-10cf2812ddab} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.04 04:33:49.275414 [ 261 ] {2f2c29f4-c2a2-4a4a-9abb-10cf2812ddab} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:49.275535 [ 75 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2026.03.04 04:33:49.275549 [ 261 ] {2f2c29f4-c2a2-4a4a-9abb-10cf2812ddab} executeQuery: Read 708 rows, 42.29 KiB in 0.001469 sec., 481960.5173587474 rows/sec., 28.12 MiB/sec. 2026.03.04 04:33:49.275605 [ 75 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:49.275614 [ 261 ] {2f2c29f4-c2a2-4a4a-9abb-10cf2812ddab} TCPHandler: Processed in 0.001662742 sec. 2026.03.04 04:33:49.275645 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:49.275772 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:49.275823 [ 198 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_15_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full 2026.03.04 04:33:49.275886 [ 261 ] {c33f3589-b6b6-48ee-9306-4bd389653eea} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.04 04:33:49.275940 [ 261 ] {c33f3589-b6b6-48ee-9306-4bd389653eea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.04 04:33:49.275995 [ 198 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:49.276045 [ 198 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 882 rows starting from the beginning of the part 2026.03.04 04:33:49.276121 [ 198 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2026.03.04 04:33:49.276169 [ 198 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 708 rows starting from the beginning of the part 2026.03.04 04:33:49.276212 [ 198 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 149 rows starting from the beginning of the part 2026.03.04 04:33:49.276252 [ 198 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 149 rows starting from the beginning of the part 2026.03.04 04:33:49.276295 [ 198 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 708 rows starting from the beginning of the part 2026.03.04 04:33:49.276427 [ 261 ] {c33f3589-b6b6-48ee-9306-4bd389653eea} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:49.276477 [ 261 ] {c33f3589-b6b6-48ee-9306-4bd389653eea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:49.276868 [ 261 ] {c33f3589-b6b6-48ee-9306-4bd389653eea} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.04 04:33:49.277169 [ 261 ] {c33f3589-b6b6-48ee-9306-4bd389653eea} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:49.277299 [ 75 ] {} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.04 04:33:49.277336 [ 261 ] {c33f3589-b6b6-48ee-9306-4bd389653eea} executeQuery: Read 1 rows, 72.00 B in 0.001472 sec., 679.3478260869565 rows/sec., 47.77 KiB/sec. 2026.03.04 04:33:49.277347 [ 75 ] {} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:49.277387 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:49.277391 [ 261 ] {c33f3589-b6b6-48ee-9306-4bd389653eea} TCPHandler: Processed in 0.001677812 sec. 2026.03.04 04:33:49.277483 [ 198 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.03.04 04:33:49.277588 [ 198 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:49.277611 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:49.277618 [ 198 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.03.04 04:33:49.277695 [ 198 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2026.03.04 04:33:49.277731 [ 261 ] {b83726cf-fb45-453a-b799-68c483f602b2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:33:49.277735 [ 187 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 2620 rows, containing 5 columns (5 merged, 0 gathered) in 0.001989848 sec., 1316683.485371747 rows/sec., 83.84 MiB/sec. 2026.03.04 04:33:49.277746 [ 198 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.03.04 04:33:49.277789 [ 261 ] {b83726cf-fb45-453a-b799-68c483f602b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:33:49.277874 [ 198 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.03.04 04:33:49.277940 [ 198 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.03.04 04:33:49.278013 [ 187 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.03.04 04:33:49.278424 [ 187 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_15_3} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:49.278530 [ 187 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_15_3} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2026.03.04 04:33:49.278651 [ 201 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 5 columns (5 merged, 0 gathered) in 0.001192693 sec., 4192.193632393248 rows/sec., 311.14 KiB/sec. 2026.03.04 04:33:49.278671 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2026.03.04 04:33:49.278868 [ 186 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.04 04:33:49.279216 [ 186 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_5_1} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:49.279269 [ 261 ] {b83726cf-fb45-453a-b799-68c483f602b2} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:49.279310 [ 186 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_5_1} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.04 04:33:49.279328 [ 261 ] {b83726cf-fb45-453a-b799-68c483f602b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:49.279424 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.04 04:33:49.279900 [ 261 ] {b83726cf-fb45-453a-b799-68c483f602b2} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.04 04:33:49.280155 [ 261 ] {b83726cf-fb45-453a-b799-68c483f602b2} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:49.280343 [ 261 ] {b83726cf-fb45-453a-b799-68c483f602b2} executeQuery: Read 1021 rows, 72.03 KiB in 0.00263 sec., 388212.927756654 rows/sec., 26.75 MiB/sec. 2026.03.04 04:33:49.280433 [ 261 ] {b83726cf-fb45-453a-b799-68c483f602b2} TCPHandler: Processed in 0.002879486 sec. 2026.03.04 04:33:49.280585 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:49.280700 [ 261 ] {7384825c-5744-49d8-849d-56ea8affd325} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:33:49.280747 [ 261 ] {7384825c-5744-49d8-849d-56ea8affd325} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:33:49.281520 [ 261 ] {7384825c-5744-49d8-849d-56ea8affd325} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:49.281560 [ 261 ] {7384825c-5744-49d8-849d-56ea8affd325} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:49.282022 [ 261 ] {7384825c-5744-49d8-849d-56ea8affd325} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.04 04:33:49.282246 [ 261 ] {7384825c-5744-49d8-849d-56ea8affd325} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:49.282385 [ 261 ] {7384825c-5744-49d8-849d-56ea8affd325} executeQuery: Read 1219 rows, 78.06 KiB in 0.001709 sec., 713282.6214160328 rows/sec., 44.60 MiB/sec. 2026.03.04 04:33:49.282424 [ 261 ] {7384825c-5744-49d8-849d-56ea8affd325} TCPHandler: Processed in 0.001897757 sec. 2026.03.04 04:33:49.282544 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:49.282640 [ 261 ] {42ddd6b1-7adf-496a-8e7e-4fbfbbaf2197} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:33:49.282697 [ 261 ] {42ddd6b1-7adf-496a-8e7e-4fbfbbaf2197} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:33:49.283492 [ 261 ] {42ddd6b1-7adf-496a-8e7e-4fbfbbaf2197} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:49.283529 [ 261 ] {42ddd6b1-7adf-496a-8e7e-4fbfbbaf2197} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:49.284071 [ 261 ] {42ddd6b1-7adf-496a-8e7e-4fbfbbaf2197} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.04 04:33:49.284316 [ 261 ] {42ddd6b1-7adf-496a-8e7e-4fbfbbaf2197} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:49.284437 [ 75 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.04 04:33:49.284470 [ 261 ] {42ddd6b1-7adf-496a-8e7e-4fbfbbaf2197} executeQuery: Read 17 rows, 31.19 KiB in 0.001846 sec., 9209.100758396533 rows/sec., 16.50 MiB/sec. 2026.03.04 04:33:49.284476 [ 75 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:49.284514 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:49.284546 [ 261 ] {42ddd6b1-7adf-496a-8e7e-4fbfbbaf2197} TCPHandler: Processed in 0.00205206 sec. 2026.03.04 04:33:49.284594 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.04 04:33:49.284683 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:49.284790 [ 261 ] {5bce7218-b790-4167-b8e7-796002910bb9} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:33:49.284834 [ 261 ] {5bce7218-b790-4167-b8e7-796002910bb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:33:49.284910 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:49.284968 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 707 rows starting from the beginning of the part 2026.03.04 04:33:49.285085 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 8 rows starting from the beginning of the part 2026.03.04 04:33:49.285169 [ 261 ] {5bce7218-b790-4167-b8e7-796002910bb9} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:49.285183 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 33 rows starting from the beginning of the part 2026.03.04 04:33:49.285214 [ 261 ] {5bce7218-b790-4167-b8e7-796002910bb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:49.285288 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 8 rows starting from the beginning of the part 2026.03.04 04:33:49.285381 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 33 rows starting from the beginning of the part 2026.03.04 04:33:49.285477 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 17 rows starting from the beginning of the part 2026.03.04 04:33:49.285554 [ 261 ] {5bce7218-b790-4167-b8e7-796002910bb9} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.04 04:33:49.285869 [ 261 ] {5bce7218-b790-4167-b8e7-796002910bb9} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:49.286023 [ 261 ] {5bce7218-b790-4167-b8e7-796002910bb9} executeQuery: Read 12 rows, 848.00 B in 0.001252 sec., 9584.664536741213 rows/sec., 661.44 KiB/sec. 2026.03.04 04:33:49.286062 [ 261 ] {5bce7218-b790-4167-b8e7-796002910bb9} TCPHandler: Processed in 0.001431737 sec. 2026.03.04 04:33:49.299676 [ 198 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 806 rows, containing 19 columns (19 merged, 0 gathered) in 0.015116612 sec., 53318.825673371786 rows/sec., 95.54 MiB/sec. 2026.03.04 04:33:49.300694 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.04 04:33:49.301013 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_36_7} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:49.301082 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_36_7} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.04 04:33:49.301166 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.57 MiB. 2026.03.04 04:33:50.000179 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 272.96 MiB, peak 280.49 MiB, free memory in arenas 0.00 B, will set to 274.70 MiB (RSS), difference: 1.74 MiB 2026.03.04 04:33:53.984626 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:53.984911 [ 261 ] {8d4e6511-5437-42c4-b2cd-99bf635f76e9} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:33:53.985019 [ 261 ] {8d4e6511-5437-42c4-b2cd-99bf635f76e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:33:53.985963 [ 261 ] {8d4e6511-5437-42c4-b2cd-99bf635f76e9} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:53.986010 [ 261 ] {8d4e6511-5437-42c4-b2cd-99bf635f76e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:53.986416 [ 261 ] {8d4e6511-5437-42c4-b2cd-99bf635f76e9} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.04 04:33:53.986654 [ 261 ] {8d4e6511-5437-42c4-b2cd-99bf635f76e9} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:53.986824 [ 261 ] {8d4e6511-5437-42c4-b2cd-99bf635f76e9} executeQuery: Read 56 rows, 4.38 KiB in 0.001988 sec., 28169.01408450704 rows/sec., 2.15 MiB/sec. 2026.03.04 04:33:53.986876 [ 261 ] {8d4e6511-5437-42c4-b2cd-99bf635f76e9} TCPHandler: Processed in 0.002403867 sec. 2026.03.04 04:33:53.987008 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:53.987113 [ 261 ] {31e87f83-cb11-408a-8eb0-3ad3d59dfd46} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:33:53.987157 [ 261 ] {31e87f83-cb11-408a-8eb0-3ad3d59dfd46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:33:53.987610 [ 261 ] {31e87f83-cb11-408a-8eb0-3ad3d59dfd46} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:53.987651 [ 261 ] {31e87f83-cb11-408a-8eb0-3ad3d59dfd46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:53.987969 [ 261 ] {31e87f83-cb11-408a-8eb0-3ad3d59dfd46} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.04 04:33:53.988182 [ 261 ] {31e87f83-cb11-408a-8eb0-3ad3d59dfd46} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:53.988317 [ 261 ] {31e87f83-cb11-408a-8eb0-3ad3d59dfd46} executeQuery: Read 64 rows, 5.12 KiB in 0.001229 sec., 52074.857607811224 rows/sec., 4.06 MiB/sec. 2026.03.04 04:33:53.988358 [ 261 ] {31e87f83-cb11-408a-8eb0-3ad3d59dfd46} TCPHandler: Processed in 0.001401957 sec. 2026.03.04 04:33:53.988476 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:53.988573 [ 261 ] {a736add5-95fb-41bb-a7dd-bd25d3ac8fad} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:33:53.988616 [ 261 ] {a736add5-95fb-41bb-a7dd-bd25d3ac8fad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:33:53.989007 [ 261 ] {a736add5-95fb-41bb-a7dd-bd25d3ac8fad} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:53.989044 [ 261 ] {a736add5-95fb-41bb-a7dd-bd25d3ac8fad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:53.989375 [ 261 ] {a736add5-95fb-41bb-a7dd-bd25d3ac8fad} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.04 04:33:53.989587 [ 261 ] {a736add5-95fb-41bb-a7dd-bd25d3ac8fad} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:53.989722 [ 261 ] {a736add5-95fb-41bb-a7dd-bd25d3ac8fad} executeQuery: Read 128 rows, 9.13 KiB in 0.001169 sec., 109495.29512403764 rows/sec., 7.63 MiB/sec. 2026.03.04 04:33:53.989759 [ 261 ] {a736add5-95fb-41bb-a7dd-bd25d3ac8fad} TCPHandler: Processed in 0.001332276 sec. 2026.03.04 04:33:53.989876 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:53.989971 [ 261 ] {25bd6a21-1fbb-4311-a1a1-775527517a5e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:33:53.990012 [ 261 ] {25bd6a21-1fbb-4311-a1a1-775527517a5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:33:53.990348 [ 261 ] {25bd6a21-1fbb-4311-a1a1-775527517a5e} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:53.990385 [ 261 ] {25bd6a21-1fbb-4311-a1a1-775527517a5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:53.990689 [ 261 ] {25bd6a21-1fbb-4311-a1a1-775527517a5e} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.04 04:33:53.990898 [ 261 ] {25bd6a21-1fbb-4311-a1a1-775527517a5e} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:53.991032 [ 261 ] {25bd6a21-1fbb-4311-a1a1-775527517a5e} executeQuery: Read 48 rows, 3.31 KiB in 0.001079 sec., 44485.634847080626 rows/sec., 3.00 MiB/sec. 2026.03.04 04:33:53.991068 [ 261 ] {25bd6a21-1fbb-4311-a1a1-775527517a5e} TCPHandler: Processed in 0.001241613 sec. 2026.03.04 04:33:55.621639 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13916 2026.03.04 04:33:55.622149 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:55.622201 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:55.622713 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.04 04:33:55.622945 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:55.623093 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13916 2026.03.04 04:33:56.352547 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.03.04 04:33:56.370477 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:56.370535 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:56.376653 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.04 04:33:56.377386 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:56.380832 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.03.04 04:33:58.162740 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 860 2026.03.04 04:33:58.165511 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:58.165572 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:58.166808 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.04 04:33:58.167097 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:58.167506 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 860 2026.03.04 04:33:58.995001 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:58.995202 [ 261 ] {82b59b37-42c9-4a16-a8e7-bc9f674bb84a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:33:58.995276 [ 261 ] {82b59b37-42c9-4a16-a8e7-bc9f674bb84a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:33:58.996146 [ 261 ] {82b59b37-42c9-4a16-a8e7-bc9f674bb84a} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:58.996189 [ 261 ] {82b59b37-42c9-4a16-a8e7-bc9f674bb84a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:58.996618 [ 261 ] {82b59b37-42c9-4a16-a8e7-bc9f674bb84a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.04 04:33:58.996841 [ 261 ] {82b59b37-42c9-4a16-a8e7-bc9f674bb84a} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:58.996993 [ 261 ] {82b59b37-42c9-4a16-a8e7-bc9f674bb84a} executeQuery: Read 284 rows, 18.47 KiB in 0.001846 sec., 153846.15384615384 rows/sec., 9.77 MiB/sec. 2026.03.04 04:33:58.996989 [ 88 ] {} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.03.04 04:33:58.997040 [ 261 ] {82b59b37-42c9-4a16-a8e7-bc9f674bb84a} TCPHandler: Processed in 0.002175872 sec. 2026.03.04 04:33:58.997075 [ 88 ] {} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:58.997105 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:58.997183 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:58.997198 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.03.04 04:33:58.997287 [ 261 ] {f8c024a8-0b46-4acd-8d8b-c717629960eb} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:33:58.997289 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:58.997329 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 308 rows starting from the beginning of the part 2026.03.04 04:33:58.997329 [ 261 ] {f8c024a8-0b46-4acd-8d8b-c717629960eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:33:58.997386 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2026.03.04 04:33:58.997429 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2026.03.04 04:33:58.997470 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 284 rows starting from the beginning of the part 2026.03.04 04:33:58.997511 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 284 rows starting from the beginning of the part 2026.03.04 04:33:58.997554 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 284 rows starting from the beginning of the part 2026.03.04 04:33:58.998174 [ 261 ] {f8c024a8-0b46-4acd-8d8b-c717629960eb} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:58.998211 [ 261 ] {f8c024a8-0b46-4acd-8d8b-c717629960eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:58.998436 [ 198 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 1208 rows, containing 5 columns (5 merged, 0 gathered) in 0.001273165 sec., 948816.5320284489 rows/sec., 64.98 MiB/sec. 2026.03.04 04:33:58.998571 [ 261 ] {f8c024a8-0b46-4acd-8d8b-c717629960eb} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.04 04:33:58.998580 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.03.04 04:33:58.998796 [ 261 ] {f8c024a8-0b46-4acd-8d8b-c717629960eb} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:58.998826 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_10_2} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:58.998886 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_10_2} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.03.04 04:33:58.998924 [ 261 ] {f8c024a8-0b46-4acd-8d8b-c717629960eb} executeQuery: Read 863 rows, 70.49 KiB in 0.001658 sec., 520506.6344993969 rows/sec., 41.52 MiB/sec. 2026.03.04 04:33:58.998927 [ 88 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.04 04:33:58.998951 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.03.04 04:33:58.998968 [ 261 ] {f8c024a8-0b46-4acd-8d8b-c717629960eb} TCPHandler: Processed in 0.001834555 sec. 2026.03.04 04:33:58.998978 [ 88 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:58.999006 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:58.999095 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:58.999103 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.04 04:33:58.999206 [ 261 ] {0df6b7b6-d83a-4616-a9cd-95f4539c8c5c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:33:58.999244 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:58.999251 [ 261 ] {0df6b7b6-d83a-4616-a9cd-95f4539c8c5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:33:58.999288 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2890 rows starting from the beginning of the part 2026.03.04 04:33:58.999371 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 72 rows starting from the beginning of the part 2026.03.04 04:33:58.999424 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 863 rows starting from the beginning of the part 2026.03.04 04:33:58.999474 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1954 rows starting from the beginning of the part 2026.03.04 04:33:58.999521 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part 2026.03.04 04:33:58.999566 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 863 rows starting from the beginning of the part 2026.03.04 04:33:58.999730 [ 261 ] {0df6b7b6-d83a-4616-a9cd-95f4539c8c5c} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:58.999773 [ 261 ] {0df6b7b6-d83a-4616-a9cd-95f4539c8c5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:59.000095 [ 261 ] {0df6b7b6-d83a-4616-a9cd-95f4539c8c5c} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.04 04:33:59.000322 [ 261 ] {0df6b7b6-d83a-4616-a9cd-95f4539c8c5c} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:59.000458 [ 261 ] {0df6b7b6-d83a-4616-a9cd-95f4539c8c5c} executeQuery: Read 175 rows, 11.02 KiB in 0.001269 sec., 137903.86130811664 rows/sec., 8.48 MiB/sec. 2026.03.04 04:33:59.000497 [ 261 ] {0df6b7b6-d83a-4616-a9cd-95f4539c8c5c} TCPHandler: Processed in 0.001451579 sec. 2026.03.04 04:33:59.000628 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:59.000722 [ 261 ] {a0181efd-d36a-4a2f-ac6b-7cb773f2d01a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:33:59.000761 [ 261 ] {a0181efd-d36a-4a2f-ac6b-7cb773f2d01a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:33:59.001164 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 278.19 MiB, peak 280.49 MiB, free memory in arenas 0.00 B, will set to 274.72 MiB (RSS), difference: -3.47 MiB 2026.03.04 04:33:59.001198 [ 261 ] {a0181efd-d36a-4a2f-ac6b-7cb773f2d01a} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:59.001244 [ 261 ] {a0181efd-d36a-4a2f-ac6b-7cb773f2d01a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:59.001554 [ 261 ] {a0181efd-d36a-4a2f-ac6b-7cb773f2d01a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.04 04:33:59.001775 [ 261 ] {a0181efd-d36a-4a2f-ac6b-7cb773f2d01a} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:59.001799 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 6698 rows, containing 5 columns (5 merged, 0 gathered) in 0.002742552 sec., 2442250.8670756286 rows/sec., 197.76 MiB/sec. 2026.03.04 04:33:59.001906 [ 261 ] {a0181efd-d36a-4a2f-ac6b-7cb773f2d01a} executeQuery: Read 149 rows, 9.86 KiB in 0.001201 sec., 124063.28059950042 rows/sec., 8.02 MiB/sec. 2026.03.04 04:33:59.001947 [ 261 ] {a0181efd-d36a-4a2f-ac6b-7cb773f2d01a} TCPHandler: Processed in 0.001368336 sec. 2026.03.04 04:33:59.002063 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:59.002156 [ 261 ] {05c3eaad-7ea2-4fc6-8827-c777773bfae0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:33:59.002166 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.04 04:33:59.002199 [ 261 ] {05c3eaad-7ea2-4fc6-8827-c777773bfae0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:33:59.002462 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_46_9} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:59.002546 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_46_9} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.04 04:33:59.002633 [ 261 ] {05c3eaad-7ea2-4fc6-8827-c777773bfae0} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:59.002644 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2026.03.04 04:33:59.002676 [ 261 ] {05c3eaad-7ea2-4fc6-8827-c777773bfae0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:59.002992 [ 261 ] {05c3eaad-7ea2-4fc6-8827-c777773bfae0} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.04 04:33:59.003199 [ 261 ] {05c3eaad-7ea2-4fc6-8827-c777773bfae0} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:59.003287 [ 149 ] {} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.03.04 04:33:59.003321 [ 261 ] {05c3eaad-7ea2-4fc6-8827-c777773bfae0} executeQuery: Read 148 rows, 8.62 KiB in 0.001182 sec., 125211.50592216582 rows/sec., 7.12 MiB/sec. 2026.03.04 04:33:59.003324 [ 149 ] {} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:59.003353 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:59.003359 [ 261 ] {05c3eaad-7ea2-4fc6-8827-c777773bfae0} TCPHandler: Processed in 0.001344696 sec. 2026.03.04 04:33:59.003449 [ 196 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.03.04 04:33:59.003475 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:59.003560 [ 196 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:59.003574 [ 261 ] {447cc5d1-fa24-4cbd-a386-878cc8f6a2e5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:33:59.003593 [ 196 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 160 rows starting from the beginning of the part 2026.03.04 04:33:59.003617 [ 261 ] {447cc5d1-fa24-4cbd-a386-878cc8f6a2e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:33:59.003654 [ 196 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2026.03.04 04:33:59.003703 [ 196 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2026.03.04 04:33:59.003745 [ 196 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 148 rows starting from the beginning of the part 2026.03.04 04:33:59.003787 [ 196 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 148 rows starting from the beginning of the part 2026.03.04 04:33:59.003829 [ 196 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 148 rows starting from the beginning of the part 2026.03.04 04:33:59.004221 [ 261 ] {447cc5d1-fa24-4cbd-a386-878cc8f6a2e5} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:59.004263 [ 261 ] {447cc5d1-fa24-4cbd-a386-878cc8f6a2e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:59.004589 [ 196 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 628 rows, containing 5 columns (5 merged, 0 gathered) in 0.001176722 sec., 533685.9513122046 rows/sec., 32.98 MiB/sec. 2026.03.04 04:33:59.004607 [ 261 ] {447cc5d1-fa24-4cbd-a386-878cc8f6a2e5} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.04 04:33:59.004766 [ 190 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.03.04 04:33:59.004855 [ 261 ] {447cc5d1-fa24-4cbd-a386-878cc8f6a2e5} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:59.004963 [ 149 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.04 04:33:59.004990 [ 149 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:59.004994 [ 261 ] {447cc5d1-fa24-4cbd-a386-878cc8f6a2e5} executeQuery: Read 523 rows, 37.82 KiB in 0.001437 sec., 363952.6791927627 rows/sec., 25.70 MiB/sec. 2026.03.04 04:33:59.005017 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:59.005038 [ 261 ] {447cc5d1-fa24-4cbd-a386-878cc8f6a2e5} TCPHandler: Processed in 0.001611571 sec. 2026.03.04 04:33:59.005078 [ 190 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_10_2} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:59.005101 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.04 04:33:59.005157 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:59.005164 [ 190 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_10_2} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.03.04 04:33:59.005194 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:59.005228 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1550 rows starting from the beginning of the part 2026.03.04 04:33:59.005264 [ 261 ] {0f755790-70e1-47eb-837f-1f503dfdcf97} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.04 04:33:59.005277 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.04 04:33:59.005287 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 72 rows starting from the beginning of the part 2026.03.04 04:33:59.005314 [ 261 ] {0f755790-70e1-47eb-837f-1f503dfdcf97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.04 04:33:59.005335 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 523 rows starting from the beginning of the part 2026.03.04 04:33:59.005383 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1021 rows starting from the beginning of the part 2026.03.04 04:33:59.005421 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 64 rows starting from the beginning of the part 2026.03.04 04:33:59.005461 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 523 rows starting from the beginning of the part 2026.03.04 04:33:59.005653 [ 261 ] {0f755790-70e1-47eb-837f-1f503dfdcf97} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:59.005696 [ 261 ] {0f755790-70e1-47eb-837f-1f503dfdcf97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:59.006022 [ 261 ] {0f755790-70e1-47eb-837f-1f503dfdcf97} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.04 04:33:59.006272 [ 261 ] {0f755790-70e1-47eb-837f-1f503dfdcf97} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:59.006360 [ 149 ] {} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.04 04:33:59.006384 [ 149 ] {} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:59.006400 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:59.006400 [ 261 ] {0f755790-70e1-47eb-837f-1f503dfdcf97} executeQuery: Read 6 rows, 321.00 B in 0.001154 sec., 5199.306759098787 rows/sec., 271.64 KiB/sec. 2026.03.04 04:33:59.006443 [ 261 ] {0f755790-70e1-47eb-837f-1f503dfdcf97} TCPHandler: Processed in 0.001335676 sec. 2026.03.04 04:33:59.006476 [ 190 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.04 04:33:59.006548 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:59.006573 [ 190 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:59.006604 [ 190 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2026.03.04 04:33:59.006657 [ 190 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.03.04 04:33:59.006657 [ 261 ] {e5c49c11-c5f5-4a1c-9c51-aa8f0b0bc7c1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:33:59.006704 [ 190 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.03.04 04:33:59.006715 [ 261 ] {e5c49c11-c5f5-4a1c-9c51-aa8f0b0bc7c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:33:59.006750 [ 190 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.03.04 04:33:59.006793 [ 190 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.03.04 04:33:59.006835 [ 190 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.03.04 04:33:59.006951 [ 188 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3753 rows, containing 5 columns (5 merged, 0 gathered) in 0.001883467 sec., 1992601.9409949842 rows/sec., 147.22 MiB/sec. 2026.03.04 04:33:59.007163 [ 261 ] {e5c49c11-c5f5-4a1c-9c51-aa8f0b0bc7c1} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:59.007192 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.04 04:33:59.007205 [ 261 ] {e5c49c11-c5f5-4a1c-9c51-aa8f0b0bc7c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:33:59.007520 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_46_9} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:59.007606 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_46_9} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.04 04:33:59.007607 [ 190 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001166383 sec., 30864.64737569049 rows/sec., 1.57 MiB/sec. 2026.03.04 04:33:59.007697 [ 261 ] {e5c49c11-c5f5-4a1c-9c51-aa8f0b0bc7c1} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.04 04:33:59.007701 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2026.03.04 04:33:59.007778 [ 188 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.04 04:33:59.007980 [ 261 ] {e5c49c11-c5f5-4a1c-9c51-aa8f0b0bc7c1} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:59.008092 [ 149 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.04 04:33:59.008113 [ 188 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_6_1} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:59.008126 [ 261 ] {e5c49c11-c5f5-4a1c-9c51-aa8f0b0bc7c1} executeQuery: Read 265 rows, 18.03 KiB in 0.001487 sec., 178211.1634162744 rows/sec., 11.84 MiB/sec. 2026.03.04 04:33:59.008116 [ 149 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:59.008172 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:59.008173 [ 261 ] {e5c49c11-c5f5-4a1c-9c51-aa8f0b0bc7c1} TCPHandler: Processed in 0.001674733 sec. 2026.03.04 04:33:59.008204 [ 188 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_6_1} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.04 04:33:59.008244 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.04 04:33:59.008287 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.03.04 04:33:59.008301 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:59.008342 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:59.008371 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 14072 rows starting from the beginning of the part 2026.03.04 04:33:59.008401 [ 261 ] {5ab44fb2-300a-4120-a21d-19e4e7177356} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.04 04:33:59.008417 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part 2026.03.04 04:33:59.008448 [ 261 ] {5ab44fb2-300a-4120-a21d-19e4e7177356} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.04 04:33:59.008462 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 265 rows starting from the beginning of the part 2026.03.04 04:33:59.008503 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1219 rows starting from the beginning of the part 2026.03.04 04:33:59.008537 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 128 rows starting from the beginning of the part 2026.03.04 04:33:59.008576 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 265 rows starting from the beginning of the part 2026.03.04 04:33:59.008779 [ 261 ] {5ab44fb2-300a-4120-a21d-19e4e7177356} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:59.008821 [ 261 ] {5ab44fb2-300a-4120-a21d-19e4e7177356} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:59.009135 [ 261 ] {5ab44fb2-300a-4120-a21d-19e4e7177356} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.04 04:33:59.009354 [ 261 ] {5ab44fb2-300a-4120-a21d-19e4e7177356} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:59.009483 [ 261 ] {5ab44fb2-300a-4120-a21d-19e4e7177356} executeQuery: Read 1 rows, 69.00 B in 0.0011 sec., 909.090909090909 rows/sec., 61.26 KiB/sec. 2026.03.04 04:33:59.009520 [ 261 ] {5ab44fb2-300a-4120-a21d-19e4e7177356} TCPHandler: Processed in 0.001268795 sec. 2026.03.04 04:33:59.009671 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:59.009772 [ 261 ] {8692a126-f544-41d4-bcb3-622054cca885} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:33:59.009828 [ 261 ] {8692a126-f544-41d4-bcb3-622054cca885} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:33:59.010731 [ 261 ] {8692a126-f544-41d4-bcb3-622054cca885} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:59.010767 [ 261 ] {8692a126-f544-41d4-bcb3-622054cca885} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:59.011365 [ 261 ] {8692a126-f544-41d4-bcb3-622054cca885} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.04 04:33:59.011592 [ 261 ] {8692a126-f544-41d4-bcb3-622054cca885} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:59.011728 [ 261 ] {8692a126-f544-41d4-bcb3-622054cca885} executeQuery: Read 33 rows, 60.55 KiB in 0.001975 sec., 16708.86075949367 rows/sec., 29.94 MiB/sec. 2026.03.04 04:33:59.011779 [ 261 ] {8692a126-f544-41d4-bcb3-622054cca885} TCPHandler: Processed in 0.002164262 sec. 2026.03.04 04:33:59.011891 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:33:59.012010 [ 261 ] {35c4e9e8-7d53-4fdd-909e-3b2a8a3cff6f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:33:59.012051 [ 261 ] {35c4e9e8-7d53-4fdd-909e-3b2a8a3cff6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:33:59.012387 [ 261 ] {35c4e9e8-7d53-4fdd-909e-3b2a8a3cff6f} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:59.012421 [ 261 ] {35c4e9e8-7d53-4fdd-909e-3b2a8a3cff6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:59.012718 [ 261 ] {35c4e9e8-7d53-4fdd-909e-3b2a8a3cff6f} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.04 04:33:59.012926 [ 261 ] {35c4e9e8-7d53-4fdd-909e-3b2a8a3cff6f} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:59.012948 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 16109 rows, containing 5 columns (5 merged, 0 gathered) in 0.004731962 sec., 3404296.1460806318 rows/sec., 226.16 MiB/sec. 2026.03.04 04:33:59.013018 [ 149 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.04 04:33:59.013047 [ 149 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:33:59.013053 [ 261 ] {35c4e9e8-7d53-4fdd-909e-3b2a8a3cff6f} executeQuery: Read 90 rows, 5.77 KiB in 0.001062 sec., 84745.7627118644 rows/sec., 5.30 MiB/sec. 2026.03.04 04:33:59.013063 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.19 GiB. 2026.03.04 04:33:59.013090 [ 261 ] {35c4e9e8-7d53-4fdd-909e-3b2a8a3cff6f} TCPHandler: Processed in 0.001247084 sec. 2026.03.04 04:33:59.013141 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.04 04:33:59.013242 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:33:59.013268 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2250 rows starting from the beginning of the part 2026.03.04 04:33:59.013309 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part 2026.03.04 04:33:59.013345 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 90 rows starting from the beginning of the part 2026.03.04 04:33:59.013375 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 12 rows starting from the beginning of the part 2026.03.04 04:33:59.013407 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 48 rows starting from the beginning of the part 2026.03.04 04:33:59.013436 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 90 rows starting from the beginning of the part 2026.03.04 04:33:59.013667 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.04 04:33:59.013933 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_46_9} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:59.014007 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_46_9} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.04 04:33:59.014084 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. 2026.03.04 04:33:59.014532 [ 197 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2550 rows, containing 4 columns (4 merged, 0 gathered) in 0.001424447 sec., 1790168.395173706 rows/sec., 118.75 MiB/sec. 2026.03.04 04:33:59.014740 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.04 04:33:59.014998 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_46_9} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:33:59.015062 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_46_9} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.04 04:33:59.015123 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.03.04 04:34:00.001175 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 272.23 MiB, peak 280.49 MiB, free memory in arenas 0.00 B, will set to 276.05 MiB (RSS), difference: 3.81 MiB 2026.03.04 04:34:00.678192 [ 148 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.03.04 04:34:00.678261 [ 148 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:00.678286 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:00.678458 [ 190 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2026.03.04 04:34:00.678665 [ 190 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:34:00.678719 [ 190 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 20 rows starting from the beginning of the part 2026.03.04 04:34:00.678809 [ 190 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2026.03.04 04:34:00.678853 [ 190 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part 2026.03.04 04:34:00.678895 [ 190 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part 2026.03.04 04:34:00.678936 [ 190 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part 2026.03.04 04:34:00.679620 [ 190 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001237744 sec., 30701.017334763892 rows/sec., 2.56 MiB/sec. 2026.03.04 04:34:00.679722 [ 190 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.03.04 04:34:00.679947 [ 190 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_14_3} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:00.680012 [ 190 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_14_3} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.03.04 04:34:00.680071 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.03.04 04:34:03.023735 [ 145 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:34:03.023822 [ 145 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:34:03.123355 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14428 2026.03.04 04:34:03.123852 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:03.123888 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:03.124369 [ 245 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.04 04:34:03.124591 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:03.124715 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14428 2026.03.04 04:34:03.881842 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.03.04 04:34:03.899104 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:03.899156 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:03.905103 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.04 04:34:03.905914 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:03.908805 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.03.04 04:34:03.986704 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:03.986898 [ 261 ] {7ed6523c-a2e5-4835-82d7-31f2d269c543} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:34:03.986972 [ 261 ] {7ed6523c-a2e5-4835-82d7-31f2d269c543} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:34:03.987712 [ 261 ] {7ed6523c-a2e5-4835-82d7-31f2d269c543} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:03.987767 [ 261 ] {7ed6523c-a2e5-4835-82d7-31f2d269c543} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:03.988178 [ 261 ] {7ed6523c-a2e5-4835-82d7-31f2d269c543} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.04 04:34:03.988429 [ 261 ] {7ed6523c-a2e5-4835-82d7-31f2d269c543} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:03.988586 [ 261 ] {7ed6523c-a2e5-4835-82d7-31f2d269c543} executeQuery: Read 72 rows, 5.91 KiB in 0.001744 sec., 41284.403669724765 rows/sec., 3.31 MiB/sec. 2026.03.04 04:34:03.988629 [ 261 ] {7ed6523c-a2e5-4835-82d7-31f2d269c543} TCPHandler: Processed in 0.00206051 sec. 2026.03.04 04:34:03.988761 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:03.988859 [ 261 ] {c90a0ca4-0196-4cdf-9b2e-4d980d2087a2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:34:03.988901 [ 261 ] {c90a0ca4-0196-4cdf-9b2e-4d980d2087a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:34:03.989319 [ 261 ] {c90a0ca4-0196-4cdf-9b2e-4d980d2087a2} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:03.989356 [ 261 ] {c90a0ca4-0196-4cdf-9b2e-4d980d2087a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:03.989657 [ 261 ] {c90a0ca4-0196-4cdf-9b2e-4d980d2087a2} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.04 04:34:03.989873 [ 261 ] {c90a0ca4-0196-4cdf-9b2e-4d980d2087a2} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:03.990001 [ 261 ] {c90a0ca4-0196-4cdf-9b2e-4d980d2087a2} executeQuery: Read 8 rows, 616.00 B in 0.001163 sec., 6878.761822871883 rows/sec., 517.25 KiB/sec. 2026.03.04 04:34:03.990039 [ 261 ] {c90a0ca4-0196-4cdf-9b2e-4d980d2087a2} TCPHandler: Processed in 0.001328455 sec. 2026.03.04 04:34:03.990152 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:03.990246 [ 261 ] {5b246bb0-5cb7-4b42-b33d-8fadb98e9dff} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:34:03.990286 [ 261 ] {5b246bb0-5cb7-4b42-b33d-8fadb98e9dff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:34:03.990705 [ 261 ] {5b246bb0-5cb7-4b42-b33d-8fadb98e9dff} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:03.990742 [ 261 ] {5b246bb0-5cb7-4b42-b33d-8fadb98e9dff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:03.991049 [ 261 ] {5b246bb0-5cb7-4b42-b33d-8fadb98e9dff} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.04 04:34:03.991262 [ 261 ] {5b246bb0-5cb7-4b42-b33d-8fadb98e9dff} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:03.991389 [ 261 ] {5b246bb0-5cb7-4b42-b33d-8fadb98e9dff} executeQuery: Read 72 rows, 5.76 KiB in 0.001161 sec., 62015.503875969 rows/sec., 4.84 MiB/sec. 2026.03.04 04:34:03.991427 [ 261 ] {5b246bb0-5cb7-4b42-b33d-8fadb98e9dff} TCPHandler: Processed in 0.001324656 sec. 2026.03.04 04:34:03.991542 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:03.991638 [ 261 ] {4d54c053-9da9-40aa-ad6e-8531c3d323d8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:34:03.991683 [ 261 ] {4d54c053-9da9-40aa-ad6e-8531c3d323d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:34:03.992106 [ 261 ] {4d54c053-9da9-40aa-ad6e-8531c3d323d8} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:03.992142 [ 261 ] {4d54c053-9da9-40aa-ad6e-8531c3d323d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:03.992475 [ 261 ] {4d54c053-9da9-40aa-ad6e-8531c3d323d8} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.04 04:34:03.992690 [ 261 ] {4d54c053-9da9-40aa-ad6e-8531c3d323d8} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:03.992825 [ 261 ] {4d54c053-9da9-40aa-ad6e-8531c3d323d8} executeQuery: Read 160 rows, 11.41 KiB in 0.001206 sec., 132669.98341625207 rows/sec., 9.24 MiB/sec. 2026.03.04 04:34:03.992863 [ 261 ] {4d54c053-9da9-40aa-ad6e-8531c3d323d8} TCPHandler: Processed in 0.001370707 sec. 2026.03.04 04:34:03.992978 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:03.993071 [ 261 ] {fd1784a2-ad20-4457-9c9e-0b76edffa0b7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:34:03.993126 [ 261 ] {fd1784a2-ad20-4457-9c9e-0b76edffa0b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:34:03.993895 [ 261 ] {fd1784a2-ad20-4457-9c9e-0b76edffa0b7} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:03.993933 [ 261 ] {fd1784a2-ad20-4457-9c9e-0b76edffa0b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:03.994488 [ 261 ] {fd1784a2-ad20-4457-9c9e-0b76edffa0b7} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.04 04:34:03.994724 [ 261 ] {fd1784a2-ad20-4457-9c9e-0b76edffa0b7} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:03.994867 [ 261 ] {fd1784a2-ad20-4457-9c9e-0b76edffa0b7} executeQuery: Read 8 rows, 14.68 KiB in 0.001814 sec., 4410.143329658214 rows/sec., 7.90 MiB/sec. 2026.03.04 04:34:03.994922 [ 261 ] {fd1784a2-ad20-4457-9c9e-0b76edffa0b7} TCPHandler: Processed in 0.001992829 sec. 2026.03.04 04:34:03.995042 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:03.995139 [ 261 ] {eb87da56-eb6e-4db8-b33e-5dccf192785f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:34:03.995181 [ 261 ] {eb87da56-eb6e-4db8-b33e-5dccf192785f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:34:03.995521 [ 261 ] {eb87da56-eb6e-4db8-b33e-5dccf192785f} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:03.995558 [ 261 ] {eb87da56-eb6e-4db8-b33e-5dccf192785f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:03.995867 [ 261 ] {eb87da56-eb6e-4db8-b33e-5dccf192785f} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.04 04:34:03.996084 [ 261 ] {eb87da56-eb6e-4db8-b33e-5dccf192785f} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:03.996214 [ 261 ] {eb87da56-eb6e-4db8-b33e-5dccf192785f} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2026.03.04 04:34:03.996251 [ 261 ] {eb87da56-eb6e-4db8-b33e-5dccf192785f} TCPHandler: Processed in 0.001259264 sec. 2026.03.04 04:34:08.167864 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 894 2026.03.04 04:34:08.170295 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:08.170345 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:08.171540 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.04 04:34:08.171819 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:08.172171 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 894 2026.03.04 04:34:08.991386 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:08.991562 [ 261 ] {7cd70d0a-1450-4317-bdd3-34bb75a815ee} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:34:08.991625 [ 261 ] {7cd70d0a-1450-4317-bdd3-34bb75a815ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:34:08.992270 [ 261 ] {7cd70d0a-1450-4317-bdd3-34bb75a815ee} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:08.992308 [ 261 ] {7cd70d0a-1450-4317-bdd3-34bb75a815ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:08.992701 [ 261 ] {7cd70d0a-1450-4317-bdd3-34bb75a815ee} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.04 04:34:08.992924 [ 261 ] {7cd70d0a-1450-4317-bdd3-34bb75a815ee} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:08.993075 [ 261 ] {7cd70d0a-1450-4317-bdd3-34bb75a815ee} executeQuery: Read 24 rows, 2.04 KiB in 0.001562 sec., 15364.916773367477 rows/sec., 1.27 MiB/sec. 2026.03.04 04:34:08.993116 [ 261 ] {7cd70d0a-1450-4317-bdd3-34bb75a815ee} TCPHandler: Processed in 0.001855316 sec. 2026.03.04 04:34:08.993243 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:08.993336 [ 261 ] {135a5af0-5be7-4478-bd70-46415daf2f14} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:34:08.993376 [ 261 ] {135a5af0-5be7-4478-bd70-46415daf2f14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:34:08.993757 [ 261 ] {135a5af0-5be7-4478-bd70-46415daf2f14} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:08.993790 [ 261 ] {135a5af0-5be7-4478-bd70-46415daf2f14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:08.994086 [ 261 ] {135a5af0-5be7-4478-bd70-46415daf2f14} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.04 04:34:08.994294 [ 261 ] {135a5af0-5be7-4478-bd70-46415daf2f14} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:08.994415 [ 261 ] {135a5af0-5be7-4478-bd70-46415daf2f14} executeQuery: Read 2 rows, 167.00 B in 0.001097 sec., 1823.1540565177756 rows/sec., 148.67 KiB/sec. 2026.03.04 04:34:08.994450 [ 261 ] {135a5af0-5be7-4478-bd70-46415daf2f14} TCPHandler: Processed in 0.001256024 sec. 2026.03.04 04:34:08.994558 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:08.994650 [ 261 ] {9d026cd1-81ab-4166-bcce-e68df30281e9} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:34:08.994687 [ 261 ] {9d026cd1-81ab-4166-bcce-e68df30281e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:34:08.995186 [ 261 ] {9d026cd1-81ab-4166-bcce-e68df30281e9} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:08.995219 [ 261 ] {9d026cd1-81ab-4166-bcce-e68df30281e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:08.995530 [ 261 ] {9d026cd1-81ab-4166-bcce-e68df30281e9} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.04 04:34:08.995736 [ 261 ] {9d026cd1-81ab-4166-bcce-e68df30281e9} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:08.995860 [ 261 ] {9d026cd1-81ab-4166-bcce-e68df30281e9} executeQuery: Read 243 rows, 22.23 KiB in 0.001227 sec., 198044.0097799511 rows/sec., 17.70 MiB/sec. 2026.03.04 04:34:08.995895 [ 261 ] {9d026cd1-81ab-4166-bcce-e68df30281e9} TCPHandler: Processed in 0.001384857 sec. 2026.03.04 04:34:08.996005 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:08.996098 [ 261 ] {9fb86b53-3419-4d23-a071-349c534faa4e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:34:08.996136 [ 261 ] {9fb86b53-3419-4d23-a071-349c534faa4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:34:08.996533 [ 261 ] {9fb86b53-3419-4d23-a071-349c534faa4e} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:08.996567 [ 261 ] {9fb86b53-3419-4d23-a071-349c534faa4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:08.996857 [ 261 ] {9fb86b53-3419-4d23-a071-349c534faa4e} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.04 04:34:08.997067 [ 261 ] {9fb86b53-3419-4d23-a071-349c534faa4e} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:08.997188 [ 261 ] {9fb86b53-3419-4d23-a071-349c534faa4e} executeQuery: Read 47 rows, 3.58 KiB in 0.001108 sec., 42418.77256317689 rows/sec., 3.16 MiB/sec. 2026.03.04 04:34:08.997223 [ 261 ] {9fb86b53-3419-4d23-a071-349c534faa4e} TCPHandler: Processed in 0.001265835 sec. 2026.03.04 04:34:08.997329 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:08.997421 [ 261 ] {9d279217-aa69-4df6-bb98-8ed0c202a44a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:34:08.997458 [ 261 ] {9d279217-aa69-4df6-bb98-8ed0c202a44a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:34:08.997838 [ 261 ] {9d279217-aa69-4df6-bb98-8ed0c202a44a} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:08.997869 [ 261 ] {9d279217-aa69-4df6-bb98-8ed0c202a44a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:08.998136 [ 261 ] {9d279217-aa69-4df6-bb98-8ed0c202a44a} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.04 04:34:08.998335 [ 261 ] {9d279217-aa69-4df6-bb98-8ed0c202a44a} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:08.998449 [ 261 ] {9d279217-aa69-4df6-bb98-8ed0c202a44a} executeQuery: Read 24 rows, 2.04 KiB in 0.001088 sec., 22058.823529411766 rows/sec., 1.83 MiB/sec. 2026.03.04 04:34:08.998482 [ 261 ] {9d279217-aa69-4df6-bb98-8ed0c202a44a} TCPHandler: Processed in 0.001246164 sec. 2026.03.04 04:34:08.998581 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:08.998667 [ 261 ] {6b1b4ee2-757b-42f8-bb2f-170c80b095fe} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:34:08.998702 [ 261 ] {6b1b4ee2-757b-42f8-bb2f-170c80b095fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:34:08.999146 [ 261 ] {6b1b4ee2-757b-42f8-bb2f-170c80b095fe} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:08.999180 [ 261 ] {6b1b4ee2-757b-42f8-bb2f-170c80b095fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:08.999466 [ 261 ] {6b1b4ee2-757b-42f8-bb2f-170c80b095fe} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.04 04:34:08.999669 [ 261 ] {6b1b4ee2-757b-42f8-bb2f-170c80b095fe} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:08.999792 [ 261 ] {6b1b4ee2-757b-42f8-bb2f-170c80b095fe} executeQuery: Read 12 rows, 960.00 B in 0.001084 sec., 11070.110701107013 rows/sec., 864.85 KiB/sec. 2026.03.04 04:34:08.999830 [ 261 ] {6b1b4ee2-757b-42f8-bb2f-170c80b095fe} TCPHandler: Processed in 0.001243434 sec. 2026.03.04 04:34:08.999936 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:09.000029 [ 261 ] {7fb4b67d-bf76-48a8-9d5f-0ce8af187057} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:34:09.000066 [ 261 ] {7fb4b67d-bf76-48a8-9d5f-0ce8af187057} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:34:09.000516 [ 261 ] {7fb4b67d-bf76-48a8-9d5f-0ce8af187057} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:09.000553 [ 261 ] {7fb4b67d-bf76-48a8-9d5f-0ce8af187057} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:09.000856 [ 261 ] {7fb4b67d-bf76-48a8-9d5f-0ce8af187057} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.04 04:34:09.001062 [ 261 ] {7fb4b67d-bf76-48a8-9d5f-0ce8af187057} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:09.001184 [ 261 ] {7fb4b67d-bf76-48a8-9d5f-0ce8af187057} executeQuery: Read 135 rows, 11.18 KiB in 0.001172 sec., 115187.71331058019 rows/sec., 9.31 MiB/sec. 2026.03.04 04:34:09.001219 [ 261 ] {7fb4b67d-bf76-48a8-9d5f-0ce8af187057} TCPHandler: Processed in 0.001330076 sec. 2026.03.04 04:34:09.001330 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:09.001423 [ 261 ] {6142c622-cfd6-41f8-a8bd-3c933de84be7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:34:09.001465 [ 261 ] {6142c622-cfd6-41f8-a8bd-3c933de84be7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:34:09.001878 [ 261 ] {6142c622-cfd6-41f8-a8bd-3c933de84be7} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:09.001911 [ 261 ] {6142c622-cfd6-41f8-a8bd-3c933de84be7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:09.002239 [ 261 ] {6142c622-cfd6-41f8-a8bd-3c933de84be7} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.04 04:34:09.002446 [ 261 ] {6142c622-cfd6-41f8-a8bd-3c933de84be7} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:09.002566 [ 261 ] {6142c622-cfd6-41f8-a8bd-3c933de84be7} executeQuery: Read 233 rows, 17.46 KiB in 0.00116 sec., 200862.06896551725 rows/sec., 14.70 MiB/sec. 2026.03.04 04:34:09.002600 [ 261 ] {6142c622-cfd6-41f8-a8bd-3c933de84be7} TCPHandler: Processed in 0.001317256 sec. 2026.03.04 04:34:09.002711 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:09.002804 [ 261 ] {cd166ffd-aa35-465f-9733-beace921d288} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:34:09.002858 [ 261 ] {cd166ffd-aa35-465f-9733-beace921d288} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:34:09.003671 [ 261 ] {cd166ffd-aa35-465f-9733-beace921d288} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:09.003704 [ 261 ] {cd166ffd-aa35-465f-9733-beace921d288} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:09.004244 [ 261 ] {cd166ffd-aa35-465f-9733-beace921d288} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.04 04:34:09.004458 [ 261 ] {cd166ffd-aa35-465f-9733-beace921d288} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:09.004593 [ 261 ] {cd166ffd-aa35-465f-9733-beace921d288} executeQuery: Read 33 rows, 60.55 KiB in 0.001807 sec., 18262.313226342005 rows/sec., 32.73 MiB/sec. 2026.03.04 04:34:09.004643 [ 261 ] {cd166ffd-aa35-465f-9733-beace921d288} TCPHandler: Processed in 0.001979268 sec. 2026.03.04 04:34:09.004755 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:09.004848 [ 261 ] {a8002e45-562c-46ba-ad73-70c13898d966} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:34:09.004888 [ 261 ] {a8002e45-562c-46ba-ad73-70c13898d966} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:34:09.005222 [ 261 ] {a8002e45-562c-46ba-ad73-70c13898d966} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:09.005255 [ 261 ] {a8002e45-562c-46ba-ad73-70c13898d966} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:09.005554 [ 261 ] {a8002e45-562c-46ba-ad73-70c13898d966} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.04 04:34:09.005753 [ 261 ] {a8002e45-562c-46ba-ad73-70c13898d966} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:09.005873 [ 261 ] {a8002e45-562c-46ba-ad73-70c13898d966} executeQuery: Read 60 rows, 4.14 KiB in 0.001043 sec., 57526.36625119846 rows/sec., 3.88 MiB/sec. 2026.03.04 04:34:09.005907 [ 261 ] {a8002e45-562c-46ba-ad73-70c13898d966} TCPHandler: Processed in 0.001200633 sec. 2026.03.04 04:34:10.625167 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14876 2026.03.04 04:34:10.625689 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:10.625740 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:10.626243 [ 245 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.04 04:34:10.626484 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:10.626636 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14876 2026.03.04 04:34:10.626635 [ 135 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.04 04:34:10.626710 [ 135 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:10.626730 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:10.626830 [ 191 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.04 04:34:10.626961 [ 191 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:34:10.627001 [ 191 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12508 rows starting from the beginning of the part 2026.03.04 04:34:10.627064 [ 191 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 448 rows starting from the beginning of the part 2026.03.04 04:34:10.627110 [ 191 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 512 rows starting from the beginning of the part 2026.03.04 04:34:10.627151 [ 191 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 448 rows starting from the beginning of the part 2026.03.04 04:34:10.627188 [ 191 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 512 rows starting from the beginning of the part 2026.03.04 04:34:10.627227 [ 191 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 448 rows starting from the beginning of the part 2026.03.04 04:34:10.629242 [ 197 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14876 rows, containing 4 columns (4 merged, 0 gathered) in 0.002455748 sec., 6057624.805151017 rows/sec., 86.66 MiB/sec. 2026.03.04 04:34:10.629577 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.04 04:34:10.629840 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_31_6} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:10.629916 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_31_6} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.04 04:34:10.630007 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.03.04 04:34:11.409294 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.03.04 04:34:11.428247 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:11.428312 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:11.434217 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.04 04:34:11.434948 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:11.435304 [ 134 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.04 04:34:11.435396 [ 134 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:11.435434 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:11.435585 [ 199 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.04 04:34:11.438620 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.03.04 04:34:11.439333 [ 199 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:34:11.440847 [ 199 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part 2026.03.04 04:34:11.445563 [ 199 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part 2026.03.04 04:34:11.450234 [ 199 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part 2026.03.04 04:34:11.454676 [ 199 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part 2026.03.04 04:34:11.459051 [ 199 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part 2026.03.04 04:34:11.463022 [ 199 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part 2026.03.04 04:34:11.517658 [ 199 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.082133814 sec., 2849.009300846543 rows/sec., 14.73 MiB/sec. 2026.03.04 04:34:11.519454 [ 199 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.04 04:34:11.521154 [ 199 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_31_6} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:11.521251 [ 199 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_31_6} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.04 04:34:11.522834 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.03.04 04:34:12.000217 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 277.61 MiB, peak 288.15 MiB, free memory in arenas 0.00 B, will set to 281.64 MiB (RSS), difference: 4.03 MiB 2026.03.04 04:34:13.986727 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:13.986928 [ 261 ] {93355e30-a3c1-424c-9590-9a392c9d5185} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:34:13.986999 [ 261 ] {93355e30-a3c1-424c-9590-9a392c9d5185} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:34:13.987730 [ 261 ] {93355e30-a3c1-424c-9590-9a392c9d5185} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:13.987774 [ 261 ] {93355e30-a3c1-424c-9590-9a392c9d5185} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:13.988165 [ 261 ] {93355e30-a3c1-424c-9590-9a392c9d5185} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.04 04:34:13.988397 [ 261 ] {93355e30-a3c1-424c-9590-9a392c9d5185} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:13.988547 [ 261 ] {93355e30-a3c1-424c-9590-9a392c9d5185} executeQuery: Read 72 rows, 5.91 KiB in 0.001673 sec., 43036.46144650329 rows/sec., 3.45 MiB/sec. 2026.03.04 04:34:13.988587 [ 261 ] {93355e30-a3c1-424c-9590-9a392c9d5185} TCPHandler: Processed in 0.001995758 sec. 2026.03.04 04:34:13.988719 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:13.988815 [ 261 ] {74bc6105-1d61-4e09-8ff0-65a1d00581c3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:34:13.988855 [ 261 ] {74bc6105-1d61-4e09-8ff0-65a1d00581c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:34:13.989260 [ 261 ] {74bc6105-1d61-4e09-8ff0-65a1d00581c3} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:13.989296 [ 261 ] {74bc6105-1d61-4e09-8ff0-65a1d00581c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:13.989583 [ 261 ] {74bc6105-1d61-4e09-8ff0-65a1d00581c3} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.04 04:34:13.989786 [ 261 ] {74bc6105-1d61-4e09-8ff0-65a1d00581c3} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:13.989899 [ 128 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.04 04:34:13.989912 [ 261 ] {74bc6105-1d61-4e09-8ff0-65a1d00581c3} executeQuery: Read 8 rows, 616.00 B in 0.001117 sec., 7162.041181736796 rows/sec., 538.55 KiB/sec. 2026.03.04 04:34:13.989977 [ 128 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:13.989991 [ 261 ] {74bc6105-1d61-4e09-8ff0-65a1d00581c3} TCPHandler: Processed in 0.001320635 sec. 2026.03.04 04:34:13.990012 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:13.990105 [ 193 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.04 04:34:13.990134 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:13.990186 [ 193 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:34:13.990214 [ 193 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 224 rows starting from the beginning of the part 2026.03.04 04:34:13.990233 [ 261 ] {e84e3f6d-82e3-4241-8d0d-bc006ea2f615} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:34:13.990269 [ 193 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 21 rows starting from the beginning of the part 2026.03.04 04:34:13.990273 [ 261 ] {e84e3f6d-82e3-4241-8d0d-bc006ea2f615} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:34:13.990312 [ 193 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 175 rows starting from the beginning of the part 2026.03.04 04:34:13.990354 [ 193 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 8 rows starting from the beginning of the part 2026.03.04 04:34:13.990394 [ 193 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 47 rows starting from the beginning of the part 2026.03.04 04:34:13.990433 [ 193 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 8 rows starting from the beginning of the part 2026.03.04 04:34:13.990716 [ 261 ] {e84e3f6d-82e3-4241-8d0d-bc006ea2f615} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:13.990751 [ 261 ] {e84e3f6d-82e3-4241-8d0d-bc006ea2f615} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:13.991154 [ 197 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 483 rows, containing 5 columns (5 merged, 0 gathered) in 0.001087311 sec., 444215.13256096916 rows/sec., 30.46 MiB/sec. 2026.03.04 04:34:13.991298 [ 193 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.04 04:34:13.991311 [ 261 ] {e84e3f6d-82e3-4241-8d0d-bc006ea2f615} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.04 04:34:13.991531 [ 193 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_41_8} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:13.991541 [ 261 ] {e84e3f6d-82e3-4241-8d0d-bc006ea2f615} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:13.991591 [ 193 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_41_8} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.04 04:34:13.991646 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.04 04:34:13.991671 [ 261 ] {e84e3f6d-82e3-4241-8d0d-bc006ea2f615} executeQuery: Read 72 rows, 5.76 KiB in 0.001456 sec., 49450.54945054945 rows/sec., 3.86 MiB/sec. 2026.03.04 04:34:13.991708 [ 261 ] {e84e3f6d-82e3-4241-8d0d-bc006ea2f615} TCPHandler: Processed in 0.001624682 sec. 2026.03.04 04:34:13.991830 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:13.991924 [ 261 ] {3f9b3176-bbdc-41b0-a639-560bcd1ddfe4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:34:13.991965 [ 261 ] {3f9b3176-bbdc-41b0-a639-560bcd1ddfe4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:34:13.992378 [ 261 ] {3f9b3176-bbdc-41b0-a639-560bcd1ddfe4} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:13.992414 [ 261 ] {3f9b3176-bbdc-41b0-a639-560bcd1ddfe4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:13.992734 [ 261 ] {3f9b3176-bbdc-41b0-a639-560bcd1ddfe4} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.04 04:34:13.992932 [ 261 ] {3f9b3176-bbdc-41b0-a639-560bcd1ddfe4} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:13.993057 [ 261 ] {3f9b3176-bbdc-41b0-a639-560bcd1ddfe4} executeQuery: Read 160 rows, 11.41 KiB in 0.001151 sec., 139009.55690703736 rows/sec., 9.68 MiB/sec. 2026.03.04 04:34:13.993092 [ 261 ] {3f9b3176-bbdc-41b0-a639-560bcd1ddfe4} TCPHandler: Processed in 0.001309295 sec. 2026.03.04 04:34:13.993203 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:13.993295 [ 261 ] {b029e699-c9ae-45d7-b6d9-993923ef03ae} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:34:13.993348 [ 261 ] {b029e699-c9ae-45d7-b6d9-993923ef03ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:34:13.994075 [ 261 ] {b029e699-c9ae-45d7-b6d9-993923ef03ae} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:13.994111 [ 261 ] {b029e699-c9ae-45d7-b6d9-993923ef03ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:13.994603 [ 261 ] {b029e699-c9ae-45d7-b6d9-993923ef03ae} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.04 04:34:13.994819 [ 261 ] {b029e699-c9ae-45d7-b6d9-993923ef03ae} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:13.994963 [ 261 ] {b029e699-c9ae-45d7-b6d9-993923ef03ae} executeQuery: Read 8 rows, 14.68 KiB in 0.001685 sec., 4747.774480712166 rows/sec., 8.51 MiB/sec. 2026.03.04 04:34:13.995025 [ 261 ] {b029e699-c9ae-45d7-b6d9-993923ef03ae} TCPHandler: Processed in 0.001868965 sec. 2026.03.04 04:34:13.995139 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:13.995233 [ 261 ] {791302c8-5876-479a-9f64-d251c2742927} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:34:13.995272 [ 261 ] {791302c8-5876-479a-9f64-d251c2742927} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:34:13.995606 [ 261 ] {791302c8-5876-479a-9f64-d251c2742927} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:13.995641 [ 261 ] {791302c8-5876-479a-9f64-d251c2742927} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:13.995946 [ 261 ] {791302c8-5876-479a-9f64-d251c2742927} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.04 04:34:13.996154 [ 261 ] {791302c8-5876-479a-9f64-d251c2742927} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:13.996276 [ 261 ] {791302c8-5876-479a-9f64-d251c2742927} executeQuery: Read 60 rows, 4.14 KiB in 0.001061 sec., 56550.42412818096 rows/sec., 3.81 MiB/sec. 2026.03.04 04:34:13.996311 [ 261 ] {791302c8-5876-479a-9f64-d251c2742927} TCPHandler: Processed in 0.001219343 sec. 2026.03.04 04:34:15.963500 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50932 2026.03.04 04:34:15.963678 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:15.963718 [ 292 ] {} TCP-Session: 7eb25702-4f75-4d5d-8974-20a1e3930a80 Authenticating user 'default' from [fd00:1122:3344:101::e]:50932 2026.03.04 04:34:15.963750 [ 292 ] {} TCP-Session: 7eb25702-4f75-4d5d-8974-20a1e3930a80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:15.963768 [ 292 ] {} TCP-Session: 7eb25702-4f75-4d5d-8974-20a1e3930a80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:15.964058 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34722 2026.03.04 04:34:15.964086 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53658 2026.03.04 04:34:15.964123 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43508 2026.03.04 04:34:15.964150 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42767 2026.03.04 04:34:15.964169 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59589 2026.03.04 04:34:15.964193 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41704 2026.03.04 04:34:15.964291 [ 292 ] {} TCP-Session: 7eb25702-4f75-4d5d-8974-20a1e3930a80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:15.964194 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:15.964136 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64298 2026.03.04 04:34:15.964395 [ 293 ] {} TCP-Session: ce5bb78b-8f8a-41ba-aa7b-ba53bc08afea Authenticating user 'default' from [fd00:1122:3344:101::e]:34722 2026.03.04 04:34:15.964069 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60169 2026.03.04 04:34:15.964436 [ 293 ] {} TCP-Session: ce5bb78b-8f8a-41ba-aa7b-ba53bc08afea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:15.964490 [ 293 ] {} TCP-Session: ce5bb78b-8f8a-41ba-aa7b-ba53bc08afea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:15.964525 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:15.964578 [ 259 ] {} TCP-Session: 88a0905b-da15-4822-8d0a-18d1688b299f Authenticating user 'default' from [fd00:1122:3344:101::e]:53658 2026.03.04 04:34:15.964595 [ 292 ] {ad66acbe-c9bf-4478-9293-3661d218c7e7} executeQuery: (from [fd00:1122:3344:101::e]:50932) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:34:15.964599 [ 259 ] {} TCP-Session: 88a0905b-da15-4822-8d0a-18d1688b299f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:15.964638 [ 259 ] {} TCP-Session: 88a0905b-da15-4822-8d0a-18d1688b299f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:15.964954 [ 292 ] {ad66acbe-c9bf-4478-9293-3661d218c7e7} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:34:15.964973 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:15.965021 [ 288 ] {} TCP-Session: 142199f1-7792-4070-a411-a1da4fef0555 Authenticating user 'default' from [fd00:1122:3344:101::e]:64298 2026.03.04 04:34:15.965022 [ 292 ] {ad66acbe-c9bf-4478-9293-3661d218c7e7} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:34:15.965046 [ 288 ] {} TCP-Session: 142199f1-7792-4070-a411-a1da4fef0555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:15.965075 [ 288 ] {} TCP-Session: 142199f1-7792-4070-a411-a1da4fef0555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:15.965145 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:15.965215 [ 294 ] {} TCP-Session: d234b4c4-763d-425f-8742-fc6385c3be70 Authenticating user 'default' from [fd00:1122:3344:101::e]:60169 2026.03.04 04:34:15.965240 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:15.965250 [ 294 ] {} TCP-Session: d234b4c4-763d-425f-8742-fc6385c3be70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:15.965290 [ 290 ] {} TCP-Session: dc83186f-e37d-4434-b3fd-e7d00ada1dc9 Authenticating user 'default' from [fd00:1122:3344:101::e]:59589 2026.03.04 04:34:15.965292 [ 294 ] {} TCP-Session: d234b4c4-763d-425f-8742-fc6385c3be70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:15.965313 [ 290 ] {} TCP-Session: dc83186f-e37d-4434-b3fd-e7d00ada1dc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:15.965333 [ 290 ] {} TCP-Session: dc83186f-e37d-4434-b3fd-e7d00ada1dc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:15.965417 [ 292 ] {ad66acbe-c9bf-4478-9293-3661d218c7e7} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:34:15.965662 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:15.965728 [ 291 ] {} TCP-Session: 83850c21-617e-453b-8a0d-7b190801efe4 Authenticating user 'default' from [fd00:1122:3344:101::e]:41704 2026.03.04 04:34:15.965760 [ 291 ] {} TCP-Session: 83850c21-617e-453b-8a0d-7b190801efe4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:15.965775 [ 291 ] {} TCP-Session: 83850c21-617e-453b-8a0d-7b190801efe4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:15.965794 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:15.965841 [ 289 ] {} TCP-Session: 92eefc47-2222-40a7-8673-4cbe5be4f433 Authenticating user 'default' from [fd00:1122:3344:101::e]:42767 2026.03.04 04:34:15.965865 [ 289 ] {} TCP-Session: 92eefc47-2222-40a7-8673-4cbe5be4f433 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:15.965880 [ 289 ] {} TCP-Session: 92eefc47-2222-40a7-8673-4cbe5be4f433 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:15.966005 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:15.966043 [ 286 ] {} TCP-Session: a58628a0-c297-49a1-9ba0-8fddd1f58ae2 Authenticating user 'default' from [fd00:1122:3344:101::e]:43508 2026.03.04 04:34:15.966065 [ 286 ] {} TCP-Session: a58628a0-c297-49a1-9ba0-8fddd1f58ae2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:15.966084 [ 286 ] {} TCP-Session: a58628a0-c297-49a1-9ba0-8fddd1f58ae2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:15.966746 [ 330 ] {ad66acbe-c9bf-4478-9293-3661d218c7e7} AggregatingTransform: Aggregating 2026.03.04 04:34:15.966793 [ 330 ] {ad66acbe-c9bf-4478-9293-3661d218c7e7} Aggregator: Aggregation method: without_key 2026.03.04 04:34:15.966834 [ 330 ] {ad66acbe-c9bf-4478-9293-3661d218c7e7} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001273485 sec. (785.247 rows/sec., 30.67 KiB/sec.) 2026.03.04 04:34:15.966857 [ 330 ] {ad66acbe-c9bf-4478-9293-3661d218c7e7} Aggregator: Merging aggregated data 2026.03.04 04:34:15.968276 [ 292 ] {ad66acbe-c9bf-4478-9293-3661d218c7e7} executeQuery: Read 1 rows, 40.00 B in 0.003771 sec., 265.1816494298595 rows/sec., 10.36 KiB/sec. 2026.03.04 04:34:15.968519 [ 292 ] {ad66acbe-c9bf-4478-9293-3661d218c7e7} TCPHandler: Processed in 0.004444045 sec. 2026.03.04 04:34:15.968630 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:15.968661 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:15.968683 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:15.968705 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:15.968733 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:15.968758 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:15.968780 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:15.968804 [ 291 ] {} TCP-Session: 83850c21-617e-453b-8a0d-7b190801efe4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:15.968825 [ 288 ] {} TCP-Session: 142199f1-7792-4070-a411-a1da4fef0555 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:15.968829 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:15.968799 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:15.968932 [ 290 ] {} TCP-Session: dc83186f-e37d-4434-b3fd-e7d00ada1dc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:15.968782 [ 289 ] {} TCP-Session: 92eefc47-2222-40a7-8673-4cbe5be4f433 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:15.968964 [ 286 ] {} TCP-Session: a58628a0-c297-49a1-9ba0-8fddd1f58ae2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:15.968758 [ 293 ] {} TCP-Session: ce5bb78b-8f8a-41ba-aa7b-ba53bc08afea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:15.968852 [ 259 ] {} TCP-Session: 88a0905b-da15-4822-8d0a-18d1688b299f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:15.968713 [ 294 ] {} TCP-Session: d234b4c4-763d-425f-8742-fc6385c3be70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:15.968675 [ 292 ] {} TCP-Session: 7eb25702-4f75-4d5d-8974-20a1e3930a80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.040310 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49121 2026.03.04 04:34:16.040412 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:16.040437 [ 292 ] {} TCP-Session: 16d31022-7489-4c60-bdd1-006f98d3a523 Authenticating user 'default' from [fd00:1122:3344:101::e]:49121 2026.03.04 04:34:16.040457 [ 292 ] {} TCP-Session: 16d31022-7489-4c60-bdd1-006f98d3a523 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.040470 [ 292 ] {} TCP-Session: 16d31022-7489-4c60-bdd1-006f98d3a523 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.040684 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55450 2026.03.04 04:34:16.040700 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42414 2026.03.04 04:34:16.040736 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52932 2026.03.04 04:34:16.040746 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51310 2026.03.04 04:34:16.040799 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:16.040796 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:16.040826 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:16.040833 [ 259 ] {} TCP-Session: b2de292c-1369-4180-bc15-988b93b2958d Authenticating user 'default' from [fd00:1122:3344:101::e]:42414 2026.03.04 04:34:16.040854 [ 293 ] {} TCP-Session: a14e3dee-8735-4136-b71d-f29d9bde8907 Authenticating user 'default' from [fd00:1122:3344:101::e]:55450 2026.03.04 04:34:16.040872 [ 289 ] {} TCP-Session: b3793bbd-99b0-44e0-9933-14b304ed6323 Authenticating user 'default' from [fd00:1122:3344:101::e]:52932 2026.03.04 04:34:16.040874 [ 259 ] {} TCP-Session: b2de292c-1369-4180-bc15-988b93b2958d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.040886 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:16.040905 [ 289 ] {} TCP-Session: b3793bbd-99b0-44e0-9933-14b304ed6323 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.040938 [ 290 ] {} TCP-Session: 86165695-4b9b-47b9-83ec-8bbba8b613f0 Authenticating user 'default' from [fd00:1122:3344:101::e]:51310 2026.03.04 04:34:16.040954 [ 289 ] {} TCP-Session: b3793bbd-99b0-44e0-9933-14b304ed6323 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.040973 [ 290 ] {} TCP-Session: 86165695-4b9b-47b9-83ec-8bbba8b613f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.040906 [ 259 ] {} TCP-Session: b2de292c-1369-4180-bc15-988b93b2958d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.040999 [ 290 ] {} TCP-Session: 86165695-4b9b-47b9-83ec-8bbba8b613f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.040896 [ 293 ] {} TCP-Session: a14e3dee-8735-4136-b71d-f29d9bde8907 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.040771 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46241 2026.03.04 04:34:16.041059 [ 293 ] {} TCP-Session: a14e3dee-8735-4136-b71d-f29d9bde8907 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.040723 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40228 2026.03.04 04:34:16.040710 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52310 2026.03.04 04:34:16.040770 [ 292 ] {} TCP-Session: 16d31022-7489-4c60-bdd1-006f98d3a523 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:16.041171 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:16.041194 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:16.041218 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:16.041227 [ 291 ] {} TCP-Session: a56c9355-2e5e-4849-b174-25bbc29a28ba Authenticating user 'default' from [fd00:1122:3344:101::e]:46241 2026.03.04 04:34:16.041239 [ 288 ] {} TCP-Session: 89ecccac-cc4a-4f94-bab2-2f0dc98b4333 Authenticating user 'default' from [fd00:1122:3344:101::e]:40228 2026.03.04 04:34:16.041251 [ 286 ] {} TCP-Session: 0a6c74a7-b4ff-48fd-a8b6-7cbce89fffd4 Authenticating user 'default' from [fd00:1122:3344:101::e]:52310 2026.03.04 04:34:16.041268 [ 291 ] {} TCP-Session: a56c9355-2e5e-4849-b174-25bbc29a28ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.041275 [ 288 ] {} TCP-Session: 89ecccac-cc4a-4f94-bab2-2f0dc98b4333 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.041299 [ 291 ] {} TCP-Session: a56c9355-2e5e-4849-b174-25bbc29a28ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.041311 [ 288 ] {} TCP-Session: 89ecccac-cc4a-4f94-bab2-2f0dc98b4333 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.041289 [ 286 ] {} TCP-Session: 0a6c74a7-b4ff-48fd-a8b6-7cbce89fffd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.041348 [ 292 ] {823cf755-0707-4f1c-a98f-84372382adf2} executeQuery: (from [fd00:1122:3344:101::e]:49121) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:34:16.041362 [ 286 ] {} TCP-Session: 0a6c74a7-b4ff-48fd-a8b6-7cbce89fffd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.040696 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48901 2026.03.04 04:34:16.041465 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:16.041488 [ 294 ] {} TCP-Session: 74359ccf-77e8-4dd8-bf47-1e1645acc7e3 Authenticating user 'default' from [fd00:1122:3344:101::e]:48901 2026.03.04 04:34:16.041506 [ 294 ] {} TCP-Session: 74359ccf-77e8-4dd8-bf47-1e1645acc7e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.041518 [ 294 ] {} TCP-Session: 74359ccf-77e8-4dd8-bf47-1e1645acc7e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.041610 [ 292 ] {823cf755-0707-4f1c-a98f-84372382adf2} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:34:16.041668 [ 292 ] {823cf755-0707-4f1c-a98f-84372382adf2} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:34:16.041944 [ 292 ] {823cf755-0707-4f1c-a98f-84372382adf2} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:34:16.042922 [ 324 ] {823cf755-0707-4f1c-a98f-84372382adf2} AggregatingTransform: Aggregating 2026.03.04 04:34:16.042951 [ 324 ] {823cf755-0707-4f1c-a98f-84372382adf2} Aggregator: Aggregation method: without_key 2026.03.04 04:34:16.042979 [ 324 ] {823cf755-0707-4f1c-a98f-84372382adf2} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000939338 sec. (1064.580 rows/sec., 41.59 KiB/sec.) 2026.03.04 04:34:16.042994 [ 324 ] {823cf755-0707-4f1c-a98f-84372382adf2} Aggregator: Merging aggregated data 2026.03.04 04:34:16.044357 [ 292 ] {823cf755-0707-4f1c-a98f-84372382adf2} executeQuery: Read 1 rows, 40.00 B in 0.003062 sec., 326.5839320705421 rows/sec., 12.76 KiB/sec. 2026.03.04 04:34:16.044487 [ 292 ] {823cf755-0707-4f1c-a98f-84372382adf2} TCPHandler: Processed in 0.003830145 sec. 2026.03.04 04:34:16.044575 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:16.044602 [ 292 ] {} TCP-Session: 16d31022-7489-4c60-bdd1-006f98d3a523 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.044608 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:16.044640 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:16.044645 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:16.044672 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:16.044693 [ 288 ] {} TCP-Session: 89ecccac-cc4a-4f94-bab2-2f0dc98b4333 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.044712 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:16.044737 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:16.044748 [ 293 ] {} TCP-Session: a14e3dee-8735-4136-b71d-f29d9bde8907 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.044762 [ 286 ] {} TCP-Session: 0a6c74a7-b4ff-48fd-a8b6-7cbce89fffd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.044786 [ 289 ] {} TCP-Session: b3793bbd-99b0-44e0-9933-14b304ed6323 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.044681 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:16.044657 [ 291 ] {} TCP-Session: a56c9355-2e5e-4849-b174-25bbc29a28ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.044839 [ 259 ] {} TCP-Session: b2de292c-1369-4180-bc15-988b93b2958d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.044714 [ 294 ] {} TCP-Session: 74359ccf-77e8-4dd8-bf47-1e1645acc7e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.044756 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:16.044916 [ 290 ] {} TCP-Session: 86165695-4b9b-47b9-83ec-8bbba8b613f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.206681 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39771 2026.03.04 04:34:16.206781 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:16.206806 [ 292 ] {} TCP-Session: b073ccd1-9ffd-48cf-859e-18abee41e9db Authenticating user 'default' from [fd00:1122:3344:101::e]:39771 2026.03.04 04:34:16.206827 [ 292 ] {} TCP-Session: b073ccd1-9ffd-48cf-859e-18abee41e9db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.206840 [ 292 ] {} TCP-Session: b073ccd1-9ffd-48cf-859e-18abee41e9db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.207085 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48640 2026.03.04 04:34:16.207105 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42972 2026.03.04 04:34:16.207119 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33030 2026.03.04 04:34:16.207140 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57139 2026.03.04 04:34:16.207150 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51304 2026.03.04 04:34:16.207175 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56076 2026.03.04 04:34:16.207230 [ 292 ] {} TCP-Session: b073ccd1-9ffd-48cf-859e-18abee41e9db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:16.207223 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:16.207205 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:16.207296 [ 289 ] {} TCP-Session: eda00ec2-f0d1-4242-a9b8-4220a7ba9df4 Authenticating user 'default' from [fd00:1122:3344:101::e]:57139 2026.03.04 04:34:16.207300 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:16.207325 [ 293 ] {} TCP-Session: 03f1e203-ab6a-4c53-ad3d-fa961206c2d5 Authenticating user 'default' from [fd00:1122:3344:101::e]:48640 2026.03.04 04:34:16.207329 [ 289 ] {} TCP-Session: eda00ec2-f0d1-4242-a9b8-4220a7ba9df4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.207354 [ 290 ] {} TCP-Session: 327d6d31-16ae-4b26-bcf1-590968b9414f Authenticating user 'default' from [fd00:1122:3344:101::e]:51304 2026.03.04 04:34:16.207366 [ 293 ] {} TCP-Session: 03f1e203-ab6a-4c53-ad3d-fa961206c2d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.207369 [ 289 ] {} TCP-Session: eda00ec2-f0d1-4242-a9b8-4220a7ba9df4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.207392 [ 290 ] {} TCP-Session: 327d6d31-16ae-4b26-bcf1-590968b9414f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.207411 [ 292 ] {12d4cfdf-cd9b-43aa-904e-ed0b48011198} executeQuery: (from [fd00:1122:3344:101::e]:39771) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:34:16.207424 [ 290 ] {} TCP-Session: 327d6d31-16ae-4b26-bcf1-590968b9414f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.207396 [ 293 ] {} TCP-Session: 03f1e203-ab6a-4c53-ad3d-fa961206c2d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.207321 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:16.207205 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:16.207510 [ 291 ] {} TCP-Session: c88fdbab-4dae-471b-9cd1-029c7573ab9f Authenticating user 'default' from [fd00:1122:3344:101::e]:56076 2026.03.04 04:34:16.207529 [ 286 ] {} TCP-Session: 87745d8f-5d3b-48d3-a483-1bfa2fc99a23 Authenticating user 'default' from [fd00:1122:3344:101::e]:33030 2026.03.04 04:34:16.207197 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:16.207555 [ 286 ] {} TCP-Session: 87745d8f-5d3b-48d3-a483-1bfa2fc99a23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.207548 [ 291 ] {} TCP-Session: c88fdbab-4dae-471b-9cd1-029c7573ab9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.207570 [ 259 ] {} TCP-Session: 9ccc900c-fe45-4168-ae27-86eefd7be582 Authenticating user 'default' from [fd00:1122:3344:101::e]:42972 2026.03.04 04:34:16.207574 [ 286 ] {} TCP-Session: 87745d8f-5d3b-48d3-a483-1bfa2fc99a23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.207589 [ 291 ] {} TCP-Session: c88fdbab-4dae-471b-9cd1-029c7573ab9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.207602 [ 259 ] {} TCP-Session: 9ccc900c-fe45-4168-ae27-86eefd7be582 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.207129 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42958 2026.03.04 04:34:16.207641 [ 259 ] {} TCP-Session: 9ccc900c-fe45-4168-ae27-86eefd7be582 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.207089 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38218 2026.03.04 04:34:16.207684 [ 292 ] {12d4cfdf-cd9b-43aa-904e-ed0b48011198} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:34:16.207709 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:16.207739 [ 288 ] {} TCP-Session: e5028aed-df49-4d49-b5e4-ebfc9af6d704 Authenticating user 'default' from [fd00:1122:3344:101::e]:42958 2026.03.04 04:34:16.207750 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:34:16.207753 [ 292 ] {12d4cfdf-cd9b-43aa-904e-ed0b48011198} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:34:16.207780 [ 294 ] {} TCP-Session: c0251d1c-e2ea-4d76-a9f8-bdf6d0281632 Authenticating user 'default' from [fd00:1122:3344:101::e]:38218 2026.03.04 04:34:16.207755 [ 288 ] {} TCP-Session: e5028aed-df49-4d49-b5e4-ebfc9af6d704 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.207809 [ 294 ] {} TCP-Session: c0251d1c-e2ea-4d76-a9f8-bdf6d0281632 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.207824 [ 288 ] {} TCP-Session: e5028aed-df49-4d49-b5e4-ebfc9af6d704 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.207835 [ 294 ] {} TCP-Session: c0251d1c-e2ea-4d76-a9f8-bdf6d0281632 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.208072 [ 292 ] {12d4cfdf-cd9b-43aa-904e-ed0b48011198} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:34:16.209017 [ 295 ] {12d4cfdf-cd9b-43aa-904e-ed0b48011198} AggregatingTransform: Aggregating 2026.03.04 04:34:16.209074 [ 295 ] {12d4cfdf-cd9b-43aa-904e-ed0b48011198} Aggregator: Aggregation method: without_key 2026.03.04 04:34:16.209112 [ 295 ] {12d4cfdf-cd9b-43aa-904e-ed0b48011198} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000935778 sec. (1068.630 rows/sec., 41.74 KiB/sec.) 2026.03.04 04:34:16.209133 [ 295 ] {12d4cfdf-cd9b-43aa-904e-ed0b48011198} Aggregator: Merging aggregated data 2026.03.04 04:34:16.210365 [ 292 ] {12d4cfdf-cd9b-43aa-904e-ed0b48011198} executeQuery: Read 1 rows, 40.00 B in 0.003005 sec., 332.77870216306155 rows/sec., 13.00 KiB/sec. 2026.03.04 04:34:16.210507 [ 292 ] {12d4cfdf-cd9b-43aa-904e-ed0b48011198} TCPHandler: Processed in 0.003395235 sec. 2026.03.04 04:34:16.210639 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:16.210669 [ 292 ] {} TCP-Session: b073ccd1-9ffd-48cf-859e-18abee41e9db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.210670 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:16.210692 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:16.210713 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:16.210721 [ 290 ] {} TCP-Session: 327d6d31-16ae-4b26-bcf1-590968b9414f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.210729 [ 294 ] {} TCP-Session: c0251d1c-e2ea-4d76-a9f8-bdf6d0281632 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.210737 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:16.210756 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:16.210774 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:16.210803 [ 259 ] {} TCP-Session: 9ccc900c-fe45-4168-ae27-86eefd7be582 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.210796 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:16.210820 [ 286 ] {} TCP-Session: 87745d8f-5d3b-48d3-a483-1bfa2fc99a23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.210831 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:34:16.210858 [ 288 ] {} TCP-Session: e5028aed-df49-4d49-b5e4-ebfc9af6d704 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.210828 [ 289 ] {} TCP-Session: eda00ec2-f0d1-4242-a9b8-4220a7ba9df4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.210899 [ 291 ] {} TCP-Session: c88fdbab-4dae-471b-9cd1-029c7573ab9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:16.210794 [ 293 ] {} TCP-Session: 03f1e203-ab6a-4c53-ad3d-fa961206c2d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:34:18.023908 [ 129 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:34:18.023990 [ 129 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:34:18.126778 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15388 2026.03.04 04:34:18.127315 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:18.127360 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:18.127879 [ 245 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.04 04:34:18.128138 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:18.128298 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15388 2026.03.04 04:34:18.172616 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 932 2026.03.04 04:34:18.175184 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:18.175243 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:18.176466 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.04 04:34:18.176753 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:18.177125 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 932 2026.03.04 04:34:18.938704 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.03.04 04:34:18.954365 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:18.954429 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:18.960062 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.04 04:34:18.960915 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:18.963919 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.03.04 04:34:18.988126 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:18.988330 [ 261 ] {496f66b8-c992-4202-ae34-ebe91fd10eae} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:34:18.988407 [ 261 ] {496f66b8-c992-4202-ae34-ebe91fd10eae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:34:18.989158 [ 261 ] {496f66b8-c992-4202-ae34-ebe91fd10eae} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:18.989205 [ 261 ] {496f66b8-c992-4202-ae34-ebe91fd10eae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:18.989593 [ 261 ] {496f66b8-c992-4202-ae34-ebe91fd10eae} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.04 04:34:18.989819 [ 261 ] {496f66b8-c992-4202-ae34-ebe91fd10eae} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:18.989984 [ 261 ] {496f66b8-c992-4202-ae34-ebe91fd10eae} executeQuery: Read 122 rows, 10.72 KiB in 0.001709 sec., 71386.7758923347 rows/sec., 6.13 MiB/sec. 2026.03.04 04:34:18.990035 [ 261 ] {496f66b8-c992-4202-ae34-ebe91fd10eae} TCPHandler: Processed in 0.002048379 sec. 2026.03.04 04:34:18.990171 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:18.990277 [ 261 ] {a8d84024-e561-4fbe-9122-00c129c03ff2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:34:18.990321 [ 261 ] {a8d84024-e561-4fbe-9122-00c129c03ff2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:34:18.990752 [ 261 ] {a8d84024-e561-4fbe-9122-00c129c03ff2} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:18.990790 [ 261 ] {a8d84024-e561-4fbe-9122-00c129c03ff2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:18.991103 [ 261 ] {a8d84024-e561-4fbe-9122-00c129c03ff2} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.04 04:34:18.991315 [ 261 ] {a8d84024-e561-4fbe-9122-00c129c03ff2} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:18.991450 [ 261 ] {a8d84024-e561-4fbe-9122-00c129c03ff2} executeQuery: Read 33 rows, 2.48 KiB in 0.001199 sec., 27522.935779816515 rows/sec., 2.02 MiB/sec. 2026.03.04 04:34:18.991489 [ 261 ] {a8d84024-e561-4fbe-9122-00c129c03ff2} TCPHandler: Processed in 0.001376556 sec. 2026.03.04 04:34:18.991600 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:18.991698 [ 261 ] {ba396999-3006-4983-bdaa-8ba0a2ad7828} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:34:18.991739 [ 261 ] {ba396999-3006-4983-bdaa-8ba0a2ad7828} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:34:18.992155 [ 261 ] {ba396999-3006-4983-bdaa-8ba0a2ad7828} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:18.992193 [ 261 ] {ba396999-3006-4983-bdaa-8ba0a2ad7828} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:18.992507 [ 261 ] {ba396999-3006-4983-bdaa-8ba0a2ad7828} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.04 04:34:18.992717 [ 261 ] {ba396999-3006-4983-bdaa-8ba0a2ad7828} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:18.992845 [ 261 ] {ba396999-3006-4983-bdaa-8ba0a2ad7828} executeQuery: Read 97 rows, 7.76 KiB in 0.001167 sec., 83119.10882604969 rows/sec., 6.49 MiB/sec. 2026.03.04 04:34:18.992882 [ 261 ] {ba396999-3006-4983-bdaa-8ba0a2ad7828} TCPHandler: Processed in 0.001331305 sec. 2026.03.04 04:34:18.992992 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:18.993089 [ 261 ] {2c5d9009-3cdb-4da5-a2ba-00a19dd467db} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:34:18.993132 [ 261 ] {2c5d9009-3cdb-4da5-a2ba-00a19dd467db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:34:18.993541 [ 261 ] {2c5d9009-3cdb-4da5-a2ba-00a19dd467db} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:18.993578 [ 261 ] {2c5d9009-3cdb-4da5-a2ba-00a19dd467db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:18.993902 [ 261 ] {2c5d9009-3cdb-4da5-a2ba-00a19dd467db} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.04 04:34:18.994114 [ 261 ] {2c5d9009-3cdb-4da5-a2ba-00a19dd467db} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:18.994246 [ 261 ] {2c5d9009-3cdb-4da5-a2ba-00a19dd467db} executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. 2026.03.04 04:34:18.994283 [ 261 ] {2c5d9009-3cdb-4da5-a2ba-00a19dd467db} TCPHandler: Processed in 0.001339176 sec. 2026.03.04 04:34:18.994393 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:18.994488 [ 261 ] {f2a22b41-a202-44b3-a5a1-1a94940f2b4c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:34:18.994543 [ 261 ] {f2a22b41-a202-44b3-a5a1-1a94940f2b4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:34:18.995385 [ 261 ] {f2a22b41-a202-44b3-a5a1-1a94940f2b4c} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:18.995422 [ 261 ] {f2a22b41-a202-44b3-a5a1-1a94940f2b4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:18.996014 [ 261 ] {f2a22b41-a202-44b3-a5a1-1a94940f2b4c} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.04 04:34:18.996239 [ 261 ] {f2a22b41-a202-44b3-a5a1-1a94940f2b4c} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:18.996364 [ 126 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.04 04:34:18.996378 [ 261 ] {f2a22b41-a202-44b3-a5a1-1a94940f2b4c} executeQuery: Read 33 rows, 60.55 KiB in 0.001908 sec., 17295.59748427673 rows/sec., 30.99 MiB/sec. 2026.03.04 04:34:18.996438 [ 126 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:18.996467 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:18.996469 [ 261 ] {f2a22b41-a202-44b3-a5a1-1a94940f2b4c} TCPHandler: Processed in 0.002124001 sec. 2026.03.04 04:34:18.996577 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.04 04:34:18.996597 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:18.996702 [ 261 ] {b0ec9244-1d74-4b67-af4b-400d2141323e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:34:18.996743 [ 261 ] {b0ec9244-1d74-4b67-af4b-400d2141323e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:34:18.996855 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:34:18.996954 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 806 rows starting from the beginning of the part 2026.03.04 04:34:18.997105 [ 261 ] {b0ec9244-1d74-4b67-af4b-400d2141323e} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:18.997145 [ 261 ] {b0ec9244-1d74-4b67-af4b-400d2141323e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.18 GiB. 2026.03.04 04:34:18.997152 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 33 rows starting from the beginning of the part 2026.03.04 04:34:18.997316 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part 2026.03.04 04:34:18.997457 [ 261 ] {b0ec9244-1d74-4b67-af4b-400d2141323e} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.04 04:34:18.997463 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 33 rows starting from the beginning of the part 2026.03.04 04:34:18.997614 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part 2026.03.04 04:34:18.997699 [ 261 ] {b0ec9244-1d74-4b67-af4b-400d2141323e} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:18.997742 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 33 rows starting from the beginning of the part 2026.03.04 04:34:18.997840 [ 261 ] {b0ec9244-1d74-4b67-af4b-400d2141323e} executeQuery: Read 60 rows, 4.14 KiB in 0.001157 sec., 51858.254105445114 rows/sec., 3.49 MiB/sec. 2026.03.04 04:34:18.997881 [ 261 ] {b0ec9244-1d74-4b67-af4b-400d2141323e} TCPHandler: Processed in 0.001333906 sec. 2026.03.04 04:34:19.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 286.15 MiB, peak 290.31 MiB, free memory in arenas 0.00 B, will set to 282.72 MiB (RSS), difference: -3.43 MiB 2026.03.04 04:34:19.001282 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000862506 sec. 2026.03.04 04:34:19.003121 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 921 rows, containing 19 columns (19 merged, 0 gathered) in 0.006581796 sec., 139931.41081856686 rows/sec., 250.75 MiB/sec. 2026.03.04 04:34:19.004606 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.04 04:34:19.004948 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_41_8} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:19.005020 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_41_8} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.04 04:34:19.005145 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.80 MiB. 2026.03.04 04:34:19.265076 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:19.265278 [ 261 ] {de49e152-7072-4d13-afe8-ddd66b855df6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:34:19.265353 [ 261 ] {de49e152-7072-4d13-afe8-ddd66b855df6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:34:19.265996 [ 261 ] {de49e152-7072-4d13-afe8-ddd66b855df6} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:19.266048 [ 261 ] {de49e152-7072-4d13-afe8-ddd66b855df6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:19.266449 [ 261 ] {de49e152-7072-4d13-afe8-ddd66b855df6} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.04 04:34:19.266683 [ 261 ] {de49e152-7072-4d13-afe8-ddd66b855df6} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:19.266841 [ 261 ] {de49e152-7072-4d13-afe8-ddd66b855df6} executeQuery: Read 4 rows, 334.00 B in 0.001618 sec., 2472.187886279357 rows/sec., 201.59 KiB/sec. 2026.03.04 04:34:19.266885 [ 261 ] {de49e152-7072-4d13-afe8-ddd66b855df6} TCPHandler: Processed in 0.001950078 sec. 2026.03.04 04:34:19.267010 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:19.267112 [ 261 ] {83064a46-edd3-44dd-999a-2a68e53e1a98} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:34:19.267153 [ 261 ] {83064a46-edd3-44dd-999a-2a68e53e1a98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:34:19.268475 [ 261 ] {83064a46-edd3-44dd-999a-2a68e53e1a98} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:19.268514 [ 261 ] {83064a46-edd3-44dd-999a-2a68e53e1a98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:19.268929 [ 261 ] {83064a46-edd3-44dd-999a-2a68e53e1a98} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.04 04:34:19.269143 [ 261 ] {83064a46-edd3-44dd-999a-2a68e53e1a98} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:19.269270 [ 126 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.04 04:34:19.269276 [ 261 ] {83064a46-edd3-44dd-999a-2a68e53e1a98} executeQuery: Read 1954 rows, 149.86 KiB in 0.002183 sec., 895098.4883188272 rows/sec., 67.04 MiB/sec. 2026.03.04 04:34:19.269339 [ 126 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:19.269357 [ 261 ] {83064a46-edd3-44dd-999a-2a68e53e1a98} TCPHandler: Processed in 0.002396896 sec. 2026.03.04 04:34:19.269368 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:19.269475 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.03.04 04:34:19.269505 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:19.269588 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:34:19.269605 [ 261 ] {e0d95a1a-5e7f-40cd-8ee1-0b973b76e48e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:34:19.269625 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2890 rows starting from the beginning of the part 2026.03.04 04:34:19.269651 [ 261 ] {e0d95a1a-5e7f-40cd-8ee1-0b973b76e48e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:34:19.269695 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 72 rows starting from the beginning of the part 2026.03.04 04:34:19.269751 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 243 rows starting from the beginning of the part 2026.03.04 04:34:19.269812 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 72 rows starting from the beginning of the part 2026.03.04 04:34:19.269879 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 122 rows starting from the beginning of the part 2026.03.04 04:34:19.269940 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1954 rows starting from the beginning of the part 2026.03.04 04:34:19.270090 [ 261 ] {e0d95a1a-5e7f-40cd-8ee1-0b973b76e48e} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:19.270135 [ 261 ] {e0d95a1a-5e7f-40cd-8ee1-0b973b76e48e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:19.270488 [ 261 ] {e0d95a1a-5e7f-40cd-8ee1-0b973b76e48e} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.04 04:34:19.270724 [ 261 ] {e0d95a1a-5e7f-40cd-8ee1-0b973b76e48e} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:19.270860 [ 261 ] {e0d95a1a-5e7f-40cd-8ee1-0b973b76e48e} executeQuery: Read 21 rows, 1.56 KiB in 0.001273 sec., 16496.465043205026 rows/sec., 1.19 MiB/sec. 2026.03.04 04:34:19.270899 [ 261 ] {e0d95a1a-5e7f-40cd-8ee1-0b973b76e48e} TCPHandler: Processed in 0.001443838 sec. 2026.03.04 04:34:19.271022 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:19.271118 [ 261 ] {b10a06a0-ee4e-4b02-8685-74ef6c2ba6e0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:34:19.271158 [ 261 ] {b10a06a0-ee4e-4b02-8685-74ef6c2ba6e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:34:19.271829 [ 261 ] {b10a06a0-ee4e-4b02-8685-74ef6c2ba6e0} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:19.271867 [ 261 ] {b10a06a0-ee4e-4b02-8685-74ef6c2ba6e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:19.272233 [ 261 ] {b10a06a0-ee4e-4b02-8685-74ef6c2ba6e0} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.04 04:34:19.272265 [ 197 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 5353 rows, containing 5 columns (5 merged, 0 gathered) in 0.002834944 sec., 1888220.7197038108 rows/sec., 152.82 MiB/sec. 2026.03.04 04:34:19.272482 [ 261 ] {b10a06a0-ee4e-4b02-8685-74ef6c2ba6e0} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:19.272596 [ 187 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.04 04:34:19.272622 [ 261 ] {b10a06a0-ee4e-4b02-8685-74ef6c2ba6e0} executeQuery: Read 708 rows, 42.29 KiB in 0.001522 sec., 465177.3981603154 rows/sec., 27.14 MiB/sec. 2026.03.04 04:34:19.272671 [ 261 ] {b10a06a0-ee4e-4b02-8685-74ef6c2ba6e0} TCPHandler: Processed in 0.001699122 sec. 2026.03.04 04:34:19.272803 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:19.272902 [ 261 ] {c0600a5f-c108-4b2a-98e8-36d90b43a5c5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.04 04:34:19.272918 [ 187 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_51_10} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:19.272943 [ 261 ] {c0600a5f-c108-4b2a-98e8-36d90b43a5c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.04 04:34:19.273014 [ 187 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_51_10} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.04 04:34:19.273118 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2026.03.04 04:34:19.273347 [ 261 ] {c0600a5f-c108-4b2a-98e8-36d90b43a5c5} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:19.273389 [ 261 ] {c0600a5f-c108-4b2a-98e8-36d90b43a5c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:19.273681 [ 261 ] {c0600a5f-c108-4b2a-98e8-36d90b43a5c5} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.04 04:34:19.273951 [ 261 ] {c0600a5f-c108-4b2a-98e8-36d90b43a5c5} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:19.274103 [ 261 ] {c0600a5f-c108-4b2a-98e8-36d90b43a5c5} executeQuery: Read 1 rows, 72.00 B in 0.001218 sec., 821.0180623973728 rows/sec., 57.73 KiB/sec. 2026.03.04 04:34:19.274148 [ 261 ] {c0600a5f-c108-4b2a-98e8-36d90b43a5c5} TCPHandler: Processed in 0.001395167 sec. 2026.03.04 04:34:19.274281 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:19.274382 [ 261 ] {2db8b73a-42bf-426b-9ea0-a7e3f679d861} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:34:19.274434 [ 261 ] {2db8b73a-42bf-426b-9ea0-a7e3f679d861} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:34:19.275276 [ 261 ] {2db8b73a-42bf-426b-9ea0-a7e3f679d861} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:19.275314 [ 261 ] {2db8b73a-42bf-426b-9ea0-a7e3f679d861} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:19.275682 [ 261 ] {2db8b73a-42bf-426b-9ea0-a7e3f679d861} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.04 04:34:19.275893 [ 261 ] {2db8b73a-42bf-426b-9ea0-a7e3f679d861} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:19.276009 [ 126 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.04 04:34:19.276026 [ 261 ] {2db8b73a-42bf-426b-9ea0-a7e3f679d861} executeQuery: Read 1021 rows, 72.03 KiB in 0.001666 sec., 612845.1380552221 rows/sec., 42.22 MiB/sec. 2026.03.04 04:34:19.276048 [ 126 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:19.276070 [ 261 ] {2db8b73a-42bf-426b-9ea0-a7e3f679d861} TCPHandler: Processed in 0.001846406 sec. 2026.03.04 04:34:19.276071 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:19.276172 [ 197 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.03.04 04:34:19.276209 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:19.276256 [ 197 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:34:19.276284 [ 197 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1550 rows starting from the beginning of the part 2026.03.04 04:34:19.276311 [ 261 ] {ddc9096d-9117-49c6-964b-e5a5a834225c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:34:19.276342 [ 197 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 72 rows starting from the beginning of the part 2026.03.04 04:34:19.276356 [ 261 ] {ddc9096d-9117-49c6-964b-e5a5a834225c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:34:19.276386 [ 197 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 135 rows starting from the beginning of the part 2026.03.04 04:34:19.276427 [ 197 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 72 rows starting from the beginning of the part 2026.03.04 04:34:19.276467 [ 197 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 97 rows starting from the beginning of the part 2026.03.04 04:34:19.276505 [ 197 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1021 rows starting from the beginning of the part 2026.03.04 04:34:19.277073 [ 261 ] {ddc9096d-9117-49c6-964b-e5a5a834225c} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:19.277109 [ 261 ] {ddc9096d-9117-49c6-964b-e5a5a834225c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:19.277532 [ 261 ] {ddc9096d-9117-49c6-964b-e5a5a834225c} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.04 04:34:19.277663 [ 197 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2947 rows, containing 5 columns (5 merged, 0 gathered) in 0.00152608 sec., 1931091.42377857 rows/sec., 143.81 MiB/sec. 2026.03.04 04:34:19.277759 [ 261 ] {ddc9096d-9117-49c6-964b-e5a5a834225c} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:19.277874 [ 126 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.04 04:34:19.277894 [ 261 ] {ddc9096d-9117-49c6-964b-e5a5a834225c} executeQuery: Read 1219 rows, 78.06 KiB in 0.001601 sec., 761399.1255465334 rows/sec., 47.61 MiB/sec. 2026.03.04 04:34:19.277901 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.04 04:34:19.277909 [ 126 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:19.277937 [ 261 ] {ddc9096d-9117-49c6-964b-e5a5a834225c} TCPHandler: Processed in 0.001782695 sec. 2026.03.04 04:34:19.277946 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:19.278056 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.03.04 04:34:19.278083 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:19.278168 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:34:19.278194 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_51_10} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:19.278204 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 16109 rows starting from the beginning of the part 2026.03.04 04:34:19.278237 [ 261 ] {d31f2335-3b5c-4e44-95ac-8789bc32a2e4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:34:19.278273 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_51_10} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.04 04:34:19.278279 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part 2026.03.04 04:34:19.278298 [ 261 ] {d31f2335-3b5c-4e44-95ac-8789bc32a2e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:34:19.278335 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 233 rows starting from the beginning of the part 2026.03.04 04:34:19.278355 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.03.04 04:34:19.278382 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part 2026.03.04 04:34:19.278426 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 160 rows starting from the beginning of the part 2026.03.04 04:34:19.278467 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1219 rows starting from the beginning of the part 2026.03.04 04:34:19.279101 [ 261 ] {d31f2335-3b5c-4e44-95ac-8789bc32a2e4} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:19.279144 [ 261 ] {d31f2335-3b5c-4e44-95ac-8789bc32a2e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:19.279672 [ 261 ] {d31f2335-3b5c-4e44-95ac-8789bc32a2e4} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.04 04:34:19.279904 [ 261 ] {d31f2335-3b5c-4e44-95ac-8789bc32a2e4} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:19.280045 [ 261 ] {d31f2335-3b5c-4e44-95ac-8789bc32a2e4} executeQuery: Read 17 rows, 31.19 KiB in 0.001827 sec., 9304.871373836892 rows/sec., 16.67 MiB/sec. 2026.03.04 04:34:19.280099 [ 261 ] {d31f2335-3b5c-4e44-95ac-8789bc32a2e4} TCPHandler: Processed in 0.002066559 sec. 2026.03.04 04:34:19.280223 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:19.280318 [ 261 ] {3cd4cd06-ec39-49cf-a2b6-888a8584b39d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:34:19.280360 [ 261 ] {3cd4cd06-ec39-49cf-a2b6-888a8584b39d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:34:19.280681 [ 261 ] {3cd4cd06-ec39-49cf-a2b6-888a8584b39d} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:19.280718 [ 261 ] {3cd4cd06-ec39-49cf-a2b6-888a8584b39d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:19.281033 [ 261 ] {3cd4cd06-ec39-49cf-a2b6-888a8584b39d} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.04 04:34:19.281241 [ 261 ] {3cd4cd06-ec39-49cf-a2b6-888a8584b39d} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:19.281349 [ 126 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.04 04:34:19.281369 [ 261 ] {3cd4cd06-ec39-49cf-a2b6-888a8584b39d} executeQuery: Read 12 rows, 848.00 B in 0.001069 sec., 11225.444340505144 rows/sec., 774.67 KiB/sec. 2026.03.04 04:34:19.281382 [ 126 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:19.281408 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:19.281412 [ 261 ] {3cd4cd06-ec39-49cf-a2b6-888a8584b39d} TCPHandler: Processed in 0.001239374 sec. 2026.03.04 04:34:19.281489 [ 201 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.03.04 04:34:19.281580 [ 201 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:34:19.281609 [ 201 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2550 rows starting from the beginning of the part 2026.03.04 04:34:19.281668 [ 201 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part 2026.03.04 04:34:19.281718 [ 201 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part 2026.03.04 04:34:19.281759 [ 201 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part 2026.03.04 04:34:19.281802 [ 201 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part 2026.03.04 04:34:19.281845 [ 201 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 12 rows starting from the beginning of the part 2026.03.04 04:34:19.283072 [ 196 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 18041 rows, containing 5 columns (5 merged, 0 gathered) in 0.005042968 sec., 3577456.7675226177 rows/sec., 237.34 MiB/sec. 2026.03.04 04:34:19.283155 [ 196 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2802 rows, containing 4 columns (4 merged, 0 gathered) in 0.001700943 sec., 1647321.5151830486 rows/sec., 109.43 MiB/sec. 2026.03.04 04:34:19.283360 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.04 04:34:19.283419 [ 192 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.04 04:34:19.283676 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_51_10} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:19.283764 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_51_10} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.04 04:34:19.283792 [ 192 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_51_10} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:19.283856 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.51 MiB. 2026.03.04 04:34:19.283891 [ 192 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_51_10} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.04 04:34:19.284012 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.03.04 04:34:20.000215 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 280.19 MiB, peak 290.31 MiB, free memory in arenas 0.00 B, will set to 286.38 MiB (RSS), difference: 6.19 MiB 2026.03.04 04:34:23.984764 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:23.985036 [ 261 ] {0d509f61-d84b-4ade-bf57-7ac446b4534c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:34:23.985147 [ 261 ] {0d509f61-d84b-4ade-bf57-7ac446b4534c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:34:23.986087 [ 261 ] {0d509f61-d84b-4ade-bf57-7ac446b4534c} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:23.986134 [ 261 ] {0d509f61-d84b-4ade-bf57-7ac446b4534c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:23.986536 [ 261 ] {0d509f61-d84b-4ade-bf57-7ac446b4534c} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.04 04:34:23.986777 [ 261 ] {0d509f61-d84b-4ade-bf57-7ac446b4534c} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:23.986953 [ 261 ] {0d509f61-d84b-4ade-bf57-7ac446b4534c} executeQuery: Read 56 rows, 4.38 KiB in 0.001994 sec., 28084.252758274823 rows/sec., 2.14 MiB/sec. 2026.03.04 04:34:23.987005 [ 261 ] {0d509f61-d84b-4ade-bf57-7ac446b4534c} TCPHandler: Processed in 0.002372446 sec. 2026.03.04 04:34:23.987136 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:23.987243 [ 261 ] {51422436-b495-4047-911d-b85aa813f21c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:34:23.987288 [ 261 ] {51422436-b495-4047-911d-b85aa813f21c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:34:23.987736 [ 261 ] {51422436-b495-4047-911d-b85aa813f21c} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:23.987780 [ 261 ] {51422436-b495-4047-911d-b85aa813f21c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:23.988105 [ 261 ] {51422436-b495-4047-911d-b85aa813f21c} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.04 04:34:23.988316 [ 261 ] {51422436-b495-4047-911d-b85aa813f21c} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:23.988453 [ 261 ] {51422436-b495-4047-911d-b85aa813f21c} executeQuery: Read 64 rows, 5.12 KiB in 0.001234 sec., 51863.85737439222 rows/sec., 4.05 MiB/sec. 2026.03.04 04:34:23.988492 [ 261 ] {51422436-b495-4047-911d-b85aa813f21c} TCPHandler: Processed in 0.001409487 sec. 2026.03.04 04:34:23.988613 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:23.988713 [ 261 ] {5a872510-e66b-46f5-bf8e-dacb215d862f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:34:23.988758 [ 261 ] {5a872510-e66b-46f5-bf8e-dacb215d862f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:34:23.989155 [ 261 ] {5a872510-e66b-46f5-bf8e-dacb215d862f} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:23.989192 [ 261 ] {5a872510-e66b-46f5-bf8e-dacb215d862f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:23.989525 [ 261 ] {5a872510-e66b-46f5-bf8e-dacb215d862f} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.04 04:34:23.989744 [ 261 ] {5a872510-e66b-46f5-bf8e-dacb215d862f} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:23.989880 [ 261 ] {5a872510-e66b-46f5-bf8e-dacb215d862f} executeQuery: Read 128 rows, 9.13 KiB in 0.001188 sec., 107744.10774410774 rows/sec., 7.50 MiB/sec. 2026.03.04 04:34:23.989919 [ 261 ] {5a872510-e66b-46f5-bf8e-dacb215d862f} TCPHandler: Processed in 0.001356787 sec. 2026.03.04 04:34:23.990036 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:23.990133 [ 261 ] {f55eca6d-cc36-49a2-bb9a-4251e839139e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:34:23.990176 [ 261 ] {f55eca6d-cc36-49a2-bb9a-4251e839139e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:34:23.990510 [ 261 ] {f55eca6d-cc36-49a2-bb9a-4251e839139e} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:23.990547 [ 261 ] {f55eca6d-cc36-49a2-bb9a-4251e839139e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:23.990854 [ 261 ] {f55eca6d-cc36-49a2-bb9a-4251e839139e} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.04 04:34:23.991064 [ 261 ] {f55eca6d-cc36-49a2-bb9a-4251e839139e} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:23.991196 [ 261 ] {f55eca6d-cc36-49a2-bb9a-4251e839139e} executeQuery: Read 48 rows, 3.31 KiB in 0.001082 sec., 44362.292051756005 rows/sec., 2.99 MiB/sec. 2026.03.04 04:34:23.991232 [ 261 ] {f55eca6d-cc36-49a2-bb9a-4251e839139e} TCPHandler: Processed in 0.001248314 sec. 2026.03.04 04:34:25.628365 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15836 2026.03.04 04:34:25.628937 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:25.628983 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:25.629467 [ 245 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.04 04:34:25.629691 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:25.629821 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15836 2026.03.04 04:34:26.464973 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.03.04 04:34:26.481047 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:26.481102 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:26.486699 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.04 04:34:26.487372 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:26.490047 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.03.04 04:34:28.178281 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 970 2026.03.04 04:34:28.180680 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:28.180735 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:28.181935 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.04 04:34:28.182216 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:28.182587 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 970 2026.03.04 04:34:28.987578 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:28.987783 [ 261 ] {eccae5b6-b373-41fb-a5ce-41fd9c61fb08} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:34:28.987854 [ 261 ] {eccae5b6-b373-41fb-a5ce-41fd9c61fb08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:34:28.988634 [ 261 ] {eccae5b6-b373-41fb-a5ce-41fd9c61fb08} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:28.988681 [ 261 ] {eccae5b6-b373-41fb-a5ce-41fd9c61fb08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:28.989118 [ 261 ] {eccae5b6-b373-41fb-a5ce-41fd9c61fb08} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.04 04:34:28.989345 [ 261 ] {eccae5b6-b373-41fb-a5ce-41fd9c61fb08} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:28.989494 [ 261 ] {eccae5b6-b373-41fb-a5ce-41fd9c61fb08} executeQuery: Read 122 rows, 10.72 KiB in 0.001765 sec., 69121.81303116147 rows/sec., 5.93 MiB/sec. 2026.03.04 04:34:28.989534 [ 261 ] {eccae5b6-b373-41fb-a5ce-41fd9c61fb08} TCPHandler: Processed in 0.002095901 sec. 2026.03.04 04:34:28.989681 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:28.989781 [ 261 ] {a7e22c58-0311-4921-9a02-11ea12d3d247} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:34:28.989820 [ 261 ] {a7e22c58-0311-4921-9a02-11ea12d3d247} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:34:28.990241 [ 261 ] {a7e22c58-0311-4921-9a02-11ea12d3d247} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:28.990277 [ 261 ] {a7e22c58-0311-4921-9a02-11ea12d3d247} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:28.990565 [ 261 ] {a7e22c58-0311-4921-9a02-11ea12d3d247} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.04 04:34:28.990766 [ 261 ] {a7e22c58-0311-4921-9a02-11ea12d3d247} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:28.990891 [ 261 ] {a7e22c58-0311-4921-9a02-11ea12d3d247} executeQuery: Read 33 rows, 2.48 KiB in 0.001128 sec., 29255.319148936167 rows/sec., 2.15 MiB/sec. 2026.03.04 04:34:28.990927 [ 261 ] {a7e22c58-0311-4921-9a02-11ea12d3d247} TCPHandler: Processed in 0.001295025 sec. 2026.03.04 04:34:28.991042 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:28.991135 [ 261 ] {f6442e5b-192b-4986-b61e-ad3cb266a131} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:34:28.991173 [ 261 ] {f6442e5b-192b-4986-b61e-ad3cb266a131} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:34:28.991612 [ 261 ] {f6442e5b-192b-4986-b61e-ad3cb266a131} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:28.991647 [ 261 ] {f6442e5b-192b-4986-b61e-ad3cb266a131} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:28.991948 [ 261 ] {f6442e5b-192b-4986-b61e-ad3cb266a131} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.04 04:34:28.992149 [ 261 ] {f6442e5b-192b-4986-b61e-ad3cb266a131} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:28.992272 [ 261 ] {f6442e5b-192b-4986-b61e-ad3cb266a131} executeQuery: Read 97 rows, 7.76 KiB in 0.001155 sec., 83982.68398268399 rows/sec., 6.56 MiB/sec. 2026.03.04 04:34:28.992308 [ 261 ] {f6442e5b-192b-4986-b61e-ad3cb266a131} TCPHandler: Processed in 0.001313965 sec. 2026.03.04 04:34:28.992422 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:28.992515 [ 261 ] {f1f40e77-bfc0-4e55-9b7e-aa7c47b4f9c7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:34:28.992558 [ 261 ] {f1f40e77-bfc0-4e55-9b7e-aa7c47b4f9c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:34:28.992987 [ 261 ] {f1f40e77-bfc0-4e55-9b7e-aa7c47b4f9c7} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:28.993022 [ 261 ] {f1f40e77-bfc0-4e55-9b7e-aa7c47b4f9c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:28.993359 [ 261 ] {f1f40e77-bfc0-4e55-9b7e-aa7c47b4f9c7} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.04 04:34:28.993561 [ 261 ] {f1f40e77-bfc0-4e55-9b7e-aa7c47b4f9c7} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:28.993688 [ 261 ] {f1f40e77-bfc0-4e55-9b7e-aa7c47b4f9c7} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2026.03.04 04:34:28.993724 [ 261 ] {f1f40e77-bfc0-4e55-9b7e-aa7c47b4f9c7} TCPHandler: Processed in 0.001349036 sec. 2026.03.04 04:34:28.993835 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:28.993927 [ 261 ] {9774f3b2-93f9-455e-90d7-a7c13be4cfdb} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:34:28.993980 [ 261 ] {9774f3b2-93f9-455e-90d7-a7c13be4cfdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:34:28.994787 [ 261 ] {9774f3b2-93f9-455e-90d7-a7c13be4cfdb} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:28.994823 [ 261 ] {9774f3b2-93f9-455e-90d7-a7c13be4cfdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:28.995360 [ 261 ] {9774f3b2-93f9-455e-90d7-a7c13be4cfdb} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.04 04:34:28.995571 [ 261 ] {9774f3b2-93f9-455e-90d7-a7c13be4cfdb} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:28.995700 [ 261 ] {9774f3b2-93f9-455e-90d7-a7c13be4cfdb} executeQuery: Read 33 rows, 60.55 KiB in 0.001791 sec., 18425.460636515912 rows/sec., 33.02 MiB/sec. 2026.03.04 04:34:28.995750 [ 261 ] {9774f3b2-93f9-455e-90d7-a7c13be4cfdb} TCPHandler: Processed in 0.001963088 sec. 2026.03.04 04:34:28.995865 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:28.995957 [ 261 ] {2b1cda90-4567-4270-8740-033011850f09} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:34:28.995998 [ 261 ] {2b1cda90-4567-4270-8740-033011850f09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:34:28.996338 [ 261 ] {2b1cda90-4567-4270-8740-033011850f09} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:28.996373 [ 261 ] {2b1cda90-4567-4270-8740-033011850f09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:28.996661 [ 261 ] {2b1cda90-4567-4270-8740-033011850f09} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.04 04:34:28.996858 [ 261 ] {2b1cda90-4567-4270-8740-033011850f09} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:28.996981 [ 261 ] {2b1cda90-4567-4270-8740-033011850f09} executeQuery: Read 60 rows, 4.14 KiB in 0.001041 sec., 57636.88760806916 rows/sec., 3.88 MiB/sec. 2026.03.04 04:34:28.997016 [ 261 ] {2b1cda90-4567-4270-8740-033011850f09} TCPHandler: Processed in 0.001199793 sec. 2026.03.04 04:34:33.024041 [ 109 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:34:33.024119 [ 109 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:34:33.130851 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16348 2026.03.04 04:34:33.131416 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:33.131467 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:33.131998 [ 245 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.04 04:34:33.132237 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:33.132379 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16348 2026.03.04 04:34:33.987213 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:33.987413 [ 261 ] {3b724501-0d96-4f77-bfba-f11e8fe55b7b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:34:33.987488 [ 261 ] {3b724501-0d96-4f77-bfba-f11e8fe55b7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:34:33.988211 [ 261 ] {3b724501-0d96-4f77-bfba-f11e8fe55b7b} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:33.988257 [ 261 ] {3b724501-0d96-4f77-bfba-f11e8fe55b7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:33.988665 [ 261 ] {3b724501-0d96-4f77-bfba-f11e8fe55b7b} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.04 04:34:33.988906 [ 261 ] {3b724501-0d96-4f77-bfba-f11e8fe55b7b} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:33.989072 [ 261 ] {3b724501-0d96-4f77-bfba-f11e8fe55b7b} executeQuery: Read 72 rows, 5.91 KiB in 0.001712 sec., 42056.07476635514 rows/sec., 3.37 MiB/sec. 2026.03.04 04:34:33.989124 [ 261 ] {3b724501-0d96-4f77-bfba-f11e8fe55b7b} TCPHandler: Processed in 0.002053529 sec. 2026.03.04 04:34:33.989262 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:33.989368 [ 261 ] {8bd577d3-3f7a-47e3-85ba-3beb885552f7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:34:33.989414 [ 261 ] {8bd577d3-3f7a-47e3-85ba-3beb885552f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:34:33.989840 [ 261 ] {8bd577d3-3f7a-47e3-85ba-3beb885552f7} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:33.989880 [ 261 ] {8bd577d3-3f7a-47e3-85ba-3beb885552f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:33.990189 [ 261 ] {8bd577d3-3f7a-47e3-85ba-3beb885552f7} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.04 04:34:33.990402 [ 261 ] {8bd577d3-3f7a-47e3-85ba-3beb885552f7} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:33.990543 [ 261 ] {8bd577d3-3f7a-47e3-85ba-3beb885552f7} executeQuery: Read 8 rows, 616.00 B in 0.001199 sec., 6672.226855713095 rows/sec., 501.72 KiB/sec. 2026.03.04 04:34:33.990593 [ 261 ] {8bd577d3-3f7a-47e3-85ba-3beb885552f7} TCPHandler: Processed in 0.001384497 sec. 2026.03.04 04:34:33.990730 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:33.990832 [ 261 ] {7c39914d-3f3e-4e56-988a-35f9b8c1e1aa} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:34:33.990874 [ 261 ] {7c39914d-3f3e-4e56-988a-35f9b8c1e1aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:34:33.991029 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2026.03.04 04:34:33.991315 [ 261 ] {7c39914d-3f3e-4e56-988a-35f9b8c1e1aa} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:33.991357 [ 261 ] {7c39914d-3f3e-4e56-988a-35f9b8c1e1aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:33.991676 [ 261 ] {7c39914d-3f3e-4e56-988a-35f9b8c1e1aa} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.04 04:34:33.991907 [ 261 ] {7c39914d-3f3e-4e56-988a-35f9b8c1e1aa} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:33.992044 [ 261 ] {7c39914d-3f3e-4e56-988a-35f9b8c1e1aa} executeQuery: Read 72 rows, 5.76 KiB in 0.001233 sec., 58394.16058394161 rows/sec., 4.56 MiB/sec. 2026.03.04 04:34:33.992084 [ 261 ] {7c39914d-3f3e-4e56-988a-35f9b8c1e1aa} TCPHandler: Processed in 0.001406507 sec. 2026.03.04 04:34:33.992217 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:33.992316 [ 261 ] {b3b48739-4b35-408f-8a04-953037f34d00} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:34:33.992362 [ 261 ] {b3b48739-4b35-408f-8a04-953037f34d00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:34:33.992784 [ 261 ] {b3b48739-4b35-408f-8a04-953037f34d00} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:33.992821 [ 261 ] {b3b48739-4b35-408f-8a04-953037f34d00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:33.993152 [ 261 ] {b3b48739-4b35-408f-8a04-953037f34d00} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.04 04:34:33.993375 [ 261 ] {b3b48739-4b35-408f-8a04-953037f34d00} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:33.993506 [ 261 ] {b3b48739-4b35-408f-8a04-953037f34d00} executeQuery: Read 160 rows, 11.41 KiB in 0.001211 sec., 132122.21304706854 rows/sec., 9.20 MiB/sec. 2026.03.04 04:34:33.993545 [ 261 ] {b3b48739-4b35-408f-8a04-953037f34d00} TCPHandler: Processed in 0.001379607 sec. 2026.03.04 04:34:33.993658 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:33.993755 [ 261 ] {1feca4e3-0443-4ee1-9c3c-81100705605b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:34:33.993813 [ 261 ] {1feca4e3-0443-4ee1-9c3c-81100705605b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:34:33.994578 [ 261 ] {1feca4e3-0443-4ee1-9c3c-81100705605b} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:33.994615 [ 261 ] {1feca4e3-0443-4ee1-9c3c-81100705605b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:33.995176 [ 261 ] {1feca4e3-0443-4ee1-9c3c-81100705605b} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.04 04:34:33.995404 [ 261 ] {1feca4e3-0443-4ee1-9c3c-81100705605b} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:33.995551 [ 261 ] {1feca4e3-0443-4ee1-9c3c-81100705605b} executeQuery: Read 8 rows, 14.68 KiB in 0.001814 sec., 4410.143329658214 rows/sec., 7.90 MiB/sec. 2026.03.04 04:34:33.995615 [ 261 ] {1feca4e3-0443-4ee1-9c3c-81100705605b} TCPHandler: Processed in 0.002008069 sec. 2026.03.04 04:34:33.995735 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:33.995833 [ 261 ] {e153277b-c9f4-4abc-b0b7-65ea05f1634c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:34:33.995876 [ 261 ] {e153277b-c9f4-4abc-b0b7-65ea05f1634c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:34:33.996221 [ 261 ] {e153277b-c9f4-4abc-b0b7-65ea05f1634c} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:33.996259 [ 261 ] {e153277b-c9f4-4abc-b0b7-65ea05f1634c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:33.996566 [ 261 ] {e153277b-c9f4-4abc-b0b7-65ea05f1634c} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.04 04:34:33.996781 [ 261 ] {e153277b-c9f4-4abc-b0b7-65ea05f1634c} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:33.996916 [ 261 ] {e153277b-c9f4-4abc-b0b7-65ea05f1634c} executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. 2026.03.04 04:34:33.996954 [ 261 ] {e153277b-c9f4-4abc-b0b7-65ea05f1634c} TCPHandler: Processed in 0.001268984 sec. 2026.03.04 04:34:34.008563 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:34.008620 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:34.014515 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.04 04:34:34.015204 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:34.018342 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2026.03.04 04:34:38.183411 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 994 2026.03.04 04:34:38.185598 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:38.185656 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:38.186861 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.04 04:34:38.187139 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:38.187307 [ 102 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.03.04 04:34:38.187368 [ 102 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:38.187388 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:38.187511 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 994 2026.03.04 04:34:38.187520 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.03.04 04:34:38.188135 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:34:38.188275 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 812 rows starting from the beginning of the part 2026.03.04 04:34:38.188614 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 48 rows starting from the beginning of the part 2026.03.04 04:34:38.188955 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 34 rows starting from the beginning of the part 2026.03.04 04:34:38.189310 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 38 rows starting from the beginning of the part 2026.03.04 04:34:38.189653 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 38 rows starting from the beginning of the part 2026.03.04 04:34:38.189988 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 24 rows starting from the beginning of the part 2026.03.04 04:34:38.196322 [ 189 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 994 rows, containing 72 columns (72 merged, 0 gathered) in 0.00885658 sec., 112232.93867384476 rows/sec., 94.71 MiB/sec. 2026.03.04 04:34:38.197447 [ 196 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.03.04 04:34:38.197981 [ 196 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_26_5} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:38.198053 [ 196 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_26_5} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.03.04 04:34:38.198198 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.26 MiB. 2026.03.04 04:34:38.988952 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:38.989136 [ 261 ] {e2857c08-f4ad-48f1-bedc-262c80a58af6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:34:38.989204 [ 261 ] {e2857c08-f4ad-48f1-bedc-262c80a58af6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:34:38.989870 [ 261 ] {e2857c08-f4ad-48f1-bedc-262c80a58af6} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:38.989923 [ 261 ] {e2857c08-f4ad-48f1-bedc-262c80a58af6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:38.990313 [ 261 ] {e2857c08-f4ad-48f1-bedc-262c80a58af6} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.04 04:34:38.990544 [ 261 ] {e2857c08-f4ad-48f1-bedc-262c80a58af6} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:38.990707 [ 261 ] {e2857c08-f4ad-48f1-bedc-262c80a58af6} executeQuery: Read 24 rows, 2.04 KiB in 0.001621 sec., 14805.675508945094 rows/sec., 1.23 MiB/sec. 2026.03.04 04:34:38.990756 [ 261 ] {e2857c08-f4ad-48f1-bedc-262c80a58af6} TCPHandler: Processed in 0.001936118 sec. 2026.03.04 04:34:38.990887 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:38.990990 [ 261 ] {80dc0aeb-d793-4a28-9eee-443d3073e58c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:34:38.991034 [ 261 ] {80dc0aeb-d793-4a28-9eee-443d3073e58c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:34:38.991449 [ 261 ] {80dc0aeb-d793-4a28-9eee-443d3073e58c} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:38.991486 [ 261 ] {80dc0aeb-d793-4a28-9eee-443d3073e58c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:38.991781 [ 261 ] {80dc0aeb-d793-4a28-9eee-443d3073e58c} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.04 04:34:38.991989 [ 261 ] {80dc0aeb-d793-4a28-9eee-443d3073e58c} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:38.992117 [ 261 ] {80dc0aeb-d793-4a28-9eee-443d3073e58c} executeQuery: Read 8 rows, 668.00 B in 0.001151 sec., 6950.477845351868 rows/sec., 566.76 KiB/sec. 2026.03.04 04:34:38.992154 [ 261 ] {80dc0aeb-d793-4a28-9eee-443d3073e58c} TCPHandler: Processed in 0.001317996 sec. 2026.03.04 04:34:38.992263 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:38.992357 [ 261 ] {19d1745c-a6db-44b8-959d-bd2b37a3c0e3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:34:38.992396 [ 261 ] {19d1745c-a6db-44b8-959d-bd2b37a3c0e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:34:38.992906 [ 261 ] {19d1745c-a6db-44b8-959d-bd2b37a3c0e3} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:38.992941 [ 261 ] {19d1745c-a6db-44b8-959d-bd2b37a3c0e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:38.993260 [ 261 ] {19d1745c-a6db-44b8-959d-bd2b37a3c0e3} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.04 04:34:38.993469 [ 261 ] {19d1745c-a6db-44b8-959d-bd2b37a3c0e3} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:38.993595 [ 261 ] {19d1745c-a6db-44b8-959d-bd2b37a3c0e3} executeQuery: Read 246 rows, 22.45 KiB in 0.001258 sec., 195548.48966613674 rows/sec., 17.43 MiB/sec. 2026.03.04 04:34:38.993633 [ 261 ] {19d1745c-a6db-44b8-959d-bd2b37a3c0e3} TCPHandler: Processed in 0.001416977 sec. 2026.03.04 04:34:38.993745 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:38.993838 [ 261 ] {8f33ede7-56c4-41b8-bbe8-820ce8d5b1f2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:34:38.993877 [ 261 ] {8f33ede7-56c4-41b8-bbe8-820ce8d5b1f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:34:38.994284 [ 261 ] {8f33ede7-56c4-41b8-bbe8-820ce8d5b1f2} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:38.994320 [ 261 ] {8f33ede7-56c4-41b8-bbe8-820ce8d5b1f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:38.994620 [ 261 ] {8f33ede7-56c4-41b8-bbe8-820ce8d5b1f2} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.04 04:34:38.994822 [ 261 ] {8f33ede7-56c4-41b8-bbe8-820ce8d5b1f2} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:38.994930 [ 102 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.04 04:34:38.994947 [ 261 ] {8f33ede7-56c4-41b8-bbe8-820ce8d5b1f2} executeQuery: Read 53 rows, 4.00 KiB in 0.001127 sec., 47027.50665483585 rows/sec., 3.47 MiB/sec. 2026.03.04 04:34:38.994995 [ 102 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:38.995004 [ 261 ] {8f33ede7-56c4-41b8-bbe8-820ce8d5b1f2} TCPHandler: Processed in 0.001306406 sec. 2026.03.04 04:34:38.995024 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:38.995123 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:38.995141 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.04 04:34:38.995220 [ 261 ] {e932f8b4-c8e4-4df2-ab6a-fbcc51776523} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:34:38.995254 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:34:38.995263 [ 261 ] {e932f8b4-c8e4-4df2-ab6a-fbcc51776523} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:34:38.995292 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 224 rows starting from the beginning of the part 2026.03.04 04:34:38.995362 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 33 rows starting from the beginning of the part 2026.03.04 04:34:38.995405 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 21 rows starting from the beginning of the part 2026.03.04 04:34:38.995447 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 33 rows starting from the beginning of the part 2026.03.04 04:34:38.995487 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 8 rows starting from the beginning of the part 2026.03.04 04:34:38.995524 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 53 rows starting from the beginning of the part 2026.03.04 04:34:38.995667 [ 261 ] {e932f8b4-c8e4-4df2-ab6a-fbcc51776523} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:38.995709 [ 261 ] {e932f8b4-c8e4-4df2-ab6a-fbcc51776523} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:38.996059 [ 261 ] {e932f8b4-c8e4-4df2-ab6a-fbcc51776523} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.04 04:34:38.996284 [ 261 ] {e932f8b4-c8e4-4df2-ab6a-fbcc51776523} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:38.996375 [ 196 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 372 rows, containing 5 columns (5 merged, 0 gathered) in 0.001273665 sec., 292070.5208983524 rows/sec., 20.88 MiB/sec. 2026.03.04 04:34:38.996408 [ 261 ] {e932f8b4-c8e4-4df2-ab6a-fbcc51776523} executeQuery: Read 24 rows, 2.04 KiB in 0.001206 sec., 19900.49751243781 rows/sec., 1.65 MiB/sec. 2026.03.04 04:34:38.996452 [ 261 ] {e932f8b4-c8e4-4df2-ab6a-fbcc51776523} TCPHandler: Processed in 0.001376856 sec. 2026.03.04 04:34:38.996533 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.04 04:34:38.996565 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:38.996661 [ 261 ] {798103d4-4894-452e-a392-84ceba74f7c3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:34:38.996703 [ 261 ] {798103d4-4894-452e-a392-84ceba74f7c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:34:38.996794 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_46_9} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:38.996864 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_46_9} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.04 04:34:38.996931 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.04 04:34:38.997100 [ 261 ] {798103d4-4894-452e-a392-84ceba74f7c3} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:38.997140 [ 261 ] {798103d4-4894-452e-a392-84ceba74f7c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:38.997435 [ 261 ] {798103d4-4894-452e-a392-84ceba74f7c3} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.04 04:34:38.997646 [ 261 ] {798103d4-4894-452e-a392-84ceba74f7c3} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:38.997771 [ 261 ] {798103d4-4894-452e-a392-84ceba74f7c3} executeQuery: Read 12 rows, 960.00 B in 0.001128 sec., 10638.297872340425 rows/sec., 831.12 KiB/sec. 2026.03.04 04:34:38.997806 [ 261 ] {798103d4-4894-452e-a392-84ceba74f7c3} TCPHandler: Processed in 0.001287955 sec. 2026.03.04 04:34:38.997914 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:38.998005 [ 261 ] {2cd7f964-1b88-4e54-8ec1-1dd7b0263fb1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:34:38.998043 [ 261 ] {2cd7f964-1b88-4e54-8ec1-1dd7b0263fb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:34:38.998495 [ 261 ] {2cd7f964-1b88-4e54-8ec1-1dd7b0263fb1} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:38.998528 [ 261 ] {2cd7f964-1b88-4e54-8ec1-1dd7b0263fb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:38.998833 [ 261 ] {2cd7f964-1b88-4e54-8ec1-1dd7b0263fb1} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.04 04:34:38.999039 [ 261 ] {2cd7f964-1b88-4e54-8ec1-1dd7b0263fb1} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:38.999163 [ 261 ] {2cd7f964-1b88-4e54-8ec1-1dd7b0263fb1} executeQuery: Read 141 rows, 11.67 KiB in 0.001176 sec., 119897.95918367348 rows/sec., 9.69 MiB/sec. 2026.03.04 04:34:38.999198 [ 261 ] {2cd7f964-1b88-4e54-8ec1-1dd7b0263fb1} TCPHandler: Processed in 0.001331266 sec. 2026.03.04 04:34:38.999307 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:38.999399 [ 261 ] {7e668958-31b2-4cdb-8729-89d2849660ac} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:34:38.999441 [ 261 ] {7e668958-31b2-4cdb-8729-89d2849660ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:34:38.999841 [ 261 ] {7e668958-31b2-4cdb-8729-89d2849660ac} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:38.999874 [ 261 ] {7e668958-31b2-4cdb-8729-89d2849660ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:39.000208 [ 261 ] {7e668958-31b2-4cdb-8729-89d2849660ac} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.04 04:34:39.000416 [ 261 ] {7e668958-31b2-4cdb-8729-89d2849660ac} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:39.000541 [ 261 ] {7e668958-31b2-4cdb-8729-89d2849660ac} executeQuery: Read 200 rows, 14.68 KiB in 0.00116 sec., 172413.79310344826 rows/sec., 12.36 MiB/sec. 2026.03.04 04:34:39.000575 [ 261 ] {7e668958-31b2-4cdb-8729-89d2849660ac} TCPHandler: Processed in 0.001315255 sec. 2026.03.04 04:34:39.000688 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:39.000781 [ 261 ] {21ff5276-cc8a-4b73-b2e6-69b996aa5837} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:34:39.000833 [ 261 ] {21ff5276-cc8a-4b73-b2e6-69b996aa5837} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:34:39.001675 [ 261 ] {21ff5276-cc8a-4b73-b2e6-69b996aa5837} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:39.001710 [ 261 ] {21ff5276-cc8a-4b73-b2e6-69b996aa5837} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:39.002256 [ 261 ] {21ff5276-cc8a-4b73-b2e6-69b996aa5837} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.04 04:34:39.002475 [ 261 ] {21ff5276-cc8a-4b73-b2e6-69b996aa5837} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:39.002624 [ 261 ] {21ff5276-cc8a-4b73-b2e6-69b996aa5837} executeQuery: Read 33 rows, 60.55 KiB in 0.001861 sec., 17732.401934443846 rows/sec., 31.78 MiB/sec. 2026.03.04 04:34:39.002682 [ 261 ] {21ff5276-cc8a-4b73-b2e6-69b996aa5837} TCPHandler: Processed in 0.00204099 sec. 2026.03.04 04:34:39.002796 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:39.002890 [ 261 ] {3eeea514-15c7-4385-b58d-7678d5d977ff} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:34:39.002931 [ 261 ] {3eeea514-15c7-4385-b58d-7678d5d977ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:34:39.003267 [ 261 ] {3eeea514-15c7-4385-b58d-7678d5d977ff} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:39.003302 [ 261 ] {3eeea514-15c7-4385-b58d-7678d5d977ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:39.003606 [ 261 ] {3eeea514-15c7-4385-b58d-7678d5d977ff} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.04 04:34:39.003816 [ 261 ] {3eeea514-15c7-4385-b58d-7678d5d977ff} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:39.003941 [ 261 ] {3eeea514-15c7-4385-b58d-7678d5d977ff} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2026.03.04 04:34:39.003974 [ 261 ] {3eeea514-15c7-4385-b58d-7678d5d977ff} TCPHandler: Processed in 0.001224954 sec. 2026.03.04 04:34:40.633112 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16796 2026.03.04 04:34:40.633693 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:40.633742 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:40.634238 [ 245 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.04 04:34:40.634483 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:40.634619 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16796 2026.03.04 04:34:41.519063 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2026.03.04 04:34:41.537109 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:41.537180 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:41.543393 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.04 04:34:41.544103 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:41.547204 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2026.03.04 04:34:43.985905 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:43.986124 [ 261 ] {a360bb18-719c-465c-8240-e3501f86f0f2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:34:43.986200 [ 261 ] {a360bb18-719c-465c-8240-e3501f86f0f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:34:43.986923 [ 261 ] {a360bb18-719c-465c-8240-e3501f86f0f2} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:43.986977 [ 261 ] {a360bb18-719c-465c-8240-e3501f86f0f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:43.987375 [ 261 ] {a360bb18-719c-465c-8240-e3501f86f0f2} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.04 04:34:43.987606 [ 261 ] {a360bb18-719c-465c-8240-e3501f86f0f2} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:43.987757 [ 261 ] {a360bb18-719c-465c-8240-e3501f86f0f2} executeQuery: Read 72 rows, 5.91 KiB in 0.001696 sec., 42452.83018867925 rows/sec., 3.41 MiB/sec. 2026.03.04 04:34:43.987758 [ 96 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.04 04:34:43.987800 [ 261 ] {a360bb18-719c-465c-8240-e3501f86f0f2} TCPHandler: Processed in 0.00205353 sec. 2026.03.04 04:34:43.987835 [ 96 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:43.987871 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:43.987946 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:43.988018 [ 190 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.03.04 04:34:43.988047 [ 261 ] {8f8efd86-02f7-417f-bf3b-850f504863f8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:34:43.988095 [ 261 ] {8f8efd86-02f7-417f-bf3b-850f504863f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:34:43.988169 [ 190 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:34:43.988214 [ 190 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2890 rows starting from the beginning of the part 2026.03.04 04:34:43.988291 [ 190 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 56 rows starting from the beginning of the part 2026.03.04 04:34:43.988344 [ 190 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 122 rows starting from the beginning of the part 2026.03.04 04:34:43.988392 [ 190 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 72 rows starting from the beginning of the part 2026.03.04 04:34:43.988435 [ 190 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 246 rows starting from the beginning of the part 2026.03.04 04:34:43.988481 [ 190 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 72 rows starting from the beginning of the part 2026.03.04 04:34:43.988495 [ 261 ] {8f8efd86-02f7-417f-bf3b-850f504863f8} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:43.988538 [ 261 ] {8f8efd86-02f7-417f-bf3b-850f504863f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:43.988888 [ 261 ] {8f8efd86-02f7-417f-bf3b-850f504863f8} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.04 04:34:43.989109 [ 261 ] {8f8efd86-02f7-417f-bf3b-850f504863f8} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:43.989246 [ 261 ] {8f8efd86-02f7-417f-bf3b-850f504863f8} executeQuery: Read 8 rows, 616.00 B in 0.001218 sec., 6568.144499178982 rows/sec., 493.89 KiB/sec. 2026.03.04 04:34:43.989284 [ 261 ] {8f8efd86-02f7-417f-bf3b-850f504863f8} TCPHandler: Processed in 0.001401507 sec. 2026.03.04 04:34:43.989399 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:43.989494 [ 261 ] {4bc1ee12-13eb-4acd-b89b-89ee6d2a023b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:34:43.989535 [ 261 ] {4bc1ee12-13eb-4acd-b89b-89ee6d2a023b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:34:43.989950 [ 261 ] {4bc1ee12-13eb-4acd-b89b-89ee6d2a023b} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:43.989986 [ 261 ] {4bc1ee12-13eb-4acd-b89b-89ee6d2a023b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:43.990011 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3458 rows, containing 5 columns (5 merged, 0 gathered) in 0.002060199 sec., 1678478.6324039572 rows/sec., 137.93 MiB/sec. 2026.03.04 04:34:43.990296 [ 261 ] {4bc1ee12-13eb-4acd-b89b-89ee6d2a023b} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.04 04:34:43.990432 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.04 04:34:43.990525 [ 261 ] {4bc1ee12-13eb-4acd-b89b-89ee6d2a023b} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:43.990656 [ 96 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.04 04:34:43.990672 [ 261 ] {4bc1ee12-13eb-4acd-b89b-89ee6d2a023b} executeQuery: Read 72 rows, 5.76 KiB in 0.001195 sec., 60251.046025104595 rows/sec., 4.70 MiB/sec. 2026.03.04 04:34:43.990702 [ 96 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:43.990723 [ 261 ] {4bc1ee12-13eb-4acd-b89b-89ee6d2a023b} TCPHandler: Processed in 0.001374417 sec. 2026.03.04 04:34:43.990730 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.17 GiB. 2026.03.04 04:34:43.990775 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_56_11} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:43.990842 [ 195 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.03.04 04:34:43.990849 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:43.990868 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_56_11} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.04 04:34:43.990956 [ 195 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:34:43.990968 [ 261 ] {942f6489-d3e0-49e9-b2e4-802b97ccbc0c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:34:43.990984 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2026.03.04 04:34:43.990986 [ 195 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1550 rows starting from the beginning of the part 2026.03.04 04:34:43.991032 [ 261 ] {942f6489-d3e0-49e9-b2e4-802b97ccbc0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:34:43.991064 [ 195 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 64 rows starting from the beginning of the part 2026.03.04 04:34:43.991113 [ 195 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 97 rows starting from the beginning of the part 2026.03.04 04:34:43.991152 [ 195 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 72 rows starting from the beginning of the part 2026.03.04 04:34:43.991189 [ 195 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 141 rows starting from the beginning of the part 2026.03.04 04:34:43.991226 [ 195 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 72 rows starting from the beginning of the part 2026.03.04 04:34:43.991433 [ 261 ] {942f6489-d3e0-49e9-b2e4-802b97ccbc0c} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:43.991477 [ 261 ] {942f6489-d3e0-49e9-b2e4-802b97ccbc0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:43.991822 [ 261 ] {942f6489-d3e0-49e9-b2e4-802b97ccbc0c} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.04 04:34:43.992044 [ 261 ] {942f6489-d3e0-49e9-b2e4-802b97ccbc0c} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:43.992151 [ 96 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.04 04:34:43.992173 [ 261 ] {942f6489-d3e0-49e9-b2e4-802b97ccbc0c} executeQuery: Read 160 rows, 11.41 KiB in 0.001223 sec., 130825.83810302535 rows/sec., 9.11 MiB/sec. 2026.03.04 04:34:43.992182 [ 96 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:43.992212 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:43.992216 [ 261 ] {942f6489-d3e0-49e9-b2e4-802b97ccbc0c} TCPHandler: Processed in 0.001417178 sec. 2026.03.04 04:34:43.992286 [ 199 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.03.04 04:34:43.992332 [ 194 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1996 rows, containing 5 columns (5 merged, 0 gathered) in 0.00153556 sec., 1299851.519966657 rows/sec., 98.32 MiB/sec. 2026.03.04 04:34:43.992336 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:43.992397 [ 199 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:34:43.992431 [ 199 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 18041 rows starting from the beginning of the part 2026.03.04 04:34:43.992467 [ 261 ] {d8dccbcd-12d2-4cce-95db-83ab48125abe} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:34:43.992486 [ 199 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 128 rows starting from the beginning of the part 2026.03.04 04:34:43.992528 [ 261 ] {d8dccbcd-12d2-4cce-95db-83ab48125abe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:34:43.992537 [ 199 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part 2026.03.04 04:34:43.992556 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.04 04:34:43.992589 [ 199 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part 2026.03.04 04:34:43.992636 [ 199 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 200 rows starting from the beginning of the part 2026.03.04 04:34:43.992678 [ 199 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part 2026.03.04 04:34:43.992969 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_56_11} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:43.993080 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_56_11} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.04 04:34:43.993178 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.03.04 04:34:43.993291 [ 261 ] {d8dccbcd-12d2-4cce-95db-83ab48125abe} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:43.993326 [ 261 ] {d8dccbcd-12d2-4cce-95db-83ab48125abe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:43.993903 [ 261 ] {d8dccbcd-12d2-4cce-95db-83ab48125abe} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.04 04:34:43.994139 [ 261 ] {d8dccbcd-12d2-4cce-95db-83ab48125abe} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:43.994285 [ 261 ] {d8dccbcd-12d2-4cce-95db-83ab48125abe} executeQuery: Read 8 rows, 14.68 KiB in 0.001835 sec., 4359.673024523161 rows/sec., 7.81 MiB/sec. 2026.03.04 04:34:43.994283 [ 98 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.04 04:34:43.994342 [ 98 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:43.994352 [ 261 ] {d8dccbcd-12d2-4cce-95db-83ab48125abe} TCPHandler: Processed in 0.00206687 sec. 2026.03.04 04:34:43.994363 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:43.994473 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.04 04:34:43.994483 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:43.994596 [ 261 ] {a6b8cf12-2893-4e3b-96b3-5cd5144d9eee} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:34:43.994639 [ 261 ] {a6b8cf12-2893-4e3b-96b3-5cd5144d9eee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:34:43.994671 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:34:43.994724 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 921 rows starting from the beginning of the part 2026.03.04 04:34:43.994846 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 17 rows starting from the beginning of the part 2026.03.04 04:34:43.994949 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 33 rows starting from the beginning of the part 2026.03.04 04:34:43.994979 [ 261 ] {a6b8cf12-2893-4e3b-96b3-5cd5144d9eee} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:43.995015 [ 261 ] {a6b8cf12-2893-4e3b-96b3-5cd5144d9eee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:43.995047 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part 2026.03.04 04:34:43.995138 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 33 rows starting from the beginning of the part 2026.03.04 04:34:43.995223 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part 2026.03.04 04:34:43.995342 [ 261 ] {a6b8cf12-2893-4e3b-96b3-5cd5144d9eee} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.04 04:34:43.995553 [ 261 ] {a6b8cf12-2893-4e3b-96b3-5cd5144d9eee} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:43.995669 [ 98 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.04 04:34:43.995688 [ 261 ] {a6b8cf12-2893-4e3b-96b3-5cd5144d9eee} executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. 2026.03.04 04:34:43.995701 [ 98 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:43.995728 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:43.995731 [ 261 ] {a6b8cf12-2893-4e3b-96b3-5cd5144d9eee} TCPHandler: Processed in 0.001298985 sec. 2026.03.04 04:34:43.995813 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.03.04 04:34:43.995929 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:34:43.995966 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2802 rows starting from the beginning of the part 2026.03.04 04:34:43.996020 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 48 rows starting from the beginning of the part 2026.03.04 04:34:43.996062 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part 2026.03.04 04:34:43.996097 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part 2026.03.04 04:34:43.996132 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part 2026.03.04 04:34:43.996167 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part 2026.03.04 04:34:43.997580 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3090 rows, containing 4 columns (4 merged, 0 gathered) in 0.001811035 sec., 1706206.6718754745 rows/sec., 113.49 MiB/sec. 2026.03.04 04:34:43.997969 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.04 04:34:43.998241 [ 197 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_56_11} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:43.998267 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 5 columns (5 merged, 0 gathered) in 0.006013285 sec., 3134559.562701585 rows/sec., 208.47 MiB/sec. 2026.03.04 04:34:43.998340 [ 197 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_56_11} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.04 04:34:43.998429 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2026.03.04 04:34:43.998677 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.04 04:34:43.999026 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_56_11} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:43.999108 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_56_11} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.04 04:34:43.999206 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.14 MiB. 2026.03.04 04:34:44.000171 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 295.91 MiB, peak 301.68 MiB, free memory in arenas 0.00 B, will set to 292.39 MiB (RSS), difference: -3.52 MiB 2026.03.04 04:34:44.002223 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1020 rows, containing 19 columns (19 merged, 0 gathered) in 0.00779845 sec., 130795.22212747404 rows/sec., 234.38 MiB/sec. 2026.03.04 04:34:44.003492 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.04 04:34:44.003807 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_46_9} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:44.003873 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_46_9} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.04 04:34:44.003953 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.24 MiB. 2026.03.04 04:34:45.000175 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 285.02 MiB, peak 301.68 MiB, free memory in arenas 0.00 B, will set to 293.88 MiB (RSS), difference: 8.86 MiB 2026.03.04 04:34:48.024215 [ 93 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:34:48.024316 [ 93 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:34:48.134696 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17308 2026.03.04 04:34:48.135235 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:48.135286 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:48.135782 [ 245 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.04 04:34:48.136015 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:48.136148 [ 93 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.04 04:34:48.136158 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17308 2026.03.04 04:34:48.136193 [ 93 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:48.136222 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:48.136345 [ 194 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.04 04:34:48.136484 [ 194 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:34:48.136524 [ 194 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14876 rows starting from the beginning of the part 2026.03.04 04:34:48.136591 [ 194 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 512 rows starting from the beginning of the part 2026.03.04 04:34:48.136636 [ 194 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 448 rows starting from the beginning of the part 2026.03.04 04:34:48.136678 [ 194 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 512 rows starting from the beginning of the part 2026.03.04 04:34:48.136718 [ 194 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 448 rows starting from the beginning of the part 2026.03.04 04:34:48.136758 [ 194 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 512 rows starting from the beginning of the part 2026.03.04 04:34:48.138785 [ 193 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17308 rows, containing 4 columns (4 merged, 0 gathered) in 0.002494798 sec., 6937635.8326405585 rows/sec., 99.24 MiB/sec. 2026.03.04 04:34:48.138886 [ 194 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.04 04:34:48.139146 [ 194 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_36_7} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:48.139222 [ 194 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_36_7} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.04 04:34:48.139300 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2026.03.04 04:34:48.188586 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1026 2026.03.04 04:34:48.190883 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:48.190940 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:48.192154 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.04 04:34:48.192428 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:48.192800 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1026 2026.03.04 04:34:48.986817 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:48.987020 [ 261 ] {c4215937-6ec6-4b4f-b7c0-f15a1796e1ab} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:34:48.987098 [ 261 ] {c4215937-6ec6-4b4f-b7c0-f15a1796e1ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:34:48.987825 [ 261 ] {c4215937-6ec6-4b4f-b7c0-f15a1796e1ab} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:48.987876 [ 261 ] {c4215937-6ec6-4b4f-b7c0-f15a1796e1ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:48.988290 [ 261 ] {c4215937-6ec6-4b4f-b7c0-f15a1796e1ab} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.04 04:34:48.988536 [ 261 ] {c4215937-6ec6-4b4f-b7c0-f15a1796e1ab} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:48.988705 [ 261 ] {c4215937-6ec6-4b4f-b7c0-f15a1796e1ab} executeQuery: Read 122 rows, 10.72 KiB in 0.001739 sec., 70155.26164462334 rows/sec., 6.02 MiB/sec. 2026.03.04 04:34:48.988755 [ 261 ] {c4215937-6ec6-4b4f-b7c0-f15a1796e1ab} TCPHandler: Processed in 0.00207989 sec. 2026.03.04 04:34:48.988885 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:48.988992 [ 261 ] {b5c9b2bb-da59-422c-aa3a-0edbd04bb77e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:34:48.989036 [ 261 ] {b5c9b2bb-da59-422c-aa3a-0edbd04bb77e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:34:48.989466 [ 261 ] {b5c9b2bb-da59-422c-aa3a-0edbd04bb77e} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:48.989505 [ 261 ] {b5c9b2bb-da59-422c-aa3a-0edbd04bb77e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:48.989813 [ 261 ] {b5c9b2bb-da59-422c-aa3a-0edbd04bb77e} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.04 04:34:48.990024 [ 261 ] {b5c9b2bb-da59-422c-aa3a-0edbd04bb77e} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:48.990160 [ 261 ] {b5c9b2bb-da59-422c-aa3a-0edbd04bb77e} executeQuery: Read 33 rows, 2.48 KiB in 0.001193 sec., 27661.35792120704 rows/sec., 2.03 MiB/sec. 2026.03.04 04:34:48.990199 [ 261 ] {b5c9b2bb-da59-422c-aa3a-0edbd04bb77e} TCPHandler: Processed in 0.001368816 sec. 2026.03.04 04:34:48.990310 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:48.990407 [ 261 ] {7b52fb23-30b0-40aa-b9e1-3e9a2b05ae2c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:34:48.990448 [ 261 ] {7b52fb23-30b0-40aa-b9e1-3e9a2b05ae2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:34:48.990871 [ 261 ] {7b52fb23-30b0-40aa-b9e1-3e9a2b05ae2c} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:48.990909 [ 261 ] {7b52fb23-30b0-40aa-b9e1-3e9a2b05ae2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:48.991228 [ 261 ] {7b52fb23-30b0-40aa-b9e1-3e9a2b05ae2c} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.04 04:34:48.991431 [ 261 ] {7b52fb23-30b0-40aa-b9e1-3e9a2b05ae2c} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:48.991561 [ 261 ] {7b52fb23-30b0-40aa-b9e1-3e9a2b05ae2c} executeQuery: Read 97 rows, 7.76 KiB in 0.001174 sec., 82623.50936967632 rows/sec., 6.45 MiB/sec. 2026.03.04 04:34:48.991600 [ 261 ] {7b52fb23-30b0-40aa-b9e1-3e9a2b05ae2c} TCPHandler: Processed in 0.001341336 sec. 2026.03.04 04:34:48.991714 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:48.991811 [ 261 ] {54f69309-1614-4863-958b-5d1e25dbd76b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:34:48.991856 [ 261 ] {54f69309-1614-4863-958b-5d1e25dbd76b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:34:48.992269 [ 261 ] {54f69309-1614-4863-958b-5d1e25dbd76b} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:48.992307 [ 261 ] {54f69309-1614-4863-958b-5d1e25dbd76b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:48.992639 [ 261 ] {54f69309-1614-4863-958b-5d1e25dbd76b} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.04 04:34:48.992853 [ 261 ] {54f69309-1614-4863-958b-5d1e25dbd76b} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:48.992985 [ 261 ] {54f69309-1614-4863-958b-5d1e25dbd76b} executeQuery: Read 160 rows, 11.41 KiB in 0.001193 sec., 134115.6747694887 rows/sec., 9.34 MiB/sec. 2026.03.04 04:34:48.993022 [ 261 ] {54f69309-1614-4863-958b-5d1e25dbd76b} TCPHandler: Processed in 0.001359476 sec. 2026.03.04 04:34:48.993126 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:48.993223 [ 261 ] {30c50a7b-4085-43bc-90a9-7c6a79023791} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:34:48.993278 [ 261 ] {30c50a7b-4085-43bc-90a9-7c6a79023791} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:34:48.994116 [ 261 ] {30c50a7b-4085-43bc-90a9-7c6a79023791} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:48.994153 [ 261 ] {30c50a7b-4085-43bc-90a9-7c6a79023791} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:48.994723 [ 261 ] {30c50a7b-4085-43bc-90a9-7c6a79023791} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.04 04:34:48.994948 [ 261 ] {30c50a7b-4085-43bc-90a9-7c6a79023791} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:48.995088 [ 261 ] {30c50a7b-4085-43bc-90a9-7c6a79023791} executeQuery: Read 33 rows, 60.55 KiB in 0.001883 sec., 17525.225703664368 rows/sec., 31.40 MiB/sec. 2026.03.04 04:34:48.995151 [ 261 ] {30c50a7b-4085-43bc-90a9-7c6a79023791} TCPHandler: Processed in 0.00207401 sec. 2026.03.04 04:34:48.995264 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:48.995361 [ 261 ] {5b7254c8-7388-4714-8d64-69c0f9f5669e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:34:48.995403 [ 261 ] {5b7254c8-7388-4714-8d64-69c0f9f5669e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:34:48.995745 [ 261 ] {5b7254c8-7388-4714-8d64-69c0f9f5669e} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:48.995780 [ 261 ] {5b7254c8-7388-4714-8d64-69c0f9f5669e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:48.996089 [ 261 ] {5b7254c8-7388-4714-8d64-69c0f9f5669e} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.04 04:34:48.996296 [ 261 ] {5b7254c8-7388-4714-8d64-69c0f9f5669e} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:48.996424 [ 261 ] {5b7254c8-7388-4714-8d64-69c0f9f5669e} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2026.03.04 04:34:48.996461 [ 261 ] {5b7254c8-7388-4714-8d64-69c0f9f5669e} TCPHandler: Processed in 0.001247955 sec. 2026.03.04 04:34:49.047295 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 2026.03.04 04:34:49.065397 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:49.065452 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:49.071541 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.04 04:34:49.072247 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:49.072531 [ 93 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.04 04:34:49.072571 [ 93 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:49.072589 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:49.072676 [ 201 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.04 04:34:49.075746 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 272 2026.03.04 04:34:49.076567 [ 201 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:34:49.078139 [ 201 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part 2026.03.04 04:34:49.082851 [ 201 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 7 rows starting from the beginning of the part 2026.03.04 04:34:49.087385 [ 201 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part 2026.03.04 04:34:49.091992 [ 201 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 7 rows starting from the beginning of the part 2026.03.04 04:34:49.096364 [ 201 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part 2026.03.04 04:34:49.100195 [ 201 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part 2026.03.04 04:34:49.160579 [ 194 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.087933426 sec., 3093.249204233212 rows/sec., 15.99 MiB/sec. 2026.03.04 04:34:49.163596 [ 194 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.04 04:34:49.165869 [ 194 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_36_7} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:49.165991 [ 194 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_36_7} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.04 04:34:49.168057 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2026.03.04 04:34:49.270491 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:49.270678 [ 261 ] {2b9a9376-919b-481f-8ba7-6f4067a94870} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:34:49.270753 [ 261 ] {2b9a9376-919b-481f-8ba7-6f4067a94870} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:34:49.271399 [ 261 ] {2b9a9376-919b-481f-8ba7-6f4067a94870} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:49.271455 [ 261 ] {2b9a9376-919b-481f-8ba7-6f4067a94870} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:49.271869 [ 261 ] {2b9a9376-919b-481f-8ba7-6f4067a94870} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.04 04:34:49.272103 [ 261 ] {2b9a9376-919b-481f-8ba7-6f4067a94870} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:49.272275 [ 261 ] {2b9a9376-919b-481f-8ba7-6f4067a94870} executeQuery: Read 4 rows, 334.00 B in 0.001647 sec., 2428.6581663630845 rows/sec., 198.04 KiB/sec. 2026.03.04 04:34:49.272325 [ 261 ] {2b9a9376-919b-481f-8ba7-6f4067a94870} TCPHandler: Processed in 0.001969498 sec. 2026.03.04 04:34:49.272448 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:49.272556 [ 261 ] {06022c56-d554-49eb-b6f2-9ae8c19812fc} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:34:49.272600 [ 261 ] {06022c56-d554-49eb-b6f2-9ae8c19812fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:34:49.274010 [ 261 ] {06022c56-d554-49eb-b6f2-9ae8c19812fc} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:49.274043 [ 261 ] {06022c56-d554-49eb-b6f2-9ae8c19812fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:49.274456 [ 261 ] {06022c56-d554-49eb-b6f2-9ae8c19812fc} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.04 04:34:49.274753 [ 261 ] {06022c56-d554-49eb-b6f2-9ae8c19812fc} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:49.274895 [ 261 ] {06022c56-d554-49eb-b6f2-9ae8c19812fc} executeQuery: Read 1954 rows, 149.86 KiB in 0.002365 sec., 826215.644820296 rows/sec., 61.88 MiB/sec. 2026.03.04 04:34:49.274936 [ 261 ] {06022c56-d554-49eb-b6f2-9ae8c19812fc} TCPHandler: Processed in 0.002538709 sec. 2026.03.04 04:34:49.275057 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:49.275159 [ 261 ] {06befeb4-9f47-4b42-8b26-7a18f1464ab5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:34:49.275203 [ 261 ] {06befeb4-9f47-4b42-8b26-7a18f1464ab5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:34:49.275620 [ 261 ] {06befeb4-9f47-4b42-8b26-7a18f1464ab5} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:49.275656 [ 261 ] {06befeb4-9f47-4b42-8b26-7a18f1464ab5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:49.275979 [ 261 ] {06befeb4-9f47-4b42-8b26-7a18f1464ab5} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.04 04:34:49.276193 [ 261 ] {06befeb4-9f47-4b42-8b26-7a18f1464ab5} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:49.276321 [ 261 ] {06befeb4-9f47-4b42-8b26-7a18f1464ab5} executeQuery: Read 21 rows, 1.56 KiB in 0.001185 sec., 17721.51898734177 rows/sec., 1.28 MiB/sec. 2026.03.04 04:34:49.276359 [ 261 ] {06befeb4-9f47-4b42-8b26-7a18f1464ab5} TCPHandler: Processed in 0.001351866 sec. 2026.03.04 04:34:49.276476 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:49.276574 [ 261 ] {8ef9e41e-28c3-4365-9912-9a44ff366793} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:34:49.276614 [ 261 ] {8ef9e41e-28c3-4365-9912-9a44ff366793} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:34:49.277236 [ 261 ] {8ef9e41e-28c3-4365-9912-9a44ff366793} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:49.277271 [ 261 ] {8ef9e41e-28c3-4365-9912-9a44ff366793} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:49.277596 [ 261 ] {8ef9e41e-28c3-4365-9912-9a44ff366793} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.04 04:34:49.277804 [ 261 ] {8ef9e41e-28c3-4365-9912-9a44ff366793} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:49.277896 [ 93 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2026.03.04 04:34:49.277926 [ 261 ] {8ef9e41e-28c3-4365-9912-9a44ff366793} executeQuery: Read 708 rows, 42.29 KiB in 0.001372 sec., 516034.9854227405 rows/sec., 30.10 MiB/sec. 2026.03.04 04:34:49.277930 [ 93 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:49.277959 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:49.277964 [ 261 ] {8ef9e41e-28c3-4365-9912-9a44ff366793} TCPHandler: Processed in 0.00153796 sec. 2026.03.04 04:34:49.278082 [ 192 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_20_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full 2026.03.04 04:34:49.278099 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:49.278215 [ 261 ] {bfaf2693-e1b0-4ee7-92aa-81af6fbab5c1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.04 04:34:49.278231 [ 192 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:34:49.278258 [ 261 ] {bfaf2693-e1b0-4ee7-92aa-81af6fbab5c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.04 04:34:49.278270 [ 192 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 882 rows starting from the beginning of the part 2026.03.04 04:34:49.278345 [ 192 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 149 rows starting from the beginning of the part 2026.03.04 04:34:49.278392 [ 192 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part 2026.03.04 04:34:49.278437 [ 192 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 708 rows starting from the beginning of the part 2026.03.04 04:34:49.278478 [ 192 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part 2026.03.04 04:34:49.278523 [ 192 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 708 rows starting from the beginning of the part 2026.03.04 04:34:49.278655 [ 261 ] {bfaf2693-e1b0-4ee7-92aa-81af6fbab5c1} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:49.278697 [ 261 ] {bfaf2693-e1b0-4ee7-92aa-81af6fbab5c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:49.279013 [ 261 ] {bfaf2693-e1b0-4ee7-92aa-81af6fbab5c1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.04 04:34:49.279233 [ 261 ] {bfaf2693-e1b0-4ee7-92aa-81af6fbab5c1} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:49.279359 [ 261 ] {bfaf2693-e1b0-4ee7-92aa-81af6fbab5c1} executeQuery: Read 1 rows, 72.00 B in 0.001162 sec., 860.5851979345955 rows/sec., 60.51 KiB/sec. 2026.03.04 04:34:49.279397 [ 261 ] {bfaf2693-e1b0-4ee7-92aa-81af6fbab5c1} TCPHandler: Processed in 0.001348466 sec. 2026.03.04 04:34:49.279511 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:49.279605 [ 261 ] {ad7914ff-4b3a-4597-9202-9416453f1605} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:34:49.279645 [ 261 ] {ad7914ff-4b3a-4597-9202-9416453f1605} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:34:49.279714 [ 189 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 2495 rows, containing 5 columns (5 merged, 0 gathered) in 0.001697302 sec., 1469980.003558589 rows/sec., 93.51 MiB/sec. 2026.03.04 04:34:49.279875 [ 192 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2026.03.04 04:34:49.280124 [ 192 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_20_4} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:49.280215 [ 192 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_20_4} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2026.03.04 04:34:49.280289 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.03.04 04:34:49.280449 [ 261 ] {ad7914ff-4b3a-4597-9202-9416453f1605} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:49.280492 [ 261 ] {ad7914ff-4b3a-4597-9202-9416453f1605} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:49.280851 [ 261 ] {ad7914ff-4b3a-4597-9202-9416453f1605} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.04 04:34:49.281058 [ 261 ] {ad7914ff-4b3a-4597-9202-9416453f1605} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:49.281189 [ 261 ] {ad7914ff-4b3a-4597-9202-9416453f1605} executeQuery: Read 1021 rows, 72.03 KiB in 0.001602 sec., 637328.3395755306 rows/sec., 43.91 MiB/sec. 2026.03.04 04:34:49.281228 [ 261 ] {ad7914ff-4b3a-4597-9202-9416453f1605} TCPHandler: Processed in 0.001764614 sec. 2026.03.04 04:34:49.281359 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:49.281457 [ 261 ] {a2cfe4be-8add-4b61-b216-26f6d7f06dd3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:34:49.281502 [ 261 ] {a2cfe4be-8add-4b61-b216-26f6d7f06dd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:34:49.282159 [ 261 ] {a2cfe4be-8add-4b61-b216-26f6d7f06dd3} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:49.282194 [ 261 ] {a2cfe4be-8add-4b61-b216-26f6d7f06dd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:49.282621 [ 261 ] {a2cfe4be-8add-4b61-b216-26f6d7f06dd3} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.04 04:34:49.282838 [ 261 ] {a2cfe4be-8add-4b61-b216-26f6d7f06dd3} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:49.282977 [ 261 ] {a2cfe4be-8add-4b61-b216-26f6d7f06dd3} executeQuery: Read 1219 rows, 78.06 KiB in 0.00154 sec., 791558.4415584416 rows/sec., 49.50 MiB/sec. 2026.03.04 04:34:49.283015 [ 261 ] {a2cfe4be-8add-4b61-b216-26f6d7f06dd3} TCPHandler: Processed in 0.001706153 sec. 2026.03.04 04:34:49.283133 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:49.283229 [ 261 ] {af40c8df-5bf2-4f02-86c8-fbc4768ec486} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:34:49.283285 [ 261 ] {af40c8df-5bf2-4f02-86c8-fbc4768ec486} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:34:49.284070 [ 261 ] {af40c8df-5bf2-4f02-86c8-fbc4768ec486} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:49.284106 [ 261 ] {af40c8df-5bf2-4f02-86c8-fbc4768ec486} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:49.284663 [ 261 ] {af40c8df-5bf2-4f02-86c8-fbc4768ec486} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.04 04:34:49.284896 [ 261 ] {af40c8df-5bf2-4f02-86c8-fbc4768ec486} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:49.285035 [ 261 ] {af40c8df-5bf2-4f02-86c8-fbc4768ec486} executeQuery: Read 17 rows, 31.19 KiB in 0.001824 sec., 9320.17543859649 rows/sec., 16.70 MiB/sec. 2026.03.04 04:34:49.285098 [ 261 ] {af40c8df-5bf2-4f02-86c8-fbc4768ec486} TCPHandler: Processed in 0.002013699 sec. 2026.03.04 04:34:49.285214 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:49.285309 [ 261 ] {acfb5f56-6dbe-441c-880e-906ba342f5f1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:34:49.285351 [ 261 ] {acfb5f56-6dbe-441c-880e-906ba342f5f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:34:49.285672 [ 261 ] {acfb5f56-6dbe-441c-880e-906ba342f5f1} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:49.285706 [ 261 ] {acfb5f56-6dbe-441c-880e-906ba342f5f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:49.286007 [ 261 ] {acfb5f56-6dbe-441c-880e-906ba342f5f1} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.04 04:34:49.286217 [ 261 ] {acfb5f56-6dbe-441c-880e-906ba342f5f1} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:49.286350 [ 261 ] {acfb5f56-6dbe-441c-880e-906ba342f5f1} executeQuery: Read 12 rows, 848.00 B in 0.001059 sec., 11331.444759206799 rows/sec., 781.99 KiB/sec. 2026.03.04 04:34:49.286385 [ 261 ] {acfb5f56-6dbe-441c-880e-906ba342f5f1} TCPHandler: Processed in 0.001220533 sec. 2026.03.04 04:34:53.984097 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:53.984302 [ 261 ] {56a68474-50b1-43bd-bc4d-2b5af7afadae} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:34:53.984374 [ 261 ] {56a68474-50b1-43bd-bc4d-2b5af7afadae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:34:53.985051 [ 261 ] {56a68474-50b1-43bd-bc4d-2b5af7afadae} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:53.985101 [ 261 ] {56a68474-50b1-43bd-bc4d-2b5af7afadae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:53.985501 [ 261 ] {56a68474-50b1-43bd-bc4d-2b5af7afadae} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.04 04:34:53.985736 [ 261 ] {56a68474-50b1-43bd-bc4d-2b5af7afadae} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:53.985899 [ 261 ] {56a68474-50b1-43bd-bc4d-2b5af7afadae} executeQuery: Read 56 rows, 4.38 KiB in 0.001651 sec., 33918.83706844337 rows/sec., 2.59 MiB/sec. 2026.03.04 04:34:53.985950 [ 261 ] {56a68474-50b1-43bd-bc4d-2b5af7afadae} TCPHandler: Processed in 0.001999319 sec. 2026.03.04 04:34:53.986080 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:53.986188 [ 261 ] {99371798-66cb-478f-a41b-c7e14afd62cc} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:34:53.986231 [ 261 ] {99371798-66cb-478f-a41b-c7e14afd62cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:34:53.986690 [ 261 ] {99371798-66cb-478f-a41b-c7e14afd62cc} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:53.986726 [ 261 ] {99371798-66cb-478f-a41b-c7e14afd62cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:53.987075 [ 261 ] {99371798-66cb-478f-a41b-c7e14afd62cc} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.04 04:34:53.987292 [ 261 ] {99371798-66cb-478f-a41b-c7e14afd62cc} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:53.987424 [ 261 ] {99371798-66cb-478f-a41b-c7e14afd62cc} executeQuery: Read 64 rows, 5.12 KiB in 0.001262 sec., 50713.153724247226 rows/sec., 3.96 MiB/sec. 2026.03.04 04:34:53.987463 [ 261 ] {99371798-66cb-478f-a41b-c7e14afd62cc} TCPHandler: Processed in 0.001437298 sec. 2026.03.04 04:34:53.987580 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:53.987679 [ 261 ] {f2fb9387-fc17-4171-a88e-156c80fc9077} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:34:53.987723 [ 261 ] {f2fb9387-fc17-4171-a88e-156c80fc9077} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:34:53.988151 [ 261 ] {f2fb9387-fc17-4171-a88e-156c80fc9077} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:53.988187 [ 261 ] {f2fb9387-fc17-4171-a88e-156c80fc9077} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:53.988531 [ 261 ] {f2fb9387-fc17-4171-a88e-156c80fc9077} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.04 04:34:53.988745 [ 261 ] {f2fb9387-fc17-4171-a88e-156c80fc9077} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:53.988875 [ 261 ] {f2fb9387-fc17-4171-a88e-156c80fc9077} executeQuery: Read 128 rows, 9.13 KiB in 0.001215 sec., 105349.79423868313 rows/sec., 7.34 MiB/sec. 2026.03.04 04:34:53.988912 [ 261 ] {f2fb9387-fc17-4171-a88e-156c80fc9077} TCPHandler: Processed in 0.001381717 sec. 2026.03.04 04:34:53.989028 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:53.989124 [ 261 ] {fec27ec0-c81c-44d3-a222-96f987878565} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:34:53.989165 [ 261 ] {fec27ec0-c81c-44d3-a222-96f987878565} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:34:53.989518 [ 261 ] {fec27ec0-c81c-44d3-a222-96f987878565} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:53.989552 [ 261 ] {fec27ec0-c81c-44d3-a222-96f987878565} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:53.989868 [ 261 ] {fec27ec0-c81c-44d3-a222-96f987878565} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.04 04:34:53.990074 [ 261 ] {fec27ec0-c81c-44d3-a222-96f987878565} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:53.990202 [ 261 ] {fec27ec0-c81c-44d3-a222-96f987878565} executeQuery: Read 48 rows, 3.31 KiB in 0.001097 sec., 43755.697356426615 rows/sec., 2.95 MiB/sec. 2026.03.04 04:34:53.990238 [ 261 ] {fec27ec0-c81c-44d3-a222-96f987878565} TCPHandler: Processed in 0.001262485 sec. 2026.03.04 04:34:55.636269 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17756 2026.03.04 04:34:55.636843 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:55.636895 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:55.637442 [ 245 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.04 04:34:55.637690 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:55.637835 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17756 2026.03.04 04:34:56.575865 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 2026.03.04 04:34:56.592893 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:56.592961 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:56.598818 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.04 04:34:56.599521 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:56.602523 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2026.03.04 04:34:58.192970 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1064 2026.03.04 04:34:58.195476 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:58.195535 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:58.196763 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.04 04:34:58.197038 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:58.197417 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1064 2026.03.04 04:34:58.987602 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:58.987781 [ 261 ] {066492f6-d353-436b-9866-1c4c770c8ddc} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:34:58.987844 [ 261 ] {066492f6-d353-436b-9866-1c4c770c8ddc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:34:58.988591 [ 261 ] {066492f6-d353-436b-9866-1c4c770c8ddc} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:58.988629 [ 261 ] {066492f6-d353-436b-9866-1c4c770c8ddc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:58.989013 [ 261 ] {066492f6-d353-436b-9866-1c4c770c8ddc} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.04 04:34:58.989248 [ 261 ] {066492f6-d353-436b-9866-1c4c770c8ddc} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:58.989395 [ 261 ] {066492f6-d353-436b-9866-1c4c770c8ddc} executeQuery: Read 122 rows, 10.72 KiB in 0.001663 sec., 73361.39506915213 rows/sec., 6.30 MiB/sec. 2026.03.04 04:34:58.989435 [ 261 ] {066492f6-d353-436b-9866-1c4c770c8ddc} TCPHandler: Processed in 0.001973798 sec. 2026.03.04 04:34:58.989568 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:58.989662 [ 261 ] {969d0d37-2e83-43d5-a83a-cfaeaba976b1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:34:58.989702 [ 261 ] {969d0d37-2e83-43d5-a83a-cfaeaba976b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:34:58.990154 [ 261 ] {969d0d37-2e83-43d5-a83a-cfaeaba976b1} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:58.990188 [ 261 ] {969d0d37-2e83-43d5-a83a-cfaeaba976b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:58.990476 [ 261 ] {969d0d37-2e83-43d5-a83a-cfaeaba976b1} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.04 04:34:58.990680 [ 261 ] {969d0d37-2e83-43d5-a83a-cfaeaba976b1} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:58.990805 [ 261 ] {969d0d37-2e83-43d5-a83a-cfaeaba976b1} executeQuery: Read 33 rows, 2.48 KiB in 0.001161 sec., 28423.772609819123 rows/sec., 2.09 MiB/sec. 2026.03.04 04:34:58.990841 [ 261 ] {969d0d37-2e83-43d5-a83a-cfaeaba976b1} TCPHandler: Processed in 0.001322165 sec. 2026.03.04 04:34:58.990953 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:58.991046 [ 261 ] {befa36bc-f98d-4b0b-9aba-4fe443b886e0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:34:58.991084 [ 261 ] {befa36bc-f98d-4b0b-9aba-4fe443b886e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:34:58.991538 [ 261 ] {befa36bc-f98d-4b0b-9aba-4fe443b886e0} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:58.991573 [ 261 ] {befa36bc-f98d-4b0b-9aba-4fe443b886e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:58.991878 [ 261 ] {befa36bc-f98d-4b0b-9aba-4fe443b886e0} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.04 04:34:58.992081 [ 261 ] {befa36bc-f98d-4b0b-9aba-4fe443b886e0} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:58.992204 [ 261 ] {befa36bc-f98d-4b0b-9aba-4fe443b886e0} executeQuery: Read 97 rows, 7.76 KiB in 0.001176 sec., 82482.99319727892 rows/sec., 6.44 MiB/sec. 2026.03.04 04:34:58.992241 [ 261 ] {befa36bc-f98d-4b0b-9aba-4fe443b886e0} TCPHandler: Processed in 0.001336045 sec. 2026.03.04 04:34:58.992355 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:58.992450 [ 261 ] {7fe3b027-4e83-4d39-a434-204a3915a6cc} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:34:58.992492 [ 261 ] {7fe3b027-4e83-4d39-a434-204a3915a6cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:34:58.992905 [ 261 ] {7fe3b027-4e83-4d39-a434-204a3915a6cc} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:58.992939 [ 261 ] {7fe3b027-4e83-4d39-a434-204a3915a6cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:58.993259 [ 261 ] {7fe3b027-4e83-4d39-a434-204a3915a6cc} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.04 04:34:58.993468 [ 261 ] {7fe3b027-4e83-4d39-a434-204a3915a6cc} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:58.993591 [ 261 ] {7fe3b027-4e83-4d39-a434-204a3915a6cc} executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. 2026.03.04 04:34:58.993628 [ 261 ] {7fe3b027-4e83-4d39-a434-204a3915a6cc} TCPHandler: Processed in 0.001320835 sec. 2026.03.04 04:34:58.993737 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:58.993830 [ 261 ] {65ac1fcd-7ee0-4c9c-9762-ce95a6839187} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:34:58.993883 [ 261 ] {65ac1fcd-7ee0-4c9c-9762-ce95a6839187} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:34:58.994728 [ 261 ] {65ac1fcd-7ee0-4c9c-9762-ce95a6839187} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:58.994762 [ 261 ] {65ac1fcd-7ee0-4c9c-9762-ce95a6839187} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:58.995324 [ 261 ] {65ac1fcd-7ee0-4c9c-9762-ce95a6839187} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.04 04:34:58.995538 [ 261 ] {65ac1fcd-7ee0-4c9c-9762-ce95a6839187} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:58.995667 [ 261 ] {65ac1fcd-7ee0-4c9c-9762-ce95a6839187} executeQuery: Read 33 rows, 60.55 KiB in 0.001855 sec., 17789.75741239892 rows/sec., 31.88 MiB/sec. 2026.03.04 04:34:58.995718 [ 261 ] {65ac1fcd-7ee0-4c9c-9762-ce95a6839187} TCPHandler: Processed in 0.00202795 sec. 2026.03.04 04:34:58.995833 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:34:58.995926 [ 261 ] {3ad633e4-25f1-4b6b-b614-ceb10a998798} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:34:58.995967 [ 261 ] {3ad633e4-25f1-4b6b-b614-ceb10a998798} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:34:58.996303 [ 261 ] {3ad633e4-25f1-4b6b-b614-ceb10a998798} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:34:58.996337 [ 261 ] {3ad633e4-25f1-4b6b-b614-ceb10a998798} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:34:58.996632 [ 261 ] {3ad633e4-25f1-4b6b-b614-ceb10a998798} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.04 04:34:58.996831 [ 261 ] {3ad633e4-25f1-4b6b-b614-ceb10a998798} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:34:58.996952 [ 261 ] {3ad633e4-25f1-4b6b-b614-ceb10a998798} executeQuery: Read 60 rows, 4.14 KiB in 0.001044 sec., 57471.26436781609 rows/sec., 3.87 MiB/sec. 2026.03.04 04:34:58.996992 [ 261 ] {3ad633e4-25f1-4b6b-b614-ceb10a998798} TCPHandler: Processed in 0.001206573 sec. 2026.03.04 04:35:00.218381 [ 83 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 2026.03.04 04:35:00.218468 [ 83 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:00.218501 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:35:00.218683 [ 189 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_18_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full 2026.03.04 04:35:00.218909 [ 189 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:35:00.218970 [ 189 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 20 rows starting from the beginning of the part 2026.03.04 04:35:00.219084 [ 189 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part 2026.03.04 04:35:00.219168 [ 189 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part 2026.03.04 04:35:00.219242 [ 189 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part 2026.03.04 04:35:00.219317 [ 189 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part 2026.03.04 04:35:00.220236 [ 198 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001638861 sec., 23186.83524716251 rows/sec., 1.93 MiB/sec. 2026.03.04 04:35:00.220385 [ 189 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2026.03.04 04:35:00.220640 [ 189 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_18_4} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:00.220715 [ 189 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_18_4} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 2026.03.04 04:35:00.220800 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.04 04:35:03.024366 [ 81 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:35:03.024425 [ 81 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:35:03.137895 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18268 2026.03.04 04:35:03.138379 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:03.138414 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:35:03.139051 [ 245 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.04 04:35:03.139286 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:03.139420 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18268 2026.03.04 04:35:03.986677 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:03.986858 [ 261 ] {e0816a4a-d8c4-4379-93f7-b5190656fecf} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:35:03.986924 [ 261 ] {e0816a4a-d8c4-4379-93f7-b5190656fecf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:35:03.987584 [ 261 ] {e0816a4a-d8c4-4379-93f7-b5190656fecf} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:03.987631 [ 261 ] {e0816a4a-d8c4-4379-93f7-b5190656fecf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:35:03.988027 [ 261 ] {e0816a4a-d8c4-4379-93f7-b5190656fecf} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.04 04:35:03.988265 [ 261 ] {e0816a4a-d8c4-4379-93f7-b5190656fecf} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:03.988411 [ 81 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.04 04:35:03.988426 [ 261 ] {e0816a4a-d8c4-4379-93f7-b5190656fecf} executeQuery: Read 72 rows, 5.91 KiB in 0.001618 sec., 44499.38195302843 rows/sec., 3.57 MiB/sec. 2026.03.04 04:35:03.988450 [ 81 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:03.988471 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:35:03.988479 [ 261 ] {e0816a4a-d8c4-4379-93f7-b5190656fecf} TCPHandler: Processed in 0.001942598 sec. 2026.03.04 04:35:03.988607 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:03.988608 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.03.04 04:35:03.988712 [ 261 ] {72904ed8-016d-43f8-be3c-e926b25bb31e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:35:03.988758 [ 261 ] {72904ed8-016d-43f8-be3c-e926b25bb31e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:35:03.988775 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:35:03.988817 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2890 rows starting from the beginning of the part 2026.03.04 04:35:03.988893 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 122 rows starting from the beginning of the part 2026.03.04 04:35:03.988944 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1954 rows starting from the beginning of the part 2026.03.04 04:35:03.988993 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 56 rows starting from the beginning of the part 2026.03.04 04:35:03.989038 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 122 rows starting from the beginning of the part 2026.03.04 04:35:03.989086 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 72 rows starting from the beginning of the part 2026.03.04 04:35:03.989177 [ 261 ] {72904ed8-016d-43f8-be3c-e926b25bb31e} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:03.989216 [ 261 ] {72904ed8-016d-43f8-be3c-e926b25bb31e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:35:03.989558 [ 261 ] {72904ed8-016d-43f8-be3c-e926b25bb31e} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.04 04:35:03.989771 [ 261 ] {72904ed8-016d-43f8-be3c-e926b25bb31e} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:03.989878 [ 81 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.04 04:35:03.989905 [ 81 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:03.989906 [ 261 ] {72904ed8-016d-43f8-be3c-e926b25bb31e} executeQuery: Read 8 rows, 616.00 B in 0.001219 sec., 6562.756357670221 rows/sec., 493.49 KiB/sec. 2026.03.04 04:35:03.989922 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:35:03.989951 [ 261 ] {72904ed8-016d-43f8-be3c-e926b25bb31e} TCPHandler: Processed in 0.001392207 sec. 2026.03.04 04:35:03.990047 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.03.04 04:35:03.990065 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:03.990182 [ 261 ] {a8ca289c-7cd5-47d7-86b5-7fcad46446ce} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:35:03.990203 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:35:03.990222 [ 261 ] {a8ca289c-7cd5-47d7-86b5-7fcad46446ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:35:03.990246 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 224 rows starting from the beginning of the part 2026.03.04 04:35:03.990327 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part 2026.03.04 04:35:03.990379 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 33 rows starting from the beginning of the part 2026.03.04 04:35:03.990430 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 21 rows starting from the beginning of the part 2026.03.04 04:35:03.990476 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 33 rows starting from the beginning of the part 2026.03.04 04:35:03.990524 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part 2026.03.04 04:35:03.990654 [ 261 ] {a8ca289c-7cd5-47d7-86b5-7fcad46446ce} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:03.990695 [ 261 ] {a8ca289c-7cd5-47d7-86b5-7fcad46446ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:35:03.991283 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 5216 rows, containing 5 columns (5 merged, 0 gathered) in 0.002736833 sec., 1905852.4944707989 rows/sec., 153.45 MiB/sec. 2026.03.04 04:35:03.991292 [ 261 ] {a8ca289c-7cd5-47d7-86b5-7fcad46446ce} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.04 04:35:03.991391 [ 196 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 327 rows, containing 5 columns (5 merged, 0 gathered) in 0.001400837 sec., 233431.86966078138 rows/sec., 16.49 MiB/sec. 2026.03.04 04:35:03.991563 [ 261 ] {a8ca289c-7cd5-47d7-86b5-7fcad46446ce} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:03.991583 [ 191 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.04 04:35:03.991586 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.04 04:35:03.991675 [ 81 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.04 04:35:03.991701 [ 261 ] {a8ca289c-7cd5-47d7-86b5-7fcad46446ce} executeQuery: Read 72 rows, 5.76 KiB in 0.001537 sec., 46844.50227716331 rows/sec., 3.66 MiB/sec. 2026.03.04 04:35:03.991708 [ 81 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:03.991739 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:35:03.991740 [ 261 ] {a8ca289c-7cd5-47d7-86b5-7fcad46446ce} TCPHandler: Processed in 0.001723323 sec. 2026.03.04 04:35:03.991818 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.03.04 04:35:03.991867 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:03.991918 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:35:03.991948 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1550 rows starting from the beginning of the part 2026.03.04 04:35:03.991963 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_61_12} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:03.991967 [ 261 ] {9f28c089-6ac6-4a46-81bb-c8d2d451fff8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:35:03.991990 [ 191 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_51_10} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:03.991996 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 97 rows starting from the beginning of the part 2026.03.04 04:35:03.992030 [ 261 ] {9f28c089-6ac6-4a46-81bb-c8d2d451fff8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:35:03.992053 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_61_12} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.04 04:35:03.992053 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1021 rows starting from the beginning of the part 2026.03.04 04:35:03.992101 [ 191 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_51_10} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.04 04:35:03.992110 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 64 rows starting from the beginning of the part 2026.03.04 04:35:03.992140 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2026.03.04 04:35:03.992154 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 97 rows starting from the beginning of the part 2026.03.04 04:35:03.992194 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 72 rows starting from the beginning of the part 2026.03.04 04:35:03.992211 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.04 04:35:03.992456 [ 261 ] {9f28c089-6ac6-4a46-81bb-c8d2d451fff8} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:03.992496 [ 261 ] {9f28c089-6ac6-4a46-81bb-c8d2d451fff8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:35:03.992840 [ 261 ] {9f28c089-6ac6-4a46-81bb-c8d2d451fff8} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.04 04:35:03.993050 [ 261 ] {9f28c089-6ac6-4a46-81bb-c8d2d451fff8} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:03.993148 [ 81 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.04 04:35:03.993175 [ 81 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:03.993175 [ 261 ] {9f28c089-6ac6-4a46-81bb-c8d2d451fff8} executeQuery: Read 160 rows, 11.41 KiB in 0.001226 sec., 130505.70962479607 rows/sec., 9.09 MiB/sec. 2026.03.04 04:35:03.993192 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:35:03.993218 [ 261 ] {9f28c089-6ac6-4a46-81bb-c8d2d451fff8} TCPHandler: Processed in 0.001398087 sec. 2026.03.04 04:35:03.993291 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.03.04 04:35:03.993338 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:03.993381 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2901 rows, containing 5 columns (5 merged, 0 gathered) in 0.001590681 sec., 1823747.187525343 rows/sec., 135.37 MiB/sec. 2026.03.04 04:35:03.993413 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:35:03.993433 [ 261 ] {0c96aea6-e81e-49ae-857e-d42e1883f5f0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:35:03.993451 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_61_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 18849 rows starting from the beginning of the part 2026.03.04 04:35:03.993492 [ 261 ] {0c96aea6-e81e-49ae-857e-d42e1883f5f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:35:03.993522 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part 2026.03.04 04:35:03.993577 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1219 rows starting from the beginning of the part 2026.03.04 04:35:03.993623 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.04 04:35:03.993627 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 128 rows starting from the beginning of the part 2026.03.04 04:35:03.993677 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 160 rows starting from the beginning of the part 2026.03.04 04:35:03.993719 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part 2026.03.04 04:35:03.993895 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_61_12} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:03.993969 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_61_12} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.04 04:35:03.994047 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.03.04 04:35:03.994275 [ 261 ] {0c96aea6-e81e-49ae-857e-d42e1883f5f0} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:03.994316 [ 261 ] {0c96aea6-e81e-49ae-857e-d42e1883f5f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:35:03.994843 [ 261 ] {0c96aea6-e81e-49ae-857e-d42e1883f5f0} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.04 04:35:03.995064 [ 261 ] {0c96aea6-e81e-49ae-857e-d42e1883f5f0} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:03.995201 [ 261 ] {0c96aea6-e81e-49ae-857e-d42e1883f5f0} executeQuery: Read 8 rows, 14.68 KiB in 0.001786 sec., 4479.283314669653 rows/sec., 8.03 MiB/sec. 2026.03.04 04:35:03.995262 [ 261 ] {0c96aea6-e81e-49ae-857e-d42e1883f5f0} TCPHandler: Processed in 0.001971338 sec. 2026.03.04 04:35:03.995380 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:03.995472 [ 261 ] {6c642eeb-9131-4e65-9c24-09381e8d03e3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:35:03.995513 [ 261 ] {6c642eeb-9131-4e65-9c24-09381e8d03e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:35:03.995852 [ 261 ] {6c642eeb-9131-4e65-9c24-09381e8d03e3} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:03.995887 [ 261 ] {6c642eeb-9131-4e65-9c24-09381e8d03e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:35:03.996199 [ 261 ] {6c642eeb-9131-4e65-9c24-09381e8d03e3} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.04 04:35:03.996402 [ 261 ] {6c642eeb-9131-4e65-9c24-09381e8d03e3} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:03.996498 [ 81 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.04 04:35:03.996523 [ 81 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:03.996528 [ 261 ] {6c642eeb-9131-4e65-9c24-09381e8d03e3} executeQuery: Read 60 rows, 4.14 KiB in 0.001074 sec., 55865.92178770949 rows/sec., 3.76 MiB/sec. 2026.03.04 04:35:03.996539 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:35:03.996565 [ 261 ] {6c642eeb-9131-4e65-9c24-09381e8d03e3} TCPHandler: Processed in 0.001232144 sec. 2026.03.04 04:35:03.996621 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.03.04 04:35:03.996727 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:35:03.996756 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3090 rows starting from the beginning of the part 2026.03.04 04:35:03.996806 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part 2026.03.04 04:35:03.996847 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 12 rows starting from the beginning of the part 2026.03.04 04:35:03.996887 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 48 rows starting from the beginning of the part 2026.03.04 04:35:03.996921 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part 2026.03.04 04:35:03.996959 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part 2026.03.04 04:35:03.998240 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3330 rows, containing 4 columns (4 merged, 0 gathered) in 0.001658502 sec., 2007835.9869327862 rows/sec., 133.68 MiB/sec. 2026.03.04 04:35:03.998554 [ 195 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.04 04:35:03.998835 [ 195 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_61_12} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:03.998915 [ 195 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_61_12} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.04 04:35:03.998995 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.03.04 04:35:03.999996 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 20676 rows, containing 5 columns (5 merged, 0 gathered) in 0.0067559 sec., 3060436.0632928256 rows/sec., 203.11 MiB/sec. 2026.03.04 04:35:04.000179 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 301.92 MiB, peak 308.48 MiB, free memory in arenas 0.00 B, will set to 299.77 MiB (RSS), difference: -2.15 MiB 2026.03.04 04:35:04.000730 [ 190 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.04 04:35:04.001509 [ 190 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_61_12} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:04.001675 [ 190 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_61_12} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.04 04:35:04.001854 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. 2026.03.04 04:35:04.102591 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2026.03.04 04:35:04.119807 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:04.119866 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:35:04.125920 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.04 04:35:04.126630 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:04.129881 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2026.03.04 04:35:05.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 296.40 MiB, peak 308.48 MiB, free memory in arenas 0.00 B, will set to 299.80 MiB (RSS), difference: 3.40 MiB 2026.03.04 04:35:08.197708 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1088 2026.03.04 04:35:08.199965 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:08.200025 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:35:08.201241 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.04 04:35:08.201516 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:08.201889 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1088 2026.03.04 04:35:08.989087 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:08.989270 [ 261 ] {c0b8c78e-e496-453c-8efe-1da9cac49b3e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:35:08.989339 [ 261 ] {c0b8c78e-e496-453c-8efe-1da9cac49b3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:35:08.989981 [ 261 ] {c0b8c78e-e496-453c-8efe-1da9cac49b3e} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:08.990026 [ 261 ] {c0b8c78e-e496-453c-8efe-1da9cac49b3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:35:08.990427 [ 261 ] {c0b8c78e-e496-453c-8efe-1da9cac49b3e} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.04 04:35:08.990653 [ 261 ] {c0b8c78e-e496-453c-8efe-1da9cac49b3e} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:08.990828 [ 261 ] {c0b8c78e-e496-453c-8efe-1da9cac49b3e} executeQuery: Read 24 rows, 2.04 KiB in 0.001608 sec., 14925.373134328358 rows/sec., 1.24 MiB/sec. 2026.03.04 04:35:08.990881 [ 261 ] {c0b8c78e-e496-453c-8efe-1da9cac49b3e} TCPHandler: Processed in 0.001930288 sec. 2026.03.04 04:35:08.991006 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:08.991106 [ 261 ] {76f114da-7ce3-4400-801a-3035292662cf} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:35:08.991149 [ 261 ] {76f114da-7ce3-4400-801a-3035292662cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:35:08.991547 [ 261 ] {76f114da-7ce3-4400-801a-3035292662cf} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:08.991584 [ 261 ] {76f114da-7ce3-4400-801a-3035292662cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:35:08.991970 [ 261 ] {76f114da-7ce3-4400-801a-3035292662cf} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.04 04:35:08.992190 [ 261 ] {76f114da-7ce3-4400-801a-3035292662cf} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:08.992329 [ 261 ] {76f114da-7ce3-4400-801a-3035292662cf} executeQuery: Read 2 rows, 167.00 B in 0.001226 sec., 1631.321370309951 rows/sec., 133.02 KiB/sec. 2026.03.04 04:35:08.992369 [ 261 ] {76f114da-7ce3-4400-801a-3035292662cf} TCPHandler: Processed in 0.001402807 sec. 2026.03.04 04:35:08.992490 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:08.992589 [ 261 ] {c99cd2cc-922c-49bb-97f6-f0ac81c3d6bd} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:35:08.992630 [ 261 ] {c99cd2cc-922c-49bb-97f6-f0ac81c3d6bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:35:08.993141 [ 261 ] {c99cd2cc-922c-49bb-97f6-f0ac81c3d6bd} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:08.993179 [ 261 ] {c99cd2cc-922c-49bb-97f6-f0ac81c3d6bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:35:08.993511 [ 261 ] {c99cd2cc-922c-49bb-97f6-f0ac81c3d6bd} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.04 04:35:08.993740 [ 261 ] {c99cd2cc-922c-49bb-97f6-f0ac81c3d6bd} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:08.993876 [ 261 ] {c99cd2cc-922c-49bb-97f6-f0ac81c3d6bd} executeQuery: Read 243 rows, 22.23 KiB in 0.001307 sec., 185921.95868400918 rows/sec., 16.61 MiB/sec. 2026.03.04 04:35:08.993916 [ 261 ] {c99cd2cc-922c-49bb-97f6-f0ac81c3d6bd} TCPHandler: Processed in 0.001477079 sec. 2026.03.04 04:35:08.994034 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:08.994132 [ 261 ] {bebbada2-a352-42dd-8c25-ed9fb90863c8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:35:08.994174 [ 261 ] {bebbada2-a352-42dd-8c25-ed9fb90863c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:35:08.994587 [ 261 ] {bebbada2-a352-42dd-8c25-ed9fb90863c8} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:08.994626 [ 261 ] {bebbada2-a352-42dd-8c25-ed9fb90863c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:35:08.994940 [ 261 ] {bebbada2-a352-42dd-8c25-ed9fb90863c8} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.04 04:35:08.995156 [ 261 ] {bebbada2-a352-42dd-8c25-ed9fb90863c8} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:08.995291 [ 261 ] {bebbada2-a352-42dd-8c25-ed9fb90863c8} executeQuery: Read 47 rows, 3.58 KiB in 0.001178 sec., 39898.132427843804 rows/sec., 2.97 MiB/sec. 2026.03.04 04:35:08.995330 [ 261 ] {bebbada2-a352-42dd-8c25-ed9fb90863c8} TCPHandler: Processed in 0.001347316 sec. 2026.03.04 04:35:08.995447 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:08.995544 [ 261 ] {4e6aa992-0dfc-4510-940d-c3869a6f54d5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:35:08.995586 [ 261 ] {4e6aa992-0dfc-4510-940d-c3869a6f54d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:35:08.995995 [ 261 ] {4e6aa992-0dfc-4510-940d-c3869a6f54d5} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:08.996033 [ 261 ] {4e6aa992-0dfc-4510-940d-c3869a6f54d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:35:08.996330 [ 261 ] {4e6aa992-0dfc-4510-940d-c3869a6f54d5} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.04 04:35:08.996547 [ 261 ] {4e6aa992-0dfc-4510-940d-c3869a6f54d5} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:08.996679 [ 261 ] {4e6aa992-0dfc-4510-940d-c3869a6f54d5} executeQuery: Read 24 rows, 2.04 KiB in 0.001153 sec., 20815.264527320036 rows/sec., 1.73 MiB/sec. 2026.03.04 04:35:08.996718 [ 261 ] {4e6aa992-0dfc-4510-940d-c3869a6f54d5} TCPHandler: Processed in 0.001323015 sec. 2026.03.04 04:35:08.996830 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:08.996926 [ 261 ] {d54768b1-9e5c-41d3-a3d5-4c4007337807} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:35:08.996968 [ 261 ] {d54768b1-9e5c-41d3-a3d5-4c4007337807} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:35:08.997369 [ 261 ] {d54768b1-9e5c-41d3-a3d5-4c4007337807} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:08.997407 [ 261 ] {d54768b1-9e5c-41d3-a3d5-4c4007337807} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:35:08.997710 [ 261 ] {d54768b1-9e5c-41d3-a3d5-4c4007337807} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.04 04:35:08.997925 [ 261 ] {d54768b1-9e5c-41d3-a3d5-4c4007337807} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:08.998063 [ 261 ] {d54768b1-9e5c-41d3-a3d5-4c4007337807} executeQuery: Read 12 rows, 960.00 B in 0.001154 sec., 10398.613518197573 rows/sec., 812.39 KiB/sec. 2026.03.04 04:35:08.998101 [ 261 ] {d54768b1-9e5c-41d3-a3d5-4c4007337807} TCPHandler: Processed in 0.001321946 sec. 2026.03.04 04:35:08.998223 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:08.998318 [ 261 ] {5285c085-4889-43ab-9701-d2455801a105} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:35:08.998358 [ 261 ] {5285c085-4889-43ab-9701-d2455801a105} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:35:08.998833 [ 261 ] {5285c085-4889-43ab-9701-d2455801a105} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:08.998870 [ 261 ] {5285c085-4889-43ab-9701-d2455801a105} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:35:08.999184 [ 261 ] {5285c085-4889-43ab-9701-d2455801a105} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.04 04:35:08.999399 [ 261 ] {5285c085-4889-43ab-9701-d2455801a105} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:08.999534 [ 261 ] {5285c085-4889-43ab-9701-d2455801a105} executeQuery: Read 135 rows, 11.18 KiB in 0.001235 sec., 109311.74089068826 rows/sec., 8.84 MiB/sec. 2026.03.04 04:35:08.999574 [ 261 ] {5285c085-4889-43ab-9701-d2455801a105} TCPHandler: Processed in 0.001400317 sec. 2026.03.04 04:35:08.999688 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:08.999784 [ 261 ] {9065bf2f-3566-4fed-a7a9-2adb89bb2129} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:35:08.999829 [ 261 ] {9065bf2f-3566-4fed-a7a9-2adb89bb2129} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:35:09.000235 [ 261 ] {9065bf2f-3566-4fed-a7a9-2adb89bb2129} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:09.000280 [ 261 ] {9065bf2f-3566-4fed-a7a9-2adb89bb2129} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:35:09.000626 [ 261 ] {9065bf2f-3566-4fed-a7a9-2adb89bb2129} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.04 04:35:09.000854 [ 261 ] {9065bf2f-3566-4fed-a7a9-2adb89bb2129} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:09.000987 [ 261 ] {9065bf2f-3566-4fed-a7a9-2adb89bb2129} executeQuery: Read 197 rows, 14.47 KiB in 0.001222 sec., 161211.12929623568 rows/sec., 11.56 MiB/sec. 2026.03.04 04:35:09.001026 [ 261 ] {9065bf2f-3566-4fed-a7a9-2adb89bb2129} TCPHandler: Processed in 0.001388907 sec. 2026.03.04 04:35:09.001144 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:09.001241 [ 261 ] {9cd35f29-3361-43f5-902f-9129ed3b85d1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:35:09.001297 [ 261 ] {9cd35f29-3361-43f5-902f-9129ed3b85d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:35:09.002141 [ 261 ] {9cd35f29-3361-43f5-902f-9129ed3b85d1} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:09.002180 [ 261 ] {9cd35f29-3361-43f5-902f-9129ed3b85d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:35:09.002755 [ 261 ] {9cd35f29-3361-43f5-902f-9129ed3b85d1} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.04 04:35:09.002982 [ 261 ] {9cd35f29-3361-43f5-902f-9129ed3b85d1} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:09.003117 [ 76 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.04 04:35:09.003132 [ 261 ] {9cd35f29-3361-43f5-902f-9129ed3b85d1} executeQuery: Read 33 rows, 60.55 KiB in 0.001907 sec., 17304.6670162559 rows/sec., 31.01 MiB/sec. 2026.03.04 04:35:09.003189 [ 76 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:09.003215 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.16 GiB. 2026.03.04 04:35:09.003247 [ 261 ] {9cd35f29-3361-43f5-902f-9129ed3b85d1} TCPHandler: Processed in 0.002152052 sec. 2026.03.04 04:35:09.003332 [ 195 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.03.04 04:35:09.003395 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:09.003502 [ 261 ] {3c6e30c6-a0d0-4c4f-92c7-565d1017d98f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:35:09.003546 [ 261 ] {3c6e30c6-a0d0-4c4f-92c7-565d1017d98f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:35:09.003593 [ 195 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:35:09.003658 [ 195 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1020 rows starting from the beginning of the part 2026.03.04 04:35:09.003793 [ 195 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 33 rows starting from the beginning of the part 2026.03.04 04:35:09.003913 [ 195 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 17 rows starting from the beginning of the part 2026.03.04 04:35:09.003915 [ 261 ] {3c6e30c6-a0d0-4c4f-92c7-565d1017d98f} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:09.003966 [ 261 ] {3c6e30c6-a0d0-4c4f-92c7-565d1017d98f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:09.004030 [ 195 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 33 rows starting from the beginning of the part 2026.03.04 04:35:09.004148 [ 195 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part 2026.03.04 04:35:09.004268 [ 195 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 33 rows starting from the beginning of the part 2026.03.04 04:35:09.004300 [ 261 ] {3c6e30c6-a0d0-4c4f-92c7-565d1017d98f} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.04 04:35:09.004536 [ 261 ] {3c6e30c6-a0d0-4c4f-92c7-565d1017d98f} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:09.004681 [ 261 ] {3c6e30c6-a0d0-4c4f-92c7-565d1017d98f} executeQuery: Read 60 rows, 4.14 KiB in 0.001201 sec., 49958.368026644464 rows/sec., 3.37 MiB/sec. 2026.03.04 04:35:09.004719 [ 261 ] {3c6e30c6-a0d0-4c4f-92c7-565d1017d98f} TCPHandler: Processed in 0.001377376 sec. 2026.03.04 04:35:09.011331 [ 186 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1144 rows, containing 19 columns (19 merged, 0 gathered) in 0.008050295 sec., 142106.5936093025 rows/sec., 254.65 MiB/sec. 2026.03.04 04:35:09.012871 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.04 04:35:09.013220 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_51_10} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:09.013292 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_51_10} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.04 04:35:09.013408 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.39 MiB. 2026.03.04 04:35:10.000247 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 300.08 MiB, peak 311.44 MiB, free memory in arenas 0.00 B, will set to 303.60 MiB (RSS), difference: 3.52 MiB 2026.03.04 04:35:10.639748 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18716 2026.03.04 04:35:10.640266 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:10.640314 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:10.640831 [ 245 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.04 04:35:10.641096 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:10.641237 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18716 2026.03.04 04:35:11.630230 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2026.03.04 04:35:11.646182 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:11.646249 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:11.652431 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.04 04:35:11.653123 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:11.656721 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2026.03.04 04:35:13.986588 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:13.986772 [ 261 ] {a20ddab3-fe45-4923-9d00-a4aaeeb19da5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:35:13.986842 [ 261 ] {a20ddab3-fe45-4923-9d00-a4aaeeb19da5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:35:13.987581 [ 261 ] {a20ddab3-fe45-4923-9d00-a4aaeeb19da5} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:13.987630 [ 261 ] {a20ddab3-fe45-4923-9d00-a4aaeeb19da5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:13.988040 [ 261 ] {a20ddab3-fe45-4923-9d00-a4aaeeb19da5} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.04 04:35:13.988286 [ 261 ] {a20ddab3-fe45-4923-9d00-a4aaeeb19da5} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:13.988452 [ 261 ] {a20ddab3-fe45-4923-9d00-a4aaeeb19da5} executeQuery: Read 72 rows, 5.91 KiB in 0.001729 sec., 41642.56795835743 rows/sec., 3.34 MiB/sec. 2026.03.04 04:35:13.988505 [ 261 ] {a20ddab3-fe45-4923-9d00-a4aaeeb19da5} TCPHandler: Processed in 0.0020501 sec. 2026.03.04 04:35:13.988634 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:13.988740 [ 261 ] {f5bba9e0-b4ee-4f54-bdd4-8cea5fbbff58} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:35:13.988785 [ 261 ] {f5bba9e0-b4ee-4f54-bdd4-8cea5fbbff58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:35:13.989216 [ 261 ] {f5bba9e0-b4ee-4f54-bdd4-8cea5fbbff58} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:13.989255 [ 261 ] {f5bba9e0-b4ee-4f54-bdd4-8cea5fbbff58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:13.989568 [ 261 ] {f5bba9e0-b4ee-4f54-bdd4-8cea5fbbff58} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.04 04:35:13.989785 [ 261 ] {f5bba9e0-b4ee-4f54-bdd4-8cea5fbbff58} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:13.989919 [ 261 ] {f5bba9e0-b4ee-4f54-bdd4-8cea5fbbff58} executeQuery: Read 8 rows, 616.00 B in 0.001203 sec., 6650.041562759767 rows/sec., 500.05 KiB/sec. 2026.03.04 04:35:13.989959 [ 261 ] {f5bba9e0-b4ee-4f54-bdd4-8cea5fbbff58} TCPHandler: Processed in 0.001377757 sec. 2026.03.04 04:35:13.990078 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:13.990177 [ 261 ] {96544d33-03c8-4443-8a60-f30eadfbc4ae} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:35:13.990218 [ 261 ] {96544d33-03c8-4443-8a60-f30eadfbc4ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:35:13.990640 [ 261 ] {96544d33-03c8-4443-8a60-f30eadfbc4ae} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:13.990678 [ 261 ] {96544d33-03c8-4443-8a60-f30eadfbc4ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:13.990986 [ 261 ] {96544d33-03c8-4443-8a60-f30eadfbc4ae} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.04 04:35:13.991196 [ 261 ] {96544d33-03c8-4443-8a60-f30eadfbc4ae} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:13.991325 [ 261 ] {96544d33-03c8-4443-8a60-f30eadfbc4ae} executeQuery: Read 72 rows, 5.76 KiB in 0.001169 sec., 61591.103507271175 rows/sec., 4.81 MiB/sec. 2026.03.04 04:35:13.991364 [ 261 ] {96544d33-03c8-4443-8a60-f30eadfbc4ae} TCPHandler: Processed in 0.001337856 sec. 2026.03.04 04:35:13.991480 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:13.991577 [ 261 ] {7b490ab4-de78-4be9-b067-ebc03f188aa0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:35:13.991622 [ 261 ] {7b490ab4-de78-4be9-b067-ebc03f188aa0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:35:13.992047 [ 261 ] {7b490ab4-de78-4be9-b067-ebc03f188aa0} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:13.992085 [ 261 ] {7b490ab4-de78-4be9-b067-ebc03f188aa0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:13.992426 [ 261 ] {7b490ab4-de78-4be9-b067-ebc03f188aa0} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.04 04:35:13.992638 [ 261 ] {7b490ab4-de78-4be9-b067-ebc03f188aa0} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:13.992771 [ 261 ] {7b490ab4-de78-4be9-b067-ebc03f188aa0} executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. 2026.03.04 04:35:13.992809 [ 261 ] {7b490ab4-de78-4be9-b067-ebc03f188aa0} TCPHandler: Processed in 0.001379797 sec. 2026.03.04 04:35:13.992914 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:13.993011 [ 261 ] {24a330dc-7a07-4137-a7ac-213a89cdf1ac} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:35:13.993067 [ 261 ] {24a330dc-7a07-4137-a7ac-213a89cdf1ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:35:13.993855 [ 261 ] {24a330dc-7a07-4137-a7ac-213a89cdf1ac} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:13.993893 [ 261 ] {24a330dc-7a07-4137-a7ac-213a89cdf1ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:13.994427 [ 261 ] {24a330dc-7a07-4137-a7ac-213a89cdf1ac} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.04 04:35:13.994649 [ 261 ] {24a330dc-7a07-4137-a7ac-213a89cdf1ac} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:13.994792 [ 261 ] {24a330dc-7a07-4137-a7ac-213a89cdf1ac} executeQuery: Read 8 rows, 14.68 KiB in 0.001799 sec., 4446.914952751528 rows/sec., 7.97 MiB/sec. 2026.03.04 04:35:13.994854 [ 261 ] {24a330dc-7a07-4137-a7ac-213a89cdf1ac} TCPHandler: Processed in 0.001989168 sec. 2026.03.04 04:35:13.994974 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:13.995071 [ 261 ] {a38cc9ad-7cb3-4616-8826-352ab31a26c5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:35:13.995113 [ 261 ] {a38cc9ad-7cb3-4616-8826-352ab31a26c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:35:13.995456 [ 261 ] {a38cc9ad-7cb3-4616-8826-352ab31a26c5} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:13.995492 [ 261 ] {a38cc9ad-7cb3-4616-8826-352ab31a26c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:13.995802 [ 261 ] {a38cc9ad-7cb3-4616-8826-352ab31a26c5} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.04 04:35:13.996014 [ 261 ] {a38cc9ad-7cb3-4616-8826-352ab31a26c5} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:13.996146 [ 261 ] {a38cc9ad-7cb3-4616-8826-352ab31a26c5} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2026.03.04 04:35:13.996182 [ 261 ] {a38cc9ad-7cb3-4616-8826-352ab31a26c5} TCPHandler: Processed in 0.001258974 sec. 2026.03.04 04:35:15.944195 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35156 2026.03.04 04:35:15.944313 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:15.944341 [ 292 ] {} TCP-Session: b145f44e-a909-4e28-9607-f90ea8721642 Authenticating user 'default' from [fd00:1122:3344:101::e]:35156 2026.03.04 04:35:15.944363 [ 292 ] {} TCP-Session: b145f44e-a909-4e28-9607-f90ea8721642 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:15.944375 [ 292 ] {} TCP-Session: b145f44e-a909-4e28-9607-f90ea8721642 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:15.944600 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51988 2026.03.04 04:35:15.944633 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33596 2026.03.04 04:35:15.944648 [ 292 ] {} TCP-Session: b145f44e-a909-4e28-9607-f90ea8721642 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:15.944654 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57908 2026.03.04 04:35:15.944724 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:15.944731 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:15.944686 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59842 2026.03.04 04:35:15.944780 [ 288 ] {} TCP-Session: 91d383f4-eca3-4a3c-a3b4-aa4a5d8381cf Authenticating user 'default' from [fd00:1122:3344:101::e]:33596 2026.03.04 04:35:15.944815 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:15.944648 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33240 2026.03.04 04:35:15.944839 [ 292 ] {2af0dad2-5238-4aef-a987-3d7cf7fdcac5} executeQuery: (from [fd00:1122:3344:101::e]:35156) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:35:15.944853 [ 290 ] {} TCP-Session: e568ea2b-1560-4f04-a5fd-342b479cc11a Authenticating user 'default' from [fd00:1122:3344:101::e]:57908 2026.03.04 04:35:15.944841 [ 288 ] {} TCP-Session: 91d383f4-eca3-4a3c-a3b4-aa4a5d8381cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:15.944905 [ 290 ] {} TCP-Session: e568ea2b-1560-4f04-a5fd-342b479cc11a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:15.944926 [ 288 ] {} TCP-Session: 91d383f4-eca3-4a3c-a3b4-aa4a5d8381cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:15.944935 [ 290 ] {} TCP-Session: e568ea2b-1560-4f04-a5fd-342b479cc11a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:15.944618 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41139 2026.03.04 04:35:15.944610 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48234 2026.03.04 04:35:15.944604 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56079 2026.03.04 04:35:15.944768 [ 293 ] {} TCP-Session: 4161e2e9-0391-49b5-915c-5c3fb85cd09d Authenticating user 'default' from [fd00:1122:3344:101::e]:51988 2026.03.04 04:35:15.945085 [ 293 ] {} TCP-Session: 4161e2e9-0391-49b5-915c-5c3fb85cd09d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:15.945098 [ 293 ] {} TCP-Session: 4161e2e9-0391-49b5-915c-5c3fb85cd09d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:15.945145 [ 292 ] {2af0dad2-5238-4aef-a987-3d7cf7fdcac5} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:35:15.945203 [ 292 ] {2af0dad2-5238-4aef-a987-3d7cf7fdcac5} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:35:15.945440 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:15.945469 [ 286 ] {} TCP-Session: edbb3f6f-7aa2-47aa-b705-cecf3edf7eb2 Authenticating user 'default' from [fd00:1122:3344:101::e]:41139 2026.03.04 04:35:15.945487 [ 286 ] {} TCP-Session: edbb3f6f-7aa2-47aa-b705-cecf3edf7eb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:15.945491 [ 292 ] {2af0dad2-5238-4aef-a987-3d7cf7fdcac5} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:35:15.945503 [ 286 ] {} TCP-Session: edbb3f6f-7aa2-47aa-b705-cecf3edf7eb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:15.945545 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:15.945580 [ 294 ] {} TCP-Session: 123c1464-f910-4c6c-ab4b-f8358a6473ce Authenticating user 'default' from [fd00:1122:3344:101::e]:56079 2026.03.04 04:35:15.945596 [ 294 ] {} TCP-Session: 123c1464-f910-4c6c-ab4b-f8358a6473ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:15.945608 [ 294 ] {} TCP-Session: 123c1464-f910-4c6c-ab4b-f8358a6473ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:15.945784 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:15.945821 [ 291 ] {} TCP-Session: 74ca5007-3030-4542-a02a-d1d246459d72 Authenticating user 'default' from [fd00:1122:3344:101::e]:59842 2026.03.04 04:35:15.945849 [ 291 ] {} TCP-Session: 74ca5007-3030-4542-a02a-d1d246459d72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:15.945862 [ 291 ] {} TCP-Session: 74ca5007-3030-4542-a02a-d1d246459d72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:15.945900 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:15.945952 [ 259 ] {} TCP-Session: b610de32-d3d1-4513-916b-7daabef017c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:48234 2026.03.04 04:35:15.945978 [ 259 ] {} TCP-Session: b610de32-d3d1-4513-916b-7daabef017c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:15.945996 [ 259 ] {} TCP-Session: b610de32-d3d1-4513-916b-7daabef017c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:15.946095 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:15.946123 [ 289 ] {} TCP-Session: cdd58734-6347-40e3-a26b-9f1867049eaa Authenticating user 'default' from [fd00:1122:3344:101::e]:33240 2026.03.04 04:35:15.946138 [ 289 ] {} TCP-Session: cdd58734-6347-40e3-a26b-9f1867049eaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:15.946150 [ 289 ] {} TCP-Session: cdd58734-6347-40e3-a26b-9f1867049eaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:15.946478 [ 321 ] {2af0dad2-5238-4aef-a987-3d7cf7fdcac5} AggregatingTransform: Aggregating 2026.03.04 04:35:15.946516 [ 321 ] {2af0dad2-5238-4aef-a987-3d7cf7fdcac5} Aggregator: Aggregation method: without_key 2026.03.04 04:35:15.946552 [ 321 ] {2af0dad2-5238-4aef-a987-3d7cf7fdcac5} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000946799 sec. (1056.190 rows/sec., 41.26 KiB/sec.) 2026.03.04 04:35:15.946572 [ 321 ] {2af0dad2-5238-4aef-a987-3d7cf7fdcac5} Aggregator: Merging aggregated data 2026.03.04 04:35:15.947946 [ 292 ] {2af0dad2-5238-4aef-a987-3d7cf7fdcac5} executeQuery: Read 1 rows, 40.00 B in 0.003162 sec., 316.25553447185325 rows/sec., 12.35 KiB/sec. 2026.03.04 04:35:15.948090 [ 292 ] {2af0dad2-5238-4aef-a987-3d7cf7fdcac5} TCPHandler: Processed in 0.003557868 sec. 2026.03.04 04:35:15.948188 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:15.948221 [ 292 ] {} TCP-Session: b145f44e-a909-4e28-9607-f90ea8721642 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:15.948228 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:15.948251 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:15.948270 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:15.948271 [ 291 ] {} TCP-Session: 74ca5007-3030-4542-a02a-d1d246459d72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:15.948294 [ 293 ] {} TCP-Session: 4161e2e9-0391-49b5-915c-5c3fb85cd09d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:15.948295 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:15.948329 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:15.948350 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:15.948368 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:15.948377 [ 259 ] {} TCP-Session: b610de32-d3d1-4513-916b-7daabef017c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:15.948395 [ 288 ] {} TCP-Session: 91d383f4-eca3-4a3c-a3b4-aa4a5d8381cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:15.948424 [ 290 ] {} TCP-Session: e568ea2b-1560-4f04-a5fd-342b479cc11a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:15.948360 [ 286 ] {} TCP-Session: edbb3f6f-7aa2-47aa-b705-cecf3edf7eb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:15.948313 [ 289 ] {} TCP-Session: cdd58734-6347-40e3-a26b-9f1867049eaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:15.948309 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:15.948514 [ 294 ] {} TCP-Session: 123c1464-f910-4c6c-ab4b-f8358a6473ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.072214 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40941 2026.03.04 04:35:16.072321 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:16.072348 [ 292 ] {} TCP-Session: 786d58a5-f262-4f94-971b-5f7fb92d2f88 Authenticating user 'default' from [fd00:1122:3344:101::e]:40941 2026.03.04 04:35:16.072370 [ 292 ] {} TCP-Session: 786d58a5-f262-4f94-971b-5f7fb92d2f88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.072383 [ 292 ] {} TCP-Session: 786d58a5-f262-4f94-971b-5f7fb92d2f88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.072545 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65206 2026.03.04 04:35:16.072565 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41979 2026.03.04 04:35:16.072566 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50482 2026.03.04 04:35:16.072602 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54697 2026.03.04 04:35:16.072648 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49447 2026.03.04 04:35:16.072667 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50991 2026.03.04 04:35:16.072702 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:16.072708 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:16.072732 [ 294 ] {} TCP-Session: 7dc43955-5311-4d20-aa73-6f474ff83d2f Authenticating user 'default' from [fd00:1122:3344:101::e]:50482 2026.03.04 04:35:16.072737 [ 292 ] {} TCP-Session: 786d58a5-f262-4f94-971b-5f7fb92d2f88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:16.072747 [ 286 ] {} TCP-Session: 20272a79-e36c-4670-b27a-bc696009eac6 Authenticating user 'default' from [fd00:1122:3344:101::e]:54697 2026.03.04 04:35:16.072765 [ 294 ] {} TCP-Session: 7dc43955-5311-4d20-aa73-6f474ff83d2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.072788 [ 286 ] {} TCP-Session: 20272a79-e36c-4670-b27a-bc696009eac6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.072799 [ 294 ] {} TCP-Session: 7dc43955-5311-4d20-aa73-6f474ff83d2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.072811 [ 286 ] {} TCP-Session: 20272a79-e36c-4670-b27a-bc696009eac6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.072759 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:16.072739 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:16.072868 [ 290 ] {} TCP-Session: a5df02fb-f0ea-484d-8364-4f4411823044 Authenticating user 'default' from [fd00:1122:3344:101::e]:50991 2026.03.04 04:35:16.072688 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37202 2026.03.04 04:35:16.072900 [ 290 ] {} TCP-Session: a5df02fb-f0ea-484d-8364-4f4411823044 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.072931 [ 292 ] {7f2e2c6b-7142-41c8-804f-1535a9573671} executeQuery: (from [fd00:1122:3344:101::e]:40941) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:35:16.072956 [ 290 ] {} TCP-Session: a5df02fb-f0ea-484d-8364-4f4411823044 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.072891 [ 289 ] {} TCP-Session: bcbb0c4d-d00d-48ce-a303-1381e2bf45ce Authenticating user 'default' from [fd00:1122:3344:101::e]:49447 2026.03.04 04:35:16.072656 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:16.073008 [ 289 ] {} TCP-Session: bcbb0c4d-d00d-48ce-a303-1381e2bf45ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.073014 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:16.073036 [ 293 ] {} TCP-Session: 5c19caaa-be10-4599-b1ac-ad394668cc49 Authenticating user 'default' from [fd00:1122:3344:101::e]:65206 2026.03.04 04:35:16.073046 [ 289 ] {} TCP-Session: bcbb0c4d-d00d-48ce-a303-1381e2bf45ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.073067 [ 291 ] {} TCP-Session: 952417e9-ee6f-4daa-b00a-02969b8eee44 Authenticating user 'default' from [fd00:1122:3344:101::e]:37202 2026.03.04 04:35:16.073079 [ 293 ] {} TCP-Session: 5c19caaa-be10-4599-b1ac-ad394668cc49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.073107 [ 291 ] {} TCP-Session: 952417e9-ee6f-4daa-b00a-02969b8eee44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.073112 [ 293 ] {} TCP-Session: 5c19caaa-be10-4599-b1ac-ad394668cc49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.073128 [ 291 ] {} TCP-Session: 952417e9-ee6f-4daa-b00a-02969b8eee44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.072647 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:16.072640 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35209 2026.03.04 04:35:16.073186 [ 259 ] {} TCP-Session: b0b62648-d482-4f4f-b1f6-61e3d5cf9bff Authenticating user 'default' from [fd00:1122:3344:101::e]:41979 2026.03.04 04:35:16.073209 [ 292 ] {7f2e2c6b-7142-41c8-804f-1535a9573671} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:35:16.073216 [ 259 ] {} TCP-Session: b0b62648-d482-4f4f-b1f6-61e3d5cf9bff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.073238 [ 259 ] {} TCP-Session: b0b62648-d482-4f4f-b1f6-61e3d5cf9bff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.073252 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:16.073263 [ 292 ] {7f2e2c6b-7142-41c8-804f-1535a9573671} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:35:16.073287 [ 288 ] {} TCP-Session: cbb98c14-e7dc-4a11-8157-4c7d6e89a73e Authenticating user 'default' from [fd00:1122:3344:101::e]:35209 2026.03.04 04:35:16.073309 [ 288 ] {} TCP-Session: cbb98c14-e7dc-4a11-8157-4c7d6e89a73e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.073322 [ 288 ] {} TCP-Session: cbb98c14-e7dc-4a11-8157-4c7d6e89a73e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.073556 [ 292 ] {7f2e2c6b-7142-41c8-804f-1535a9573671} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:35:16.074439 [ 336 ] {7f2e2c6b-7142-41c8-804f-1535a9573671} AggregatingTransform: Aggregating 2026.03.04 04:35:16.074486 [ 336 ] {7f2e2c6b-7142-41c8-804f-1535a9573671} Aggregator: Aggregation method: without_key 2026.03.04 04:35:16.074519 [ 336 ] {7f2e2c6b-7142-41c8-804f-1535a9573671} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000861766 sec. (1160.408 rows/sec., 45.33 KiB/sec.) 2026.03.04 04:35:16.074538 [ 336 ] {7f2e2c6b-7142-41c8-804f-1535a9573671} Aggregator: Merging aggregated data 2026.03.04 04:35:16.075854 [ 292 ] {7f2e2c6b-7142-41c8-804f-1535a9573671} executeQuery: Read 1 rows, 40.00 B in 0.002991 sec., 334.33634236041456 rows/sec., 13.06 KiB/sec. 2026.03.04 04:35:16.075980 [ 292 ] {7f2e2c6b-7142-41c8-804f-1535a9573671} TCPHandler: Processed in 0.003397416 sec. 2026.03.04 04:35:16.076090 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:16.076118 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:16.076135 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:16.076154 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:16.076163 [ 293 ] {} TCP-Session: 5c19caaa-be10-4599-b1ac-ad394668cc49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.076176 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:16.076205 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:16.076220 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:16.076239 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:16.076248 [ 286 ] {} TCP-Session: 20272a79-e36c-4670-b27a-bc696009eac6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.076262 [ 289 ] {} TCP-Session: bcbb0c4d-d00d-48ce-a303-1381e2bf45ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.076245 [ 291 ] {} TCP-Session: 952417e9-ee6f-4daa-b00a-02969b8eee44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.076293 [ 290 ] {} TCP-Session: a5df02fb-f0ea-484d-8364-4f4411823044 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.076198 [ 288 ] {} TCP-Session: cbb98c14-e7dc-4a11-8157-4c7d6e89a73e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.076192 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:16.076182 [ 259 ] {} TCP-Session: b0b62648-d482-4f4f-b1f6-61e3d5cf9bff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.076390 [ 294 ] {} TCP-Session: 7dc43955-5311-4d20-aa73-6f474ff83d2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.076122 [ 292 ] {} TCP-Session: 786d58a5-f262-4f94-971b-5f7fb92d2f88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.340707 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55636 2026.03.04 04:35:16.340809 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:16.340835 [ 288 ] {} TCP-Session: be68112a-aa07-4a48-b424-a93c45d872f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:55636 2026.03.04 04:35:16.340857 [ 288 ] {} TCP-Session: be68112a-aa07-4a48-b424-a93c45d872f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.340869 [ 288 ] {} TCP-Session: be68112a-aa07-4a48-b424-a93c45d872f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.341059 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39788 2026.03.04 04:35:16.341097 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49468 2026.03.04 04:35:16.341114 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50705 2026.03.04 04:35:16.341134 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53923 2026.03.04 04:35:16.341142 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34890 2026.03.04 04:35:16.341177 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:16.341193 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:16.341210 [ 289 ] {} TCP-Session: 30deeffa-9b73-4d27-ac26-f3f49efc8325 Authenticating user 'default' from [fd00:1122:3344:101::e]:39788 2026.03.04 04:35:16.341212 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:16.341227 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:16.341229 [ 292 ] {} TCP-Session: 64cb8a65-1236-4dbe-ae54-cd70c70bbef9 Authenticating user 'default' from [fd00:1122:3344:101::e]:49468 2026.03.04 04:35:16.341245 [ 259 ] {} TCP-Session: 5f9215f6-8eb1-4fcf-a6e0-5d40ea36943f Authenticating user 'default' from [fd00:1122:3344:101::e]:53923 2026.03.04 04:35:16.341250 [ 286 ] {} TCP-Session: 815495f9-c48f-417b-a342-2a18c104edb5 Authenticating user 'default' from [fd00:1122:3344:101::e]:34890 2026.03.04 04:35:16.341262 [ 292 ] {} TCP-Session: 64cb8a65-1236-4dbe-ae54-cd70c70bbef9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.341268 [ 259 ] {} TCP-Session: 5f9215f6-8eb1-4fcf-a6e0-5d40ea36943f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.341279 [ 292 ] {} TCP-Session: 64cb8a65-1236-4dbe-ae54-cd70c70bbef9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.341274 [ 286 ] {} TCP-Session: 815495f9-c48f-417b-a342-2a18c104edb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.341286 [ 259 ] {} TCP-Session: 5f9215f6-8eb1-4fcf-a6e0-5d40ea36943f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.341299 [ 286 ] {} TCP-Session: 815495f9-c48f-417b-a342-2a18c104edb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.341203 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:16.341202 [ 288 ] {} TCP-Session: be68112a-aa07-4a48-b424-a93c45d872f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:16.341349 [ 293 ] {} TCP-Session: 437722d3-0023-4d72-bd64-3bdca5a59aaf Authenticating user 'default' from [fd00:1122:3344:101::e]:50705 2026.03.04 04:35:16.341124 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56977 2026.03.04 04:35:16.341371 [ 293 ] {} TCP-Session: 437722d3-0023-4d72-bd64-3bdca5a59aaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.341095 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35381 2026.03.04 04:35:16.341415 [ 293 ] {} TCP-Session: 437722d3-0023-4d72-bd64-3bdca5a59aaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.341063 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39835 2026.03.04 04:35:16.341471 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:16.341235 [ 289 ] {} TCP-Session: 30deeffa-9b73-4d27-ac26-f3f49efc8325 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.341507 [ 288 ] {391df5ac-7759-45fc-8f11-6e2ade421791} executeQuery: (from [fd00:1122:3344:101::e]:55636) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:35:16.341539 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:16.341546 [ 289 ] {} TCP-Session: 30deeffa-9b73-4d27-ac26-f3f49efc8325 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.341574 [ 290 ] {} TCP-Session: b81878bd-104b-4f7d-b955-6f2828d4ace2 Authenticating user 'default' from [fd00:1122:3344:101::e]:39835 2026.03.04 04:35:16.341521 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:35:16.341609 [ 290 ] {} TCP-Session: b81878bd-104b-4f7d-b955-6f2828d4ace2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.341514 [ 294 ] {} TCP-Session: b57ae4bd-0246-43f3-a51d-8dccc03fcf8f Authenticating user 'default' from [fd00:1122:3344:101::e]:56977 2026.03.04 04:35:16.341633 [ 290 ] {} TCP-Session: b81878bd-104b-4f7d-b955-6f2828d4ace2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.341633 [ 291 ] {} TCP-Session: bf004593-d702-42c4-a5dd-744f3062e7f3 Authenticating user 'default' from [fd00:1122:3344:101::e]:35381 2026.03.04 04:35:16.341651 [ 294 ] {} TCP-Session: b57ae4bd-0246-43f3-a51d-8dccc03fcf8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.341685 [ 291 ] {} TCP-Session: bf004593-d702-42c4-a5dd-744f3062e7f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.341686 [ 294 ] {} TCP-Session: b57ae4bd-0246-43f3-a51d-8dccc03fcf8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.341706 [ 291 ] {} TCP-Session: bf004593-d702-42c4-a5dd-744f3062e7f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.341798 [ 288 ] {391df5ac-7759-45fc-8f11-6e2ade421791} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:35:16.341855 [ 288 ] {391df5ac-7759-45fc-8f11-6e2ade421791} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:35:16.342167 [ 288 ] {391df5ac-7759-45fc-8f11-6e2ade421791} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:35:16.343055 [ 295 ] {391df5ac-7759-45fc-8f11-6e2ade421791} AggregatingTransform: Aggregating 2026.03.04 04:35:16.343098 [ 295 ] {391df5ac-7759-45fc-8f11-6e2ade421791} Aggregator: Aggregation method: without_key 2026.03.04 04:35:16.343138 [ 295 ] {391df5ac-7759-45fc-8f11-6e2ade421791} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000865227 sec. (1155.766 rows/sec., 45.15 KiB/sec.) 2026.03.04 04:35:16.343157 [ 295 ] {391df5ac-7759-45fc-8f11-6e2ade421791} Aggregator: Merging aggregated data 2026.03.04 04:35:16.344639 [ 288 ] {391df5ac-7759-45fc-8f11-6e2ade421791} executeQuery: Read 1 rows, 40.00 B in 0.003189 sec., 313.5779241141424 rows/sec., 12.25 KiB/sec. 2026.03.04 04:35:16.344781 [ 288 ] {391df5ac-7759-45fc-8f11-6e2ade421791} TCPHandler: Processed in 0.003695762 sec. 2026.03.04 04:35:16.344905 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:16.344934 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:16.344936 [ 288 ] {} TCP-Session: be68112a-aa07-4a48-b424-a93c45d872f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.344962 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:16.344984 [ 294 ] {} TCP-Session: b57ae4bd-0246-43f3-a51d-8dccc03fcf8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.344976 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:16.345007 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:16.345027 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:16.345049 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:16.345068 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:16.345088 [ 292 ] {} TCP-Session: 64cb8a65-1236-4dbe-ae54-cd70c70bbef9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.345111 [ 293 ] {} TCP-Session: 437722d3-0023-4d72-bd64-3bdca5a59aaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.345128 [ 259 ] {} TCP-Session: 5f9215f6-8eb1-4fcf-a6e0-5d40ea36943f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.345075 [ 289 ] {} TCP-Session: 30deeffa-9b73-4d27-ac26-f3f49efc8325 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.345053 [ 290 ] {} TCP-Session: b81878bd-104b-4f7d-b955-6f2828d4ace2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.344993 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:35:16.345017 [ 291 ] {} TCP-Session: bf004593-d702-42c4-a5dd-744f3062e7f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:16.345225 [ 286 ] {} TCP-Session: 815495f9-c48f-417b-a342-2a18c104edb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:35:18.024703 [ 67 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:35:18.024792 [ 67 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:35:18.141356 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 19228 2026.03.04 04:35:18.141877 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:18.141916 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:18.142395 [ 245 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.04 04:35:18.142618 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:18.142748 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19228 2026.03.04 04:35:18.202214 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1126 2026.03.04 04:35:18.204689 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:18.204749 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:18.205988 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.04 04:35:18.206264 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:18.206649 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1126 2026.03.04 04:35:18.987518 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:18.987715 [ 261 ] {f83a1e31-0cd4-4c20-b76f-ac25cb14598b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:35:18.987787 [ 261 ] {f83a1e31-0cd4-4c20-b76f-ac25cb14598b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:35:18.988538 [ 261 ] {f83a1e31-0cd4-4c20-b76f-ac25cb14598b} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:18.988584 [ 261 ] {f83a1e31-0cd4-4c20-b76f-ac25cb14598b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:18.988982 [ 261 ] {f83a1e31-0cd4-4c20-b76f-ac25cb14598b} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.04 04:35:18.989207 [ 261 ] {f83a1e31-0cd4-4c20-b76f-ac25cb14598b} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:18.989369 [ 261 ] {f83a1e31-0cd4-4c20-b76f-ac25cb14598b} executeQuery: Read 122 rows, 10.72 KiB in 0.001707 sec., 71470.41593438781 rows/sec., 6.13 MiB/sec. 2026.03.04 04:35:18.989418 [ 261 ] {f83a1e31-0cd4-4c20-b76f-ac25cb14598b} TCPHandler: Processed in 0.00203719 sec. 2026.03.04 04:35:18.989550 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:18.989655 [ 261 ] {425c3deb-c22a-4d83-9176-7f7cd2eed5d4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:35:18.989698 [ 261 ] {425c3deb-c22a-4d83-9176-7f7cd2eed5d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:35:18.990184 [ 261 ] {425c3deb-c22a-4d83-9176-7f7cd2eed5d4} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:18.990219 [ 261 ] {425c3deb-c22a-4d83-9176-7f7cd2eed5d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:18.990536 [ 261 ] {425c3deb-c22a-4d83-9176-7f7cd2eed5d4} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.04 04:35:18.990763 [ 261 ] {425c3deb-c22a-4d83-9176-7f7cd2eed5d4} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:18.990898 [ 261 ] {425c3deb-c22a-4d83-9176-7f7cd2eed5d4} executeQuery: Read 33 rows, 2.48 KiB in 0.001267 sec., 26045.7774269929 rows/sec., 1.91 MiB/sec. 2026.03.04 04:35:18.990940 [ 261 ] {425c3deb-c22a-4d83-9176-7f7cd2eed5d4} TCPHandler: Processed in 0.001440658 sec. 2026.03.04 04:35:18.991065 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:18.991165 [ 261 ] {3f91d9cd-31c1-4c6f-9fc2-89c8c289c061} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:35:18.991261 [ 261 ] {3f91d9cd-31c1-4c6f-9fc2-89c8c289c061} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:35:18.991708 [ 261 ] {3f91d9cd-31c1-4c6f-9fc2-89c8c289c061} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:18.991744 [ 261 ] {3f91d9cd-31c1-4c6f-9fc2-89c8c289c061} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:18.992052 [ 261 ] {3f91d9cd-31c1-4c6f-9fc2-89c8c289c061} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.04 04:35:18.992257 [ 261 ] {3f91d9cd-31c1-4c6f-9fc2-89c8c289c061} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:18.992383 [ 261 ] {3f91d9cd-31c1-4c6f-9fc2-89c8c289c061} executeQuery: Read 97 rows, 7.76 KiB in 0.001239 sec., 78288.94269572235 rows/sec., 6.11 MiB/sec. 2026.03.04 04:35:18.992421 [ 261 ] {3f91d9cd-31c1-4c6f-9fc2-89c8c289c061} TCPHandler: Processed in 0.001408468 sec. 2026.03.04 04:35:18.992537 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:18.992634 [ 261 ] {3f413baf-cfb6-4786-9e02-c13969924957} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:35:18.992677 [ 261 ] {3f413baf-cfb6-4786-9e02-c13969924957} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:35:18.993104 [ 261 ] {3f413baf-cfb6-4786-9e02-c13969924957} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:18.993139 [ 261 ] {3f413baf-cfb6-4786-9e02-c13969924957} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:18.993481 [ 261 ] {3f413baf-cfb6-4786-9e02-c13969924957} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.04 04:35:18.993690 [ 261 ] {3f413baf-cfb6-4786-9e02-c13969924957} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:18.993819 [ 261 ] {3f413baf-cfb6-4786-9e02-c13969924957} executeQuery: Read 160 rows, 11.41 KiB in 0.001204 sec., 132890.36544850498 rows/sec., 9.26 MiB/sec. 2026.03.04 04:35:18.993857 [ 261 ] {3f413baf-cfb6-4786-9e02-c13969924957} TCPHandler: Processed in 0.001370166 sec. 2026.03.04 04:35:18.993981 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:18.994077 [ 261 ] {42179f34-4854-41e0-9b11-8a91da819fc8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:35:18.994135 [ 261 ] {42179f34-4854-41e0-9b11-8a91da819fc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:35:18.994991 [ 261 ] {42179f34-4854-41e0-9b11-8a91da819fc8} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:18.995026 [ 261 ] {42179f34-4854-41e0-9b11-8a91da819fc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:18.995574 [ 261 ] {42179f34-4854-41e0-9b11-8a91da819fc8} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.04 04:35:18.995811 [ 261 ] {42179f34-4854-41e0-9b11-8a91da819fc8} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:18.995950 [ 261 ] {42179f34-4854-41e0-9b11-8a91da819fc8} executeQuery: Read 33 rows, 60.55 KiB in 0.001892 sec., 17441.86046511628 rows/sec., 31.26 MiB/sec. 2026.03.04 04:35:18.996021 [ 261 ] {42179f34-4854-41e0-9b11-8a91da819fc8} TCPHandler: Processed in 0.00208993 sec. 2026.03.04 04:35:18.996144 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:18.996242 [ 261 ] {abc4e7aa-cb5a-415a-a965-f58029b6ae66} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:35:18.996285 [ 261 ] {abc4e7aa-cb5a-415a-a965-f58029b6ae66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:35:18.996636 [ 261 ] {abc4e7aa-cb5a-415a-a965-f58029b6ae66} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:18.996670 [ 261 ] {abc4e7aa-cb5a-415a-a965-f58029b6ae66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:18.996979 [ 261 ] {abc4e7aa-cb5a-415a-a965-f58029b6ae66} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.04 04:35:18.997186 [ 261 ] {abc4e7aa-cb5a-415a-a965-f58029b6ae66} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:18.997323 [ 261 ] {abc4e7aa-cb5a-415a-a965-f58029b6ae66} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2026.03.04 04:35:18.997368 [ 261 ] {abc4e7aa-cb5a-415a-a965-f58029b6ae66} TCPHandler: Processed in 0.001274664 sec. 2026.03.04 04:35:19.156817 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2026.03.04 04:35:19.175327 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:19.175390 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:19.181734 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.04 04:35:19.182463 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:19.186215 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2026.03.04 04:35:19.265444 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:19.265658 [ 261 ] {7478b73e-dd38-4da8-a8aa-df50230e05e5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:35:19.265744 [ 261 ] {7478b73e-dd38-4da8-a8aa-df50230e05e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:35:19.266531 [ 261 ] {7478b73e-dd38-4da8-a8aa-df50230e05e5} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:19.266584 [ 261 ] {7478b73e-dd38-4da8-a8aa-df50230e05e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:19.267049 [ 261 ] {7478b73e-dd38-4da8-a8aa-df50230e05e5} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.04 04:35:19.267337 [ 261 ] {7478b73e-dd38-4da8-a8aa-df50230e05e5} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:19.267523 [ 261 ] {7478b73e-dd38-4da8-a8aa-df50230e05e5} executeQuery: Read 4 rows, 334.00 B in 0.001926 sec., 2076.8431983385253 rows/sec., 169.35 KiB/sec. 2026.03.04 04:35:19.267588 [ 261 ] {7478b73e-dd38-4da8-a8aa-df50230e05e5} TCPHandler: Processed in 0.002302865 sec. 2026.03.04 04:35:19.267727 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:19.267843 [ 261 ] {2118519a-39ee-4a83-82aa-859eabbeda4a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:35:19.267897 [ 261 ] {2118519a-39ee-4a83-82aa-859eabbeda4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:35:19.269721 [ 261 ] {2118519a-39ee-4a83-82aa-859eabbeda4a} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:19.269768 [ 261 ] {2118519a-39ee-4a83-82aa-859eabbeda4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:19.270305 [ 261 ] {2118519a-39ee-4a83-82aa-859eabbeda4a} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.04 04:35:19.270597 [ 261 ] {2118519a-39ee-4a83-82aa-859eabbeda4a} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:19.270788 [ 261 ] {2118519a-39ee-4a83-82aa-859eabbeda4a} executeQuery: Read 1959 rows, 150.32 KiB in 0.002967 sec., 660262.891809909 rows/sec., 49.48 MiB/sec. 2026.03.04 04:35:19.270840 [ 261 ] {2118519a-39ee-4a83-82aa-859eabbeda4a} TCPHandler: Processed in 0.003168422 sec. 2026.03.04 04:35:19.271000 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:19.271127 [ 261 ] {424bc9f6-dc21-4df6-b80a-5588b99ea63b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:35:19.271180 [ 261 ] {424bc9f6-dc21-4df6-b80a-5588b99ea63b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:35:19.271711 [ 261 ] {424bc9f6-dc21-4df6-b80a-5588b99ea63b} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:19.271754 [ 261 ] {424bc9f6-dc21-4df6-b80a-5588b99ea63b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:19.272129 [ 261 ] {424bc9f6-dc21-4df6-b80a-5588b99ea63b} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.04 04:35:19.272399 [ 261 ] {424bc9f6-dc21-4df6-b80a-5588b99ea63b} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:19.272553 [ 261 ] {424bc9f6-dc21-4df6-b80a-5588b99ea63b} executeQuery: Read 23 rows, 1.71 KiB in 0.001453 sec., 15829.318651066758 rows/sec., 1.15 MiB/sec. 2026.03.04 04:35:19.272598 [ 261 ] {424bc9f6-dc21-4df6-b80a-5588b99ea63b} TCPHandler: Processed in 0.001663322 sec. 2026.03.04 04:35:19.272741 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:19.272856 [ 261 ] {33d82c1d-c20f-4596-9332-f3c0ddb41c4b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:35:19.272905 [ 261 ] {33d82c1d-c20f-4596-9332-f3c0ddb41c4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:35:19.273878 [ 261 ] {33d82c1d-c20f-4596-9332-f3c0ddb41c4b} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:19.273922 [ 261 ] {33d82c1d-c20f-4596-9332-f3c0ddb41c4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:19.274337 [ 261 ] {33d82c1d-c20f-4596-9332-f3c0ddb41c4b} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.04 04:35:19.274670 [ 261 ] {33d82c1d-c20f-4596-9332-f3c0ddb41c4b} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:19.274856 [ 261 ] {33d82c1d-c20f-4596-9332-f3c0ddb41c4b} executeQuery: Read 709 rows, 42.36 KiB in 0.002022 sec., 350642.9277942631 rows/sec., 20.46 MiB/sec. 2026.03.04 04:35:19.274903 [ 261 ] {33d82c1d-c20f-4596-9332-f3c0ddb41c4b} TCPHandler: Processed in 0.002225213 sec. 2026.03.04 04:35:19.275063 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:19.275187 [ 261 ] {ada9dc4a-6d0f-4d8f-97d6-3e0038d1aaa7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.04 04:35:19.275238 [ 261 ] {ada9dc4a-6d0f-4d8f-97d6-3e0038d1aaa7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.04 04:35:19.275730 [ 261 ] {ada9dc4a-6d0f-4d8f-97d6-3e0038d1aaa7} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:19.275774 [ 261 ] {ada9dc4a-6d0f-4d8f-97d6-3e0038d1aaa7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:19.276154 [ 261 ] {ada9dc4a-6d0f-4d8f-97d6-3e0038d1aaa7} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.04 04:35:19.276459 [ 261 ] {ada9dc4a-6d0f-4d8f-97d6-3e0038d1aaa7} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:19.276627 [ 261 ] {ada9dc4a-6d0f-4d8f-97d6-3e0038d1aaa7} executeQuery: Read 1 rows, 72.00 B in 0.001462 sec., 683.9945280437756 rows/sec., 48.09 KiB/sec. 2026.03.04 04:35:19.276677 [ 261 ] {ada9dc4a-6d0f-4d8f-97d6-3e0038d1aaa7} TCPHandler: Processed in 0.001674382 sec. 2026.03.04 04:35:19.276824 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:19.276940 [ 261 ] {341646bb-4941-469f-abc6-9a261c55d277} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:35:19.276987 [ 261 ] {341646bb-4941-469f-abc6-9a261c55d277} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:35:19.278209 [ 261 ] {341646bb-4941-469f-abc6-9a261c55d277} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:19.278261 [ 261 ] {341646bb-4941-469f-abc6-9a261c55d277} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:19.278744 [ 261 ] {341646bb-4941-469f-abc6-9a261c55d277} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.04 04:35:19.279051 [ 261 ] {341646bb-4941-469f-abc6-9a261c55d277} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:19.279235 [ 261 ] {341646bb-4941-469f-abc6-9a261c55d277} executeQuery: Read 1023 rows, 72.19 KiB in 0.002314 sec., 442091.6162489196 rows/sec., 30.47 MiB/sec. 2026.03.04 04:35:19.279284 [ 261 ] {341646bb-4941-469f-abc6-9a261c55d277} TCPHandler: Processed in 0.002521728 sec. 2026.03.04 04:35:19.279450 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:19.279595 [ 261 ] {8432122e-67cb-4aef-b4d5-d103f534d560} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:35:19.279659 [ 261 ] {8432122e-67cb-4aef-b4d5-d103f534d560} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:35:19.280790 [ 261 ] {8432122e-67cb-4aef-b4d5-d103f534d560} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:19.280841 [ 261 ] {8432122e-67cb-4aef-b4d5-d103f534d560} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:19.281422 [ 261 ] {8432122e-67cb-4aef-b4d5-d103f534d560} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.04 04:35:19.281732 [ 261 ] {8432122e-67cb-4aef-b4d5-d103f534d560} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:19.281932 [ 261 ] {8432122e-67cb-4aef-b4d5-d103f534d560} executeQuery: Read 1219 rows, 78.06 KiB in 0.002364 sec., 515651.43824027065 rows/sec., 32.25 MiB/sec. 2026.03.04 04:35:19.281986 [ 261 ] {8432122e-67cb-4aef-b4d5-d103f534d560} TCPHandler: Processed in 0.002601981 sec. 2026.03.04 04:35:19.282152 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:19.282288 [ 261 ] {13ff6988-4260-4908-ba93-650f77b5d388} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.04 04:35:19.282350 [ 261 ] {13ff6988-4260-4908-ba93-650f77b5d388} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.04 04:35:19.282798 [ 261 ] {13ff6988-4260-4908-ba93-650f77b5d388} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:19.282848 [ 261 ] {13ff6988-4260-4908-ba93-650f77b5d388} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:19.283284 [ 261 ] {13ff6988-4260-4908-ba93-650f77b5d388} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.04 04:35:19.283606 [ 261 ] {13ff6988-4260-4908-ba93-650f77b5d388} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:19.283786 [ 261 ] {13ff6988-4260-4908-ba93-650f77b5d388} executeQuery: Read 1 rows, 65.00 B in 0.001521 sec., 657.4621959237344 rows/sec., 41.73 KiB/sec. 2026.03.04 04:35:19.283832 [ 261 ] {13ff6988-4260-4908-ba93-650f77b5d388} TCPHandler: Processed in 0.001750304 sec. 2026.03.04 04:35:19.284012 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:19.284144 [ 261 ] {4b920ab1-4a75-4c97-a894-0bc8677bd383} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:35:19.284222 [ 261 ] {4b920ab1-4a75-4c97-a894-0bc8677bd383} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:35:19.285409 [ 261 ] {4b920ab1-4a75-4c97-a894-0bc8677bd383} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:19.285461 [ 261 ] {4b920ab1-4a75-4c97-a894-0bc8677bd383} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:19.286225 [ 261 ] {4b920ab1-4a75-4c97-a894-0bc8677bd383} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.04 04:35:19.286551 [ 261 ] {4b920ab1-4a75-4c97-a894-0bc8677bd383} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:19.286745 [ 261 ] {4b920ab1-4a75-4c97-a894-0bc8677bd383} executeQuery: Read 19 rows, 34.86 KiB in 0.002627 sec., 7232.58469737343 rows/sec., 12.96 MiB/sec. 2026.03.04 04:35:19.286820 [ 261 ] {4b920ab1-4a75-4c97-a894-0bc8677bd383} TCPHandler: Processed in 0.002879996 sec. 2026.03.04 04:35:19.286983 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:19.287107 [ 261 ] {c31217e2-f1fa-4527-a762-1844b3541e36} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:35:19.287163 [ 261 ] {c31217e2-f1fa-4527-a762-1844b3541e36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:35:19.287620 [ 261 ] {c31217e2-f1fa-4527-a762-1844b3541e36} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:19.287677 [ 261 ] {c31217e2-f1fa-4527-a762-1844b3541e36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:19.288098 [ 261 ] {c31217e2-f1fa-4527-a762-1844b3541e36} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.04 04:35:19.288409 [ 261 ] {c31217e2-f1fa-4527-a762-1844b3541e36} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:19.288593 [ 261 ] {c31217e2-f1fa-4527-a762-1844b3541e36} executeQuery: Read 12 rows, 848.00 B in 0.001512 sec., 7936.507936507936 rows/sec., 547.70 KiB/sec. 2026.03.04 04:35:19.288644 [ 261 ] {c31217e2-f1fa-4527-a762-1844b3541e36} TCPHandler: Processed in 0.001731224 sec. 2026.03.04 04:35:20.001173 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 304.96 MiB, peak 314.29 MiB, free memory in arenas 0.00 B, will set to 303.71 MiB (RSS), difference: -1.25 MiB 2026.03.04 04:35:23.984196 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:23.984377 [ 261 ] {3ba898e3-8945-4dbd-9d8b-32416f425b61} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:35:23.984445 [ 261 ] {3ba898e3-8945-4dbd-9d8b-32416f425b61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:35:23.985149 [ 261 ] {3ba898e3-8945-4dbd-9d8b-32416f425b61} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:23.985201 [ 261 ] {3ba898e3-8945-4dbd-9d8b-32416f425b61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:23.985590 [ 261 ] {3ba898e3-8945-4dbd-9d8b-32416f425b61} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.04 04:35:23.985814 [ 261 ] {3ba898e3-8945-4dbd-9d8b-32416f425b61} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:23.985978 [ 261 ] {3ba898e3-8945-4dbd-9d8b-32416f425b61} executeQuery: Read 56 rows, 4.38 KiB in 0.001649 sec., 33959.97574287447 rows/sec., 2.59 MiB/sec. 2026.03.04 04:35:23.986001 [ 59 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.03.04 04:35:23.986030 [ 261 ] {3ba898e3-8945-4dbd-9d8b-32416f425b61} TCPHandler: Processed in 0.001968328 sec. 2026.03.04 04:35:23.986075 [ 59 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:23.986104 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:23.986182 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:23.986202 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.03.04 04:35:23.986291 [ 261 ] {d8bafcf1-03f9-4266-a497-771024d9b09f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:35:23.986294 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:35:23.986331 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2890 rows starting from the beginning of the part 2026.03.04 04:35:23.986334 [ 261 ] {d8bafcf1-03f9-4266-a497-771024d9b09f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:35:23.986389 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 243 rows starting from the beginning of the part 2026.03.04 04:35:23.986434 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 72 rows starting from the beginning of the part 2026.03.04 04:35:23.986474 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 122 rows starting from the beginning of the part 2026.03.04 04:35:23.986516 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1959 rows starting from the beginning of the part 2026.03.04 04:35:23.986554 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 56 rows starting from the beginning of the part 2026.03.04 04:35:23.986788 [ 261 ] {d8bafcf1-03f9-4266-a497-771024d9b09f} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:23.986825 [ 261 ] {d8bafcf1-03f9-4266-a497-771024d9b09f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:23.987133 [ 261 ] {d8bafcf1-03f9-4266-a497-771024d9b09f} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.04 04:35:23.987373 [ 261 ] {d8bafcf1-03f9-4266-a497-771024d9b09f} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:23.987528 [ 59 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.03.04 04:35:23.987553 [ 261 ] {d8bafcf1-03f9-4266-a497-771024d9b09f} executeQuery: Read 64 rows, 5.12 KiB in 0.001285 sec., 49805.447470817126 rows/sec., 3.89 MiB/sec. 2026.03.04 04:35:23.987572 [ 59 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:23.987601 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:23.987618 [ 261 ] {d8bafcf1-03f9-4266-a497-771024d9b09f} TCPHandler: Processed in 0.001485339 sec. 2026.03.04 04:35:23.987714 [ 197 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.03.04 04:35:23.987778 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:23.987835 [ 197 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:35:23.987876 [ 197 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1550 rows starting from the beginning of the part 2026.03.04 04:35:23.987879 [ 261 ] {52b25d45-797f-4924-9bc0-eb99ded9da5c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:35:23.987933 [ 261 ] {52b25d45-797f-4924-9bc0-eb99ded9da5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:35:23.987953 [ 197 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 135 rows starting from the beginning of the part 2026.03.04 04:35:23.988023 [ 197 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 72 rows starting from the beginning of the part 2026.03.04 04:35:23.988092 [ 197 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 97 rows starting from the beginning of the part 2026.03.04 04:35:23.988156 [ 197 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1023 rows starting from the beginning of the part 2026.03.04 04:35:23.988222 [ 197 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 64 rows starting from the beginning of the part 2026.03.04 04:35:23.988382 [ 261 ] {52b25d45-797f-4924-9bc0-eb99ded9da5c} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:23.988417 [ 261 ] {52b25d45-797f-4924-9bc0-eb99ded9da5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:23.988521 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 5342 rows, containing 5 columns (5 merged, 0 gathered) in 0.002355105 sec., 2268264.0476751565 rows/sec., 183.50 MiB/sec. 2026.03.04 04:35:23.988779 [ 261 ] {52b25d45-797f-4924-9bc0-eb99ded9da5c} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.04 04:35:23.988912 [ 194 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.03.04 04:35:23.989025 [ 261 ] {52b25d45-797f-4924-9bc0-eb99ded9da5c} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:23.989166 [ 59 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.03.04 04:35:23.989177 [ 261 ] {52b25d45-797f-4924-9bc0-eb99ded9da5c} executeQuery: Read 128 rows, 9.13 KiB in 0.001321 sec., 96896.29068887208 rows/sec., 6.75 MiB/sec. 2026.03.04 04:35:23.989209 [ 59 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:23.989229 [ 261 ] {52b25d45-797f-4924-9bc0-eb99ded9da5c} TCPHandler: Processed in 0.001514849 sec. 2026.03.04 04:35:23.989235 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:23.989301 [ 194 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_66_13} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:23.989332 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.03.04 04:35:23.989358 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:23.989398 [ 194 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_66_13} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.03.04 04:35:23.989443 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:35:23.989457 [ 261 ] {09c82eea-cc83-4e50-9b8a-0b95491d6d23} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:35:23.989479 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 20676 rows starting from the beginning of the part 2026.03.04 04:35:23.989501 [ 261 ] {09c82eea-cc83-4e50-9b8a-0b95491d6d23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:35:23.989524 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. 2026.03.04 04:35:23.989537 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 197 rows starting from the beginning of the part 2026.03.04 04:35:23.989606 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part 2026.03.04 04:35:23.989669 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part 2026.03.04 04:35:23.989679 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2941 rows, containing 5 columns (5 merged, 0 gathered) in 0.00202557 sec., 1451936.9856386103 rows/sec., 108.11 MiB/sec. 2026.03.04 04:35:23.989719 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1219 rows starting from the beginning of the part 2026.03.04 04:35:23.989766 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 128 rows starting from the beginning of the part 2026.03.04 04:35:23.989860 [ 261 ] {09c82eea-cc83-4e50-9b8a-0b95491d6d23} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:23.989877 [ 194 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.03.04 04:35:23.989903 [ 261 ] {09c82eea-cc83-4e50-9b8a-0b95491d6d23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:23.990205 [ 194 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_66_13} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:23.990285 [ 194 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_66_13} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.03.04 04:35:23.990294 [ 261 ] {09c82eea-cc83-4e50-9b8a-0b95491d6d23} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.04 04:35:23.990382 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.03.04 04:35:23.990522 [ 261 ] {09c82eea-cc83-4e50-9b8a-0b95491d6d23} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:23.990650 [ 59 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.03.04 04:35:23.990663 [ 261 ] {09c82eea-cc83-4e50-9b8a-0b95491d6d23} executeQuery: Read 48 rows, 3.31 KiB in 0.001226 sec., 39151.71288743882 rows/sec., 2.64 MiB/sec. 2026.03.04 04:35:23.990686 [ 59 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:23.990709 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:23.990710 [ 261 ] {09c82eea-cc83-4e50-9b8a-0b95491d6d23} TCPHandler: Processed in 0.001401728 sec. 2026.03.04 04:35:23.990789 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.03.04 04:35:23.990896 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:35:23.990930 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3330 rows starting from the beginning of the part 2026.03.04 04:35:23.990997 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part 2026.03.04 04:35:23.991044 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part 2026.03.04 04:35:23.991090 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part 2026.03.04 04:35:23.991130 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 12 rows starting from the beginning of the part 2026.03.04 04:35:23.991170 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 48 rows starting from the beginning of the part 2026.03.04 04:35:23.992676 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3570 rows, containing 4 columns (4 merged, 0 gathered) in 0.001919497 sec., 1859862.2451611022 rows/sec., 123.93 MiB/sec. 2026.03.04 04:35:23.992972 [ 189 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.03.04 04:35:23.993235 [ 189 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_66_13} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:23.993311 [ 189 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_66_13} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.03.04 04:35:23.993402 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.03.04 04:35:23.995720 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 22540 rows, containing 5 columns (5 merged, 0 gathered) in 0.006426394 sec., 3507410.2210353115 rows/sec., 232.44 MiB/sec. 2026.03.04 04:35:23.996070 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.03.04 04:35:23.996319 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_66_13} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:23.996384 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_66_13} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.03.04 04:35:23.996451 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.41 MiB. 2026.03.04 04:35:25.643568 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 19676 2026.03.04 04:35:25.644091 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:25.644137 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:25.644637 [ 245 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.04 04:35:25.644873 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:25.645017 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19676 2026.03.04 04:35:25.645019 [ 56 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.04 04:35:25.645115 [ 56 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:25.645149 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:25.645262 [ 189 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.04 04:35:25.645366 [ 189 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:35:25.645401 [ 189 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 17308 rows starting from the beginning of the part 2026.03.04 04:35:25.645466 [ 189 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 448 rows starting from the beginning of the part 2026.03.04 04:35:25.645517 [ 189 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 512 rows starting from the beginning of the part 2026.03.04 04:35:25.645564 [ 189 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 448 rows starting from the beginning of the part 2026.03.04 04:35:25.645608 [ 189 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 512 rows starting from the beginning of the part 2026.03.04 04:35:25.645653 [ 189 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 448 rows starting from the beginning of the part 2026.03.04 04:35:25.647602 [ 189 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 19676 rows, containing 4 columns (4 merged, 0 gathered) in 0.002386006 sec., 8246416.8153810175 rows/sec., 117.97 MiB/sec. 2026.03.04 04:35:25.647814 [ 189 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.04 04:35:25.648041 [ 189 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_41_8} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:25.648104 [ 189 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_41_8} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.04 04:35:25.648180 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.62 MiB. 2026.03.04 04:35:26.687023 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2026.03.04 04:35:26.705433 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:26.705504 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:26.711626 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.04 04:35:26.712314 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:26.712638 [ 51 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.04 04:35:26.712710 [ 51 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:26.712734 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:26.712868 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.04 04:35:26.715990 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2026.03.04 04:35:26.716383 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:35:26.717867 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part 2026.03.04 04:35:26.722761 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part 2026.03.04 04:35:26.727397 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part 2026.03.04 04:35:26.732048 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part 2026.03.04 04:35:26.736884 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part 2026.03.04 04:35:26.740680 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part 2026.03.04 04:35:26.791806 [ 196 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.078999664 sec., 3911.409040929592 rows/sec., 20.23 MiB/sec. 2026.03.04 04:35:26.794585 [ 196 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.04 04:35:26.796592 [ 196 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_41_8} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:26.796667 [ 196 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_41_8} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.04 04:35:26.798934 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.03.04 04:35:28.207560 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1166 2026.03.04 04:35:28.210011 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:28.210061 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:28.211289 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.04 04:35:28.211565 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:28.211707 [ 55 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.03.04 04:35:28.211752 [ 55 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:28.211774 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:28.211861 [ 199 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.03.04 04:35:28.211936 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1166 2026.03.04 04:35:28.212296 [ 199 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:35:28.212422 [ 199 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 994 rows starting from the beginning of the part 2026.03.04 04:35:28.212759 [ 199 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 32 rows starting from the beginning of the part 2026.03.04 04:35:28.213079 [ 199 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 38 rows starting from the beginning of the part 2026.03.04 04:35:28.213410 [ 199 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 24 rows starting from the beginning of the part 2026.03.04 04:35:28.213732 [ 199 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 38 rows starting from the beginning of the part 2026.03.04 04:35:28.214066 [ 199 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part 2026.03.04 04:35:28.221533 [ 198 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1166 rows, containing 72 columns (72 merged, 0 gathered) in 0.009703437 sec., 120163.60800817277 rows/sec., 99.07 MiB/sec. 2026.03.04 04:35:28.222786 [ 187 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.03.04 04:35:28.223306 [ 187 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_31_6} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:28.223378 [ 187 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_31_6} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.03.04 04:35:28.223520 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.80 MiB. 2026.03.04 04:35:28.987466 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:28.987654 [ 261 ] {0ee3a6c2-32be-43ff-a3cc-f3faf36fb7e3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:35:28.987722 [ 261 ] {0ee3a6c2-32be-43ff-a3cc-f3faf36fb7e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:35:28.988502 [ 261 ] {0ee3a6c2-32be-43ff-a3cc-f3faf36fb7e3} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:28.988547 [ 261 ] {0ee3a6c2-32be-43ff-a3cc-f3faf36fb7e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:28.988963 [ 261 ] {0ee3a6c2-32be-43ff-a3cc-f3faf36fb7e3} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.04 04:35:28.989199 [ 261 ] {0ee3a6c2-32be-43ff-a3cc-f3faf36fb7e3} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:28.989361 [ 261 ] {0ee3a6c2-32be-43ff-a3cc-f3faf36fb7e3} executeQuery: Read 122 rows, 10.72 KiB in 0.001759 sec., 69357.58953951109 rows/sec., 5.95 MiB/sec. 2026.03.04 04:35:28.989411 [ 261 ] {0ee3a6c2-32be-43ff-a3cc-f3faf36fb7e3} TCPHandler: Processed in 0.002076409 sec. 2026.03.04 04:35:28.989545 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:28.989651 [ 261 ] {3c2f9786-430f-4930-8b22-c72b079b55c8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:35:28.989696 [ 261 ] {3c2f9786-430f-4930-8b22-c72b079b55c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:35:28.990131 [ 261 ] {3c2f9786-430f-4930-8b22-c72b079b55c8} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:28.990167 [ 261 ] {3c2f9786-430f-4930-8b22-c72b079b55c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:28.990484 [ 261 ] {3c2f9786-430f-4930-8b22-c72b079b55c8} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.04 04:35:28.990695 [ 261 ] {3c2f9786-430f-4930-8b22-c72b079b55c8} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:28.990799 [ 53 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.04 04:35:28.990831 [ 261 ] {3c2f9786-430f-4930-8b22-c72b079b55c8} executeQuery: Read 33 rows, 2.48 KiB in 0.001204 sec., 27408.637873754153 rows/sec., 2.01 MiB/sec. 2026.03.04 04:35:28.990838 [ 53 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:28.990864 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:28.990871 [ 261 ] {3c2f9786-430f-4930-8b22-c72b079b55c8} TCPHandler: Processed in 0.001379357 sec. 2026.03.04 04:35:28.990983 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:28.990987 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.03.04 04:35:28.991082 [ 261 ] {cb65f083-8055-4845-ad4f-fc66c5682362} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:35:28.991127 [ 261 ] {cb65f083-8055-4845-ad4f-fc66c5682362} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:35:28.991146 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:35:28.991184 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 224 rows starting from the beginning of the part 2026.03.04 04:35:28.991249 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 47 rows starting from the beginning of the part 2026.03.04 04:35:28.991294 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part 2026.03.04 04:35:28.991336 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 33 rows starting from the beginning of the part 2026.03.04 04:35:28.991386 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 23 rows starting from the beginning of the part 2026.03.04 04:35:28.991432 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 33 rows starting from the beginning of the part 2026.03.04 04:35:28.991587 [ 261 ] {cb65f083-8055-4845-ad4f-fc66c5682362} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:28.991630 [ 261 ] {cb65f083-8055-4845-ad4f-fc66c5682362} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:28.991994 [ 261 ] {cb65f083-8055-4845-ad4f-fc66c5682362} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.04 04:35:28.992231 [ 261 ] {cb65f083-8055-4845-ad4f-fc66c5682362} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:28.992347 [ 191 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 368 rows, containing 5 columns (5 merged, 0 gathered) in 0.001417417 sec., 259627.1951020765 rows/sec., 18.57 MiB/sec. 2026.03.04 04:35:28.992366 [ 261 ] {cb65f083-8055-4845-ad4f-fc66c5682362} executeQuery: Read 97 rows, 7.76 KiB in 0.001304 sec., 74386.50306748466 rows/sec., 5.81 MiB/sec. 2026.03.04 04:35:28.992430 [ 261 ] {cb65f083-8055-4845-ad4f-fc66c5682362} TCPHandler: Processed in 0.001496879 sec. 2026.03.04 04:35:28.992548 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:28.992555 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.04 04:35:28.992648 [ 261 ] {6920abb4-0d42-4431-8bcd-f8bc756bb600} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:35:28.992696 [ 261 ] {6920abb4-0d42-4431-8bcd-f8bc756bb600} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:35:28.992876 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_56_11} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:28.992969 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_56_11} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.04 04:35:28.993068 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.04 04:35:28.993138 [ 261 ] {6920abb4-0d42-4431-8bcd-f8bc756bb600} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:28.993180 [ 261 ] {6920abb4-0d42-4431-8bcd-f8bc756bb600} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:28.993525 [ 261 ] {6920abb4-0d42-4431-8bcd-f8bc756bb600} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.04 04:35:28.993757 [ 261 ] {6920abb4-0d42-4431-8bcd-f8bc756bb600} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:28.993892 [ 261 ] {6920abb4-0d42-4431-8bcd-f8bc756bb600} executeQuery: Read 160 rows, 11.41 KiB in 0.001263 sec., 126682.5019794141 rows/sec., 8.82 MiB/sec. 2026.03.04 04:35:28.993929 [ 261 ] {6920abb4-0d42-4431-8bcd-f8bc756bb600} TCPHandler: Processed in 0.001431438 sec. 2026.03.04 04:35:28.994051 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:28.994147 [ 261 ] {6deed16d-b2dc-4b88-86bc-826740def2e6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:35:28.994202 [ 261 ] {6deed16d-b2dc-4b88-86bc-826740def2e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:35:28.995060 [ 261 ] {6deed16d-b2dc-4b88-86bc-826740def2e6} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:28.995096 [ 261 ] {6deed16d-b2dc-4b88-86bc-826740def2e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:28.995666 [ 261 ] {6deed16d-b2dc-4b88-86bc-826740def2e6} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.04 04:35:28.995893 [ 261 ] {6deed16d-b2dc-4b88-86bc-826740def2e6} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:28.996034 [ 261 ] {6deed16d-b2dc-4b88-86bc-826740def2e6} executeQuery: Read 33 rows, 60.55 KiB in 0.001906 sec., 17313.746065057712 rows/sec., 31.03 MiB/sec. 2026.03.04 04:35:28.996095 [ 261 ] {6deed16d-b2dc-4b88-86bc-826740def2e6} TCPHandler: Processed in 0.00209372 sec. 2026.03.04 04:35:28.996207 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:28.996302 [ 261 ] {0c885c78-840f-42c1-b8fb-c49bd8499c12} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:35:28.996344 [ 261 ] {0c885c78-840f-42c1-b8fb-c49bd8499c12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:35:28.996688 [ 261 ] {0c885c78-840f-42c1-b8fb-c49bd8499c12} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:28.996723 [ 261 ] {0c885c78-840f-42c1-b8fb-c49bd8499c12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:28.997030 [ 261 ] {0c885c78-840f-42c1-b8fb-c49bd8499c12} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.04 04:35:28.997241 [ 261 ] {0c885c78-840f-42c1-b8fb-c49bd8499c12} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:28.997366 [ 261 ] {0c885c78-840f-42c1-b8fb-c49bd8499c12} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2026.03.04 04:35:28.997403 [ 261 ] {0c885c78-840f-42c1-b8fb-c49bd8499c12} TCPHandler: Processed in 0.001245364 sec. 2026.03.04 04:35:33.025042 [ 30 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:35:33.025106 [ 30 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:35:33.146066 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 20188 2026.03.04 04:35:33.146594 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:33.146642 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:33.147167 [ 245 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.04 04:35:33.147403 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:33.147553 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20188 2026.03.04 04:35:33.985775 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:33.985966 [ 261 ] {6ad27b4b-a9af-4d8d-89d3-29e9d23ef0f7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:35:33.986037 [ 261 ] {6ad27b4b-a9af-4d8d-89d3-29e9d23ef0f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:35:33.986736 [ 261 ] {6ad27b4b-a9af-4d8d-89d3-29e9d23ef0f7} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:33.986789 [ 261 ] {6ad27b4b-a9af-4d8d-89d3-29e9d23ef0f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:33.987194 [ 261 ] {6ad27b4b-a9af-4d8d-89d3-29e9d23ef0f7} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.03.04 04:35:33.987421 [ 261 ] {6ad27b4b-a9af-4d8d-89d3-29e9d23ef0f7} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:33.987590 [ 261 ] {6ad27b4b-a9af-4d8d-89d3-29e9d23ef0f7} executeQuery: Read 72 rows, 5.91 KiB in 0.001674 sec., 43010.75268817205 rows/sec., 3.45 MiB/sec. 2026.03.04 04:35:33.987644 [ 261 ] {6ad27b4b-a9af-4d8d-89d3-29e9d23ef0f7} TCPHandler: Processed in 0.002009888 sec. 2026.03.04 04:35:33.987792 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:33.987899 [ 261 ] {22c8d827-6219-49c1-baeb-9cc6c34ecf1f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:35:33.987946 [ 261 ] {22c8d827-6219-49c1-baeb-9cc6c34ecf1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:35:33.988394 [ 261 ] {22c8d827-6219-49c1-baeb-9cc6c34ecf1f} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:33.988435 [ 261 ] {22c8d827-6219-49c1-baeb-9cc6c34ecf1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:33.988754 [ 261 ] {22c8d827-6219-49c1-baeb-9cc6c34ecf1f} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.04 04:35:33.988967 [ 261 ] {22c8d827-6219-49c1-baeb-9cc6c34ecf1f} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:33.989123 [ 261 ] {22c8d827-6219-49c1-baeb-9cc6c34ecf1f} executeQuery: Read 8 rows, 616.00 B in 0.001246 sec., 6420.545746388443 rows/sec., 482.79 KiB/sec. 2026.03.04 04:35:33.989168 [ 261 ] {22c8d827-6219-49c1-baeb-9cc6c34ecf1f} TCPHandler: Processed in 0.001437578 sec. 2026.03.04 04:35:33.989300 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:33.989400 [ 261 ] {c227abe8-6bb6-49fd-bf27-65024a210ec3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:35:33.989442 [ 261 ] {c227abe8-6bb6-49fd-bf27-65024a210ec3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:35:33.989873 [ 261 ] {c227abe8-6bb6-49fd-bf27-65024a210ec3} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:33.989912 [ 261 ] {c227abe8-6bb6-49fd-bf27-65024a210ec3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:33.990228 [ 261 ] {c227abe8-6bb6-49fd-bf27-65024a210ec3} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.03.04 04:35:33.990457 [ 261 ] {c227abe8-6bb6-49fd-bf27-65024a210ec3} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:33.990596 [ 261 ] {c227abe8-6bb6-49fd-bf27-65024a210ec3} executeQuery: Read 72 rows, 5.76 KiB in 0.001216 sec., 59210.52631578947 rows/sec., 4.62 MiB/sec. 2026.03.04 04:35:33.990636 [ 261 ] {c227abe8-6bb6-49fd-bf27-65024a210ec3} TCPHandler: Processed in 0.001387997 sec. 2026.03.04 04:35:33.990760 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:33.990865 [ 261 ] {fe9fd3b0-bb9b-4e00-b1a7-f5aabfd7ec52} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:35:33.990911 [ 261 ] {fe9fd3b0-bb9b-4e00-b1a7-f5aabfd7ec52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:35:33.991410 [ 261 ] {fe9fd3b0-bb9b-4e00-b1a7-f5aabfd7ec52} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:33.991449 [ 261 ] {fe9fd3b0-bb9b-4e00-b1a7-f5aabfd7ec52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:33.991820 [ 261 ] {fe9fd3b0-bb9b-4e00-b1a7-f5aabfd7ec52} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.03.04 04:35:33.992043 [ 261 ] {fe9fd3b0-bb9b-4e00-b1a7-f5aabfd7ec52} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:33.992187 [ 261 ] {fe9fd3b0-bb9b-4e00-b1a7-f5aabfd7ec52} executeQuery: Read 160 rows, 11.41 KiB in 0.00134 sec., 119402.98507462686 rows/sec., 8.32 MiB/sec. 2026.03.04 04:35:33.992227 [ 261 ] {fe9fd3b0-bb9b-4e00-b1a7-f5aabfd7ec52} TCPHandler: Processed in 0.00151886 sec. 2026.03.04 04:35:33.992354 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:33.992451 [ 261 ] {fccec219-4d5f-4311-8bf9-82da9a26b2eb} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:35:33.992509 [ 261 ] {fccec219-4d5f-4311-8bf9-82da9a26b2eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:35:33.993305 [ 261 ] {fccec219-4d5f-4311-8bf9-82da9a26b2eb} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:33.993345 [ 261 ] {fccec219-4d5f-4311-8bf9-82da9a26b2eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:33.993869 [ 261 ] {fccec219-4d5f-4311-8bf9-82da9a26b2eb} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.04 04:35:33.994096 [ 261 ] {fccec219-4d5f-4311-8bf9-82da9a26b2eb} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:33.994230 [ 50 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.04 04:35:33.994240 [ 261 ] {fccec219-4d5f-4311-8bf9-82da9a26b2eb} executeQuery: Read 8 rows, 14.68 KiB in 0.001806 sec., 4429.678848283499 rows/sec., 7.94 MiB/sec. 2026.03.04 04:35:33.994307 [ 50 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:33.994334 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:33.994350 [ 261 ] {fccec219-4d5f-4311-8bf9-82da9a26b2eb} TCPHandler: Processed in 0.002047789 sec. 2026.03.04 04:35:33.994465 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.03.04 04:35:33.994479 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:33.994599 [ 261 ] {e86506c8-4997-40cf-a145-096e61b84324} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:35:33.994643 [ 261 ] {e86506c8-4997-40cf-a145-096e61b84324} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:35:33.994758 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:35:33.994828 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1144 rows starting from the beginning of the part 2026.03.04 04:35:33.994965 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part 2026.03.04 04:35:33.995018 [ 261 ] {e86506c8-4997-40cf-a145-096e61b84324} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:33.995061 [ 261 ] {e86506c8-4997-40cf-a145-096e61b84324} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:33.995070 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 33 rows starting from the beginning of the part 2026.03.04 04:35:33.995167 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 19 rows starting from the beginning of the part 2026.03.04 04:35:33.995266 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 33 rows starting from the beginning of the part 2026.03.04 04:35:33.995366 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part 2026.03.04 04:35:33.995401 [ 261 ] {e86506c8-4997-40cf-a145-096e61b84324} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.03.04 04:35:33.995637 [ 261 ] {e86506c8-4997-40cf-a145-096e61b84324} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:33.995795 [ 261 ] {e86506c8-4997-40cf-a145-096e61b84324} executeQuery: Read 60 rows, 4.14 KiB in 0.001213 sec., 49464.138499587796 rows/sec., 3.33 MiB/sec. 2026.03.04 04:35:33.995835 [ 261 ] {e86506c8-4997-40cf-a145-096e61b84324} TCPHandler: Processed in 0.001407237 sec. 2026.03.04 04:35:34.000336 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 315.31 MiB, peak 319.41 MiB, free memory in arenas 0.00 B, will set to 309.72 MiB (RSS), difference: -5.59 MiB 2026.03.04 04:35:34.002641 [ 191 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1245 rows, containing 19 columns (19 merged, 0 gathered) in 0.008234119 sec., 151200.14660949155 rows/sec., 270.94 MiB/sec. 2026.03.04 04:35:34.004063 [ 191 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.04 04:35:34.004446 [ 191 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_56_11} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:34.004530 [ 191 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_56_11} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.04 04:35:34.004681 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.57 MiB. 2026.03.04 04:35:34.217013 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2026.03.04 04:35:34.232777 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:34.232842 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:34.239214 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.04 04:35:34.239917 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:34.242604 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2026.03.04 04:35:35.001174 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 302.73 MiB, peak 319.41 MiB, free memory in arenas 0.00 B, will set to 312.21 MiB (RSS), difference: 9.48 MiB 2026.03.04 04:35:38.212987 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1190 2026.03.04 04:35:38.215127 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:38.215182 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:38.216412 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.04 04:35:38.216680 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:38.216978 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1190 2026.03.04 04:35:38.989594 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:38.989782 [ 261 ] {b67d4c29-16cd-42c9-abe9-e778c2d790a1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:35:38.989852 [ 261 ] {b67d4c29-16cd-42c9-abe9-e778c2d790a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:35:38.990517 [ 261 ] {b67d4c29-16cd-42c9-abe9-e778c2d790a1} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:38.990571 [ 261 ] {b67d4c29-16cd-42c9-abe9-e778c2d790a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:38.990979 [ 261 ] {b67d4c29-16cd-42c9-abe9-e778c2d790a1} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.04 04:35:38.991212 [ 261 ] {b67d4c29-16cd-42c9-abe9-e778c2d790a1} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:38.991381 [ 261 ] {b67d4c29-16cd-42c9-abe9-e778c2d790a1} executeQuery: Read 24 rows, 2.04 KiB in 0.001647 sec., 14571.948998178506 rows/sec., 1.21 MiB/sec. 2026.03.04 04:35:38.991458 [ 261 ] {b67d4c29-16cd-42c9-abe9-e778c2d790a1} TCPHandler: Processed in 0.002007879 sec. 2026.03.04 04:35:38.991656 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:38.991769 [ 261 ] {41884ca5-3c29-4a54-9e4f-db0a4b414f47} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:35:38.991815 [ 261 ] {41884ca5-3c29-4a54-9e4f-db0a4b414f47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:35:38.992358 [ 261 ] {41884ca5-3c29-4a54-9e4f-db0a4b414f47} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:38.992406 [ 261 ] {41884ca5-3c29-4a54-9e4f-db0a4b414f47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:38.992982 [ 261 ] {41884ca5-3c29-4a54-9e4f-db0a4b414f47} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.04 04:35:38.993321 [ 261 ] {41884ca5-3c29-4a54-9e4f-db0a4b414f47} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:38.993511 [ 261 ] {41884ca5-3c29-4a54-9e4f-db0a4b414f47} executeQuery: Read 8 rows, 668.00 B in 0.001764 sec., 4535.14739229025 rows/sec., 369.81 KiB/sec. 2026.03.04 04:35:38.993570 [ 261 ] {41884ca5-3c29-4a54-9e4f-db0a4b414f47} TCPHandler: Processed in 0.001967888 sec. 2026.03.04 04:35:38.993725 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:38.993843 [ 261 ] {369276eb-7aac-4c99-b230-cd612b7e046d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:35:38.993888 [ 261 ] {369276eb-7aac-4c99-b230-cd612b7e046d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:35:38.994401 [ 261 ] {369276eb-7aac-4c99-b230-cd612b7e046d} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:38.994438 [ 261 ] {369276eb-7aac-4c99-b230-cd612b7e046d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:38.994834 [ 261 ] {369276eb-7aac-4c99-b230-cd612b7e046d} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.03.04 04:35:38.995052 [ 261 ] {369276eb-7aac-4c99-b230-cd612b7e046d} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:38.995186 [ 261 ] {369276eb-7aac-4c99-b230-cd612b7e046d} executeQuery: Read 246 rows, 22.45 KiB in 0.001371 sec., 179431.07221006564 rows/sec., 15.99 MiB/sec. 2026.03.04 04:35:38.995224 [ 261 ] {369276eb-7aac-4c99-b230-cd612b7e046d} TCPHandler: Processed in 0.0015629 sec. 2026.03.04 04:35:38.995348 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:38.995445 [ 261 ] {a5a6b041-6825-4c92-89cd-ac5aefe3cb51} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:35:38.995486 [ 261 ] {a5a6b041-6825-4c92-89cd-ac5aefe3cb51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:35:38.995908 [ 261 ] {a5a6b041-6825-4c92-89cd-ac5aefe3cb51} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:38.995943 [ 261 ] {a5a6b041-6825-4c92-89cd-ac5aefe3cb51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:38.996264 [ 261 ] {a5a6b041-6825-4c92-89cd-ac5aefe3cb51} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.04 04:35:38.996480 [ 261 ] {a5a6b041-6825-4c92-89cd-ac5aefe3cb51} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:38.996622 [ 261 ] {a5a6b041-6825-4c92-89cd-ac5aefe3cb51} executeQuery: Read 53 rows, 4.00 KiB in 0.001196 sec., 44314.38127090301 rows/sec., 3.27 MiB/sec. 2026.03.04 04:35:38.996660 [ 261 ] {a5a6b041-6825-4c92-89cd-ac5aefe3cb51} TCPHandler: Processed in 0.001364176 sec. 2026.03.04 04:35:38.996776 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:38.996873 [ 261 ] {67468e40-03cb-48bb-9de9-284dda2ff4dd} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:35:38.996914 [ 261 ] {67468e40-03cb-48bb-9de9-284dda2ff4dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:35:38.997329 [ 261 ] {67468e40-03cb-48bb-9de9-284dda2ff4dd} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:38.997364 [ 261 ] {67468e40-03cb-48bb-9de9-284dda2ff4dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:38.997682 [ 261 ] {67468e40-03cb-48bb-9de9-284dda2ff4dd} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.04 04:35:38.997897 [ 261 ] {67468e40-03cb-48bb-9de9-284dda2ff4dd} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:38.998030 [ 261 ] {67468e40-03cb-48bb-9de9-284dda2ff4dd} executeQuery: Read 24 rows, 2.04 KiB in 0.001175 sec., 20425.531914893618 rows/sec., 1.69 MiB/sec. 2026.03.04 04:35:38.998068 [ 261 ] {67468e40-03cb-48bb-9de9-284dda2ff4dd} TCPHandler: Processed in 0.001340356 sec. 2026.03.04 04:35:38.998185 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:38.998280 [ 261 ] {4f3c62d6-2801-45db-be4b-889aef6f4773} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:35:38.998321 [ 261 ] {4f3c62d6-2801-45db-be4b-889aef6f4773} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:35:38.998734 [ 261 ] {4f3c62d6-2801-45db-be4b-889aef6f4773} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:38.998770 [ 261 ] {4f3c62d6-2801-45db-be4b-889aef6f4773} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:38.999092 [ 261 ] {4f3c62d6-2801-45db-be4b-889aef6f4773} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.04 04:35:38.999300 [ 261 ] {4f3c62d6-2801-45db-be4b-889aef6f4773} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:38.999428 [ 261 ] {4f3c62d6-2801-45db-be4b-889aef6f4773} executeQuery: Read 12 rows, 960.00 B in 0.001166 sec., 10291.595197255576 rows/sec., 804.03 KiB/sec. 2026.03.04 04:35:38.999466 [ 261 ] {4f3c62d6-2801-45db-be4b-889aef6f4773} TCPHandler: Processed in 0.001330236 sec. 2026.03.04 04:35:38.999584 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:38.999679 [ 261 ] {df85e5c7-7784-4b21-a525-3c8f08e89fb6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:35:38.999719 [ 261 ] {df85e5c7-7784-4b21-a525-3c8f08e89fb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:35:39.000189 [ 261 ] {df85e5c7-7784-4b21-a525-3c8f08e89fb6} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:39.000225 [ 261 ] {df85e5c7-7784-4b21-a525-3c8f08e89fb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:39.000543 [ 261 ] {df85e5c7-7784-4b21-a525-3c8f08e89fb6} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.03.04 04:35:39.000759 [ 261 ] {df85e5c7-7784-4b21-a525-3c8f08e89fb6} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:39.000886 [ 261 ] {df85e5c7-7784-4b21-a525-3c8f08e89fb6} executeQuery: Read 141 rows, 11.67 KiB in 0.001225 sec., 115102.04081632654 rows/sec., 9.30 MiB/sec. 2026.03.04 04:35:39.000924 [ 261 ] {df85e5c7-7784-4b21-a525-3c8f08e89fb6} TCPHandler: Processed in 0.001389167 sec. 2026.03.04 04:35:39.001037 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:39.001133 [ 261 ] {12ff879e-66af-4de1-9e79-2f43b2c81221} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:35:39.001177 [ 261 ] {12ff879e-66af-4de1-9e79-2f43b2c81221} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:35:39.001584 [ 261 ] {12ff879e-66af-4de1-9e79-2f43b2c81221} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:39.001622 [ 261 ] {12ff879e-66af-4de1-9e79-2f43b2c81221} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:39.001991 [ 261 ] {12ff879e-66af-4de1-9e79-2f43b2c81221} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.03.04 04:35:39.002206 [ 261 ] {12ff879e-66af-4de1-9e79-2f43b2c81221} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:39.002333 [ 261 ] {12ff879e-66af-4de1-9e79-2f43b2c81221} executeQuery: Read 200 rows, 14.68 KiB in 0.001218 sec., 164203.61247947457 rows/sec., 11.77 MiB/sec. 2026.03.04 04:35:39.002375 [ 261 ] {12ff879e-66af-4de1-9e79-2f43b2c81221} TCPHandler: Processed in 0.001385437 sec. 2026.03.04 04:35:39.002504 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:39.002603 [ 261 ] {36accba6-7b8e-4ea1-b138-41c07ed961c7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:35:39.002658 [ 261 ] {36accba6-7b8e-4ea1-b138-41c07ed961c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:35:39.003483 [ 261 ] {36accba6-7b8e-4ea1-b138-41c07ed961c7} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:39.003522 [ 261 ] {36accba6-7b8e-4ea1-b138-41c07ed961c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:39.004109 [ 261 ] {36accba6-7b8e-4ea1-b138-41c07ed961c7} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.04 04:35:39.004343 [ 261 ] {36accba6-7b8e-4ea1-b138-41c07ed961c7} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:39.004480 [ 261 ] {36accba6-7b8e-4ea1-b138-41c07ed961c7} executeQuery: Read 33 rows, 60.55 KiB in 0.001895 sec., 17414.24802110818 rows/sec., 31.21 MiB/sec. 2026.03.04 04:35:39.004548 [ 261 ] {36accba6-7b8e-4ea1-b138-41c07ed961c7} TCPHandler: Processed in 0.002102251 sec. 2026.03.04 04:35:39.004671 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:39.004766 [ 261 ] {b78e891c-e2b4-4e2c-845f-6ff96f4d34ca} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:35:39.004809 [ 261 ] {b78e891c-e2b4-4e2c-845f-6ff96f4d34ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:35:39.005155 [ 261 ] {b78e891c-e2b4-4e2c-845f-6ff96f4d34ca} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:39.005190 [ 261 ] {b78e891c-e2b4-4e2c-845f-6ff96f4d34ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:39.005543 [ 261 ] {b78e891c-e2b4-4e2c-845f-6ff96f4d34ca} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.03.04 04:35:39.005815 [ 261 ] {b78e891c-e2b4-4e2c-845f-6ff96f4d34ca} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:39.005984 [ 261 ] {b78e891c-e2b4-4e2c-845f-6ff96f4d34ca} executeQuery: Read 60 rows, 4.14 KiB in 0.001235 sec., 48582.995951417004 rows/sec., 3.27 MiB/sec. 2026.03.04 04:35:39.006036 [ 261 ] {b78e891c-e2b4-4e2c-845f-6ff96f4d34ca} TCPHandler: Processed in 0.001416557 sec. 2026.03.04 04:35:40.648464 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 20636 2026.03.04 04:35:40.649194 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:40.649244 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:40.649761 [ 245 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.04 04:35:40.649996 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:40.650140 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20636 2026.03.04 04:35:41.743528 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2026.03.04 04:35:41.759482 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:41.759534 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:41.765604 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.04 04:35:41.766326 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:41.768911 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2026.03.04 04:35:43.986140 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:43.986337 [ 261 ] {8f90b218-9823-4f77-b9f2-cb356151005b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:35:43.986410 [ 261 ] {8f90b218-9823-4f77-b9f2-cb356151005b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:35:43.987104 [ 261 ] {8f90b218-9823-4f77-b9f2-cb356151005b} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:43.987154 [ 261 ] {8f90b218-9823-4f77-b9f2-cb356151005b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:43.987557 [ 261 ] {8f90b218-9823-4f77-b9f2-cb356151005b} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.03.04 04:35:43.987781 [ 261 ] {8f90b218-9823-4f77-b9f2-cb356151005b} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:43.987936 [ 261 ] {8f90b218-9823-4f77-b9f2-cb356151005b} executeQuery: Read 72 rows, 5.91 KiB in 0.001654 sec., 43530.83434099153 rows/sec., 3.49 MiB/sec. 2026.03.04 04:35:43.987987 [ 261 ] {8f90b218-9823-4f77-b9f2-cb356151005b} TCPHandler: Processed in 0.001990028 sec. 2026.03.04 04:35:43.988120 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:43.988224 [ 261 ] {2e582f56-54a8-4f81-a218-f545ccf97269} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:35:43.988266 [ 261 ] {2e582f56-54a8-4f81-a218-f545ccf97269} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:35:43.988689 [ 261 ] {2e582f56-54a8-4f81-a218-f545ccf97269} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:43.988727 [ 261 ] {2e582f56-54a8-4f81-a218-f545ccf97269} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:43.989023 [ 261 ] {2e582f56-54a8-4f81-a218-f545ccf97269} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.04 04:35:43.989238 [ 261 ] {2e582f56-54a8-4f81-a218-f545ccf97269} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:43.989367 [ 261 ] {2e582f56-54a8-4f81-a218-f545ccf97269} executeQuery: Read 8 rows, 616.00 B in 0.001167 sec., 6855.184233076264 rows/sec., 515.48 KiB/sec. 2026.03.04 04:35:43.989405 [ 261 ] {2e582f56-54a8-4f81-a218-f545ccf97269} TCPHandler: Processed in 0.001337076 sec. 2026.03.04 04:35:43.989518 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:43.989614 [ 261 ] {e2631000-2b78-420e-86e5-265806b5e3ee} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:35:43.989654 [ 261 ] {e2631000-2b78-420e-86e5-265806b5e3ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:35:43.990202 [ 261 ] {e2631000-2b78-420e-86e5-265806b5e3ee} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:43.990248 [ 261 ] {e2631000-2b78-420e-86e5-265806b5e3ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:43.990659 [ 261 ] {e2631000-2b78-420e-86e5-265806b5e3ee} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.03.04 04:35:43.991070 [ 261 ] {e2631000-2b78-420e-86e5-265806b5e3ee} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:43.991244 [ 261 ] {e2631000-2b78-420e-86e5-265806b5e3ee} executeQuery: Read 72 rows, 5.76 KiB in 0.001647 sec., 43715.84699453552 rows/sec., 3.41 MiB/sec. 2026.03.04 04:35:43.991291 [ 261 ] {e2631000-2b78-420e-86e5-265806b5e3ee} TCPHandler: Processed in 0.001820265 sec. 2026.03.04 04:35:43.991495 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:43.991606 [ 261 ] {ad9d1860-7f61-4510-b1f6-a7c3b26711b6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:35:43.991657 [ 261 ] {ad9d1860-7f61-4510-b1f6-a7c3b26711b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:35:43.992258 [ 261 ] {ad9d1860-7f61-4510-b1f6-a7c3b26711b6} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:43.992301 [ 261 ] {ad9d1860-7f61-4510-b1f6-a7c3b26711b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:43.992730 [ 261 ] {ad9d1860-7f61-4510-b1f6-a7c3b26711b6} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.03.04 04:35:43.993066 [ 261 ] {ad9d1860-7f61-4510-b1f6-a7c3b26711b6} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:43.993243 [ 261 ] {ad9d1860-7f61-4510-b1f6-a7c3b26711b6} executeQuery: Read 160 rows, 11.41 KiB in 0.001661 sec., 96327.5135460566 rows/sec., 6.71 MiB/sec. 2026.03.04 04:35:43.993290 [ 261 ] {ad9d1860-7f61-4510-b1f6-a7c3b26711b6} TCPHandler: Processed in 0.001856435 sec. 2026.03.04 04:35:43.993560 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:43.993661 [ 261 ] {4d2fd82e-71eb-4976-831f-92df23aab314} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:35:43.993725 [ 261 ] {4d2fd82e-71eb-4976-831f-92df23aab314} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:35:43.994527 [ 261 ] {4d2fd82e-71eb-4976-831f-92df23aab314} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:43.994565 [ 261 ] {4d2fd82e-71eb-4976-831f-92df23aab314} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:43.995097 [ 261 ] {4d2fd82e-71eb-4976-831f-92df23aab314} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.04 04:35:43.995316 [ 261 ] {4d2fd82e-71eb-4976-831f-92df23aab314} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:43.995477 [ 261 ] {4d2fd82e-71eb-4976-831f-92df23aab314} executeQuery: Read 8 rows, 14.68 KiB in 0.001834 sec., 4362.0501635768815 rows/sec., 7.82 MiB/sec. 2026.03.04 04:35:43.995551 [ 261 ] {4d2fd82e-71eb-4976-831f-92df23aab314} TCPHandler: Processed in 0.002041359 sec. 2026.03.04 04:35:43.995678 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:43.995774 [ 261 ] {dda77e9a-147b-40ba-97e4-cbc2c0939ad0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:35:43.995815 [ 261 ] {dda77e9a-147b-40ba-97e4-cbc2c0939ad0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:35:43.996171 [ 261 ] {dda77e9a-147b-40ba-97e4-cbc2c0939ad0} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:43.996207 [ 261 ] {dda77e9a-147b-40ba-97e4-cbc2c0939ad0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:43.996509 [ 261 ] {dda77e9a-147b-40ba-97e4-cbc2c0939ad0} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.03.04 04:35:43.996714 [ 261 ] {dda77e9a-147b-40ba-97e4-cbc2c0939ad0} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:43.996846 [ 261 ] {dda77e9a-147b-40ba-97e4-cbc2c0939ad0} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2026.03.04 04:35:43.996882 [ 261 ] {dda77e9a-147b-40ba-97e4-cbc2c0939ad0} TCPHandler: Processed in 0.001254984 sec. 2026.03.04 04:35:48.025150 [ 40 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:35:48.025247 [ 40 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:35:48.151028 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 21148 2026.03.04 04:35:48.151557 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:48.151601 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:48.152089 [ 245 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.04 04:35:48.152321 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:48.152480 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21148 2026.03.04 04:35:48.217863 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1222 2026.03.04 04:35:48.220233 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:48.220293 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:48.221518 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.04 04:35:48.221808 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:48.222212 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1222 2026.03.04 04:35:48.987059 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:48.987259 [ 261 ] {acb1ef02-c272-4860-ad6d-c9103fcc2c7f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:35:48.987339 [ 261 ] {acb1ef02-c272-4860-ad6d-c9103fcc2c7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:35:48.988039 [ 261 ] {acb1ef02-c272-4860-ad6d-c9103fcc2c7f} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:48.988087 [ 261 ] {acb1ef02-c272-4860-ad6d-c9103fcc2c7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:48.988484 [ 261 ] {acb1ef02-c272-4860-ad6d-c9103fcc2c7f} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.03.04 04:35:48.988717 [ 261 ] {acb1ef02-c272-4860-ad6d-c9103fcc2c7f} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:48.988865 [ 39 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.03.04 04:35:48.988877 [ 261 ] {acb1ef02-c272-4860-ad6d-c9103fcc2c7f} executeQuery: Read 122 rows, 10.72 KiB in 0.001672 sec., 72966.50717703349 rows/sec., 6.26 MiB/sec. 2026.03.04 04:35:48.988948 [ 39 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:48.988975 [ 261 ] {acb1ef02-c272-4860-ad6d-c9103fcc2c7f} TCPHandler: Processed in 0.002050719 sec. 2026.03.04 04:35:48.988977 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:48.989091 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.03.04 04:35:48.989105 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:48.989215 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:35:48.989223 [ 261 ] {7485e4f4-9087-49d4-8cb7-049b96b15ce5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:35:48.989255 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2895 rows starting from the beginning of the part 2026.03.04 04:35:48.989275 [ 261 ] {7485e4f4-9087-49d4-8cb7-049b96b15ce5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:35:48.989329 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 122 rows starting from the beginning of the part 2026.03.04 04:35:48.989384 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 72 rows starting from the beginning of the part 2026.03.04 04:35:48.989426 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 246 rows starting from the beginning of the part 2026.03.04 04:35:48.989464 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 72 rows starting from the beginning of the part 2026.03.04 04:35:48.989504 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 122 rows starting from the beginning of the part 2026.03.04 04:35:48.989709 [ 261 ] {7485e4f4-9087-49d4-8cb7-049b96b15ce5} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:48.989752 [ 261 ] {7485e4f4-9087-49d4-8cb7-049b96b15ce5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:48.990075 [ 261 ] {7485e4f4-9087-49d4-8cb7-049b96b15ce5} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.04 04:35:48.990327 [ 261 ] {7485e4f4-9087-49d4-8cb7-049b96b15ce5} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:48.990463 [ 261 ] {7485e4f4-9087-49d4-8cb7-049b96b15ce5} executeQuery: Read 33 rows, 2.48 KiB in 0.001264 sec., 26107.59493670886 rows/sec., 1.92 MiB/sec. 2026.03.04 04:35:48.990502 [ 261 ] {7485e4f4-9087-49d4-8cb7-049b96b15ce5} TCPHandler: Processed in 0.001446968 sec. 2026.03.04 04:35:48.990603 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:48.990697 [ 261 ] {b52f3d48-3f2f-435c-9b75-c72da9ac03ac} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:35:48.990736 [ 261 ] {b52f3d48-3f2f-435c-9b75-c72da9ac03ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:35:48.990976 [ 190 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3529 rows, containing 5 columns (5 merged, 0 gathered) in 0.001922627 sec., 1835509.4357875967 rows/sec., 151.40 MiB/sec. 2026.03.04 04:35:48.991159 [ 261 ] {b52f3d48-3f2f-435c-9b75-c72da9ac03ac} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:48.991199 [ 261 ] {b52f3d48-3f2f-435c-9b75-c72da9ac03ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:48.991380 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.03.04 04:35:48.991537 [ 261 ] {b52f3d48-3f2f-435c-9b75-c72da9ac03ac} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.03.04 04:35:48.991782 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_71_14} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:48.991813 [ 261 ] {b52f3d48-3f2f-435c-9b75-c72da9ac03ac} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:48.991886 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_71_14} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.03.04 04:35:48.991940 [ 38 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.03.04 04:35:48.991991 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2026.03.04 04:35:48.992049 [ 38 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:48.991954 [ 261 ] {b52f3d48-3f2f-435c-9b75-c72da9ac03ac} executeQuery: Read 97 rows, 7.76 KiB in 0.001276 sec., 76018.80877742947 rows/sec., 5.94 MiB/sec. 2026.03.04 04:35:48.992081 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.15 GiB. 2026.03.04 04:35:48.992120 [ 261 ] {b52f3d48-3f2f-435c-9b75-c72da9ac03ac} TCPHandler: Processed in 0.00156381 sec. 2026.03.04 04:35:48.992168 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.03.04 04:35:48.992237 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:48.992274 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:35:48.992310 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1552 rows starting from the beginning of the part 2026.03.04 04:35:48.992335 [ 261 ] {884eeef8-ecf8-4c18-b4ee-8e25db3c37fe} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:35:48.992442 [ 261 ] {884eeef8-ecf8-4c18-b4ee-8e25db3c37fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:35:48.992454 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 97 rows starting from the beginning of the part 2026.03.04 04:35:48.992506 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 72 rows starting from the beginning of the part 2026.03.04 04:35:48.992546 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 141 rows starting from the beginning of the part 2026.03.04 04:35:48.992582 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 72 rows starting from the beginning of the part 2026.03.04 04:35:48.992622 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 97 rows starting from the beginning of the part 2026.03.04 04:35:48.992846 [ 261 ] {884eeef8-ecf8-4c18-b4ee-8e25db3c37fe} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:48.992888 [ 261 ] {884eeef8-ecf8-4c18-b4ee-8e25db3c37fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:48.993240 [ 261 ] {884eeef8-ecf8-4c18-b4ee-8e25db3c37fe} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.03.04 04:35:48.993471 [ 261 ] {884eeef8-ecf8-4c18-b4ee-8e25db3c37fe} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:48.993583 [ 38 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.03.04 04:35:48.993598 [ 261 ] {884eeef8-ecf8-4c18-b4ee-8e25db3c37fe} executeQuery: Read 160 rows, 11.41 KiB in 0.001281 sec., 124902.41998438719 rows/sec., 8.70 MiB/sec. 2026.03.04 04:35:48.993618 [ 38 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:48.993640 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:48.993641 [ 261 ] {884eeef8-ecf8-4c18-b4ee-8e25db3c37fe} TCPHandler: Processed in 0.001451357 sec. 2026.03.04 04:35:48.993723 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.03.04 04:35:48.993750 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2031 rows, containing 5 columns (5 merged, 0 gathered) in 0.001615332 sec., 1257326.6672114464 rows/sec., 95.24 MiB/sec. 2026.03.04 04:35:48.993777 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:48.993825 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:35:48.993861 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_71_14} MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 22540 rows starting from the beginning of the part 2026.03.04 04:35:48.993900 [ 261 ] {587dda6b-4124-439f-85e3-dcf4593b61f9} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:35:48.993922 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part 2026.03.04 04:35:48.993953 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.03.04 04:35:48.993971 [ 261 ] {587dda6b-4124-439f-85e3-dcf4593b61f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:35:48.993974 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part 2026.03.04 04:35:48.994037 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 200 rows starting from the beginning of the part 2026.03.04 04:35:48.994083 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part 2026.03.04 04:35:48.994124 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part 2026.03.04 04:35:48.994250 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_71_14} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:48.994332 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_71_14} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.03.04 04:35:48.994414 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.03.04 04:35:48.994927 [ 261 ] {587dda6b-4124-439f-85e3-dcf4593b61f9} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:48.994966 [ 261 ] {587dda6b-4124-439f-85e3-dcf4593b61f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:48.995537 [ 261 ] {587dda6b-4124-439f-85e3-dcf4593b61f9} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.04 04:35:48.995780 [ 261 ] {587dda6b-4124-439f-85e3-dcf4593b61f9} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:48.995923 [ 261 ] {587dda6b-4124-439f-85e3-dcf4593b61f9} executeQuery: Read 33 rows, 60.55 KiB in 0.002048 sec., 16113.28125 rows/sec., 28.87 MiB/sec. 2026.03.04 04:35:48.995979 [ 261 ] {587dda6b-4124-439f-85e3-dcf4593b61f9} TCPHandler: Processed in 0.002264164 sec. 2026.03.04 04:35:48.996111 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:48.996207 [ 261 ] {ec67afd3-0193-4a96-9d44-c4ee1d248f43} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:35:48.996248 [ 261 ] {ec67afd3-0193-4a96-9d44-c4ee1d248f43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:35:48.996602 [ 261 ] {ec67afd3-0193-4a96-9d44-c4ee1d248f43} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:48.996640 [ 261 ] {ec67afd3-0193-4a96-9d44-c4ee1d248f43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:48.997068 [ 261 ] {ec67afd3-0193-4a96-9d44-c4ee1d248f43} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.03.04 04:35:48.997297 [ 261 ] {ec67afd3-0193-4a96-9d44-c4ee1d248f43} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:48.997403 [ 38 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.03.04 04:35:48.997430 [ 261 ] {ec67afd3-0193-4a96-9d44-c4ee1d248f43} executeQuery: Read 60 rows, 4.14 KiB in 0.001242 sec., 48309.17874396135 rows/sec., 3.26 MiB/sec. 2026.03.04 04:35:48.997436 [ 38 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:48.997471 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:48.997476 [ 261 ] {ec67afd3-0193-4a96-9d44-c4ee1d248f43} TCPHandler: Processed in 0.001414558 sec. 2026.03.04 04:35:48.997549 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.03.04 04:35:48.997633 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:35:48.997664 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3570 rows starting from the beginning of the part 2026.03.04 04:35:48.997724 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part 2026.03.04 04:35:48.997771 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part 2026.03.04 04:35:48.997814 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part 2026.03.04 04:35:48.997855 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part 2026.03.04 04:35:48.997898 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part 2026.03.04 04:35:49.000172 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 316.53 MiB, peak 319.41 MiB, free memory in arenas 0.00 B, will set to 314.06 MiB (RSS), difference: -2.47 MiB 2026.03.04 04:35:49.001758 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3870 rows, containing 4 columns (4 merged, 0 gathered) in 0.004241852 sec., 912337.3469890038 rows/sec., 60.85 MiB/sec. 2026.03.04 04:35:49.002104 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.03.04 04:35:49.002338 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_71_14} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:49.002402 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_71_14} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.03.04 04:35:49.002457 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. 2026.03.04 04:35:49.003788 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 23380 rows, containing 5 columns (5 merged, 0 gathered) in 0.010103245 sec., 2314107.992036222 rows/sec., 153.68 MiB/sec. 2026.03.04 04:35:49.004247 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.03.04 04:35:49.004513 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_71_14} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:49.004602 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_71_14} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.03.04 04:35:49.004677 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2026.03.04 04:35:49.264038 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:49.264258 [ 261 ] {4140ff71-aeed-4c69-80ac-db0698359b8f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:35:49.264332 [ 261 ] {4140ff71-aeed-4c69-80ac-db0698359b8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:35:49.264975 [ 261 ] {4140ff71-aeed-4c69-80ac-db0698359b8f} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:49.265026 [ 261 ] {4140ff71-aeed-4c69-80ac-db0698359b8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:49.265436 [ 261 ] {4140ff71-aeed-4c69-80ac-db0698359b8f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.04 04:35:49.266416 [ 261 ] {4140ff71-aeed-4c69-80ac-db0698359b8f} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:49.266572 [ 261 ] {4140ff71-aeed-4c69-80ac-db0698359b8f} executeQuery: Read 4 rows, 334.00 B in 0.002371 sec., 1687.0518768452132 rows/sec., 137.57 KiB/sec. 2026.03.04 04:35:49.266616 [ 261 ] {4140ff71-aeed-4c69-80ac-db0698359b8f} TCPHandler: Processed in 0.002717962 sec. 2026.03.04 04:35:49.266735 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:49.266833 [ 261 ] {7da2e804-a1ff-41b9-b261-1e6f37179a8f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:35:49.266874 [ 261 ] {7da2e804-a1ff-41b9-b261-1e6f37179a8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:35:49.268024 [ 261 ] {7da2e804-a1ff-41b9-b261-1e6f37179a8f} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:49.268060 [ 261 ] {7da2e804-a1ff-41b9-b261-1e6f37179a8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:49.268481 [ 261 ] {7da2e804-a1ff-41b9-b261-1e6f37179a8f} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.03.04 04:35:49.268693 [ 261 ] {7da2e804-a1ff-41b9-b261-1e6f37179a8f} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:49.268820 [ 261 ] {7da2e804-a1ff-41b9-b261-1e6f37179a8f} executeQuery: Read 1958 rows, 150.22 KiB in 0.002006 sec., 976071.7846460618 rows/sec., 73.13 MiB/sec. 2026.03.04 04:35:49.268857 [ 261 ] {7da2e804-a1ff-41b9-b261-1e6f37179a8f} TCPHandler: Processed in 0.002172612 sec. 2026.03.04 04:35:49.268973 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:49.269068 [ 261 ] {0bfa2b03-c20b-4465-b14a-fcbbe462770e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:35:49.269108 [ 261 ] {0bfa2b03-c20b-4465-b14a-fcbbe462770e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:35:49.269510 [ 261 ] {0bfa2b03-c20b-4465-b14a-fcbbe462770e} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:49.269546 [ 261 ] {0bfa2b03-c20b-4465-b14a-fcbbe462770e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:49.269790 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2026.03.04 04:35:49.269849 [ 261 ] {0bfa2b03-c20b-4465-b14a-fcbbe462770e} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.04 04:35:49.270062 [ 261 ] {0bfa2b03-c20b-4465-b14a-fcbbe462770e} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:49.270180 [ 39 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.04 04:35:49.270188 [ 261 ] {0bfa2b03-c20b-4465-b14a-fcbbe462770e} executeQuery: Read 23 rows, 1.71 KiB in 0.001139 sec., 20193.15188762072 rows/sec., 1.46 MiB/sec. 2026.03.04 04:35:49.270242 [ 39 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:49.270252 [ 261 ] {0bfa2b03-c20b-4465-b14a-fcbbe462770e} TCPHandler: Processed in 0.001328236 sec. 2026.03.04 04:35:49.270273 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:49.270373 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:49.270397 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.03.04 04:35:49.270472 [ 261 ] {7a0a3cfe-4e5f-4185-a3d8-02171722f557} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:35:49.270522 [ 261 ] {7a0a3cfe-4e5f-4185-a3d8-02171722f557} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:35:49.270540 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:35:49.270581 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 226 rows starting from the beginning of the part 2026.03.04 04:35:49.270664 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part 2026.03.04 04:35:49.270713 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 53 rows starting from the beginning of the part 2026.03.04 04:35:49.270756 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part 2026.03.04 04:35:49.270800 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 33 rows starting from the beginning of the part 2026.03.04 04:35:49.270839 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 23 rows starting from the beginning of the part 2026.03.04 04:35:49.271118 [ 261 ] {7a0a3cfe-4e5f-4185-a3d8-02171722f557} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:49.271161 [ 261 ] {7a0a3cfe-4e5f-4185-a3d8-02171722f557} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:49.271519 [ 261 ] {7a0a3cfe-4e5f-4185-a3d8-02171722f557} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.04 04:35:49.271772 [ 261 ] {7a0a3cfe-4e5f-4185-a3d8-02171722f557} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:49.271836 [ 189 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 351 rows, containing 5 columns (5 merged, 0 gathered) in 0.001495949 sec., 234633.66732422027 rows/sec., 16.69 MiB/sec. 2026.03.04 04:35:49.271897 [ 261 ] {7a0a3cfe-4e5f-4185-a3d8-02171722f557} executeQuery: Read 708 rows, 42.29 KiB in 0.001444 sec., 490304.7091412743 rows/sec., 28.60 MiB/sec. 2026.03.04 04:35:49.271936 [ 261 ] {7a0a3cfe-4e5f-4185-a3d8-02171722f557} TCPHandler: Processed in 0.001610711 sec. 2026.03.04 04:35:49.271979 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.04 04:35:49.272055 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:49.272157 [ 261 ] {95911930-dae4-4e97-a3f7-06538a80b2ba} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.04 04:35:49.272204 [ 261 ] {95911930-dae4-4e97-a3f7-06538a80b2ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.04 04:35:49.272252 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_61_12} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:49.272337 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_61_12} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.04 04:35:49.272417 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.04 04:35:49.272589 [ 261 ] {95911930-dae4-4e97-a3f7-06538a80b2ba} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:49.272630 [ 261 ] {95911930-dae4-4e97-a3f7-06538a80b2ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:49.272921 [ 261 ] {95911930-dae4-4e97-a3f7-06538a80b2ba} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.04 04:35:49.273151 [ 261 ] {95911930-dae4-4e97-a3f7-06538a80b2ba} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:49.273258 [ 39 ] {} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.03.04 04:35:49.273278 [ 261 ] {95911930-dae4-4e97-a3f7-06538a80b2ba} executeQuery: Read 1 rows, 72.00 B in 0.001138 sec., 878.7346221441126 rows/sec., 61.79 KiB/sec. 2026.03.04 04:35:49.273308 [ 39 ] {} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:49.273332 [ 261 ] {95911930-dae4-4e97-a3f7-06538a80b2ba} TCPHandler: Processed in 0.001325655 sec. 2026.03.04 04:35:49.273333 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:49.273454 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:49.273455 [ 196 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.03.04 04:35:49.273556 [ 261 ] {7e3174dc-056e-4c34-a064-704d4e402be1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:35:49.273601 [ 261 ] {7e3174dc-056e-4c34-a064-704d4e402be1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:35:49.273602 [ 196 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:35:49.273647 [ 196 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 1 rows starting from the beginning of the part 2026.03.04 04:35:49.273714 [ 196 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.03.04 04:35:49.273761 [ 196 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2026.03.04 04:35:49.273803 [ 196 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2026.03.04 04:35:49.273846 [ 196 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2026.03.04 04:35:49.274332 [ 261 ] {7e3174dc-056e-4c34-a064-704d4e402be1} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:49.274375 [ 261 ] {7e3174dc-056e-4c34-a064-704d4e402be1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:49.274696 [ 194 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 5 columns (5 merged, 0 gathered) in 0.001292345 sec., 3868.9359265521202 rows/sec., 287.15 KiB/sec. 2026.03.04 04:35:49.274739 [ 261 ] {7e3174dc-056e-4c34-a064-704d4e402be1} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.03.04 04:35:49.274821 [ 189 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.03.04 04:35:49.274966 [ 261 ] {7e3174dc-056e-4c34-a064-704d4e402be1} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:49.275099 [ 261 ] {7e3174dc-056e-4c34-a064-704d4e402be1} executeQuery: Read 1023 rows, 72.19 KiB in 0.001561 sec., 655349.1351697629 rows/sec., 45.16 MiB/sec. 2026.03.04 04:35:49.275118 [ 189 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_9_2} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:49.275139 [ 261 ] {7e3174dc-056e-4c34-a064-704d4e402be1} TCPHandler: Processed in 0.001732693 sec. 2026.03.04 04:35:49.275185 [ 189 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_9_2} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.03.04 04:35:49.275258 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:49.275279 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.03.04 04:35:49.275353 [ 261 ] {71b6b66c-07ad-43ab-b087-684aa67e79dc} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:35:49.275398 [ 261 ] {71b6b66c-07ad-43ab-b087-684aa67e79dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:35:49.276008 [ 261 ] {71b6b66c-07ad-43ab-b087-684aa67e79dc} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:49.276044 [ 261 ] {71b6b66c-07ad-43ab-b087-684aa67e79dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:49.276459 [ 261 ] {71b6b66c-07ad-43ab-b087-684aa67e79dc} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.03.04 04:35:49.276685 [ 261 ] {71b6b66c-07ad-43ab-b087-684aa67e79dc} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:49.276816 [ 261 ] {71b6b66c-07ad-43ab-b087-684aa67e79dc} executeQuery: Read 1219 rows, 78.06 KiB in 0.001481 sec., 823092.5050641459 rows/sec., 51.47 MiB/sec. 2026.03.04 04:35:49.276853 [ 261 ] {71b6b66c-07ad-43ab-b087-684aa67e79dc} TCPHandler: Processed in 0.001643602 sec. 2026.03.04 04:35:49.276967 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:49.277061 [ 261 ] {af107fed-d1c4-44e5-81c8-5e9fb14ac43d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:35:49.277116 [ 261 ] {af107fed-d1c4-44e5-81c8-5e9fb14ac43d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:35:49.277934 [ 261 ] {af107fed-d1c4-44e5-81c8-5e9fb14ac43d} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:49.277971 [ 261 ] {af107fed-d1c4-44e5-81c8-5e9fb14ac43d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:49.278516 [ 261 ] {af107fed-d1c4-44e5-81c8-5e9fb14ac43d} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.04 04:35:49.278747 [ 261 ] {af107fed-d1c4-44e5-81c8-5e9fb14ac43d} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:49.278888 [ 261 ] {af107fed-d1c4-44e5-81c8-5e9fb14ac43d} executeQuery: Read 19 rows, 34.86 KiB in 0.001845 sec., 10298.10298102981 rows/sec., 18.45 MiB/sec. 2026.03.04 04:35:49.278963 [ 261 ] {af107fed-d1c4-44e5-81c8-5e9fb14ac43d} TCPHandler: Processed in 0.002044699 sec. 2026.03.04 04:35:49.279074 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:49.279169 [ 261 ] {90d668bd-36aa-478a-85f2-ae5f8f140c15} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:35:49.279211 [ 261 ] {90d668bd-36aa-478a-85f2-ae5f8f140c15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:35:49.279538 [ 261 ] {90d668bd-36aa-478a-85f2-ae5f8f140c15} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:49.279574 [ 261 ] {90d668bd-36aa-478a-85f2-ae5f8f140c15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:49.279875 [ 261 ] {90d668bd-36aa-478a-85f2-ae5f8f140c15} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.03.04 04:35:49.280081 [ 261 ] {90d668bd-36aa-478a-85f2-ae5f8f140c15} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:49.280207 [ 261 ] {90d668bd-36aa-478a-85f2-ae5f8f140c15} executeQuery: Read 12 rows, 848.00 B in 0.001057 sec., 11352.885525070955 rows/sec., 783.47 KiB/sec. 2026.03.04 04:35:49.280243 [ 261 ] {90d668bd-36aa-478a-85f2-ae5f8f140c15} TCPHandler: Processed in 0.001217794 sec. 2026.03.04 04:35:49.288780 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:49.288838 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:49.294800 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.04 04:35:49.295493 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:49.298760 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2026.03.04 04:35:50.000185 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 312.11 MiB, peak 322.00 MiB, free memory in arenas 0.00 B, will set to 314.88 MiB (RSS), difference: 2.77 MiB 2026.03.04 04:35:50.524085 [ 37 ] {} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.03.04 04:35:50.524160 [ 37 ] {} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:50.524184 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:50.524342 [ 196 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2026.03.04 04:35:50.524561 [ 196 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:35:50.524618 [ 196 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 160 rows starting from the beginning of the part 2026.03.04 04:35:50.524728 [ 196 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part 2026.03.04 04:35:50.524811 [ 196 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part 2026.03.04 04:35:50.524886 [ 196 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part 2026.03.04 04:35:50.524953 [ 196 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 12 rows starting from the beginning of the part 2026.03.04 04:35:50.525720 [ 194 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 208 rows, containing 5 columns (5 merged, 0 gathered) in 0.001455828 sec., 142874.02083213127 rows/sec., 9.47 MiB/sec. 2026.03.04 04:35:50.525873 [ 196 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.03.04 04:35:50.526126 [ 196 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_14_3} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:50.526197 [ 196 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_14_3} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.03.04 04:35:50.526269 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.03.04 04:35:52.614131 [ 34 ] {} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2026.03.04 04:35:52.614222 [ 34 ] {} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:52.614261 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:52.614679 [ 187 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2026.03.04 04:35:52.614843 [ 187 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:35:52.614908 [ 187 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 308 rows starting from the beginning of the part 2026.03.04 04:35:52.615004 [ 187 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2026.03.04 04:35:52.615065 [ 187 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2026.03.04 04:35:52.615110 [ 187 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2026.03.04 04:35:52.615153 [ 187 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 24 rows starting from the beginning of the part 2026.03.04 04:35:52.615921 [ 187 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 404 rows, containing 5 columns (5 merged, 0 gathered) in 0.001302315 sec., 310216.8062258363 rows/sec., 22.68 MiB/sec. 2026.03.04 04:35:52.616062 [ 199 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2026.03.04 04:35:52.616320 [ 199 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_14_3} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:52.616385 [ 199 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_14_3} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2026.03.04 04:35:52.616461 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.03.04 04:35:53.983827 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:53.984029 [ 261 ] {c06b550c-af6e-4e73-940a-b2facef9e297} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:35:53.984105 [ 261 ] {c06b550c-af6e-4e73-940a-b2facef9e297} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:35:53.984853 [ 261 ] {c06b550c-af6e-4e73-940a-b2facef9e297} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:53.984904 [ 261 ] {c06b550c-af6e-4e73-940a-b2facef9e297} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:53.985318 [ 261 ] {c06b550c-af6e-4e73-940a-b2facef9e297} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.03.04 04:35:53.985553 [ 261 ] {c06b550c-af6e-4e73-940a-b2facef9e297} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:53.985722 [ 261 ] {c06b550c-af6e-4e73-940a-b2facef9e297} executeQuery: Read 56 rows, 4.38 KiB in 0.001747 sec., 32054.951345163136 rows/sec., 2.45 MiB/sec. 2026.03.04 04:35:53.985783 [ 261 ] {c06b550c-af6e-4e73-940a-b2facef9e297} TCPHandler: Processed in 0.00209704 sec. 2026.03.04 04:35:53.985913 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:53.986020 [ 261 ] {51c45b39-fe88-44c4-b73d-7796df2c3dfd} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:35:53.986064 [ 261 ] {51c45b39-fe88-44c4-b73d-7796df2c3dfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:35:53.986506 [ 261 ] {51c45b39-fe88-44c4-b73d-7796df2c3dfd} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:53.986546 [ 261 ] {51c45b39-fe88-44c4-b73d-7796df2c3dfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:53.986876 [ 261 ] {51c45b39-fe88-44c4-b73d-7796df2c3dfd} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.03.04 04:35:53.987094 [ 261 ] {51c45b39-fe88-44c4-b73d-7796df2c3dfd} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:53.987235 [ 261 ] {51c45b39-fe88-44c4-b73d-7796df2c3dfd} executeQuery: Read 64 rows, 5.12 KiB in 0.00124 sec., 51612.903225806454 rows/sec., 4.03 MiB/sec. 2026.03.04 04:35:53.987276 [ 261 ] {51c45b39-fe88-44c4-b73d-7796df2c3dfd} TCPHandler: Processed in 0.001412397 sec. 2026.03.04 04:35:53.987396 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:53.987494 [ 261 ] {c0f6c1ce-e205-46c9-a43e-eec56595060e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:35:53.987539 [ 261 ] {c0f6c1ce-e205-46c9-a43e-eec56595060e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:35:53.987921 [ 261 ] {c0f6c1ce-e205-46c9-a43e-eec56595060e} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:53.987959 [ 261 ] {c0f6c1ce-e205-46c9-a43e-eec56595060e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:53.988297 [ 261 ] {c0f6c1ce-e205-46c9-a43e-eec56595060e} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.03.04 04:35:53.988513 [ 261 ] {c0f6c1ce-e205-46c9-a43e-eec56595060e} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:53.988650 [ 261 ] {c0f6c1ce-e205-46c9-a43e-eec56595060e} executeQuery: Read 128 rows, 9.13 KiB in 0.001176 sec., 108843.53741496599 rows/sec., 7.58 MiB/sec. 2026.03.04 04:35:53.988688 [ 261 ] {c0f6c1ce-e205-46c9-a43e-eec56595060e} TCPHandler: Processed in 0.001341906 sec. 2026.03.04 04:35:53.988806 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:53.988904 [ 261 ] {0f0e9813-4f61-4464-8ac2-d981bb3f0ece} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:35:53.988947 [ 261 ] {0f0e9813-4f61-4464-8ac2-d981bb3f0ece} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:35:53.989290 [ 261 ] {0f0e9813-4f61-4464-8ac2-d981bb3f0ece} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:53.989329 [ 261 ] {0f0e9813-4f61-4464-8ac2-d981bb3f0ece} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:53.989641 [ 261 ] {0f0e9813-4f61-4464-8ac2-d981bb3f0ece} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.03.04 04:35:53.989854 [ 261 ] {0f0e9813-4f61-4464-8ac2-d981bb3f0ece} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:53.989987 [ 261 ] {0f0e9813-4f61-4464-8ac2-d981bb3f0ece} executeQuery: Read 48 rows, 3.31 KiB in 0.001103 sec., 43517.679057116955 rows/sec., 2.93 MiB/sec. 2026.03.04 04:35:53.990025 [ 261 ] {0f0e9813-4f61-4464-8ac2-d981bb3f0ece} TCPHandler: Processed in 0.001265954 sec. 2026.03.04 04:35:55.653580 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 21596 2026.03.04 04:35:55.654347 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:55.654386 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:55.654878 [ 245 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.04 04:35:55.655099 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:55.655234 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21596 2026.03.04 04:35:56.799793 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2026.03.04 04:35:56.817319 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:56.817372 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:56.823602 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.04 04:35:56.824287 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:56.827532 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2026.03.04 04:35:58.223369 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1260 2026.03.04 04:35:58.225887 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:58.225939 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:58.227140 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.04 04:35:58.227402 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:58.227764 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1260 2026.03.04 04:35:58.987028 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:58.987231 [ 261 ] {28a244ea-ac61-4a07-b53f-7376f6f501b6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:35:58.987305 [ 261 ] {28a244ea-ac61-4a07-b53f-7376f6f501b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:35:58.988057 [ 261 ] {28a244ea-ac61-4a07-b53f-7376f6f501b6} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:58.988096 [ 261 ] {28a244ea-ac61-4a07-b53f-7376f6f501b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:58.988507 [ 261 ] {28a244ea-ac61-4a07-b53f-7376f6f501b6} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.03.04 04:35:58.988745 [ 261 ] {28a244ea-ac61-4a07-b53f-7376f6f501b6} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:58.988903 [ 261 ] {28a244ea-ac61-4a07-b53f-7376f6f501b6} executeQuery: Read 122 rows, 10.72 KiB in 0.001728 sec., 70601.85185185185 rows/sec., 6.06 MiB/sec. 2026.03.04 04:35:58.988955 [ 261 ] {28a244ea-ac61-4a07-b53f-7376f6f501b6} TCPHandler: Processed in 0.00206468 sec. 2026.03.04 04:35:58.989078 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:58.989185 [ 261 ] {4b1ba735-ae2f-4f76-809f-c671d6ae2389} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:35:58.989228 [ 261 ] {4b1ba735-ae2f-4f76-809f-c671d6ae2389} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:35:58.989632 [ 261 ] {4b1ba735-ae2f-4f76-809f-c671d6ae2389} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:58.989666 [ 261 ] {4b1ba735-ae2f-4f76-809f-c671d6ae2389} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:58.989961 [ 261 ] {4b1ba735-ae2f-4f76-809f-c671d6ae2389} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.04 04:35:58.990163 [ 261 ] {4b1ba735-ae2f-4f76-809f-c671d6ae2389} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:58.990357 [ 261 ] {4b1ba735-ae2f-4f76-809f-c671d6ae2389} executeQuery: Read 33 rows, 2.48 KiB in 0.001197 sec., 27568.922305764412 rows/sec., 2.02 MiB/sec. 2026.03.04 04:35:58.990395 [ 261 ] {4b1ba735-ae2f-4f76-809f-c671d6ae2389} TCPHandler: Processed in 0.001367387 sec. 2026.03.04 04:35:58.990501 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:58.990599 [ 261 ] {207f05dc-deb1-421a-bb70-bfc4665da523} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:35:58.990640 [ 261 ] {207f05dc-deb1-421a-bb70-bfc4665da523} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:35:58.991065 [ 261 ] {207f05dc-deb1-421a-bb70-bfc4665da523} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:58.991101 [ 261 ] {207f05dc-deb1-421a-bb70-bfc4665da523} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:58.991413 [ 261 ] {207f05dc-deb1-421a-bb70-bfc4665da523} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.03.04 04:35:58.991642 [ 261 ] {207f05dc-deb1-421a-bb70-bfc4665da523} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:58.991769 [ 261 ] {207f05dc-deb1-421a-bb70-bfc4665da523} executeQuery: Read 97 rows, 7.76 KiB in 0.001191 sec., 81444.16456759025 rows/sec., 6.36 MiB/sec. 2026.03.04 04:35:58.991807 [ 261 ] {207f05dc-deb1-421a-bb70-bfc4665da523} TCPHandler: Processed in 0.001354386 sec. 2026.03.04 04:35:58.991920 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:58.992016 [ 261 ] {836a4d1e-05c5-4380-928b-e9902de2b102} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:35:58.992060 [ 261 ] {836a4d1e-05c5-4380-928b-e9902de2b102} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:35:58.992468 [ 261 ] {836a4d1e-05c5-4380-928b-e9902de2b102} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:58.992503 [ 261 ] {836a4d1e-05c5-4380-928b-e9902de2b102} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:58.992839 [ 261 ] {836a4d1e-05c5-4380-928b-e9902de2b102} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.03.04 04:35:58.993053 [ 261 ] {836a4d1e-05c5-4380-928b-e9902de2b102} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:58.993181 [ 261 ] {836a4d1e-05c5-4380-928b-e9902de2b102} executeQuery: Read 160 rows, 11.41 KiB in 0.001185 sec., 135021.0970464135 rows/sec., 9.40 MiB/sec. 2026.03.04 04:35:58.993217 [ 261 ] {836a4d1e-05c5-4380-928b-e9902de2b102} TCPHandler: Processed in 0.001346656 sec. 2026.03.04 04:35:58.993327 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:58.993422 [ 261 ] {d3c16071-7757-4973-affd-3a7d4d24f428} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:35:58.993476 [ 261 ] {d3c16071-7757-4973-affd-3a7d4d24f428} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:35:58.994288 [ 261 ] {d3c16071-7757-4973-affd-3a7d4d24f428} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:58.994323 [ 261 ] {d3c16071-7757-4973-affd-3a7d4d24f428} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:58.994879 [ 261 ] {d3c16071-7757-4973-affd-3a7d4d24f428} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.04 04:35:58.995106 [ 261 ] {d3c16071-7757-4973-affd-3a7d4d24f428} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:58.995210 [ 25 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.04 04:35:58.995250 [ 261 ] {d3c16071-7757-4973-affd-3a7d4d24f428} executeQuery: Read 33 rows, 60.55 KiB in 0.001846 sec., 17876.489707475623 rows/sec., 32.03 MiB/sec. 2026.03.04 04:35:58.995257 [ 25 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:58.995288 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:58.995320 [ 261 ] {d3c16071-7757-4973-affd-3a7d4d24f428} TCPHandler: Processed in 0.00204205 sec. 2026.03.04 04:35:58.995423 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.03.04 04:35:58.995438 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:35:58.995561 [ 261 ] {cb5e8682-01cc-438c-9d32-e92b71fdfc22} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:35:58.995602 [ 261 ] {cb5e8682-01cc-438c-9d32-e92b71fdfc22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:35:58.995713 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:35:58.995787 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1245 rows starting from the beginning of the part 2026.03.04 04:35:58.995936 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 33 rows starting from the beginning of the part 2026.03.04 04:35:58.995943 [ 261 ] {cb5e8682-01cc-438c-9d32-e92b71fdfc22} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:35:58.995988 [ 261 ] {cb5e8682-01cc-438c-9d32-e92b71fdfc22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:35:58.996050 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 8 rows starting from the beginning of the part 2026.03.04 04:35:58.996160 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 33 rows starting from the beginning of the part 2026.03.04 04:35:58.996255 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 19 rows starting from the beginning of the part 2026.03.04 04:35:58.996307 [ 261 ] {cb5e8682-01cc-438c-9d32-e92b71fdfc22} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.03.04 04:35:58.996351 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 33 rows starting from the beginning of the part 2026.03.04 04:35:58.996558 [ 261 ] {cb5e8682-01cc-438c-9d32-e92b71fdfc22} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:58.996691 [ 261 ] {cb5e8682-01cc-438c-9d32-e92b71fdfc22} executeQuery: Read 60 rows, 4.14 KiB in 0.00115 sec., 52173.913043478264 rows/sec., 3.52 MiB/sec. 2026.03.04 04:35:58.996728 [ 261 ] {cb5e8682-01cc-438c-9d32-e92b71fdfc22} TCPHandler: Processed in 0.001338866 sec. 2026.03.04 04:35:59.000208 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 322.72 MiB, peak 322.72 MiB, free memory in arenas 0.00 B, will set to 316.03 MiB (RSS), difference: -6.68 MiB 2026.03.04 04:35:59.003189 [ 198 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1371 rows, containing 19 columns (19 merged, 0 gathered) in 0.007833351 sec., 175020.88186779834 rows/sec., 313.63 MiB/sec. 2026.03.04 04:35:59.004628 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.04 04:35:59.005030 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_61_12} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:35:59.005132 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_61_12} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.04 04:35:59.005276 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.41 MiB. 2026.03.04 04:36:00.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 308.71 MiB, peak 322.72 MiB, free memory in arenas 0.00 B, will set to 317.46 MiB (RSS), difference: 8.75 MiB 2026.03.04 04:36:01.152796 [ 57 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 2026.03.04 04:36:01.152892 [ 57 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:01.152930 [ 57 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:01.153135 [ 200 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_22_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full 2026.03.04 04:36:01.153387 [ 200 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_22_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:01.153432 [ 200 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 20 rows starting from the beginning of the part 2026.03.04 04:36:01.153509 [ 200 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part 2026.03.04 04:36:01.153563 [ 200 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part 2026.03.04 04:36:01.153614 [ 200 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2026.03.04 04:36:01.153663 [ 200 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_22_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part 2026.03.04 04:36:01.154464 [ 198 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_22_5} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001429288 sec., 26586.664129272758 rows/sec., 2.22 MiB/sec. 2026.03.04 04:36:01.154658 [ 191 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_22_5} MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) 2026.03.04 04:36:01.154970 [ 191 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_22_5} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:01.155052 [ 191 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_22_5} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 2026.03.04 04:36:01.155165 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.04 04:36:03.025302 [ 75 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:36:03.025360 [ 75 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:36:03.155391 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 22108 2026.03.04 04:36:03.155948 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:03.155998 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:03.156550 [ 245 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.04 04:36:03.156793 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:03.156948 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22108 2026.03.04 04:36:03.156955 [ 87 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.04 04:36:03.157024 [ 87 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:03.157048 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:03.157230 [ 200 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.04 04:36:03.157467 [ 200 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:03.157535 [ 200 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 19676 rows starting from the beginning of the part 2026.03.04 04:36:03.157642 [ 200 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 512 rows starting from the beginning of the part 2026.03.04 04:36:03.157719 [ 200 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 448 rows starting from the beginning of the part 2026.03.04 04:36:03.157789 [ 200 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 512 rows starting from the beginning of the part 2026.03.04 04:36:03.157852 [ 200 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 448 rows starting from the beginning of the part 2026.03.04 04:36:03.157918 [ 200 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 512 rows starting from the beginning of the part 2026.03.04 04:36:03.160115 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 22108 rows, containing 4 columns (4 merged, 0 gathered) in 0.002977968 sec., 7423854.117975747 rows/sec., 106.20 MiB/sec. 2026.03.04 04:36:03.160505 [ 201 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.04 04:36:03.160788 [ 201 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_46_9} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:03.160858 [ 201 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_46_9} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.04 04:36:03.160971 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.69 MiB. 2026.03.04 04:36:03.632115 [ 87 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e) (MergerMutator): Selected 5 parts from all_1_20_4 to all_24_24_0 2026.03.04 04:36:03.632176 [ 87 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:03.632196 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:03.632361 [ 190 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_24_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_20_4 to all_24_24_0 into Compact with storage Full 2026.03.04 04:36:03.632551 [ 190 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_24_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:03.632602 [ 190 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 882 rows starting from the beginning of the part 2026.03.04 04:36:03.632702 [ 190 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part 2026.03.04 04:36:03.632775 [ 190 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 709 rows starting from the beginning of the part 2026.03.04 04:36:03.632838 [ 190 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 24 rows starting from the beginning of the part 2026.03.04 04:36:03.632902 [ 190 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 708 rows starting from the beginning of the part 2026.03.04 04:36:03.634116 [ 201 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_24_5} MergeTask::MergeProjectionsStage: Merge sorted 2347 rows, containing 5 columns (5 merged, 0 gathered) in 0.001832806 sec., 1280550.1509706974 rows/sec., 81.07 MiB/sec. 2026.03.04 04:36:03.634369 [ 195 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_24_5} MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) 2026.03.04 04:36:03.634699 [ 195 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_24_5} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:03.634793 [ 195 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_24_5} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e) (MergerMutator): Merged 5 parts: [all_1_20_4, all_24_24_0] -> all_1_24_5 2026.03.04 04:36:03.634897 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.03.04 04:36:03.986144 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:03.986329 [ 261 ] {0ced3ee4-3bef-499e-a94c-166934890c04} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:36:03.986396 [ 261 ] {0ced3ee4-3bef-499e-a94c-166934890c04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:36:03.987090 [ 261 ] {0ced3ee4-3bef-499e-a94c-166934890c04} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:03.987140 [ 261 ] {0ced3ee4-3bef-499e-a94c-166934890c04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:03.987540 [ 261 ] {0ced3ee4-3bef-499e-a94c-166934890c04} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.03.04 04:36:03.987770 [ 261 ] {0ced3ee4-3bef-499e-a94c-166934890c04} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:03.987930 [ 261 ] {0ced3ee4-3bef-499e-a94c-166934890c04} executeQuery: Read 72 rows, 5.91 KiB in 0.001656 sec., 43478.260869565216 rows/sec., 3.49 MiB/sec. 2026.03.04 04:36:03.987981 [ 261 ] {0ced3ee4-3bef-499e-a94c-166934890c04} TCPHandler: Processed in 0.001977899 sec. 2026.03.04 04:36:03.988105 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:03.988209 [ 261 ] {9d9ee506-282c-47a0-ac85-763bf3ab01e1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:36:03.988254 [ 261 ] {9d9ee506-282c-47a0-ac85-763bf3ab01e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:36:03.988709 [ 261 ] {9d9ee506-282c-47a0-ac85-763bf3ab01e1} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:03.988747 [ 261 ] {9d9ee506-282c-47a0-ac85-763bf3ab01e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:03.989051 [ 261 ] {9d9ee506-282c-47a0-ac85-763bf3ab01e1} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.04 04:36:03.989272 [ 261 ] {9d9ee506-282c-47a0-ac85-763bf3ab01e1} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:03.989408 [ 261 ] {9d9ee506-282c-47a0-ac85-763bf3ab01e1} executeQuery: Read 8 rows, 616.00 B in 0.001223 sec., 6541.291905151268 rows/sec., 491.87 KiB/sec. 2026.03.04 04:36:03.989446 [ 261 ] {9d9ee506-282c-47a0-ac85-763bf3ab01e1} TCPHandler: Processed in 0.001389197 sec. 2026.03.04 04:36:03.989559 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:03.989658 [ 261 ] {1b275b5f-4068-458a-a7ea-0b1e78808954} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:36:03.989700 [ 261 ] {1b275b5f-4068-458a-a7ea-0b1e78808954} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:36:03.990147 [ 261 ] {1b275b5f-4068-458a-a7ea-0b1e78808954} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:03.990184 [ 261 ] {1b275b5f-4068-458a-a7ea-0b1e78808954} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:03.990495 [ 261 ] {1b275b5f-4068-458a-a7ea-0b1e78808954} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.03.04 04:36:03.990709 [ 261 ] {1b275b5f-4068-458a-a7ea-0b1e78808954} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:03.990844 [ 261 ] {1b275b5f-4068-458a-a7ea-0b1e78808954} executeQuery: Read 72 rows, 5.76 KiB in 0.001208 sec., 59602.64900662251 rows/sec., 4.65 MiB/sec. 2026.03.04 04:36:03.990882 [ 261 ] {1b275b5f-4068-458a-a7ea-0b1e78808954} TCPHandler: Processed in 0.001370736 sec. 2026.03.04 04:36:03.990996 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:03.991092 [ 261 ] {b5d8129a-b0ac-46ac-916e-732b7408f2c1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:36:03.991135 [ 261 ] {b5d8129a-b0ac-46ac-916e-732b7408f2c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:36:03.991556 [ 261 ] {b5d8129a-b0ac-46ac-916e-732b7408f2c1} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:03.991592 [ 261 ] {b5d8129a-b0ac-46ac-916e-732b7408f2c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:03.991924 [ 261 ] {b5d8129a-b0ac-46ac-916e-732b7408f2c1} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.03.04 04:36:03.992134 [ 261 ] {b5d8129a-b0ac-46ac-916e-732b7408f2c1} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:03.992279 [ 261 ] {b5d8129a-b0ac-46ac-916e-732b7408f2c1} executeQuery: Read 160 rows, 11.41 KiB in 0.001207 sec., 132560.06628003315 rows/sec., 9.23 MiB/sec. 2026.03.04 04:36:03.992316 [ 261 ] {b5d8129a-b0ac-46ac-916e-732b7408f2c1} TCPHandler: Processed in 0.001367126 sec. 2026.03.04 04:36:03.992419 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:03.992511 [ 261 ] {e81e2b2e-b5e9-4ab7-8e91-55d4d6b34eb8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:36:03.992571 [ 261 ] {e81e2b2e-b5e9-4ab7-8e91-55d4d6b34eb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:36:03.993339 [ 261 ] {e81e2b2e-b5e9-4ab7-8e91-55d4d6b34eb8} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:03.993374 [ 261 ] {e81e2b2e-b5e9-4ab7-8e91-55d4d6b34eb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:03.993884 [ 261 ] {e81e2b2e-b5e9-4ab7-8e91-55d4d6b34eb8} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.04 04:36:03.994101 [ 261 ] {e81e2b2e-b5e9-4ab7-8e91-55d4d6b34eb8} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:03.994240 [ 261 ] {e81e2b2e-b5e9-4ab7-8e91-55d4d6b34eb8} executeQuery: Read 8 rows, 14.68 KiB in 0.001747 sec., 4579.278763594733 rows/sec., 8.21 MiB/sec. 2026.03.04 04:36:03.994293 [ 261 ] {e81e2b2e-b5e9-4ab7-8e91-55d4d6b34eb8} TCPHandler: Processed in 0.001921687 sec. 2026.03.04 04:36:03.994407 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:03.994502 [ 261 ] {e0dcc103-562c-45a2-84db-ff43dfb5f88c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:36:03.994543 [ 261 ] {e0dcc103-562c-45a2-84db-ff43dfb5f88c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:36:03.994897 [ 261 ] {e0dcc103-562c-45a2-84db-ff43dfb5f88c} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:03.994933 [ 261 ] {e0dcc103-562c-45a2-84db-ff43dfb5f88c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:03.995244 [ 261 ] {e0dcc103-562c-45a2-84db-ff43dfb5f88c} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.03.04 04:36:03.995458 [ 261 ] {e0dcc103-562c-45a2-84db-ff43dfb5f88c} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:03.995583 [ 261 ] {e0dcc103-562c-45a2-84db-ff43dfb5f88c} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2026.03.04 04:36:03.995619 [ 261 ] {e0dcc103-562c-45a2-84db-ff43dfb5f88c} TCPHandler: Processed in 0.001261344 sec. 2026.03.04 04:36:04.327703 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2026.03.04 04:36:04.346595 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:04.346661 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:04.352395 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.04 04:36:04.353111 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:04.353431 [ 123 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.04 04:36:04.353501 [ 123 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:04.353524 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:04.353643 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.04 04:36:04.356798 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2026.03.04 04:36:04.357531 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:04.359105 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part 2026.03.04 04:36:04.364087 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part 2026.03.04 04:36:04.368962 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part 2026.03.04 04:36:04.373417 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part 2026.03.04 04:36:04.377704 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 7 rows starting from the beginning of the part 2026.03.04 04:36:04.381466 [ 195 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part 2026.03.04 04:36:04.431816 [ 201 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.078218568 sec., 4436.286790624958 rows/sec., 22.94 MiB/sec. 2026.03.04 04:36:04.434307 [ 188 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.04 04:36:04.436402 [ 188 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_46_9} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:04.436484 [ 188 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_46_9} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.04 04:36:04.438915 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2026.03.04 04:36:08.228111 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1284 2026.03.04 04:36:08.230324 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:08.230385 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:08.231591 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.04 04:36:08.231868 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:08.232248 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1284 2026.03.04 04:36:08.999688 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:08.999864 [ 261 ] {4c627b96-0891-4cb9-b071-4670554f60d0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:36:08.999928 [ 261 ] {4c627b96-0891-4cb9-b071-4670554f60d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:36:09.000641 [ 261 ] {4c627b96-0891-4cb9-b071-4670554f60d0} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:09.000686 [ 261 ] {4c627b96-0891-4cb9-b071-4670554f60d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:09.001070 [ 261 ] {4c627b96-0891-4cb9-b071-4670554f60d0} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.04 04:36:09.001290 [ 261 ] {4c627b96-0891-4cb9-b071-4670554f60d0} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:09.001436 [ 261 ] {4c627b96-0891-4cb9-b071-4670554f60d0} executeQuery: Read 284 rows, 18.47 KiB in 0.00162 sec., 175308.64197530865 rows/sec., 11.13 MiB/sec. 2026.03.04 04:36:09.001477 [ 261 ] {4c627b96-0891-4cb9-b071-4670554f60d0} TCPHandler: Processed in 0.001917967 sec. 2026.03.04 04:36:09.001604 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:09.001698 [ 261 ] {3ec46cec-ecbe-4abc-90e3-d20f4b9bd65e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:36:09.001739 [ 261 ] {3ec46cec-ecbe-4abc-90e3-d20f4b9bd65e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:36:09.002126 [ 261 ] {3ec46cec-ecbe-4abc-90e3-d20f4b9bd65e} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:09.002161 [ 261 ] {3ec46cec-ecbe-4abc-90e3-d20f4b9bd65e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:09.002452 [ 261 ] {3ec46cec-ecbe-4abc-90e3-d20f4b9bd65e} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.04 04:36:09.002664 [ 261 ] {3ec46cec-ecbe-4abc-90e3-d20f4b9bd65e} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:09.002788 [ 261 ] {3ec46cec-ecbe-4abc-90e3-d20f4b9bd65e} executeQuery: Read 2 rows, 167.00 B in 0.001108 sec., 1805.0541516245487 rows/sec., 147.19 KiB/sec. 2026.03.04 04:36:09.002823 [ 261 ] {3ec46cec-ecbe-4abc-90e3-d20f4b9bd65e} TCPHandler: Processed in 0.001268115 sec. 2026.03.04 04:36:09.002940 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:09.003035 [ 261 ] {9a651912-7022-403f-90d4-db19d452fe59} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:36:09.003074 [ 261 ] {9a651912-7022-403f-90d4-db19d452fe59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:36:09.003793 [ 261 ] {9a651912-7022-403f-90d4-db19d452fe59} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:09.003828 [ 261 ] {9a651912-7022-403f-90d4-db19d452fe59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:09.004180 [ 261 ] {9a651912-7022-403f-90d4-db19d452fe59} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.03.04 04:36:09.004383 [ 261 ] {9a651912-7022-403f-90d4-db19d452fe59} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:09.004507 [ 261 ] {9a651912-7022-403f-90d4-db19d452fe59} executeQuery: Read 864 rows, 70.57 KiB in 0.001489 sec., 580255.20483546 rows/sec., 46.28 MiB/sec. 2026.03.04 04:36:09.004517 [ 140 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.03.04 04:36:09.004542 [ 261 ] {9a651912-7022-403f-90d4-db19d452fe59} TCPHandler: Processed in 0.001651282 sec. 2026.03.04 04:36:09.004600 [ 140 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:09.004636 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:09.004687 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:09.004768 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.03.04 04:36:09.004785 [ 261 ] {7f7b9ab1-daf7-4890-810c-f88d5f8be6ae} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:36:09.004843 [ 261 ] {7f7b9ab1-daf7-4890-810c-f88d5f8be6ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:36:09.004907 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:09.004946 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2895 rows starting from the beginning of the part 2026.03.04 04:36:09.005023 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1958 rows starting from the beginning of the part 2026.03.04 04:36:09.005103 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 56 rows starting from the beginning of the part 2026.03.04 04:36:09.005186 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 122 rows starting from the beginning of the part 2026.03.04 04:36:09.005252 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 72 rows starting from the beginning of the part 2026.03.04 04:36:09.005286 [ 261 ] {7f7b9ab1-daf7-4890-810c-f88d5f8be6ae} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:09.005322 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 864 rows starting from the beginning of the part 2026.03.04 04:36:09.005327 [ 261 ] {7f7b9ab1-daf7-4890-810c-f88d5f8be6ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:09.005985 [ 261 ] {7f7b9ab1-daf7-4890-810c-f88d5f8be6ae} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.04 04:36:09.006219 [ 261 ] {7f7b9ab1-daf7-4890-810c-f88d5f8be6ae} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:09.006352 [ 261 ] {7f7b9ab1-daf7-4890-810c-f88d5f8be6ae} executeQuery: Read 177 rows, 11.16 KiB in 0.001585 sec., 111671.92429022082 rows/sec., 6.88 MiB/sec. 2026.03.04 04:36:09.006389 [ 261 ] {7f7b9ab1-daf7-4890-810c-f88d5f8be6ae} TCPHandler: Processed in 0.001749624 sec. 2026.03.04 04:36:09.006512 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:09.006606 [ 261 ] {cf483304-3f5e-4de6-b20e-8f4793adf41b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:36:09.006645 [ 261 ] {cf483304-3f5e-4de6-b20e-8f4793adf41b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:36:09.007077 [ 261 ] {cf483304-3f5e-4de6-b20e-8f4793adf41b} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:09.007115 [ 261 ] {cf483304-3f5e-4de6-b20e-8f4793adf41b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:09.007429 [ 261 ] {cf483304-3f5e-4de6-b20e-8f4793adf41b} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.04 04:36:09.007638 [ 261 ] {cf483304-3f5e-4de6-b20e-8f4793adf41b} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:09.007763 [ 261 ] {cf483304-3f5e-4de6-b20e-8f4793adf41b} executeQuery: Read 149 rows, 9.86 KiB in 0.001174 sec., 126916.52470187395 rows/sec., 8.20 MiB/sec. 2026.03.04 04:36:09.007798 [ 261 ] {cf483304-3f5e-4de6-b20e-8f4793adf41b} TCPHandler: Processed in 0.001334326 sec. 2026.03.04 04:36:09.007916 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:09.008009 [ 261 ] {f9855ac0-a77c-4f16-b682-04abfd2a5e34} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:36:09.008031 [ 201 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 5967 rows, containing 5 columns (5 merged, 0 gathered) in 0.003321234 sec., 1796621.3762715906 rows/sec., 145.16 MiB/sec. 2026.03.04 04:36:09.008048 [ 261 ] {f9855ac0-a77c-4f16-b682-04abfd2a5e34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:36:09.008403 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.03.04 04:36:09.008488 [ 261 ] {f9855ac0-a77c-4f16-b682-04abfd2a5e34} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:09.008524 [ 261 ] {f9855ac0-a77c-4f16-b682-04abfd2a5e34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:09.008684 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_76_15} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:09.008753 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_76_15} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.03.04 04:36:09.008839 [ 261 ] {f9855ac0-a77c-4f16-b682-04abfd2a5e34} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.04 04:36:09.008847 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2026.03.04 04:36:09.009052 [ 261 ] {f9855ac0-a77c-4f16-b682-04abfd2a5e34} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:09.009182 [ 261 ] {f9855ac0-a77c-4f16-b682-04abfd2a5e34} executeQuery: Read 148 rows, 8.62 KiB in 0.00119 sec., 124369.74789915966 rows/sec., 7.07 MiB/sec. 2026.03.04 04:36:09.009218 [ 261 ] {f9855ac0-a77c-4f16-b682-04abfd2a5e34} TCPHandler: Processed in 0.001349406 sec. 2026.03.04 04:36:09.009338 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:09.009430 [ 261 ] {5de9c598-6118-4913-919c-c3cc976e1074} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:36:09.009468 [ 261 ] {5de9c598-6118-4913-919c-c3cc976e1074} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:36:09.010143 [ 261 ] {5de9c598-6118-4913-919c-c3cc976e1074} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:09.010183 [ 261 ] {5de9c598-6118-4913-919c-c3cc976e1074} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:09.010536 [ 261 ] {5de9c598-6118-4913-919c-c3cc976e1074} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.03.04 04:36:09.010766 [ 261 ] {5de9c598-6118-4913-919c-c3cc976e1074} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:09.010898 [ 140 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.03.04 04:36:09.010907 [ 261 ] {5de9c598-6118-4913-919c-c3cc976e1074} executeQuery: Read 525 rows, 37.98 KiB in 0.001494 sec., 351405.6224899598 rows/sec., 24.83 MiB/sec. 2026.03.04 04:36:09.010949 [ 140 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:09.010966 [ 261 ] {5de9c598-6118-4913-919c-c3cc976e1074} TCPHandler: Processed in 0.001674722 sec. 2026.03.04 04:36:09.010974 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:09.011078 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.03.04 04:36:09.011099 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:09.011181 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:09.011202 [ 261 ] {d28e0d5f-b0f3-4a0b-a12c-04e06c65fa29} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.04 04:36:09.011211 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1552 rows starting from the beginning of the part 2026.03.04 04:36:09.011252 [ 261 ] {d28e0d5f-b0f3-4a0b-a12c-04e06c65fa29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.04 04:36:09.011273 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1023 rows starting from the beginning of the part 2026.03.04 04:36:09.011319 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 64 rows starting from the beginning of the part 2026.03.04 04:36:09.011356 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 97 rows starting from the beginning of the part 2026.03.04 04:36:09.011391 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 72 rows starting from the beginning of the part 2026.03.04 04:36:09.011429 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 525 rows starting from the beginning of the part 2026.03.04 04:36:09.011636 [ 261 ] {d28e0d5f-b0f3-4a0b-a12c-04e06c65fa29} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:09.011685 [ 261 ] {d28e0d5f-b0f3-4a0b-a12c-04e06c65fa29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:09.012036 [ 261 ] {d28e0d5f-b0f3-4a0b-a12c-04e06c65fa29} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.04 04:36:09.012289 [ 261 ] {d28e0d5f-b0f3-4a0b-a12c-04e06c65fa29} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:09.012419 [ 261 ] {d28e0d5f-b0f3-4a0b-a12c-04e06c65fa29} executeQuery: Read 12 rows, 642.00 B in 0.001235 sec., 9716.599190283401 rows/sec., 507.65 KiB/sec. 2026.03.04 04:36:09.012457 [ 261 ] {d28e0d5f-b0f3-4a0b-a12c-04e06c65fa29} TCPHandler: Processed in 0.001408277 sec. 2026.03.04 04:36:09.012576 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:09.012664 [ 261 ] {a5d60479-891a-4993-bc17-d1fb1072c78e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:36:09.012705 [ 261 ] {a5d60479-891a-4993-bc17-d1fb1072c78e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:36:09.012711 [ 197 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 3333 rows, containing 5 columns (5 merged, 0 gathered) in 0.001682893 sec., 1980518.0721531315 rows/sec., 146.65 MiB/sec. 2026.03.04 04:36:09.012887 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.03.04 04:36:09.013124 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_76_15} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:09.013136 [ 261 ] {a5d60479-891a-4993-bc17-d1fb1072c78e} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:09.013177 [ 261 ] {a5d60479-891a-4993-bc17-d1fb1072c78e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:09.013192 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_76_15} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.03.04 04:36:09.013276 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.03.04 04:36:09.013591 [ 261 ] {a5d60479-891a-4993-bc17-d1fb1072c78e} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.03.04 04:36:09.013825 [ 261 ] {a5d60479-891a-4993-bc17-d1fb1072c78e} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:09.013955 [ 261 ] {a5d60479-891a-4993-bc17-d1fb1072c78e} executeQuery: Read 371 rows, 24.72 KiB in 0.001297 sec., 286044.71858134156 rows/sec., 18.62 MiB/sec. 2026.03.04 04:36:09.013960 [ 140 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.03.04 04:36:09.013996 [ 261 ] {a5d60479-891a-4993-bc17-d1fb1072c78e} TCPHandler: Processed in 0.001463038 sec. 2026.03.04 04:36:09.014007 [ 140 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:09.014033 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:09.014115 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.03.04 04:36:09.014121 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:09.014207 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:09.014233 [ 261 ] {c09af53a-df85-4847-b1c2-4ad0ce306f90} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.04 04:36:09.014236 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_76_15} MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 23380 rows starting from the beginning of the part 2026.03.04 04:36:09.014277 [ 261 ] {c09af53a-df85-4847-b1c2-4ad0ce306f90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.04 04:36:09.014306 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 1219 rows starting from the beginning of the part 2026.03.04 04:36:09.014352 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 128 rows starting from the beginning of the part 2026.03.04 04:36:09.014394 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part 2026.03.04 04:36:09.014436 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 160 rows starting from the beginning of the part 2026.03.04 04:36:09.014478 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 371 rows starting from the beginning of the part 2026.03.04 04:36:09.014613 [ 261 ] {c09af53a-df85-4847-b1c2-4ad0ce306f90} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:09.014649 [ 261 ] {c09af53a-df85-4847-b1c2-4ad0ce306f90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:09.014964 [ 261 ] {c09af53a-df85-4847-b1c2-4ad0ce306f90} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.04 04:36:09.015180 [ 261 ] {c09af53a-df85-4847-b1c2-4ad0ce306f90} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:09.015316 [ 261 ] {c09af53a-df85-4847-b1c2-4ad0ce306f90} executeQuery: Read 2 rows, 138.00 B in 0.001101 sec., 1816.5304268846503 rows/sec., 122.40 KiB/sec. 2026.03.04 04:36:09.015360 [ 261 ] {c09af53a-df85-4847-b1c2-4ad0ce306f90} TCPHandler: Processed in 0.001288055 sec. 2026.03.04 04:36:09.015494 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:09.015591 [ 261 ] {47f0b3e6-9fa9-424d-a7a5-1ebe9ecd8447} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:36:09.015647 [ 261 ] {47f0b3e6-9fa9-424d-a7a5-1ebe9ecd8447} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:36:09.016545 [ 261 ] {47f0b3e6-9fa9-424d-a7a5-1ebe9ecd8447} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:09.016586 [ 261 ] {47f0b3e6-9fa9-424d-a7a5-1ebe9ecd8447} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:09.017480 [ 261 ] {47f0b3e6-9fa9-424d-a7a5-1ebe9ecd8447} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.04 04:36:09.017723 [ 261 ] {47f0b3e6-9fa9-424d-a7a5-1ebe9ecd8447} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:09.017870 [ 261 ] {47f0b3e6-9fa9-424d-a7a5-1ebe9ecd8447} executeQuery: Read 33 rows, 60.55 KiB in 0.002296 sec., 14372.822299651569 rows/sec., 25.76 MiB/sec. 2026.03.04 04:36:09.017951 [ 261 ] {47f0b3e6-9fa9-424d-a7a5-1ebe9ecd8447} TCPHandler: Processed in 0.002507239 sec. 2026.03.04 04:36:09.018092 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:09.018187 [ 261 ] {07a68290-4d58-40f9-98b8-42a1bbcb9fe0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:36:09.018230 [ 261 ] {07a68290-4d58-40f9-98b8-42a1bbcb9fe0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:36:09.018600 [ 261 ] {07a68290-4d58-40f9-98b8-42a1bbcb9fe0} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:09.018637 [ 261 ] {07a68290-4d58-40f9-98b8-42a1bbcb9fe0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:09.022146 [ 261 ] {07a68290-4d58-40f9-98b8-42a1bbcb9fe0} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.03.04 04:36:09.022556 [ 261 ] {07a68290-4d58-40f9-98b8-42a1bbcb9fe0} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:09.022708 [ 140 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.03.04 04:36:09.022712 [ 261 ] {07a68290-4d58-40f9-98b8-42a1bbcb9fe0} executeQuery: Read 120 rows, 7.39 KiB in 0.004542 sec., 26420.07926023778 rows/sec., 1.59 MiB/sec. 2026.03.04 04:36:09.022765 [ 140 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:09.022795 [ 261 ] {07a68290-4d58-40f9-98b8-42a1bbcb9fe0} TCPHandler: Processed in 0.004751492 sec. 2026.03.04 04:36:09.022795 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:09.022915 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.03.04 04:36:09.023037 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:09.023073 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3870 rows starting from the beginning of the part 2026.03.04 04:36:09.023124 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 12 rows starting from the beginning of the part 2026.03.04 04:36:09.023164 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 48 rows starting from the beginning of the part 2026.03.04 04:36:09.023204 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part 2026.03.04 04:36:09.023238 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part 2026.03.04 04:36:09.023273 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 120 rows starting from the beginning of the part 2026.03.04 04:36:09.025519 [ 196 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 4170 rows, containing 4 columns (4 merged, 0 gathered) in 0.002645331 sec., 1576362.2775372912 rows/sec., 104.89 MiB/sec. 2026.03.04 04:36:09.025981 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.03.04 04:36:09.026284 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_76_15} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:09.026363 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_76_15} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.03.04 04:36:09.026443 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. 2026.03.04 04:36:09.026826 [ 199 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 25418 rows, containing 5 columns (5 merged, 0 gathered) in 0.012742006 sec., 1994819.3400630953 rows/sec., 132.18 MiB/sec. 2026.03.04 04:36:09.027158 [ 199 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.03.04 04:36:09.027462 [ 199 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_76_15} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:09.027551 [ 199 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_76_15} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.03.04 04:36:09.027678 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2026.03.04 04:36:10.000198 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 318.89 MiB, peak 331.97 MiB, free memory in arenas 0.00 B, will set to 321.05 MiB (RSS), difference: 2.16 MiB 2026.03.04 04:36:10.657186 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 22556 2026.03.04 04:36:10.658013 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:10.658080 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:10.658727 [ 245 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.04 04:36:10.658954 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:10.659085 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22556 2026.03.04 04:36:11.856985 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2026.03.04 04:36:11.873325 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:11.873383 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:11.878912 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.04 04:36:11.879593 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:11.882503 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2026.03.04 04:36:13.985946 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:13.986150 [ 261 ] {579d7ba5-cb57-4651-a30e-30803d45374a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:36:13.986214 [ 261 ] {579d7ba5-cb57-4651-a30e-30803d45374a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:36:13.986867 [ 261 ] {579d7ba5-cb57-4651-a30e-30803d45374a} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:13.986905 [ 261 ] {579d7ba5-cb57-4651-a30e-30803d45374a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:13.987293 [ 261 ] {579d7ba5-cb57-4651-a30e-30803d45374a} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.03.04 04:36:13.987513 [ 261 ] {579d7ba5-cb57-4651-a30e-30803d45374a} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:13.987664 [ 261 ] {579d7ba5-cb57-4651-a30e-30803d45374a} executeQuery: Read 72 rows, 5.91 KiB in 0.001564 sec., 46035.80562659846 rows/sec., 3.69 MiB/sec. 2026.03.04 04:36:13.987705 [ 261 ] {579d7ba5-cb57-4651-a30e-30803d45374a} TCPHandler: Processed in 0.001889197 sec. 2026.03.04 04:36:13.987855 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:13.987951 [ 261 ] {04275ff6-e150-465b-bd98-ea1874798000} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:36:13.987993 [ 261 ] {04275ff6-e150-465b-bd98-ea1874798000} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:36:13.988392 [ 261 ] {04275ff6-e150-465b-bd98-ea1874798000} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:13.988426 [ 261 ] {04275ff6-e150-465b-bd98-ea1874798000} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:13.988734 [ 261 ] {04275ff6-e150-465b-bd98-ea1874798000} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.04 04:36:13.988944 [ 261 ] {04275ff6-e150-465b-bd98-ea1874798000} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:13.989090 [ 261 ] {04275ff6-e150-465b-bd98-ea1874798000} executeQuery: Read 8 rows, 616.00 B in 0.001157 sec., 6914.433880726016 rows/sec., 519.93 KiB/sec. 2026.03.04 04:36:13.989128 [ 261 ] {04275ff6-e150-465b-bd98-ea1874798000} TCPHandler: Processed in 0.001323495 sec. 2026.03.04 04:36:13.989238 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:13.989333 [ 261 ] {7ed2277c-e9f6-45eb-ba9e-1ffe418d80fa} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:36:13.989373 [ 261 ] {7ed2277c-e9f6-45eb-ba9e-1ffe418d80fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:36:13.989785 [ 261 ] {7ed2277c-e9f6-45eb-ba9e-1ffe418d80fa} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:13.989820 [ 261 ] {7ed2277c-e9f6-45eb-ba9e-1ffe418d80fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:13.990132 [ 261 ] {7ed2277c-e9f6-45eb-ba9e-1ffe418d80fa} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.03.04 04:36:13.990341 [ 261 ] {7ed2277c-e9f6-45eb-ba9e-1ffe418d80fa} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:13.990470 [ 261 ] {7ed2277c-e9f6-45eb-ba9e-1ffe418d80fa} executeQuery: Read 72 rows, 5.76 KiB in 0.001154 sec., 62391.68110918544 rows/sec., 4.87 MiB/sec. 2026.03.04 04:36:13.990507 [ 261 ] {7ed2277c-e9f6-45eb-ba9e-1ffe418d80fa} TCPHandler: Processed in 0.001317796 sec. 2026.03.04 04:36:13.990621 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:13.990723 [ 261 ] {46d7ea68-5ca1-4cf5-a6cc-010c40b3fefc} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:36:13.990766 [ 261 ] {46d7ea68-5ca1-4cf5-a6cc-010c40b3fefc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:36:13.991182 [ 261 ] {46d7ea68-5ca1-4cf5-a6cc-010c40b3fefc} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:13.991216 [ 261 ] {46d7ea68-5ca1-4cf5-a6cc-010c40b3fefc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:13.991539 [ 261 ] {46d7ea68-5ca1-4cf5-a6cc-010c40b3fefc} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.03.04 04:36:13.991747 [ 261 ] {46d7ea68-5ca1-4cf5-a6cc-010c40b3fefc} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:13.991871 [ 261 ] {46d7ea68-5ca1-4cf5-a6cc-010c40b3fefc} executeQuery: Read 160 rows, 11.41 KiB in 0.001167 sec., 137103.68466152527 rows/sec., 9.55 MiB/sec. 2026.03.04 04:36:13.991907 [ 261 ] {46d7ea68-5ca1-4cf5-a6cc-010c40b3fefc} TCPHandler: Processed in 0.001335526 sec. 2026.03.04 04:36:13.992015 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:13.992110 [ 261 ] {ff38479a-53a9-4d61-8675-b70a996140f7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:36:13.992164 [ 261 ] {ff38479a-53a9-4d61-8675-b70a996140f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:36:13.992912 [ 261 ] {ff38479a-53a9-4d61-8675-b70a996140f7} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:13.992947 [ 261 ] {ff38479a-53a9-4d61-8675-b70a996140f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:13.993442 [ 261 ] {ff38479a-53a9-4d61-8675-b70a996140f7} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.04 04:36:13.993673 [ 261 ] {ff38479a-53a9-4d61-8675-b70a996140f7} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:13.993807 [ 261 ] {ff38479a-53a9-4d61-8675-b70a996140f7} executeQuery: Read 8 rows, 14.68 KiB in 0.001715 sec., 4664.723032069971 rows/sec., 8.36 MiB/sec. 2026.03.04 04:36:13.993860 [ 261 ] {ff38479a-53a9-4d61-8675-b70a996140f7} TCPHandler: Processed in 0.001893437 sec. 2026.03.04 04:36:13.993981 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:13.994077 [ 261 ] {bdefbecc-64f5-4ab9-bc35-87af01d8adfa} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:36:13.994118 [ 261 ] {bdefbecc-64f5-4ab9-bc35-87af01d8adfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:36:13.994460 [ 261 ] {bdefbecc-64f5-4ab9-bc35-87af01d8adfa} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:13.994495 [ 261 ] {bdefbecc-64f5-4ab9-bc35-87af01d8adfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:13.994789 [ 261 ] {bdefbecc-64f5-4ab9-bc35-87af01d8adfa} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.03.04 04:36:13.995007 [ 261 ] {bdefbecc-64f5-4ab9-bc35-87af01d8adfa} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:13.995132 [ 261 ] {bdefbecc-64f5-4ab9-bc35-87af01d8adfa} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2026.03.04 04:36:13.995166 [ 261 ] {bdefbecc-64f5-4ab9-bc35-87af01d8adfa} TCPHandler: Processed in 0.001234304 sec. 2026.03.04 04:36:15.865377 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52186 2026.03.04 04:36:15.865525 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:15.865558 [ 288 ] {} TCP-Session: 8b262582-911e-4d24-8af2-c23108af07fc Authenticating user 'default' from [fd00:1122:3344:101::e]:52186 2026.03.04 04:36:15.865583 [ 288 ] {} TCP-Session: 8b262582-911e-4d24-8af2-c23108af07fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.865598 [ 288 ] {} TCP-Session: 8b262582-911e-4d24-8af2-c23108af07fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.865796 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64134 2026.03.04 04:36:15.865822 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33326 2026.03.04 04:36:15.865849 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62060 2026.03.04 04:36:15.865869 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63423 2026.03.04 04:36:15.865892 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61267 2026.03.04 04:36:15.865920 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:15.865920 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:15.865951 [ 289 ] {} TCP-Session: 7d1d23b2-f90b-421f-a7e5-17a48ae1d037 Authenticating user 'default' from [fd00:1122:3344:101::e]:64134 2026.03.04 04:36:15.865952 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:15.865973 [ 288 ] {} TCP-Session: 8b262582-911e-4d24-8af2-c23108af07fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:15.865993 [ 293 ] {} TCP-Session: dc2a40e8-1196-4ea7-984f-a447c711c04a Authenticating user 'default' from [fd00:1122:3344:101::e]:62060 2026.03.04 04:36:15.865975 [ 289 ] {} TCP-Session: 7d1d23b2-f90b-421f-a7e5-17a48ae1d037 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.866017 [ 293 ] {} TCP-Session: dc2a40e8-1196-4ea7-984f-a447c711c04a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.866036 [ 289 ] {} TCP-Session: 7d1d23b2-f90b-421f-a7e5-17a48ae1d037 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.866057 [ 293 ] {} TCP-Session: dc2a40e8-1196-4ea7-984f-a447c711c04a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.865960 [ 292 ] {} TCP-Session: e8b72e77-9ed0-4aeb-8168-a11b92a778e2 Authenticating user 'default' from [fd00:1122:3344:101::e]:33326 2026.03.04 04:36:15.865859 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32803 2026.03.04 04:36:15.866102 [ 292 ] {} TCP-Session: e8b72e77-9ed0-4aeb-8168-a11b92a778e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.866099 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:15.866160 [ 292 ] {} TCP-Session: e8b72e77-9ed0-4aeb-8168-a11b92a778e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.866155 [ 288 ] {229f74d9-a045-4b6e-8458-6332e6ece77b} executeQuery: (from [fd00:1122:3344:101::e]:52186) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:36:15.866189 [ 259 ] {} TCP-Session: 4c1cb090-dbd6-482e-805b-8e6c5ece59c7 Authenticating user 'default' from [fd00:1122:3344:101::e]:63423 2026.03.04 04:36:15.865828 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51921 2026.03.04 04:36:15.866224 [ 259 ] {} TCP-Session: 4c1cb090-dbd6-482e-805b-8e6c5ece59c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.865805 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33839 2026.03.04 04:36:15.866276 [ 259 ] {} TCP-Session: 4c1cb090-dbd6-482e-805b-8e6c5ece59c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.866324 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:15.866358 [ 286 ] {} TCP-Session: 254b6561-6518-4917-b805-ed5526e1eaaf Authenticating user 'default' from [fd00:1122:3344:101::e]:61267 2026.03.04 04:36:15.866375 [ 286 ] {} TCP-Session: 254b6561-6518-4917-b805-ed5526e1eaaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.866387 [ 286 ] {} TCP-Session: 254b6561-6518-4917-b805-ed5526e1eaaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.866457 [ 288 ] {229f74d9-a045-4b6e-8458-6332e6ece77b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:36:15.866521 [ 288 ] {229f74d9-a045-4b6e-8458-6332e6ece77b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:36:15.866789 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:15.866819 [ 288 ] {229f74d9-a045-4b6e-8458-6332e6ece77b} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:36:15.866831 [ 294 ] {} TCP-Session: 203c3cec-edbe-4ffa-8b0a-17beaa209f30 Authenticating user 'default' from [fd00:1122:3344:101::e]:32803 2026.03.04 04:36:15.866872 [ 294 ] {} TCP-Session: 203c3cec-edbe-4ffa-8b0a-17beaa209f30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.866886 [ 294 ] {} TCP-Session: 203c3cec-edbe-4ffa-8b0a-17beaa209f30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.866912 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:15.866957 [ 291 ] {} TCP-Session: a104d441-c0f8-4f93-a67f-c234c057789e Authenticating user 'default' from [fd00:1122:3344:101::e]:51921 2026.03.04 04:36:15.866980 [ 291 ] {} TCP-Session: a104d441-c0f8-4f93-a67f-c234c057789e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.866999 [ 291 ] {} TCP-Session: a104d441-c0f8-4f93-a67f-c234c057789e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.867032 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:15.867069 [ 290 ] {} TCP-Session: e93d823d-d38d-4b51-8cb2-39c4640f25ae Authenticating user 'default' from [fd00:1122:3344:101::e]:33839 2026.03.04 04:36:15.867088 [ 290 ] {} TCP-Session: e93d823d-d38d-4b51-8cb2-39c4640f25ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.867100 [ 290 ] {} TCP-Session: e93d823d-d38d-4b51-8cb2-39c4640f25ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.867778 [ 295 ] {229f74d9-a045-4b6e-8458-6332e6ece77b} AggregatingTransform: Aggregating 2026.03.04 04:36:15.867822 [ 295 ] {229f74d9-a045-4b6e-8458-6332e6ece77b} Aggregator: Aggregation method: without_key 2026.03.04 04:36:15.867854 [ 295 ] {229f74d9-a045-4b6e-8458-6332e6ece77b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000924637 sec. (1081.505 rows/sec., 42.25 KiB/sec.) 2026.03.04 04:36:15.867869 [ 295 ] {229f74d9-a045-4b6e-8458-6332e6ece77b} Aggregator: Merging aggregated data 2026.03.04 04:36:15.869365 [ 288 ] {229f74d9-a045-4b6e-8458-6332e6ece77b} executeQuery: Read 1 rows, 40.00 B in 0.003268 sec., 305.99755201958385 rows/sec., 11.95 KiB/sec. 2026.03.04 04:36:15.869511 [ 288 ] {229f74d9-a045-4b6e-8458-6332e6ece77b} TCPHandler: Processed in 0.003649031 sec. 2026.03.04 04:36:15.869599 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:15.869629 [ 288 ] {} TCP-Session: 8b262582-911e-4d24-8af2-c23108af07fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.869629 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:15.869649 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:15.869665 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:15.869694 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:15.869711 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:15.869721 [ 289 ] {} TCP-Session: 7d1d23b2-f90b-421f-a7e5-17a48ae1d037 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.869745 [ 286 ] {} TCP-Session: 254b6561-6518-4917-b805-ed5526e1eaaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.869757 [ 292 ] {} TCP-Session: e8b72e77-9ed0-4aeb-8168-a11b92a778e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.869752 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:15.869732 [ 291 ] {} TCP-Session: a104d441-c0f8-4f93-a67f-c234c057789e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.869806 [ 259 ] {} TCP-Session: 4c1cb090-dbd6-482e-805b-8e6c5ece59c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.869728 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:15.869694 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:15.869886 [ 294 ] {} TCP-Session: 203c3cec-edbe-4ffa-8b0a-17beaa209f30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.869690 [ 290 ] {} TCP-Session: e93d823d-d38d-4b51-8cb2-39c4640f25ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.869912 [ 293 ] {} TCP-Session: dc2a40e8-1196-4ea7-984f-a447c711c04a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.974062 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38398 2026.03.04 04:36:15.974177 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:15.974204 [ 288 ] {} TCP-Session: 4b0850a8-4d99-42d6-9c43-114b7c4067be Authenticating user 'default' from [fd00:1122:3344:101::e]:38398 2026.03.04 04:36:15.974226 [ 288 ] {} TCP-Session: 4b0850a8-4d99-42d6-9c43-114b7c4067be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.974240 [ 288 ] {} TCP-Session: 4b0850a8-4d99-42d6-9c43-114b7c4067be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.974436 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36078 2026.03.04 04:36:15.974481 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48142 2026.03.04 04:36:15.974512 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64786 2026.03.04 04:36:15.974540 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41541 2026.03.04 04:36:15.974567 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:15.974543 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44261 2026.03.04 04:36:15.974605 [ 289 ] {} TCP-Session: ae5824d1-ab38-475b-a4c7-333ad443cc53 Authenticating user 'default' from [fd00:1122:3344:101::e]:36078 2026.03.04 04:36:15.974608 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:15.974627 [ 288 ] {} TCP-Session: 4b0850a8-4d99-42d6-9c43-114b7c4067be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:15.974637 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:15.974660 [ 290 ] {} TCP-Session: 87ab9e2d-1f11-40b7-be12-70d46c8881ad Authenticating user 'default' from [fd00:1122:3344:101::e]:48142 2026.03.04 04:36:15.974663 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:15.974717 [ 259 ] {} TCP-Session: d539fd80-a3d2-40ef-bb25-bd0dfd8934c7 Authenticating user 'default' from [fd00:1122:3344:101::e]:41541 2026.03.04 04:36:15.974727 [ 290 ] {} TCP-Session: 87ab9e2d-1f11-40b7-be12-70d46c8881ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.974738 [ 286 ] {} TCP-Session: f26fd811-379d-4428-b70f-164b6a731a1e Authenticating user 'default' from [fd00:1122:3344:101::e]:44261 2026.03.04 04:36:15.974757 [ 259 ] {} TCP-Session: d539fd80-a3d2-40ef-bb25-bd0dfd8934c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.974777 [ 286 ] {} TCP-Session: f26fd811-379d-4428-b70f-164b6a731a1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.974794 [ 259 ] {} TCP-Session: d539fd80-a3d2-40ef-bb25-bd0dfd8934c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.974800 [ 286 ] {} TCP-Session: f26fd811-379d-4428-b70f-164b6a731a1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.974608 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:15.974823 [ 288 ] {15a73580-d16a-4eb7-9a86-cc4eb1f4083d} executeQuery: (from [fd00:1122:3344:101::e]:38398) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:36:15.974855 [ 294 ] {} TCP-Session: 08b576af-042b-4a21-9667-562eb41e6831 Authenticating user 'default' from [fd00:1122:3344:101::e]:64786 2026.03.04 04:36:15.974497 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59810 2026.03.04 04:36:15.974884 [ 294 ] {} TCP-Session: 08b576af-042b-4a21-9667-562eb41e6831 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.974498 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47091 2026.03.04 04:36:15.974939 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:15.974916 [ 294 ] {} TCP-Session: 08b576af-042b-4a21-9667-562eb41e6831 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.974974 [ 292 ] {} TCP-Session: db18e996-472c-433e-9850-3968e893baec Authenticating user 'default' from [fd00:1122:3344:101::e]:59810 2026.03.04 04:36:15.974764 [ 290 ] {} TCP-Session: 87ab9e2d-1f11-40b7-be12-70d46c8881ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.975004 [ 292 ] {} TCP-Session: db18e996-472c-433e-9850-3968e893baec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.975024 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:15.975040 [ 292 ] {} TCP-Session: db18e996-472c-433e-9850-3968e893baec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.974639 [ 289 ] {} TCP-Session: ae5824d1-ab38-475b-a4c7-333ad443cc53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.975062 [ 291 ] {} TCP-Session: 2eb37745-acd7-4e8d-a743-24ae309b2b9b Authenticating user 'default' from [fd00:1122:3344:101::e]:47091 2026.03.04 04:36:15.975085 [ 289 ] {} TCP-Session: ae5824d1-ab38-475b-a4c7-333ad443cc53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.975108 [ 291 ] {} TCP-Session: 2eb37745-acd7-4e8d-a743-24ae309b2b9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.975119 [ 288 ] {15a73580-d16a-4eb7-9a86-cc4eb1f4083d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:36:15.975132 [ 291 ] {} TCP-Session: 2eb37745-acd7-4e8d-a743-24ae309b2b9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.974506 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52809 2026.03.04 04:36:15.975185 [ 288 ] {15a73580-d16a-4eb7-9a86-cc4eb1f4083d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:36:15.975234 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:15.975255 [ 293 ] {} TCP-Session: a81f08af-321c-4e32-b6e3-5735bc896a5f Authenticating user 'default' from [fd00:1122:3344:101::e]:52809 2026.03.04 04:36:15.975273 [ 293 ] {} TCP-Session: a81f08af-321c-4e32-b6e3-5735bc896a5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.975285 [ 293 ] {} TCP-Session: a81f08af-321c-4e32-b6e3-5735bc896a5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.975478 [ 288 ] {15a73580-d16a-4eb7-9a86-cc4eb1f4083d} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:36:15.976405 [ 327 ] {15a73580-d16a-4eb7-9a86-cc4eb1f4083d} AggregatingTransform: Aggregating 2026.03.04 04:36:15.976461 [ 327 ] {15a73580-d16a-4eb7-9a86-cc4eb1f4083d} Aggregator: Aggregation method: without_key 2026.03.04 04:36:15.976499 [ 327 ] {15a73580-d16a-4eb7-9a86-cc4eb1f4083d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000913688 sec. (1094.466 rows/sec., 42.75 KiB/sec.) 2026.03.04 04:36:15.976518 [ 327 ] {15a73580-d16a-4eb7-9a86-cc4eb1f4083d} Aggregator: Merging aggregated data 2026.03.04 04:36:15.977812 [ 288 ] {15a73580-d16a-4eb7-9a86-cc4eb1f4083d} executeQuery: Read 1 rows, 40.00 B in 0.003046 sec., 328.29940906106367 rows/sec., 12.82 KiB/sec. 2026.03.04 04:36:15.977951 [ 288 ] {15a73580-d16a-4eb7-9a86-cc4eb1f4083d} TCPHandler: Processed in 0.003484417 sec. 2026.03.04 04:36:15.978042 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:15.978069 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:15.978075 [ 288 ] {} TCP-Session: 4b0850a8-4d99-42d6-9c43-114b7c4067be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.978097 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:15.978115 [ 289 ] {} TCP-Session: ae5824d1-ab38-475b-a4c7-333ad443cc53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.978134 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:15.978146 [ 286 ] {} TCP-Session: f26fd811-379d-4428-b70f-164b6a731a1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.978167 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:15.978185 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:15.978203 [ 292 ] {} TCP-Session: db18e996-472c-433e-9850-3968e893baec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.978211 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:15.978240 [ 290 ] {} TCP-Session: 87ab9e2d-1f11-40b7-be12-70d46c8881ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.978263 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:15.978277 [ 291 ] {} TCP-Session: 2eb37745-acd7-4e8d-a743-24ae309b2b9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.978315 [ 259 ] {} TCP-Session: d539fd80-a3d2-40ef-bb25-bd0dfd8934c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.978152 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:15.978181 [ 293 ] {} TCP-Session: a81f08af-321c-4e32-b6e3-5735bc896a5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:15.978392 [ 294 ] {} TCP-Session: 08b576af-042b-4a21-9667-562eb41e6831 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.003613 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64286 2026.03.04 04:36:16.003694 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:16.003727 [ 288 ] {} TCP-Session: 4e3d5f5e-9238-4075-ae7e-e04b2cff2b7f Authenticating user 'default' from [fd00:1122:3344:101::e]:64286 2026.03.04 04:36:16.003757 [ 288 ] {} TCP-Session: 4e3d5f5e-9238-4075-ae7e-e04b2cff2b7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.003775 [ 288 ] {} TCP-Session: 4e3d5f5e-9238-4075-ae7e-e04b2cff2b7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.003983 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59432 2026.03.04 04:36:16.003988 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50612 2026.03.04 04:36:16.004031 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64660 2026.03.04 04:36:16.004040 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46324 2026.03.04 04:36:16.004068 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46783 2026.03.04 04:36:16.004090 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41970 2026.03.04 04:36:16.004127 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:16.004131 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:16.004155 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:16.004155 [ 292 ] {} TCP-Session: b8bee2bc-68fa-44fc-b6d9-86c0b46bb35a Authenticating user 'default' from [fd00:1122:3344:101::e]:64660 2026.03.04 04:36:16.004045 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55459 2026.03.04 04:36:16.004180 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:16.004191 [ 292 ] {} TCP-Session: b8bee2bc-68fa-44fc-b6d9-86c0b46bb35a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.004233 [ 286 ] {} TCP-Session: 2ab3c816-b2b6-4e5f-bd2c-0711d795cb40 Authenticating user 'default' from [fd00:1122:3344:101::e]:41970 2026.03.04 04:36:16.004242 [ 292 ] {} TCP-Session: b8bee2bc-68fa-44fc-b6d9-86c0b46bb35a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.004251 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:16.004254 [ 286 ] {} TCP-Session: 2ab3c816-b2b6-4e5f-bd2c-0711d795cb40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.004280 [ 294 ] {} TCP-Session: b1622fd5-0e97-4e47-bd58-e8f1e5f355a1 Authenticating user 'default' from [fd00:1122:3344:101::e]:55459 2026.03.04 04:36:16.004291 [ 286 ] {} TCP-Session: 2ab3c816-b2b6-4e5f-bd2c-0711d795cb40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.004309 [ 294 ] {} TCP-Session: b1622fd5-0e97-4e47-bd58-e8f1e5f355a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.004017 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54709 2026.03.04 04:36:16.004342 [ 294 ] {} TCP-Session: b1622fd5-0e97-4e47-bd58-e8f1e5f355a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.004181 [ 259 ] {} TCP-Session: ab169c92-001f-4237-bfa7-ff4ee14aa61f Authenticating user 'default' from [fd00:1122:3344:101::e]:46783 2026.03.04 04:36:16.004179 [ 289 ] {} TCP-Session: 6d5a2fa6-7a3c-4512-b470-5af402822411 Authenticating user 'default' from [fd00:1122:3344:101::e]:50612 2026.03.04 04:36:16.004407 [ 259 ] {} TCP-Session: ab169c92-001f-4237-bfa7-ff4ee14aa61f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.004135 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:16.004434 [ 289 ] {} TCP-Session: 6d5a2fa6-7a3c-4512-b470-5af402822411 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.004465 [ 293 ] {} TCP-Session: 8ae40790-c827-4284-a898-481df4a341de Authenticating user 'default' from [fd00:1122:3344:101::e]:46324 2026.03.04 04:36:16.004439 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:16.004495 [ 293 ] {} TCP-Session: 8ae40790-c827-4284-a898-481df4a341de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.004433 [ 259 ] {} TCP-Session: ab169c92-001f-4237-bfa7-ff4ee14aa61f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.004531 [ 293 ] {} TCP-Session: 8ae40790-c827-4284-a898-481df4a341de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.004525 [ 291 ] {} TCP-Session: 87845fc8-e804-4c0b-a651-a89f4af21dd8 Authenticating user 'default' from [fd00:1122:3344:101::e]:54709 2026.03.04 04:36:16.004485 [ 289 ] {} TCP-Session: 6d5a2fa6-7a3c-4512-b470-5af402822411 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.004619 [ 291 ] {} TCP-Session: 87845fc8-e804-4c0b-a651-a89f4af21dd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.004081 [ 288 ] {} TCP-Session: 4e3d5f5e-9238-4075-ae7e-e04b2cff2b7f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:16.004658 [ 291 ] {} TCP-Session: 87845fc8-e804-4c0b-a651-a89f4af21dd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.004071 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:36:16.004732 [ 290 ] {} TCP-Session: b517b543-9716-4537-ae8b-83cdb31a5e3a Authenticating user 'default' from [fd00:1122:3344:101::e]:59432 2026.03.04 04:36:16.004750 [ 290 ] {} TCP-Session: b517b543-9716-4537-ae8b-83cdb31a5e3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.004763 [ 290 ] {} TCP-Session: b517b543-9716-4537-ae8b-83cdb31a5e3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.004818 [ 288 ] {8de689ef-fd68-463a-8169-b6e21b053981} executeQuery: (from [fd00:1122:3344:101::e]:64286) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:36:16.005040 [ 288 ] {8de689ef-fd68-463a-8169-b6e21b053981} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:36:16.005090 [ 288 ] {8de689ef-fd68-463a-8169-b6e21b053981} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:36:16.005362 [ 288 ] {8de689ef-fd68-463a-8169-b6e21b053981} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:36:16.006274 [ 298 ] {8de689ef-fd68-463a-8169-b6e21b053981} AggregatingTransform: Aggregating 2026.03.04 04:36:16.006315 [ 298 ] {8de689ef-fd68-463a-8169-b6e21b053981} Aggregator: Aggregation method: without_key 2026.03.04 04:36:16.006352 [ 298 ] {8de689ef-fd68-463a-8169-b6e21b053981} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000897228 sec. (1114.544 rows/sec., 43.54 KiB/sec.) 2026.03.04 04:36:16.006371 [ 298 ] {8de689ef-fd68-463a-8169-b6e21b053981} Aggregator: Merging aggregated data 2026.03.04 04:36:16.007931 [ 288 ] {8de689ef-fd68-463a-8169-b6e21b053981} executeQuery: Read 1 rows, 40.00 B in 0.003158 sec., 316.65611146295123 rows/sec., 12.37 KiB/sec. 2026.03.04 04:36:16.008076 [ 288 ] {8de689ef-fd68-463a-8169-b6e21b053981} TCPHandler: Processed in 0.004084309 sec. 2026.03.04 04:36:16.008174 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:16.008206 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:16.008219 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:16.008233 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:16.008265 [ 286 ] {} TCP-Session: 2ab3c816-b2b6-4e5f-bd2c-0711d795cb40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.008259 [ 289 ] {} TCP-Session: 6d5a2fa6-7a3c-4512-b470-5af402822411 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.008270 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:16.008290 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:16.008331 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:16.008338 [ 291 ] {} TCP-Session: 87845fc8-e804-4c0b-a651-a89f4af21dd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.008363 [ 292 ] {} TCP-Session: b8bee2bc-68fa-44fc-b6d9-86c0b46bb35a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.008391 [ 288 ] {} TCP-Session: 4e3d5f5e-9238-4075-ae7e-e04b2cff2b7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.008308 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:16.008251 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:36:16.008460 [ 259 ] {} TCP-Session: ab169c92-001f-4237-bfa7-ff4ee14aa61f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.008291 [ 293 ] {} TCP-Session: 8ae40790-c827-4284-a898-481df4a341de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.008491 [ 294 ] {} TCP-Session: b1622fd5-0e97-4e47-bd58-e8f1e5f355a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:16.008220 [ 290 ] {} TCP-Session: b517b543-9716-4537-ae8b-83cdb31a5e3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:36:18.025400 [ 145 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:36:18.025472 [ 145 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:36:18.160131 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 23068 2026.03.04 04:36:18.160619 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:18.160653 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:18.161127 [ 245 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.04 04:36:18.161353 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:18.161490 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23068 2026.03.04 04:36:18.232407 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1326 2026.03.04 04:36:18.235108 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:18.235166 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:18.236411 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.04 04:36:18.236685 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:18.236844 [ 145 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.03.04 04:36:18.236889 [ 145 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:18.236908 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:18.237008 [ 197 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.03.04 04:36:18.237016 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1326 2026.03.04 04:36:18.237544 [ 197 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:18.237684 [ 197 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1166 rows starting from the beginning of the part 2026.03.04 04:36:18.238034 [ 197 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 24 rows starting from the beginning of the part 2026.03.04 04:36:18.238384 [ 197 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 32 rows starting from the beginning of the part 2026.03.04 04:36:18.238720 [ 197 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 38 rows starting from the beginning of the part 2026.03.04 04:36:18.239049 [ 197 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 24 rows starting from the beginning of the part 2026.03.04 04:36:18.239377 [ 197 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 42 rows starting from the beginning of the part 2026.03.04 04:36:18.245380 [ 199 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1326 rows, containing 72 columns (72 merged, 0 gathered) in 0.008415302 sec., 157570.1026534758 rows/sec., 127.78 MiB/sec. 2026.03.04 04:36:18.246949 [ 199 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.03.04 04:36:18.247515 [ 199 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_36_7} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:18.247592 [ 199 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_36_7} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.03.04 04:36:18.247899 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. 2026.03.04 04:36:18.995380 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:18.995567 [ 261 ] {b6ec5b41-dc5e-4fdf-8700-c78fcfe09040} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:36:18.995636 [ 261 ] {b6ec5b41-dc5e-4fdf-8700-c78fcfe09040} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:36:18.996382 [ 261 ] {b6ec5b41-dc5e-4fdf-8700-c78fcfe09040} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:18.996428 [ 261 ] {b6ec5b41-dc5e-4fdf-8700-c78fcfe09040} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:18.996841 [ 261 ] {b6ec5b41-dc5e-4fdf-8700-c78fcfe09040} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.04 04:36:18.997069 [ 261 ] {b6ec5b41-dc5e-4fdf-8700-c78fcfe09040} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:18.997232 [ 261 ] {b6ec5b41-dc5e-4fdf-8700-c78fcfe09040} executeQuery: Read 284 rows, 18.47 KiB in 0.001715 sec., 165597.66763848398 rows/sec., 10.52 MiB/sec. 2026.03.04 04:36:18.997282 [ 261 ] {b6ec5b41-dc5e-4fdf-8700-c78fcfe09040} TCPHandler: Processed in 0.002032549 sec. 2026.03.04 04:36:18.997412 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:18.997516 [ 261 ] {0a02c92d-5e73-4df9-a772-d674e3db02b0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:36:18.997560 [ 261 ] {0a02c92d-5e73-4df9-a772-d674e3db02b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:36:18.998433 [ 261 ] {0a02c92d-5e73-4df9-a772-d674e3db02b0} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:18.998471 [ 261 ] {0a02c92d-5e73-4df9-a772-d674e3db02b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:18.998851 [ 261 ] {0a02c92d-5e73-4df9-a772-d674e3db02b0} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.03.04 04:36:18.999064 [ 261 ] {0a02c92d-5e73-4df9-a772-d674e3db02b0} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:18.999204 [ 261 ] {0a02c92d-5e73-4df9-a772-d674e3db02b0} executeQuery: Read 863 rows, 70.49 KiB in 0.001712 sec., 504088.78504672897 rows/sec., 40.21 MiB/sec. 2026.03.04 04:36:18.999244 [ 261 ] {0a02c92d-5e73-4df9-a772-d674e3db02b0} TCPHandler: Processed in 0.001886526 sec. 2026.03.04 04:36:18.999361 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:18.999460 [ 261 ] {acfd8ee4-03dc-4eae-aafd-7cd19391972c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:36:18.999501 [ 261 ] {acfd8ee4-03dc-4eae-aafd-7cd19391972c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:36:18.999977 [ 261 ] {acfd8ee4-03dc-4eae-aafd-7cd19391972c} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:19.000014 [ 261 ] {acfd8ee4-03dc-4eae-aafd-7cd19391972c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:19.000330 [ 261 ] {acfd8ee4-03dc-4eae-aafd-7cd19391972c} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.04 04:36:19.000552 [ 261 ] {acfd8ee4-03dc-4eae-aafd-7cd19391972c} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:19.000675 [ 146 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.03.04 04:36:19.000685 [ 261 ] {acfd8ee4-03dc-4eae-aafd-7cd19391972c} executeQuery: Read 175 rows, 11.02 KiB in 0.001246 sec., 140449.4382022472 rows/sec., 8.64 MiB/sec. 2026.03.04 04:36:19.000750 [ 146 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:19.000766 [ 261 ] {acfd8ee4-03dc-4eae-aafd-7cd19391972c} TCPHandler: Processed in 0.001456338 sec. 2026.03.04 04:36:19.000777 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:19.000894 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:19.000914 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.03.04 04:36:19.000994 [ 261 ] {07b49eca-4d7f-4939-9dcd-abf86103159f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:36:19.001039 [ 261 ] {07b49eca-4d7f-4939-9dcd-abf86103159f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:36:19.001213 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:19.001256 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 226 rows starting from the beginning of the part 2026.03.04 04:36:19.001333 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 33 rows starting from the beginning of the part 2026.03.04 04:36:19.001390 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 8 rows starting from the beginning of the part 2026.03.04 04:36:19.001444 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 177 rows starting from the beginning of the part 2026.03.04 04:36:19.001495 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 8 rows starting from the beginning of the part 2026.03.04 04:36:19.001496 [ 261 ] {07b49eca-4d7f-4939-9dcd-abf86103159f} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:19.001543 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 175 rows starting from the beginning of the part 2026.03.04 04:36:19.001549 [ 261 ] {07b49eca-4d7f-4939-9dcd-abf86103159f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:19.001945 [ 261 ] {07b49eca-4d7f-4939-9dcd-abf86103159f} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.04 04:36:19.002201 [ 261 ] {07b49eca-4d7f-4939-9dcd-abf86103159f} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:19.002344 [ 261 ] {07b49eca-4d7f-4939-9dcd-abf86103159f} executeQuery: Read 149 rows, 9.86 KiB in 0.001369 sec., 108838.56829802776 rows/sec., 7.03 MiB/sec. 2026.03.04 04:36:19.002372 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00105218 sec. 2026.03.04 04:36:19.002391 [ 261 ] {07b49eca-4d7f-4939-9dcd-abf86103159f} TCPHandler: Processed in 0.001547669 sec. 2026.03.04 04:36:19.002519 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:19.002615 [ 261 ] {2e2be5cf-2ebb-441b-abf8-79ecca338eb8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:36:19.002637 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 627 rows, containing 5 columns (5 merged, 0 gathered) in 0.001784394 sec., 351379.7961660934 rows/sec., 23.60 MiB/sec. 2026.03.04 04:36:19.002656 [ 261 ] {2e2be5cf-2ebb-441b-abf8-79ecca338eb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:36:19.002852 [ 187 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.03.04 04:36:19.003118 [ 261 ] {2e2be5cf-2ebb-441b-abf8-79ecca338eb8} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:19.003162 [ 261 ] {2e2be5cf-2ebb-441b-abf8-79ecca338eb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:19.003186 [ 187 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_66_13} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:19.003292 [ 187 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_66_13} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.03.04 04:36:19.003407 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.04 04:36:19.003494 [ 261 ] {2e2be5cf-2ebb-441b-abf8-79ecca338eb8} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.04 04:36:19.003713 [ 261 ] {2e2be5cf-2ebb-441b-abf8-79ecca338eb8} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:19.003842 [ 261 ] {2e2be5cf-2ebb-441b-abf8-79ecca338eb8} executeQuery: Read 148 rows, 8.62 KiB in 0.001246 sec., 118780.0963081862 rows/sec., 6.76 MiB/sec. 2026.03.04 04:36:19.003881 [ 261 ] {2e2be5cf-2ebb-441b-abf8-79ecca338eb8} TCPHandler: Processed in 0.001414237 sec. 2026.03.04 04:36:19.003998 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:19.004091 [ 261 ] {1fccd055-476a-4b2b-a217-a01036ea382f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:36:19.004131 [ 261 ] {1fccd055-476a-4b2b-a217-a01036ea382f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:36:19.004769 [ 261 ] {1fccd055-476a-4b2b-a217-a01036ea382f} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:19.004807 [ 261 ] {1fccd055-476a-4b2b-a217-a01036ea382f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:19.005137 [ 261 ] {1fccd055-476a-4b2b-a217-a01036ea382f} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.03.04 04:36:19.005360 [ 261 ] {1fccd055-476a-4b2b-a217-a01036ea382f} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:19.005500 [ 261 ] {1fccd055-476a-4b2b-a217-a01036ea382f} executeQuery: Read 523 rows, 37.82 KiB in 0.001426 sec., 366760.1683029453 rows/sec., 25.90 MiB/sec. 2026.03.04 04:36:19.005539 [ 261 ] {1fccd055-476a-4b2b-a217-a01036ea382f} TCPHandler: Processed in 0.001591611 sec. 2026.03.04 04:36:19.005649 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:19.005743 [ 261 ] {2a869153-40f6-4ed9-853c-e34ac47ac034} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.04 04:36:19.005785 [ 261 ] {2a869153-40f6-4ed9-853c-e34ac47ac034} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.04 04:36:19.006121 [ 261 ] {2a869153-40f6-4ed9-853c-e34ac47ac034} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:19.006157 [ 261 ] {2a869153-40f6-4ed9-853c-e34ac47ac034} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:19.006477 [ 261 ] {2a869153-40f6-4ed9-853c-e34ac47ac034} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.03.04 04:36:19.006695 [ 261 ] {2a869153-40f6-4ed9-853c-e34ac47ac034} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:19.006822 [ 261 ] {2a869153-40f6-4ed9-853c-e34ac47ac034} executeQuery: Read 6 rows, 321.00 B in 0.001097 sec., 5469.462169553327 rows/sec., 285.76 KiB/sec. 2026.03.04 04:36:19.006859 [ 261 ] {2a869153-40f6-4ed9-853c-e34ac47ac034} TCPHandler: Processed in 0.001260045 sec. 2026.03.04 04:36:19.006970 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:19.007064 [ 261 ] {d7f60ae1-af08-4d47-ac8c-45e0953e9c4a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:36:19.007107 [ 261 ] {d7f60ae1-af08-4d47-ac8c-45e0953e9c4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:36:19.007519 [ 261 ] {d7f60ae1-af08-4d47-ac8c-45e0953e9c4a} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:19.007557 [ 261 ] {d7f60ae1-af08-4d47-ac8c-45e0953e9c4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:19.007898 [ 261 ] {d7f60ae1-af08-4d47-ac8c-45e0953e9c4a} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.03.04 04:36:19.008116 [ 261 ] {d7f60ae1-af08-4d47-ac8c-45e0953e9c4a} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:19.008271 [ 261 ] {d7f60ae1-af08-4d47-ac8c-45e0953e9c4a} executeQuery: Read 265 rows, 18.03 KiB in 0.001225 sec., 216326.5306122449 rows/sec., 14.38 MiB/sec. 2026.03.04 04:36:19.008309 [ 261 ] {d7f60ae1-af08-4d47-ac8c-45e0953e9c4a} TCPHandler: Processed in 0.001389177 sec. 2026.03.04 04:36:19.008424 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:19.008519 [ 261 ] {339aeaca-721a-4bcb-a8de-e05674fb618e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.04 04:36:19.008561 [ 261 ] {339aeaca-721a-4bcb-a8de-e05674fb618e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.04 04:36:19.008876 [ 261 ] {339aeaca-721a-4bcb-a8de-e05674fb618e} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:19.008913 [ 261 ] {339aeaca-721a-4bcb-a8de-e05674fb618e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:19.009228 [ 261 ] {339aeaca-721a-4bcb-a8de-e05674fb618e} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.04 04:36:19.009441 [ 261 ] {339aeaca-721a-4bcb-a8de-e05674fb618e} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:19.009569 [ 261 ] {339aeaca-721a-4bcb-a8de-e05674fb618e} executeQuery: Read 1 rows, 69.00 B in 0.001069 sec., 935.4536950420953 rows/sec., 63.03 KiB/sec. 2026.03.04 04:36:19.009607 [ 261 ] {339aeaca-721a-4bcb-a8de-e05674fb618e} TCPHandler: Processed in 0.001232524 sec. 2026.03.04 04:36:19.009719 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:19.009813 [ 261 ] {d3886bbf-2637-48ea-b633-3fbb66818c83} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:36:19.009866 [ 261 ] {d3886bbf-2637-48ea-b633-3fbb66818c83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:36:19.010703 [ 261 ] {d3886bbf-2637-48ea-b633-3fbb66818c83} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:19.010741 [ 261 ] {d3886bbf-2637-48ea-b633-3fbb66818c83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:19.011309 [ 261 ] {d3886bbf-2637-48ea-b633-3fbb66818c83} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.04 04:36:19.011548 [ 261 ] {d3886bbf-2637-48ea-b633-3fbb66818c83} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:19.011698 [ 261 ] {d3886bbf-2637-48ea-b633-3fbb66818c83} executeQuery: Read 33 rows, 60.55 KiB in 0.001903 sec., 17341.040462427747 rows/sec., 31.07 MiB/sec. 2026.03.04 04:36:19.011762 [ 261 ] {d3886bbf-2637-48ea-b633-3fbb66818c83} TCPHandler: Processed in 0.00209316 sec. 2026.03.04 04:36:19.011878 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:19.011974 [ 261 ] {ac915d42-bb84-4cea-879e-cdd65c3e0c00} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:36:19.012016 [ 261 ] {ac915d42-bb84-4cea-879e-cdd65c3e0c00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:36:19.012349 [ 261 ] {ac915d42-bb84-4cea-879e-cdd65c3e0c00} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:19.012384 [ 261 ] {ac915d42-bb84-4cea-879e-cdd65c3e0c00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. 2026.03.04 04:36:19.012692 [ 261 ] {ac915d42-bb84-4cea-879e-cdd65c3e0c00} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.03.04 04:36:19.012908 [ 261 ] {ac915d42-bb84-4cea-879e-cdd65c3e0c00} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:19.013042 [ 261 ] {ac915d42-bb84-4cea-879e-cdd65c3e0c00} executeQuery: Read 90 rows, 5.77 KiB in 0.001086 sec., 82872.92817679558 rows/sec., 5.19 MiB/sec. 2026.03.04 04:36:19.013078 [ 261 ] {ac915d42-bb84-4cea-879e-cdd65c3e0c00} TCPHandler: Processed in 0.001250133 sec. 2026.03.04 04:36:19.263758 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:19.263987 [ 261 ] {12052a45-9585-4236-956c-fa5b5914f118} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:36:19.264067 [ 261 ] {12052a45-9585-4236-956c-fa5b5914f118} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:36:19.264793 [ 261 ] {12052a45-9585-4236-956c-fa5b5914f118} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:19.264845 [ 261 ] {12052a45-9585-4236-956c-fa5b5914f118} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:19.265246 [ 261 ] {12052a45-9585-4236-956c-fa5b5914f118} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.04 04:36:19.265491 [ 261 ] {12052a45-9585-4236-956c-fa5b5914f118} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:19.265668 [ 261 ] {12052a45-9585-4236-956c-fa5b5914f118} executeQuery: Read 4 rows, 334.00 B in 0.001739 sec., 2300.1725129384704 rows/sec., 187.56 KiB/sec. 2026.03.04 04:36:19.265721 [ 261 ] {12052a45-9585-4236-956c-fa5b5914f118} TCPHandler: Processed in 0.00210831 sec. 2026.03.04 04:36:19.265843 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:19.265949 [ 261 ] {10b06045-542a-4374-88d2-1c91546792e8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:36:19.265992 [ 261 ] {10b06045-542a-4374-88d2-1c91546792e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:36:19.267146 [ 261 ] {10b06045-542a-4374-88d2-1c91546792e8} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:19.267185 [ 261 ] {10b06045-542a-4374-88d2-1c91546792e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:19.267644 [ 261 ] {10b06045-542a-4374-88d2-1c91546792e8} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.03.04 04:36:19.267871 [ 261 ] {10b06045-542a-4374-88d2-1c91546792e8} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:19.268007 [ 261 ] {10b06045-542a-4374-88d2-1c91546792e8} executeQuery: Read 1959 rows, 150.32 KiB in 0.002083 sec., 940470.4752760441 rows/sec., 70.47 MiB/sec. 2026.03.04 04:36:19.268047 [ 261 ] {10b06045-542a-4374-88d2-1c91546792e8} TCPHandler: Processed in 0.002257163 sec. 2026.03.04 04:36:19.268168 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:19.268267 [ 261 ] {72041bea-87f6-4267-aaf2-0a71b0c0e72e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:36:19.268309 [ 261 ] {72041bea-87f6-4267-aaf2-0a71b0c0e72e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:36:19.268726 [ 261 ] {72041bea-87f6-4267-aaf2-0a71b0c0e72e} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:19.268763 [ 261 ] {72041bea-87f6-4267-aaf2-0a71b0c0e72e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:19.269081 [ 261 ] {72041bea-87f6-4267-aaf2-0a71b0c0e72e} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.04 04:36:19.269300 [ 261 ] {72041bea-87f6-4267-aaf2-0a71b0c0e72e} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:19.269439 [ 261 ] {72041bea-87f6-4267-aaf2-0a71b0c0e72e} executeQuery: Read 23 rows, 1.71 KiB in 0.001193 sec., 19279.128248113997 rows/sec., 1.40 MiB/sec. 2026.03.04 04:36:19.269479 [ 261 ] {72041bea-87f6-4267-aaf2-0a71b0c0e72e} TCPHandler: Processed in 0.001362357 sec. 2026.03.04 04:36:19.269598 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:19.269694 [ 261 ] {3b123ab3-3127-4033-bb06-34ec9d20d966} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:36:19.269735 [ 261 ] {3b123ab3-3127-4033-bb06-34ec9d20d966} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:36:19.270378 [ 261 ] {3b123ab3-3127-4033-bb06-34ec9d20d966} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:19.270418 [ 261 ] {3b123ab3-3127-4033-bb06-34ec9d20d966} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:19.270759 [ 261 ] {3b123ab3-3127-4033-bb06-34ec9d20d966} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.04 04:36:19.270989 [ 261 ] {3b123ab3-3127-4033-bb06-34ec9d20d966} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:19.271115 [ 261 ] {3b123ab3-3127-4033-bb06-34ec9d20d966} executeQuery: Read 709 rows, 42.36 KiB in 0.00144 sec., 492361.11111111107 rows/sec., 28.73 MiB/sec. 2026.03.04 04:36:19.271152 [ 261 ] {3b123ab3-3127-4033-bb06-34ec9d20d966} TCPHandler: Processed in 0.001603411 sec. 2026.03.04 04:36:19.271273 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:19.271368 [ 261 ] {ec62bbd6-0a61-4e26-bb38-f288c4a1dfe0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.04 04:36:19.271408 [ 261 ] {ec62bbd6-0a61-4e26-bb38-f288c4a1dfe0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.04 04:36:19.271794 [ 261 ] {ec62bbd6-0a61-4e26-bb38-f288c4a1dfe0} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:19.271830 [ 261 ] {ec62bbd6-0a61-4e26-bb38-f288c4a1dfe0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:19.272125 [ 261 ] {ec62bbd6-0a61-4e26-bb38-f288c4a1dfe0} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.04 04:36:19.272366 [ 261 ] {ec62bbd6-0a61-4e26-bb38-f288c4a1dfe0} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:19.272497 [ 261 ] {ec62bbd6-0a61-4e26-bb38-f288c4a1dfe0} executeQuery: Read 1 rows, 72.00 B in 0.001148 sec., 871.0801393728224 rows/sec., 61.25 KiB/sec. 2026.03.04 04:36:19.272536 [ 261 ] {ec62bbd6-0a61-4e26-bb38-f288c4a1dfe0} TCPHandler: Processed in 0.001316836 sec. 2026.03.04 04:36:19.272648 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:19.272743 [ 261 ] {77393a2a-c17c-4cf3-a403-685a1f57f120} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:36:19.272784 [ 261 ] {77393a2a-c17c-4cf3-a403-685a1f57f120} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:36:19.273575 [ 261 ] {77393a2a-c17c-4cf3-a403-685a1f57f120} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:19.273612 [ 261 ] {77393a2a-c17c-4cf3-a403-685a1f57f120} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:19.273961 [ 261 ] {77393a2a-c17c-4cf3-a403-685a1f57f120} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.03.04 04:36:19.274179 [ 261 ] {77393a2a-c17c-4cf3-a403-685a1f57f120} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:19.274313 [ 261 ] {77393a2a-c17c-4cf3-a403-685a1f57f120} executeQuery: Read 1023 rows, 72.19 KiB in 0.001587 sec., 644612.4763705104 rows/sec., 44.42 MiB/sec. 2026.03.04 04:36:19.274351 [ 261 ] {77393a2a-c17c-4cf3-a403-685a1f57f120} TCPHandler: Processed in 0.001752234 sec. 2026.03.04 04:36:19.274469 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:19.274566 [ 261 ] {a9149b55-5d19-43e8-afbc-be3ea261a729} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:36:19.274610 [ 261 ] {a9149b55-5d19-43e8-afbc-be3ea261a729} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:36:19.275257 [ 261 ] {a9149b55-5d19-43e8-afbc-be3ea261a729} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:19.275294 [ 261 ] {a9149b55-5d19-43e8-afbc-be3ea261a729} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:19.275731 [ 261 ] {a9149b55-5d19-43e8-afbc-be3ea261a729} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.03.04 04:36:19.275953 [ 261 ] {a9149b55-5d19-43e8-afbc-be3ea261a729} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:19.276085 [ 261 ] {a9149b55-5d19-43e8-afbc-be3ea261a729} executeQuery: Read 1219 rows, 78.06 KiB in 0.001537 sec., 793103.4482758621 rows/sec., 49.60 MiB/sec. 2026.03.04 04:36:19.276122 [ 261 ] {a9149b55-5d19-43e8-afbc-be3ea261a729} TCPHandler: Processed in 0.001701703 sec. 2026.03.04 04:36:19.276236 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:19.276332 [ 261 ] {cf6ec864-1270-4888-ad09-e25ce71c6165} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.04 04:36:19.276374 [ 261 ] {cf6ec864-1270-4888-ad09-e25ce71c6165} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.04 04:36:19.276694 [ 261 ] {cf6ec864-1270-4888-ad09-e25ce71c6165} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:19.276730 [ 261 ] {cf6ec864-1270-4888-ad09-e25ce71c6165} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:19.277033 [ 261 ] {cf6ec864-1270-4888-ad09-e25ce71c6165} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.04 04:36:19.277255 [ 261 ] {cf6ec864-1270-4888-ad09-e25ce71c6165} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:19.277358 [ 144 ] {} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.04 04:36:19.277382 [ 261 ] {cf6ec864-1270-4888-ad09-e25ce71c6165} executeQuery: Read 1 rows, 65.00 B in 0.001069 sec., 935.4536950420953 rows/sec., 59.38 KiB/sec. 2026.03.04 04:36:19.277423 [ 144 ] {} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:19.277432 [ 261 ] {cf6ec864-1270-4888-ad09-e25ce71c6165} TCPHandler: Processed in 0.001244564 sec. 2026.03.04 04:36:19.277452 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:19.277545 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:19.277554 [ 201 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.04 04:36:19.277644 [ 261 ] {12dd1767-f678-4184-8694-1e8ccb2f83f2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:36:19.277658 [ 201 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:19.277693 [ 201 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 6 rows starting from the beginning of the part 2026.03.04 04:36:19.277699 [ 261 ] {12dd1767-f678-4184-8694-1e8ccb2f83f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:36:19.277757 [ 201 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2026.03.04 04:36:19.277808 [ 201 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2026.03.04 04:36:19.277858 [ 201 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part 2026.03.04 04:36:19.277906 [ 201 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2026.03.04 04:36:19.277949 [ 201 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2026.03.04 04:36:19.278519 [ 261 ] {12dd1767-f678-4184-8694-1e8ccb2f83f2} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:19.278554 [ 261 ] {12dd1767-f678-4184-8694-1e8ccb2f83f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:19.278821 [ 194 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.001300795 sec., 9225.127710361741 rows/sec., 612.61 KiB/sec. 2026.03.04 04:36:19.279035 [ 191 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.04 04:36:19.279113 [ 261 ] {12dd1767-f678-4184-8694-1e8ccb2f83f2} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.04 04:36:19.279448 [ 261 ] {12dd1767-f678-4184-8694-1e8ccb2f83f2} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:19.279491 [ 191 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_11_2} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:19.279574 [ 144 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.03.04 04:36:19.279601 [ 261 ] {12dd1767-f678-4184-8694-1e8ccb2f83f2} executeQuery: Read 19 rows, 34.86 KiB in 0.001975 sec., 9620.253164556962 rows/sec., 17.24 MiB/sec. 2026.03.04 04:36:19.279605 [ 191 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_11_2} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.04 04:36:19.279609 [ 144 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:19.279670 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:19.279679 [ 261 ] {12dd1767-f678-4184-8694-1e8ccb2f83f2} TCPHandler: Processed in 0.002181953 sec. 2026.03.04 04:36:19.279754 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.04 04:36:19.279796 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:19.279804 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.03.04 04:36:19.279899 [ 261 ] {f934c477-fe66-43b2-bb13-be8e4c999b1d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:36:19.279946 [ 261 ] {f934c477-fe66-43b2-bb13-be8e4c999b1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:36:19.280043 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:19.280107 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1371 rows starting from the beginning of the part 2026.03.04 04:36:19.280236 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part 2026.03.04 04:36:19.280273 [ 261 ] {f934c477-fe66-43b2-bb13-be8e4c999b1d} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:19.280315 [ 261 ] {f934c477-fe66-43b2-bb13-be8e4c999b1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:19.280341 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 33 rows starting from the beginning of the part 2026.03.04 04:36:19.280440 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part 2026.03.04 04:36:19.280535 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 33 rows starting from the beginning of the part 2026.03.04 04:36:19.280636 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 19 rows starting from the beginning of the part 2026.03.04 04:36:19.280645 [ 261 ] {f934c477-fe66-43b2-bb13-be8e4c999b1d} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.03.04 04:36:19.280879 [ 261 ] {f934c477-fe66-43b2-bb13-be8e4c999b1d} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:19.281019 [ 261 ] {f934c477-fe66-43b2-bb13-be8e4c999b1d} executeQuery: Read 12 rows, 848.00 B in 0.001137 sec., 10554.089709762533 rows/sec., 728.34 KiB/sec. 2026.03.04 04:36:19.281058 [ 261 ] {f934c477-fe66-43b2-bb13-be8e4c999b1d} TCPHandler: Processed in 0.001310485 sec. 2026.03.04 04:36:19.287820 [ 190 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1472 rows, containing 19 columns (19 merged, 0 gathered) in 0.008095996 sec., 181818.27164934372 rows/sec., 325.81 MiB/sec. 2026.03.04 04:36:19.289414 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.03.04 04:36:19.289815 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_66_13} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:19.289901 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_66_13} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.03.04 04:36:19.290047 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.60 MiB. 2026.03.04 04:36:19.383528 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2026.03.04 04:36:19.399976 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:19.400029 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:19.406262 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.04 04:36:19.406983 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:19.409994 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2026.03.04 04:36:20.001167 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 323.45 MiB, peak 334.48 MiB, free memory in arenas 0.00 B, will set to 325.21 MiB (RSS), difference: 1.76 MiB 2026.03.04 04:36:23.983796 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:23.983998 [ 261 ] {38a8f768-89fb-434c-98f2-dbccd0b3d295} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:36:23.984073 [ 261 ] {38a8f768-89fb-434c-98f2-dbccd0b3d295} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:36:23.984864 [ 261 ] {38a8f768-89fb-434c-98f2-dbccd0b3d295} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:23.984907 [ 261 ] {38a8f768-89fb-434c-98f2-dbccd0b3d295} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:23.985300 [ 261 ] {38a8f768-89fb-434c-98f2-dbccd0b3d295} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.03.04 04:36:23.985542 [ 261 ] {38a8f768-89fb-434c-98f2-dbccd0b3d295} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:23.985728 [ 261 ] {38a8f768-89fb-434c-98f2-dbccd0b3d295} executeQuery: Read 56 rows, 4.38 KiB in 0.001784 sec., 31390.13452914798 rows/sec., 2.40 MiB/sec. 2026.03.04 04:36:23.985782 [ 261 ] {38a8f768-89fb-434c-98f2-dbccd0b3d295} TCPHandler: Processed in 0.002128161 sec. 2026.03.04 04:36:23.985906 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:23.986013 [ 261 ] {9f845d0f-b02c-4051-849e-1d77f26e1317} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:36:23.986058 [ 261 ] {9f845d0f-b02c-4051-849e-1d77f26e1317} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:36:23.986488 [ 261 ] {9f845d0f-b02c-4051-849e-1d77f26e1317} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:23.986523 [ 261 ] {9f845d0f-b02c-4051-849e-1d77f26e1317} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:23.986862 [ 261 ] {9f845d0f-b02c-4051-849e-1d77f26e1317} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.03.04 04:36:23.987078 [ 261 ] {9f845d0f-b02c-4051-849e-1d77f26e1317} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:23.987216 [ 261 ] {9f845d0f-b02c-4051-849e-1d77f26e1317} executeQuery: Read 64 rows, 5.12 KiB in 0.001228 sec., 52117.26384364821 rows/sec., 4.07 MiB/sec. 2026.03.04 04:36:23.987254 [ 261 ] {9f845d0f-b02c-4051-849e-1d77f26e1317} TCPHandler: Processed in 0.001400537 sec. 2026.03.04 04:36:23.987367 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:23.987466 [ 261 ] {e5e985ef-864e-4704-aade-c526a4022e4b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:36:23.987510 [ 261 ] {e5e985ef-864e-4704-aade-c526a4022e4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:36:23.987893 [ 261 ] {e5e985ef-864e-4704-aade-c526a4022e4b} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:23.987928 [ 261 ] {e5e985ef-864e-4704-aade-c526a4022e4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:23.988259 [ 261 ] {e5e985ef-864e-4704-aade-c526a4022e4b} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.03.04 04:36:23.988484 [ 261 ] {e5e985ef-864e-4704-aade-c526a4022e4b} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:23.988616 [ 261 ] {e5e985ef-864e-4704-aade-c526a4022e4b} executeQuery: Read 128 rows, 9.13 KiB in 0.001171 sec., 109308.28351836037 rows/sec., 7.61 MiB/sec. 2026.03.04 04:36:23.988653 [ 261 ] {e5e985ef-864e-4704-aade-c526a4022e4b} TCPHandler: Processed in 0.001336716 sec. 2026.03.04 04:36:23.988764 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:23.988862 [ 261 ] {679da3b4-ca0b-441d-8209-dd9bfe5a7780} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:36:23.988905 [ 261 ] {679da3b4-ca0b-441d-8209-dd9bfe5a7780} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:36:23.989229 [ 261 ] {679da3b4-ca0b-441d-8209-dd9bfe5a7780} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:23.989264 [ 261 ] {679da3b4-ca0b-441d-8209-dd9bfe5a7780} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:23.989577 [ 261 ] {679da3b4-ca0b-441d-8209-dd9bfe5a7780} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.03.04 04:36:23.989794 [ 261 ] {679da3b4-ca0b-441d-8209-dd9bfe5a7780} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:23.989929 [ 261 ] {679da3b4-ca0b-441d-8209-dd9bfe5a7780} executeQuery: Read 48 rows, 3.31 KiB in 0.001084 sec., 44280.44280442805 rows/sec., 2.98 MiB/sec. 2026.03.04 04:36:23.989964 [ 261 ] {679da3b4-ca0b-441d-8209-dd9bfe5a7780} TCPHandler: Processed in 0.001248864 sec. 2026.03.04 04:36:25.662514 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 23516 2026.03.04 04:36:25.663033 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:25.663077 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:25.663587 [ 245 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.04 04:36:25.663817 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:25.663944 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23516 2026.03.04 04:36:26.911043 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2026.03.04 04:36:26.927735 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:26.927801 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:26.933950 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.04 04:36:26.934632 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:26.937772 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2026.03.04 04:36:28.238233 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 1376 2026.03.04 04:36:28.240911 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:28.240963 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:28.242234 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.04 04:36:28.242530 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:28.243016 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1376 2026.03.04 04:36:28.995309 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:28.995492 [ 261 ] {69215016-4026-415a-a73f-d7f1736d3d56} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:36:28.995559 [ 261 ] {69215016-4026-415a-a73f-d7f1736d3d56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:36:28.996302 [ 261 ] {69215016-4026-415a-a73f-d7f1736d3d56} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:28.996348 [ 261 ] {69215016-4026-415a-a73f-d7f1736d3d56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:28.996762 [ 261 ] {69215016-4026-415a-a73f-d7f1736d3d56} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.04 04:36:28.997000 [ 261 ] {69215016-4026-415a-a73f-d7f1736d3d56} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:28.997159 [ 261 ] {69215016-4026-415a-a73f-d7f1736d3d56} executeQuery: Read 284 rows, 18.47 KiB in 0.001716 sec., 165501.1655011655 rows/sec., 10.51 MiB/sec. 2026.03.04 04:36:28.997214 [ 261 ] {69215016-4026-415a-a73f-d7f1736d3d56} TCPHandler: Processed in 0.0020338 sec. 2026.03.04 04:36:28.997344 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:28.997451 [ 261 ] {806ff68b-f91b-44f9-8a99-6839b2fc80a1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:36:28.997494 [ 261 ] {806ff68b-f91b-44f9-8a99-6839b2fc80a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:36:28.998211 [ 261 ] {806ff68b-f91b-44f9-8a99-6839b2fc80a1} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:28.998247 [ 261 ] {806ff68b-f91b-44f9-8a99-6839b2fc80a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:28.998608 [ 261 ] {806ff68b-f91b-44f9-8a99-6839b2fc80a1} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.03.04 04:36:28.998833 [ 261 ] {806ff68b-f91b-44f9-8a99-6839b2fc80a1} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:28.998972 [ 261 ] {806ff68b-f91b-44f9-8a99-6839b2fc80a1} executeQuery: Read 863 rows, 70.49 KiB in 0.001547 sec., 557853.9107950872 rows/sec., 44.50 MiB/sec. 2026.03.04 04:36:28.998970 [ 132 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.03.04 04:36:28.999014 [ 261 ] {806ff68b-f91b-44f9-8a99-6839b2fc80a1} TCPHandler: Processed in 0.001720463 sec. 2026.03.04 04:36:28.999053 [ 132 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:28.999079 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:28.999151 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:28.999204 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.03.04 04:36:28.999252 [ 261 ] {13154713-fe15-4b3c-b3cf-1f6b3d36d4cd} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:36:28.999303 [ 261 ] {13154713-fe15-4b3c-b3cf-1f6b3d36d4cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:36:28.999353 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:28.999396 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2895 rows starting from the beginning of the part 2026.03.04 04:36:28.999475 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 72 rows starting from the beginning of the part 2026.03.04 04:36:28.999530 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 863 rows starting from the beginning of the part 2026.03.04 04:36:28.999578 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 1959 rows starting from the beginning of the part 2026.03.04 04:36:28.999623 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 56 rows starting from the beginning of the part 2026.03.04 04:36:28.999668 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 863 rows starting from the beginning of the part 2026.03.04 04:36:28.999756 [ 261 ] {13154713-fe15-4b3c-b3cf-1f6b3d36d4cd} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:28.999800 [ 261 ] {13154713-fe15-4b3c-b3cf-1f6b3d36d4cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:29.000166 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 328.68 MiB, peak 334.48 MiB, free memory in arenas 0.00 B, will set to 325.29 MiB (RSS), difference: -3.39 MiB 2026.03.04 04:36:29.000290 [ 261 ] {13154713-fe15-4b3c-b3cf-1f6b3d36d4cd} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.03.04 04:36:29.000527 [ 261 ] {13154713-fe15-4b3c-b3cf-1f6b3d36d4cd} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:29.000663 [ 261 ] {13154713-fe15-4b3c-b3cf-1f6b3d36d4cd} executeQuery: Read 175 rows, 11.02 KiB in 0.001431 sec., 122292.1034241789 rows/sec., 7.52 MiB/sec. 2026.03.04 04:36:29.000702 [ 261 ] {13154713-fe15-4b3c-b3cf-1f6b3d36d4cd} TCPHandler: Processed in 0.001601221 sec. 2026.03.04 04:36:29.000824 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:29.000920 [ 261 ] {c05fc1c6-2afb-42df-86d7-d26a8015ba71} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:36:29.000959 [ 261 ] {c05fc1c6-2afb-42df-86d7-d26a8015ba71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:36:29.001394 [ 261 ] {c05fc1c6-2afb-42df-86d7-d26a8015ba71} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:29.001430 [ 261 ] {c05fc1c6-2afb-42df-86d7-d26a8015ba71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:29.001748 [ 261 ] {c05fc1c6-2afb-42df-86d7-d26a8015ba71} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.04 04:36:29.001962 [ 261 ] {c05fc1c6-2afb-42df-86d7-d26a8015ba71} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:29.002088 [ 261 ] {c05fc1c6-2afb-42df-86d7-d26a8015ba71} executeQuery: Read 149 rows, 9.86 KiB in 0.001187 sec., 125526.53748946926 rows/sec., 8.11 MiB/sec. 2026.03.04 04:36:29.002126 [ 261 ] {c05fc1c6-2afb-42df-86d7-d26a8015ba71} TCPHandler: Processed in 0.001349726 sec. 2026.03.04 04:36:29.002241 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:29.002273 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 6708 rows, containing 5 columns (5 merged, 0 gathered) in 0.00312594 sec., 2145914.508915718 rows/sec., 173.81 MiB/sec. 2026.03.04 04:36:29.002334 [ 261 ] {104646f1-6f21-4e94-9acb-53882aaa7be5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:36:29.002377 [ 261 ] {104646f1-6f21-4e94-9acb-53882aaa7be5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:36:29.002565 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.03.04 04:36:29.002806 [ 261 ] {104646f1-6f21-4e94-9acb-53882aaa7be5} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:29.002843 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_81_16} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:29.002847 [ 261 ] {104646f1-6f21-4e94-9acb-53882aaa7be5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:29.002937 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_81_16} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.03.04 04:36:29.003045 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2026.03.04 04:36:29.003204 [ 261 ] {104646f1-6f21-4e94-9acb-53882aaa7be5} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.04 04:36:29.003421 [ 261 ] {104646f1-6f21-4e94-9acb-53882aaa7be5} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:29.003550 [ 261 ] {104646f1-6f21-4e94-9acb-53882aaa7be5} executeQuery: Read 148 rows, 8.62 KiB in 0.001233 sec., 120032.44120032442 rows/sec., 6.83 MiB/sec. 2026.03.04 04:36:29.003587 [ 261 ] {104646f1-6f21-4e94-9acb-53882aaa7be5} TCPHandler: Processed in 0.001393026 sec. 2026.03.04 04:36:29.003700 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:29.003792 [ 261 ] {c7a1f259-edfa-4c8a-8e89-aefa54b0c259} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:36:29.003835 [ 261 ] {c7a1f259-edfa-4c8a-8e89-aefa54b0c259} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:36:29.004449 [ 261 ] {c7a1f259-edfa-4c8a-8e89-aefa54b0c259} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:29.004487 [ 261 ] {c7a1f259-edfa-4c8a-8e89-aefa54b0c259} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:29.004815 [ 261 ] {c7a1f259-edfa-4c8a-8e89-aefa54b0c259} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.03.04 04:36:29.005027 [ 261 ] {c7a1f259-edfa-4c8a-8e89-aefa54b0c259} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:29.005131 [ 132 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.03.04 04:36:29.005156 [ 261 ] {c7a1f259-edfa-4c8a-8e89-aefa54b0c259} executeQuery: Read 523 rows, 37.82 KiB in 0.001381 sec., 378711.0789283128 rows/sec., 26.75 MiB/sec. 2026.03.04 04:36:29.005164 [ 132 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:29.005195 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:29.005201 [ 261 ] {c7a1f259-edfa-4c8a-8e89-aefa54b0c259} TCPHandler: Processed in 0.00154871 sec. 2026.03.04 04:36:29.005295 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.03.04 04:36:29.005328 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:29.005412 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:29.005426 [ 261 ] {86a99e75-1a80-4e6a-b03d-e1f1745bdd1f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.04 04:36:29.005447 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1552 rows starting from the beginning of the part 2026.03.04 04:36:29.005472 [ 261 ] {86a99e75-1a80-4e6a-b03d-e1f1745bdd1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.04 04:36:29.005516 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 72 rows starting from the beginning of the part 2026.03.04 04:36:29.005563 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 523 rows starting from the beginning of the part 2026.03.04 04:36:29.005601 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 1023 rows starting from the beginning of the part 2026.03.04 04:36:29.005639 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 64 rows starting from the beginning of the part 2026.03.04 04:36:29.005677 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 523 rows starting from the beginning of the part 2026.03.04 04:36:29.005823 [ 261 ] {86a99e75-1a80-4e6a-b03d-e1f1745bdd1f} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:29.005864 [ 261 ] {86a99e75-1a80-4e6a-b03d-e1f1745bdd1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:29.006200 [ 261 ] {86a99e75-1a80-4e6a-b03d-e1f1745bdd1f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.03.04 04:36:29.006427 [ 261 ] {86a99e75-1a80-4e6a-b03d-e1f1745bdd1f} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:29.006556 [ 261 ] {86a99e75-1a80-4e6a-b03d-e1f1745bdd1f} executeQuery: Read 6 rows, 321.00 B in 0.001148 sec., 5226.480836236934 rows/sec., 273.06 KiB/sec. 2026.03.04 04:36:29.006592 [ 261 ] {86a99e75-1a80-4e6a-b03d-e1f1745bdd1f} TCPHandler: Processed in 0.001312615 sec. 2026.03.04 04:36:29.006705 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:29.006798 [ 261 ] {310824bb-02df-4cb4-9d77-e973dfad3abe} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:36:29.006839 [ 261 ] {310824bb-02df-4cb4-9d77-e973dfad3abe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:36:29.007063 [ 188 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 3757 rows, containing 5 columns (5 merged, 0 gathered) in 0.001813206 sec., 2072020.4984982403 rows/sec., 153.11 MiB/sec. 2026.03.04 04:36:29.007241 [ 261 ] {310824bb-02df-4cb4-9d77-e973dfad3abe} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:29.007269 [ 195 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.03.04 04:36:29.007283 [ 261 ] {310824bb-02df-4cb4-9d77-e973dfad3abe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:29.007603 [ 195 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_81_16} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:29.007692 [ 195 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_81_16} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.03.04 04:36:29.007698 [ 261 ] {310824bb-02df-4cb4-9d77-e973dfad3abe} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.03.04 04:36:29.007794 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2026.03.04 04:36:29.007929 [ 261 ] {310824bb-02df-4cb4-9d77-e973dfad3abe} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:29.008067 [ 261 ] {310824bb-02df-4cb4-9d77-e973dfad3abe} executeQuery: Read 265 rows, 18.03 KiB in 0.001287 sec., 205905.20590520592 rows/sec., 13.68 MiB/sec. 2026.03.04 04:36:29.008067 [ 128 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.03.04 04:36:29.008107 [ 261 ] {310824bb-02df-4cb4-9d77-e973dfad3abe} TCPHandler: Processed in 0.001448968 sec. 2026.03.04 04:36:29.008125 [ 128 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:29.008149 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:29.008238 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.03.04 04:36:29.008240 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:29.008338 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:29.008354 [ 261 ] {3acaf88e-4730-443c-b52e-17af892197e2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.04 04:36:29.008368 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_81_16} MergeTreeSequentialSource: Reading 5 marks from part all_1_76_15, total 25418 rows starting from the beginning of the part 2026.03.04 04:36:29.008395 [ 261 ] {3acaf88e-4730-443c-b52e-17af892197e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.04 04:36:29.008429 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part 2026.03.04 04:36:29.008475 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 265 rows starting from the beginning of the part 2026.03.04 04:36:29.008520 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 1219 rows starting from the beginning of the part 2026.03.04 04:36:29.008562 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 128 rows starting from the beginning of the part 2026.03.04 04:36:29.008603 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 265 rows starting from the beginning of the part 2026.03.04 04:36:29.008794 [ 261 ] {3acaf88e-4730-443c-b52e-17af892197e2} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:29.008841 [ 261 ] {3acaf88e-4730-443c-b52e-17af892197e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:29.009202 [ 261 ] {3acaf88e-4730-443c-b52e-17af892197e2} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.04 04:36:29.009414 [ 261 ] {3acaf88e-4730-443c-b52e-17af892197e2} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:29.009545 [ 261 ] {3acaf88e-4730-443c-b52e-17af892197e2} executeQuery: Read 1 rows, 69.00 B in 0.001209 sec., 827.129859387924 rows/sec., 55.73 KiB/sec. 2026.03.04 04:36:29.009583 [ 261 ] {3acaf88e-4730-443c-b52e-17af892197e2} TCPHandler: Processed in 0.001393937 sec. 2026.03.04 04:36:29.009712 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:29.009806 [ 261 ] {5872d4eb-d375-4d44-8829-d6980cd2b284} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:36:29.009860 [ 261 ] {5872d4eb-d375-4d44-8829-d6980cd2b284} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:36:29.010751 [ 261 ] {5872d4eb-d375-4d44-8829-d6980cd2b284} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:29.010787 [ 261 ] {5872d4eb-d375-4d44-8829-d6980cd2b284} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:29.011395 [ 261 ] {5872d4eb-d375-4d44-8829-d6980cd2b284} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.04 04:36:29.011635 [ 261 ] {5872d4eb-d375-4d44-8829-d6980cd2b284} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:29.011781 [ 261 ] {5872d4eb-d375-4d44-8829-d6980cd2b284} executeQuery: Read 33 rows, 60.55 KiB in 0.001992 sec., 16566.265060240967 rows/sec., 29.69 MiB/sec. 2026.03.04 04:36:29.011856 [ 261 ] {5872d4eb-d375-4d44-8829-d6980cd2b284} TCPHandler: Processed in 0.002192152 sec. 2026.03.04 04:36:29.011979 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:29.012107 [ 261 ] {b3f04d11-6413-4cf2-bb00-ed3f2f016b7a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:36:29.012150 [ 261 ] {b3f04d11-6413-4cf2-bb00-ed3f2f016b7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:36:29.012488 [ 261 ] {b3f04d11-6413-4cf2-bb00-ed3f2f016b7a} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:29.012525 [ 261 ] {b3f04d11-6413-4cf2-bb00-ed3f2f016b7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:29.012838 [ 261 ] {b3f04d11-6413-4cf2-bb00-ed3f2f016b7a} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.03.04 04:36:29.013054 [ 261 ] {b3f04d11-6413-4cf2-bb00-ed3f2f016b7a} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:29.013168 [ 128 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.03.04 04:36:29.013181 [ 261 ] {b3f04d11-6413-4cf2-bb00-ed3f2f016b7a} executeQuery: Read 90 rows, 5.77 KiB in 0.001098 sec., 81967.2131147541 rows/sec., 5.13 MiB/sec. 2026.03.04 04:36:29.013210 [ 128 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:29.013231 [ 261 ] {b3f04d11-6413-4cf2-bb00-ed3f2f016b7a} TCPHandler: Processed in 0.001301294 sec. 2026.03.04 04:36:29.013237 [ 128 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:29.013346 [ 195 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.03.04 04:36:29.013469 [ 195 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:29.013506 [ 195 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4170 rows starting from the beginning of the part 2026.03.04 04:36:29.013569 [ 195 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part 2026.03.04 04:36:29.013612 [ 195 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 90 rows starting from the beginning of the part 2026.03.04 04:36:29.013670 [ 195 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 12 rows starting from the beginning of the part 2026.03.04 04:36:29.013723 [ 195 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 48 rows starting from the beginning of the part 2026.03.04 04:36:29.013766 [ 195 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 90 rows starting from the beginning of the part 2026.03.04 04:36:29.015545 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 27455 rows, containing 5 columns (5 merged, 0 gathered) in 0.007347432 sec., 3736679.6997917094 rows/sec., 247.12 MiB/sec. 2026.03.04 04:36:29.015662 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4470 rows, containing 4 columns (4 merged, 0 gathered) in 0.002358715 sec., 1895099.662316134 rows/sec., 125.83 MiB/sec. 2026.03.04 04:36:29.015910 [ 196 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.03.04 04:36:29.016095 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.03.04 04:36:29.016245 [ 196 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_81_16} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:29.016340 [ 196 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_81_16} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.03.04 04:36:29.016398 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_81_16} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:29.016437 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. 2026.03.04 04:36:29.016473 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_81_16} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.03.04 04:36:29.016559 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.06 MiB. 2026.03.04 04:36:30.000175 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 322.78 MiB, peak 334.48 MiB, free memory in arenas 0.00 B, will set to 327.63 MiB (RSS), difference: 4.85 MiB 2026.03.04 04:36:33.025525 [ 127 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:36:33.025578 [ 127 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:36:33.164017 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24028 2026.03.04 04:36:33.164597 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:33.164637 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:33.165161 [ 245 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.04 04:36:33.165379 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:33.165506 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24028 2026.03.04 04:36:33.986447 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:33.986655 [ 261 ] {10843ec1-f82b-46b0-8b7b-1b7ab534b6e5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:36:33.986732 [ 261 ] {10843ec1-f82b-46b0-8b7b-1b7ab534b6e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:36:33.987468 [ 261 ] {10843ec1-f82b-46b0-8b7b-1b7ab534b6e5} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:33.987520 [ 261 ] {10843ec1-f82b-46b0-8b7b-1b7ab534b6e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:33.987938 [ 261 ] {10843ec1-f82b-46b0-8b7b-1b7ab534b6e5} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.03.04 04:36:33.988173 [ 261 ] {10843ec1-f82b-46b0-8b7b-1b7ab534b6e5} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:33.988343 [ 261 ] {10843ec1-f82b-46b0-8b7b-1b7ab534b6e5} executeQuery: Read 72 rows, 5.91 KiB in 0.001743 sec., 41308.08950086059 rows/sec., 3.31 MiB/sec. 2026.03.04 04:36:33.988396 [ 261 ] {10843ec1-f82b-46b0-8b7b-1b7ab534b6e5} TCPHandler: Processed in 0.00209412 sec. 2026.03.04 04:36:33.988532 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:33.988636 [ 261 ] {5662b24e-b488-4968-a9b6-6d17d8e91fc0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:36:33.988680 [ 261 ] {5662b24e-b488-4968-a9b6-6d17d8e91fc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:36:33.989102 [ 261 ] {5662b24e-b488-4968-a9b6-6d17d8e91fc0} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:33.989141 [ 261 ] {5662b24e-b488-4968-a9b6-6d17d8e91fc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:33.989451 [ 261 ] {5662b24e-b488-4968-a9b6-6d17d8e91fc0} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.03.04 04:36:33.989675 [ 261 ] {5662b24e-b488-4968-a9b6-6d17d8e91fc0} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:33.989811 [ 261 ] {5662b24e-b488-4968-a9b6-6d17d8e91fc0} executeQuery: Read 8 rows, 616.00 B in 0.001199 sec., 6672.226855713095 rows/sec., 501.72 KiB/sec. 2026.03.04 04:36:33.989850 [ 261 ] {5662b24e-b488-4968-a9b6-6d17d8e91fc0} TCPHandler: Processed in 0.001370737 sec. 2026.03.04 04:36:33.989964 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:33.990059 [ 261 ] {0cec73bd-c862-40fc-b5fb-350696d08143} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:36:33.990100 [ 261 ] {0cec73bd-c862-40fc-b5fb-350696d08143} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:36:33.990530 [ 261 ] {0cec73bd-c862-40fc-b5fb-350696d08143} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:33.990567 [ 261 ] {0cec73bd-c862-40fc-b5fb-350696d08143} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:33.990879 [ 261 ] {0cec73bd-c862-40fc-b5fb-350696d08143} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.03.04 04:36:33.991093 [ 261 ] {0cec73bd-c862-40fc-b5fb-350696d08143} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:33.991223 [ 261 ] {0cec73bd-c862-40fc-b5fb-350696d08143} executeQuery: Read 72 rows, 5.76 KiB in 0.001182 sec., 60913.70558375634 rows/sec., 4.76 MiB/sec. 2026.03.04 04:36:33.991261 [ 261 ] {0cec73bd-c862-40fc-b5fb-350696d08143} TCPHandler: Processed in 0.001348416 sec. 2026.03.04 04:36:33.991373 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:33.991469 [ 261 ] {40311e44-249a-4462-a696-a95f50e384f1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:36:33.991513 [ 261 ] {40311e44-249a-4462-a696-a95f50e384f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:36:33.991926 [ 261 ] {40311e44-249a-4462-a696-a95f50e384f1} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:33.991963 [ 261 ] {40311e44-249a-4462-a696-a95f50e384f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:33.992300 [ 261 ] {40311e44-249a-4462-a696-a95f50e384f1} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.03.04 04:36:33.992515 [ 261 ] {40311e44-249a-4462-a696-a95f50e384f1} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:33.992649 [ 261 ] {40311e44-249a-4462-a696-a95f50e384f1} executeQuery: Read 160 rows, 11.41 KiB in 0.001199 sec., 133444.53711426188 rows/sec., 9.29 MiB/sec. 2026.03.04 04:36:33.992688 [ 261 ] {40311e44-249a-4462-a696-a95f50e384f1} TCPHandler: Processed in 0.001363866 sec. 2026.03.04 04:36:33.992799 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:33.992895 [ 261 ] {db22d848-0c45-4fc5-b329-320952900b1f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:36:33.992950 [ 261 ] {db22d848-0c45-4fc5-b329-320952900b1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:36:33.993719 [ 261 ] {db22d848-0c45-4fc5-b329-320952900b1f} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:33.993757 [ 261 ] {db22d848-0c45-4fc5-b329-320952900b1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:33.994263 [ 261 ] {db22d848-0c45-4fc5-b329-320952900b1f} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.03.04 04:36:33.994485 [ 261 ] {db22d848-0c45-4fc5-b329-320952900b1f} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:33.994625 [ 261 ] {db22d848-0c45-4fc5-b329-320952900b1f} executeQuery: Read 8 rows, 14.68 KiB in 0.001749 sec., 4574.042309891367 rows/sec., 8.20 MiB/sec. 2026.03.04 04:36:33.994687 [ 261 ] {db22d848-0c45-4fc5-b329-320952900b1f} TCPHandler: Processed in 0.001937888 sec. 2026.03.04 04:36:33.994800 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:33.994896 [ 261 ] {0f1c07f7-dab2-4fa9-b99f-a921a91dcaaa} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:36:33.994938 [ 261 ] {0f1c07f7-dab2-4fa9-b99f-a921a91dcaaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:36:33.995274 [ 261 ] {0f1c07f7-dab2-4fa9-b99f-a921a91dcaaa} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:33.995311 [ 261 ] {0f1c07f7-dab2-4fa9-b99f-a921a91dcaaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.13 GiB. 2026.03.04 04:36:33.995629 [ 261 ] {0f1c07f7-dab2-4fa9-b99f-a921a91dcaaa} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.03.04 04:36:33.995842 [ 261 ] {0f1c07f7-dab2-4fa9-b99f-a921a91dcaaa} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:33.995972 [ 261 ] {0f1c07f7-dab2-4fa9-b99f-a921a91dcaaa} executeQuery: Read 60 rows, 4.14 KiB in 0.001094 sec., 54844.60694698355 rows/sec., 3.70 MiB/sec. 2026.03.04 04:36:33.996010 [ 261 ] {0f1c07f7-dab2-4fa9-b99f-a921a91dcaaa} TCPHandler: Processed in 0.001259994 sec. 2026.03.04 04:36:34.438813 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2026.03.04 04:36:34.456792 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:34.456853 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:34.463208 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.04 04:36:34.463962 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:34.467410 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2026.03.04 04:36:38.243249 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1410 2026.03.04 04:36:38.245819 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:38.245880 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:38.247260 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.04 04:36:38.247699 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:38.248172 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1410 2026.03.04 04:36:38.989651 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:38.989835 [ 261 ] {730118ba-b671-4a2c-8292-99e8a7892ad8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:36:38.989903 [ 261 ] {730118ba-b671-4a2c-8292-99e8a7892ad8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:36:38.990586 [ 261 ] {730118ba-b671-4a2c-8292-99e8a7892ad8} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:38.990638 [ 261 ] {730118ba-b671-4a2c-8292-99e8a7892ad8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:38.991047 [ 261 ] {730118ba-b671-4a2c-8292-99e8a7892ad8} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.04 04:36:38.991280 [ 261 ] {730118ba-b671-4a2c-8292-99e8a7892ad8} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:38.991443 [ 261 ] {730118ba-b671-4a2c-8292-99e8a7892ad8} executeQuery: Read 24 rows, 2.04 KiB in 0.001657 sec., 14484.007242003621 rows/sec., 1.20 MiB/sec. 2026.03.04 04:36:38.991496 [ 261 ] {730118ba-b671-4a2c-8292-99e8a7892ad8} TCPHandler: Processed in 0.001978068 sec. 2026.03.04 04:36:38.991626 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:38.991730 [ 261 ] {8f657d04-bb2e-4470-a4c7-6a810528a5d5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:36:38.991773 [ 261 ] {8f657d04-bb2e-4470-a4c7-6a810528a5d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:36:38.992188 [ 261 ] {8f657d04-bb2e-4470-a4c7-6a810528a5d5} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:38.992226 [ 261 ] {8f657d04-bb2e-4470-a4c7-6a810528a5d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:38.992525 [ 261 ] {8f657d04-bb2e-4470-a4c7-6a810528a5d5} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.04 04:36:38.992723 [ 261 ] {8f657d04-bb2e-4470-a4c7-6a810528a5d5} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:38.992852 [ 261 ] {8f657d04-bb2e-4470-a4c7-6a810528a5d5} executeQuery: Read 8 rows, 668.00 B in 0.001146 sec., 6980.802792321117 rows/sec., 569.24 KiB/sec. 2026.03.04 04:36:38.992890 [ 261 ] {8f657d04-bb2e-4470-a4c7-6a810528a5d5} TCPHandler: Processed in 0.001315396 sec. 2026.03.04 04:36:38.993009 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:38.993110 [ 261 ] {8cbed14e-55f3-4af2-9af6-7bd3c7293d2d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:36:38.993152 [ 261 ] {8cbed14e-55f3-4af2-9af6-7bd3c7293d2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:36:38.993680 [ 261 ] {8cbed14e-55f3-4af2-9af6-7bd3c7293d2d} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:38.993718 [ 261 ] {8cbed14e-55f3-4af2-9af6-7bd3c7293d2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:38.994039 [ 261 ] {8cbed14e-55f3-4af2-9af6-7bd3c7293d2d} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.03.04 04:36:38.994239 [ 261 ] {8cbed14e-55f3-4af2-9af6-7bd3c7293d2d} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:38.994364 [ 261 ] {8cbed14e-55f3-4af2-9af6-7bd3c7293d2d} executeQuery: Read 246 rows, 22.45 KiB in 0.001273 sec., 193244.3047918303 rows/sec., 17.22 MiB/sec. 2026.03.04 04:36:38.994400 [ 261 ] {8cbed14e-55f3-4af2-9af6-7bd3c7293d2d} TCPHandler: Processed in 0.001440148 sec. 2026.03.04 04:36:38.994527 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:38.994622 [ 261 ] {69e5c12e-80ed-4ccf-ba5b-aea20e946b98} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:36:38.994660 [ 261 ] {69e5c12e-80ed-4ccf-ba5b-aea20e946b98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:36:38.995077 [ 261 ] {69e5c12e-80ed-4ccf-ba5b-aea20e946b98} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:38.995113 [ 261 ] {69e5c12e-80ed-4ccf-ba5b-aea20e946b98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:38.995409 [ 261 ] {69e5c12e-80ed-4ccf-ba5b-aea20e946b98} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.03.04 04:36:38.995610 [ 261 ] {69e5c12e-80ed-4ccf-ba5b-aea20e946b98} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:38.995743 [ 261 ] {69e5c12e-80ed-4ccf-ba5b-aea20e946b98} executeQuery: Read 53 rows, 4.00 KiB in 0.001139 sec., 46532.045654082525 rows/sec., 3.43 MiB/sec. 2026.03.04 04:36:38.995779 [ 261 ] {69e5c12e-80ed-4ccf-ba5b-aea20e946b98} TCPHandler: Processed in 0.001307806 sec. 2026.03.04 04:36:38.995890 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:38.995984 [ 261 ] {4dabfaee-529d-4959-aa83-4a83cadf70f8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:36:38.996023 [ 261 ] {4dabfaee-529d-4959-aa83-4a83cadf70f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:36:38.996420 [ 261 ] {4dabfaee-529d-4959-aa83-4a83cadf70f8} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:38.996456 [ 261 ] {4dabfaee-529d-4959-aa83-4a83cadf70f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:38.996747 [ 261 ] {4dabfaee-529d-4959-aa83-4a83cadf70f8} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.04 04:36:38.996946 [ 261 ] {4dabfaee-529d-4959-aa83-4a83cadf70f8} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:38.997055 [ 119 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 2026.03.04 04:36:38.997070 [ 261 ] {4dabfaee-529d-4959-aa83-4a83cadf70f8} executeQuery: Read 24 rows, 2.04 KiB in 0.001103 sec., 21758.839528558477 rows/sec., 1.81 MiB/sec. 2026.03.04 04:36:38.997125 [ 119 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:38.997134 [ 261 ] {4dabfaee-529d-4959-aa83-4a83cadf70f8} TCPHandler: Processed in 0.001291315 sec. 2026.03.04 04:36:38.997155 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:38.997258 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:38.997281 [ 188 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_29_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full 2026.03.04 04:36:38.997358 [ 261 ] {91f57e83-ae46-45bb-a5a4-c67681938939} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:36:38.997403 [ 261 ] {91f57e83-ae46-45bb-a5a4-c67681938939} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:36:38.997436 [ 188 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_29_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:38.997482 [ 188 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 883 rows starting from the beginning of the part 2026.03.04 04:36:38.997558 [ 188 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 149 rows starting from the beginning of the part 2026.03.04 04:36:38.997610 [ 188 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 149 rows starting from the beginning of the part 2026.03.04 04:36:38.997657 [ 188 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 709 rows starting from the beginning of the part 2026.03.04 04:36:38.997702 [ 188 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 149 rows starting from the beginning of the part 2026.03.04 04:36:38.997748 [ 188 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 24 rows starting from the beginning of the part 2026.03.04 04:36:38.997803 [ 261 ] {91f57e83-ae46-45bb-a5a4-c67681938939} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:38.997848 [ 261 ] {91f57e83-ae46-45bb-a5a4-c67681938939} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:38.998191 [ 261 ] {91f57e83-ae46-45bb-a5a4-c67681938939} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.04 04:36:38.998422 [ 261 ] {91f57e83-ae46-45bb-a5a4-c67681938939} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:38.998563 [ 261 ] {91f57e83-ae46-45bb-a5a4-c67681938939} executeQuery: Read 12 rows, 960.00 B in 0.001222 sec., 9819.967266775777 rows/sec., 767.18 KiB/sec. 2026.03.04 04:36:38.998602 [ 261 ] {91f57e83-ae46-45bb-a5a4-c67681938939} TCPHandler: Processed in 0.001392037 sec. 2026.03.04 04:36:38.998714 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:38.998812 [ 261 ] {63994e4b-1950-46d0-a97b-abdb6134ab31} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:36:38.998852 [ 261 ] {63994e4b-1950-46d0-a97b-abdb6134ab31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:36:38.998939 [ 187 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_29_6} MergeTask::MergeProjectionsStage: Merge sorted 2063 rows, containing 5 columns (5 merged, 0 gathered) in 0.001716024 sec., 1202197.6382614695 rows/sec., 77.60 MiB/sec. 2026.03.04 04:36:38.999110 [ 192 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_29_6} MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) 2026.03.04 04:36:38.999329 [ 261 ] {63994e4b-1950-46d0-a97b-abdb6134ab31} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:38.999354 [ 192 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_29_6} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:38.999370 [ 261 ] {63994e4b-1950-46d0-a97b-abdb6134ab31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:38.999433 [ 192 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_29_6} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 2026.03.04 04:36:38.999508 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.03.04 04:36:38.999696 [ 261 ] {63994e4b-1950-46d0-a97b-abdb6134ab31} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.03.04 04:36:38.999951 [ 261 ] {63994e4b-1950-46d0-a97b-abdb6134ab31} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:39.000103 [ 261 ] {63994e4b-1950-46d0-a97b-abdb6134ab31} executeQuery: Read 141 rows, 11.67 KiB in 0.001314 sec., 107305.93607305936 rows/sec., 8.67 MiB/sec. 2026.03.04 04:36:39.000141 [ 261 ] {63994e4b-1950-46d0-a97b-abdb6134ab31} TCPHandler: Processed in 0.001474359 sec. 2026.03.04 04:36:39.000258 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:39.000351 [ 261 ] {b4f407b0-cd5c-436e-87cf-5d4417a18afe} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:36:39.000396 [ 261 ] {b4f407b0-cd5c-436e-87cf-5d4417a18afe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:36:39.000804 [ 261 ] {b4f407b0-cd5c-436e-87cf-5d4417a18afe} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:39.000840 [ 261 ] {b4f407b0-cd5c-436e-87cf-5d4417a18afe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:39.001192 [ 261 ] {b4f407b0-cd5c-436e-87cf-5d4417a18afe} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.03.04 04:36:39.001400 [ 261 ] {b4f407b0-cd5c-436e-87cf-5d4417a18afe} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:39.001529 [ 261 ] {b4f407b0-cd5c-436e-87cf-5d4417a18afe} executeQuery: Read 200 rows, 14.68 KiB in 0.001196 sec., 167224.08026755851 rows/sec., 11.99 MiB/sec. 2026.03.04 04:36:39.001565 [ 261 ] {b4f407b0-cd5c-436e-87cf-5d4417a18afe} TCPHandler: Processed in 0.001355296 sec. 2026.03.04 04:36:39.001690 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:39.001784 [ 261 ] {fad8d525-6816-4ea7-b702-92dbe5609910} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:36:39.001837 [ 261 ] {fad8d525-6816-4ea7-b702-92dbe5609910} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:36:39.002831 [ 261 ] {fad8d525-6816-4ea7-b702-92dbe5609910} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:39.002867 [ 261 ] {fad8d525-6816-4ea7-b702-92dbe5609910} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:39.003431 [ 261 ] {fad8d525-6816-4ea7-b702-92dbe5609910} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.03.04 04:36:39.003681 [ 261 ] {fad8d525-6816-4ea7-b702-92dbe5609910} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:39.003822 [ 261 ] {fad8d525-6816-4ea7-b702-92dbe5609910} executeQuery: Read 33 rows, 60.55 KiB in 0.002056 sec., 16050.583657587547 rows/sec., 28.76 MiB/sec. 2026.03.04 04:36:39.003900 [ 261 ] {fad8d525-6816-4ea7-b702-92dbe5609910} TCPHandler: Processed in 0.002257303 sec. 2026.03.04 04:36:39.004041 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:39.004135 [ 261 ] {d0ac02b4-59a2-4f0c-bd7f-155eb2e460d7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:36:39.004176 [ 261 ] {d0ac02b4-59a2-4f0c-bd7f-155eb2e460d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:36:39.004534 [ 261 ] {d0ac02b4-59a2-4f0c-bd7f-155eb2e460d7} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:39.004570 [ 261 ] {d0ac02b4-59a2-4f0c-bd7f-155eb2e460d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:39.004870 [ 261 ] {d0ac02b4-59a2-4f0c-bd7f-155eb2e460d7} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.03.04 04:36:39.005083 [ 261 ] {d0ac02b4-59a2-4f0c-bd7f-155eb2e460d7} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:39.005214 [ 261 ] {d0ac02b4-59a2-4f0c-bd7f-155eb2e460d7} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2026.03.04 04:36:39.005250 [ 261 ] {d0ac02b4-59a2-4f0c-bd7f-155eb2e460d7} TCPHandler: Processed in 0.001256804 sec. 2026.03.04 04:36:40.665684 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 24476 2026.03.04 04:36:40.666261 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:40.666307 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:40.666782 [ 245 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.04 04:36:40.667002 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:40.667128 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24476 2026.03.04 04:36:40.667136 [ 118 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.04 04:36:40.667203 [ 118 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:40.667222 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:40.667339 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.03.04 04:36:40.667491 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:40.667534 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 22108 rows starting from the beginning of the part 2026.03.04 04:36:40.667602 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 448 rows starting from the beginning of the part 2026.03.04 04:36:40.667653 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 512 rows starting from the beginning of the part 2026.03.04 04:36:40.667700 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 448 rows starting from the beginning of the part 2026.03.04 04:36:40.667743 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 512 rows starting from the beginning of the part 2026.03.04 04:36:40.667786 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 448 rows starting from the beginning of the part 2026.03.04 04:36:40.669821 [ 187 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 24476 rows, containing 4 columns (4 merged, 0 gathered) in 0.002537349 sec., 9646288.311146792 rows/sec., 137.99 MiB/sec. 2026.03.04 04:36:40.670170 [ 187 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.04 04:36:40.670453 [ 187 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_51_10} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:40.670534 [ 187 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_51_10} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.04 04:36:40.670618 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.72 MiB. 2026.03.04 04:36:41.967536 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2026.03.04 04:36:41.984977 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:41.985044 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:41.991144 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.04 04:36:41.991882 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:41.992223 [ 113 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.04 04:36:41.992311 [ 113 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:41.992334 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:41.992485 [ 187 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.03.04 04:36:41.995146 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2026.03.04 04:36:41.996690 [ 187 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:41.998305 [ 187 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part 2026.03.04 04:36:42.003104 [ 187 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 7 rows starting from the beginning of the part 2026.03.04 04:36:42.007841 [ 187 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part 2026.03.04 04:36:42.012489 [ 187 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 7 rows starting from the beginning of the part 2026.03.04 04:36:42.017070 [ 187 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part 2026.03.04 04:36:42.021070 [ 187 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 7 rows starting from the beginning of the part 2026.03.04 04:36:42.075201 [ 198 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.082780046 sec., 4638.799065175683 rows/sec., 23.99 MiB/sec. 2026.03.04 04:36:42.078301 [ 197 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.04 04:36:42.080610 [ 197 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_51_10} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:42.080735 [ 197 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_51_10} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.04 04:36:42.083619 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2026.03.04 04:36:43.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 328.44 MiB, peak 341.84 MiB, free memory in arenas 0.00 B, will set to 331.70 MiB (RSS), difference: 3.27 MiB 2026.03.04 04:36:43.986228 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:43.986412 [ 261 ] {d4da2863-fc29-444d-88d2-eb2c319da712} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:36:43.986483 [ 261 ] {d4da2863-fc29-444d-88d2-eb2c319da712} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:36:43.987155 [ 261 ] {d4da2863-fc29-444d-88d2-eb2c319da712} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:43.987208 [ 261 ] {d4da2863-fc29-444d-88d2-eb2c319da712} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:43.987608 [ 261 ] {d4da2863-fc29-444d-88d2-eb2c319da712} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.03.04 04:36:43.987837 [ 261 ] {d4da2863-fc29-444d-88d2-eb2c319da712} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:43.987996 [ 261 ] {d4da2863-fc29-444d-88d2-eb2c319da712} executeQuery: Read 72 rows, 5.91 KiB in 0.001633 sec., 44090.63074096755 rows/sec., 3.54 MiB/sec. 2026.03.04 04:36:43.988048 [ 261 ] {d4da2863-fc29-444d-88d2-eb2c319da712} TCPHandler: Processed in 0.001953308 sec. 2026.03.04 04:36:43.988174 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:43.988280 [ 261 ] {2bb38322-4c65-4f57-9551-882bc8ee5d2f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:36:43.988324 [ 261 ] {2bb38322-4c65-4f57-9551-882bc8ee5d2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:36:43.988736 [ 261 ] {2bb38322-4c65-4f57-9551-882bc8ee5d2f} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:43.988776 [ 261 ] {2bb38322-4c65-4f57-9551-882bc8ee5d2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:43.989081 [ 261 ] {2bb38322-4c65-4f57-9551-882bc8ee5d2f} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.03.04 04:36:43.989304 [ 261 ] {2bb38322-4c65-4f57-9551-882bc8ee5d2f} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:43.989431 [ 111 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.03.04 04:36:43.989437 [ 261 ] {2bb38322-4c65-4f57-9551-882bc8ee5d2f} executeQuery: Read 8 rows, 616.00 B in 0.001182 sec., 6768.18950930626 rows/sec., 508.94 KiB/sec. 2026.03.04 04:36:43.989506 [ 111 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:43.989524 [ 261 ] {2bb38322-4c65-4f57-9551-882bc8ee5d2f} TCPHandler: Processed in 0.001401267 sec. 2026.03.04 04:36:43.989536 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:43.989644 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:43.989675 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.03.04 04:36:43.989746 [ 261 ] {3a0e787e-d0f7-4ab3-b67a-43e3f03c9bc5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:36:43.989792 [ 261 ] {3a0e787e-d0f7-4ab3-b67a-43e3f03c9bc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:36:43.989820 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:43.989859 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 226 rows starting from the beginning of the part 2026.03.04 04:36:43.989924 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 23 rows starting from the beginning of the part 2026.03.04 04:36:43.989968 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 175 rows starting from the beginning of the part 2026.03.04 04:36:43.990011 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 8 rows starting from the beginning of the part 2026.03.04 04:36:43.990050 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 53 rows starting from the beginning of the part 2026.03.04 04:36:43.990088 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part 2026.03.04 04:36:43.990248 [ 261 ] {3a0e787e-d0f7-4ab3-b67a-43e3f03c9bc5} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:43.990292 [ 261 ] {3a0e787e-d0f7-4ab3-b67a-43e3f03c9bc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:43.990863 [ 261 ] {3a0e787e-d0f7-4ab3-b67a-43e3f03c9bc5} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.03.04 04:36:43.990920 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 493 rows, containing 5 columns (5 merged, 0 gathered) in 0.001308766 sec., 376690.7147649007 rows/sec., 25.87 MiB/sec. 2026.03.04 04:36:43.991071 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.03.04 04:36:43.991114 [ 261 ] {3a0e787e-d0f7-4ab3-b67a-43e3f03c9bc5} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:43.991269 [ 261 ] {3a0e787e-d0f7-4ab3-b67a-43e3f03c9bc5} executeQuery: Read 72 rows, 5.76 KiB in 0.001543 sec., 46662.34607906675 rows/sec., 3.64 MiB/sec. 2026.03.04 04:36:43.991311 [ 261 ] {3a0e787e-d0f7-4ab3-b67a-43e3f03c9bc5} TCPHandler: Processed in 0.001716713 sec. 2026.03.04 04:36:43.991330 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_71_14} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:43.991413 [ 194 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_71_14} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.03.04 04:36:43.991434 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:43.991487 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.04 04:36:43.991536 [ 261 ] {e833d409-debe-488b-a7f3-d5a404d843cc} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:36:43.991584 [ 261 ] {e833d409-debe-488b-a7f3-d5a404d843cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:36:43.992010 [ 261 ] {e833d409-debe-488b-a7f3-d5a404d843cc} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:43.992047 [ 261 ] {e833d409-debe-488b-a7f3-d5a404d843cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:43.992398 [ 261 ] {e833d409-debe-488b-a7f3-d5a404d843cc} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.03.04 04:36:43.992613 [ 261 ] {e833d409-debe-488b-a7f3-d5a404d843cc} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:43.992743 [ 261 ] {e833d409-debe-488b-a7f3-d5a404d843cc} executeQuery: Read 160 rows, 11.41 KiB in 0.001227 sec., 130399.34800325998 rows/sec., 9.08 MiB/sec. 2026.03.04 04:36:43.992781 [ 261 ] {e833d409-debe-488b-a7f3-d5a404d843cc} TCPHandler: Processed in 0.001397067 sec. 2026.03.04 04:36:43.992891 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:43.992985 [ 261 ] {4d17df90-4aa0-4162-b553-050cd45311a3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:36:43.993041 [ 261 ] {4d17df90-4aa0-4162-b553-050cd45311a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:36:43.993824 [ 261 ] {4d17df90-4aa0-4162-b553-050cd45311a3} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:43.993862 [ 261 ] {4d17df90-4aa0-4162-b553-050cd45311a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:43.994368 [ 261 ] {4d17df90-4aa0-4162-b553-050cd45311a3} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.03.04 04:36:43.994605 [ 261 ] {4d17df90-4aa0-4162-b553-050cd45311a3} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:43.994748 [ 261 ] {4d17df90-4aa0-4162-b553-050cd45311a3} executeQuery: Read 8 rows, 14.68 KiB in 0.00178 sec., 4494.38202247191 rows/sec., 8.05 MiB/sec. 2026.03.04 04:36:43.994813 [ 261 ] {4d17df90-4aa0-4162-b553-050cd45311a3} TCPHandler: Processed in 0.001970978 sec. 2026.03.04 04:36:43.994925 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:43.995021 [ 261 ] {2efadb2e-a27d-41ca-86d0-25478d411b36} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:36:43.995064 [ 261 ] {2efadb2e-a27d-41ca-86d0-25478d411b36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:36:43.995403 [ 261 ] {2efadb2e-a27d-41ca-86d0-25478d411b36} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:43.995439 [ 261 ] {2efadb2e-a27d-41ca-86d0-25478d411b36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:43.995752 [ 261 ] {2efadb2e-a27d-41ca-86d0-25478d411b36} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.03.04 04:36:43.995971 [ 261 ] {2efadb2e-a27d-41ca-86d0-25478d411b36} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:43.996101 [ 261 ] {2efadb2e-a27d-41ca-86d0-25478d411b36} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2026.03.04 04:36:43.996139 [ 261 ] {2efadb2e-a27d-41ca-86d0-25478d411b36} TCPHandler: Processed in 0.001262604 sec. 2026.03.04 04:36:48.025633 [ 109 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:36:48.025744 [ 109 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:36:48.167236 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24988 2026.03.04 04:36:48.167795 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:48.167831 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:48.168309 [ 245 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.04 04:36:48.168537 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:48.168663 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24988 2026.03.04 04:36:48.248393 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1442 2026.03.04 04:36:48.250722 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:48.250769 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:48.251974 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.04 04:36:48.252230 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:48.252483 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1442 2026.03.04 04:36:48.987659 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:48.987858 [ 261 ] {250d4175-e9d5-4fb6-ad8c-481d9aba726f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:36:48.987929 [ 261 ] {250d4175-e9d5-4fb6-ad8c-481d9aba726f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:36:48.988672 [ 261 ] {250d4175-e9d5-4fb6-ad8c-481d9aba726f} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:48.988715 [ 261 ] {250d4175-e9d5-4fb6-ad8c-481d9aba726f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:48.989102 [ 261 ] {250d4175-e9d5-4fb6-ad8c-481d9aba726f} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.03.04 04:36:48.989318 [ 261 ] {250d4175-e9d5-4fb6-ad8c-481d9aba726f} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:48.989471 [ 261 ] {250d4175-e9d5-4fb6-ad8c-481d9aba726f} executeQuery: Read 122 rows, 10.72 KiB in 0.001667 sec., 73185.36292741452 rows/sec., 6.28 MiB/sec. 2026.03.04 04:36:48.989514 [ 261 ] {250d4175-e9d5-4fb6-ad8c-481d9aba726f} TCPHandler: Processed in 0.001989038 sec. 2026.03.04 04:36:48.989641 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:48.989735 [ 261 ] {08fcc2cc-72ce-4a9e-9900-39b4916a8a21} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:36:48.989775 [ 261 ] {08fcc2cc-72ce-4a9e-9900-39b4916a8a21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:36:48.990187 [ 261 ] {08fcc2cc-72ce-4a9e-9900-39b4916a8a21} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:48.990223 [ 261 ] {08fcc2cc-72ce-4a9e-9900-39b4916a8a21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:48.990513 [ 261 ] {08fcc2cc-72ce-4a9e-9900-39b4916a8a21} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.03.04 04:36:48.990719 [ 261 ] {08fcc2cc-72ce-4a9e-9900-39b4916a8a21} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:48.990846 [ 261 ] {08fcc2cc-72ce-4a9e-9900-39b4916a8a21} executeQuery: Read 33 rows, 2.48 KiB in 0.001129 sec., 29229.406554472986 rows/sec., 2.15 MiB/sec. 2026.03.04 04:36:48.990882 [ 261 ] {08fcc2cc-72ce-4a9e-9900-39b4916a8a21} TCPHandler: Processed in 0.001290205 sec. 2026.03.04 04:36:48.990990 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:48.991082 [ 261 ] {67832ede-e262-491a-b730-9120d51a5942} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:36:48.991121 [ 261 ] {67832ede-e262-491a-b730-9120d51a5942} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:36:48.991540 [ 261 ] {67832ede-e262-491a-b730-9120d51a5942} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:48.991576 [ 261 ] {67832ede-e262-491a-b730-9120d51a5942} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:48.991885 [ 261 ] {67832ede-e262-491a-b730-9120d51a5942} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.03.04 04:36:48.992086 [ 261 ] {67832ede-e262-491a-b730-9120d51a5942} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:48.992212 [ 261 ] {67832ede-e262-491a-b730-9120d51a5942} executeQuery: Read 97 rows, 7.76 KiB in 0.001146 sec., 84642.23385689354 rows/sec., 6.61 MiB/sec. 2026.03.04 04:36:48.992248 [ 261 ] {67832ede-e262-491a-b730-9120d51a5942} TCPHandler: Processed in 0.001305375 sec. 2026.03.04 04:36:48.992358 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:48.992450 [ 261 ] {15c7893c-56b1-4d63-a970-1d7d45c17810} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:36:48.992492 [ 261 ] {15c7893c-56b1-4d63-a970-1d7d45c17810} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:36:48.992894 [ 261 ] {15c7893c-56b1-4d63-a970-1d7d45c17810} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:48.992928 [ 261 ] {15c7893c-56b1-4d63-a970-1d7d45c17810} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:48.993246 [ 261 ] {15c7893c-56b1-4d63-a970-1d7d45c17810} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.03.04 04:36:48.993448 [ 261 ] {15c7893c-56b1-4d63-a970-1d7d45c17810} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:48.993576 [ 261 ] {15c7893c-56b1-4d63-a970-1d7d45c17810} executeQuery: Read 160 rows, 11.41 KiB in 0.001144 sec., 139860.13986013984 rows/sec., 9.74 MiB/sec. 2026.03.04 04:36:48.993612 [ 261 ] {15c7893c-56b1-4d63-a970-1d7d45c17810} TCPHandler: Processed in 0.001302175 sec. 2026.03.04 04:36:48.993718 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:48.993812 [ 261 ] {6f8dfc1c-8da9-4f92-9b1e-2faae25b24e3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:36:48.993866 [ 261 ] {6f8dfc1c-8da9-4f92-9b1e-2faae25b24e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:36:48.994702 [ 261 ] {6f8dfc1c-8da9-4f92-9b1e-2faae25b24e3} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:48.994738 [ 261 ] {6f8dfc1c-8da9-4f92-9b1e-2faae25b24e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:48.995299 [ 261 ] {6f8dfc1c-8da9-4f92-9b1e-2faae25b24e3} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.03.04 04:36:48.995521 [ 261 ] {6f8dfc1c-8da9-4f92-9b1e-2faae25b24e3} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:48.995653 [ 261 ] {6f8dfc1c-8da9-4f92-9b1e-2faae25b24e3} executeQuery: Read 33 rows, 60.55 KiB in 0.001858 sec., 17761.03336921421 rows/sec., 31.83 MiB/sec. 2026.03.04 04:36:48.995640 [ 108 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.03.04 04:36:48.995706 [ 261 ] {6f8dfc1c-8da9-4f92-9b1e-2faae25b24e3} TCPHandler: Processed in 0.00203531 sec. 2026.03.04 04:36:48.995728 [ 108 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:48.995770 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:48.995835 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:48.995884 [ 201 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.03.04 04:36:48.995932 [ 261 ] {677754a0-4286-42a6-81b3-15ab36a77470} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:36:48.995973 [ 261 ] {677754a0-4286-42a6-81b3-15ab36a77470} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:36:48.996087 [ 201 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:48.996144 [ 201 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1472 rows starting from the beginning of the part 2026.03.04 04:36:48.996275 [ 201 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 33 rows starting from the beginning of the part 2026.03.04 04:36:48.996312 [ 261 ] {677754a0-4286-42a6-81b3-15ab36a77470} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:48.996348 [ 261 ] {677754a0-4286-42a6-81b3-15ab36a77470} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:48.996385 [ 201 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part 2026.03.04 04:36:48.996492 [ 201 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 33 rows starting from the beginning of the part 2026.03.04 04:36:48.996586 [ 201 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part 2026.03.04 04:36:48.996666 [ 261 ] {677754a0-4286-42a6-81b3-15ab36a77470} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.03.04 04:36:48.996676 [ 201 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 33 rows starting from the beginning of the part 2026.03.04 04:36:48.996890 [ 261 ] {677754a0-4286-42a6-81b3-15ab36a77470} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:48.997020 [ 261 ] {677754a0-4286-42a6-81b3-15ab36a77470} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2026.03.04 04:36:48.997055 [ 261 ] {677754a0-4286-42a6-81b3-15ab36a77470} TCPHandler: Processed in 0.001274895 sec. 2026.03.04 04:36:49.001153 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 335.55 MiB, peak 341.84 MiB, free memory in arenas 0.00 B, will set to 334.41 MiB (RSS), difference: -1.13 MiB 2026.03.04 04:36:49.006860 [ 201 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1587 rows, containing 19 columns (19 merged, 0 gathered) in 0.011022143 sec., 143982.8897157295 rows/sec., 258.01 MiB/sec. 2026.03.04 04:36:49.008184 [ 201 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.03.04 04:36:49.008497 [ 201 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_71_14} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:49.008564 [ 201 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_71_14} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.03.04 04:36:49.008647 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.62 MiB. 2026.03.04 04:36:49.263240 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:49.263435 [ 261 ] {ee95795b-8f03-4801-b391-9322d70ca0a6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:36:49.263504 [ 261 ] {ee95795b-8f03-4801-b391-9322d70ca0a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:36:49.264135 [ 261 ] {ee95795b-8f03-4801-b391-9322d70ca0a6} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:49.264184 [ 261 ] {ee95795b-8f03-4801-b391-9322d70ca0a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:49.264595 [ 261 ] {ee95795b-8f03-4801-b391-9322d70ca0a6} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.04 04:36:49.264839 [ 261 ] {ee95795b-8f03-4801-b391-9322d70ca0a6} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:49.265014 [ 261 ] {ee95795b-8f03-4801-b391-9322d70ca0a6} executeQuery: Read 4 rows, 334.00 B in 0.001624 sec., 2463.054187192118 rows/sec., 200.84 KiB/sec. 2026.03.04 04:36:49.265068 [ 261 ] {ee95795b-8f03-4801-b391-9322d70ca0a6} TCPHandler: Processed in 0.001958478 sec. 2026.03.04 04:36:49.265195 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:49.265303 [ 261 ] {2d23b426-9cd5-4a8f-9810-6e3ba9f29b62} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:36:49.265347 [ 261 ] {2d23b426-9cd5-4a8f-9810-6e3ba9f29b62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:36:49.267236 [ 261 ] {2d23b426-9cd5-4a8f-9810-6e3ba9f29b62} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:49.267275 [ 261 ] {2d23b426-9cd5-4a8f-9810-6e3ba9f29b62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:49.267723 [ 261 ] {2d23b426-9cd5-4a8f-9810-6e3ba9f29b62} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.03.04 04:36:49.267951 [ 261 ] {2d23b426-9cd5-4a8f-9810-6e3ba9f29b62} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:49.268091 [ 261 ] {2d23b426-9cd5-4a8f-9810-6e3ba9f29b62} executeQuery: Read 1958 rows, 150.22 KiB in 0.002813 sec., 696054.034838251 rows/sec., 52.15 MiB/sec. 2026.03.04 04:36:49.268087 [ 107 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.03.04 04:36:49.268132 [ 261 ] {2d23b426-9cd5-4a8f-9810-6e3ba9f29b62} TCPHandler: Processed in 0.002988918 sec. 2026.03.04 04:36:49.268171 [ 107 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:49.268201 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:49.268278 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:49.268343 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.03.04 04:36:49.268384 [ 261 ] {16bcbbf6-3def-41bd-bd7d-eddec90a4e72} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:36:49.268434 [ 261 ] {16bcbbf6-3def-41bd-bd7d-eddec90a4e72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:36:49.268509 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:49.268552 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 2895 rows starting from the beginning of the part 2026.03.04 04:36:49.268628 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 72 rows starting from the beginning of the part 2026.03.04 04:36:49.268680 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 246 rows starting from the beginning of the part 2026.03.04 04:36:49.268730 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 72 rows starting from the beginning of the part 2026.03.04 04:36:49.268775 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 122 rows starting from the beginning of the part 2026.03.04 04:36:49.268821 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 1958 rows starting from the beginning of the part 2026.03.04 04:36:49.268882 [ 261 ] {16bcbbf6-3def-41bd-bd7d-eddec90a4e72} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:49.268927 [ 261 ] {16bcbbf6-3def-41bd-bd7d-eddec90a4e72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:49.269281 [ 261 ] {16bcbbf6-3def-41bd-bd7d-eddec90a4e72} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.03.04 04:36:49.269519 [ 261 ] {16bcbbf6-3def-41bd-bd7d-eddec90a4e72} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:49.269661 [ 261 ] {16bcbbf6-3def-41bd-bd7d-eddec90a4e72} executeQuery: Read 23 rows, 1.71 KiB in 0.001299 sec., 17705.927636643573 rows/sec., 1.28 MiB/sec. 2026.03.04 04:36:49.269701 [ 261 ] {16bcbbf6-3def-41bd-bd7d-eddec90a4e72} TCPHandler: Processed in 0.001483479 sec. 2026.03.04 04:36:49.269826 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:49.269924 [ 261 ] {d6b1f619-c2fc-4508-9b93-03724fbcbe97} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:36:49.269966 [ 261 ] {d6b1f619-c2fc-4508-9b93-03724fbcbe97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:36:49.270805 [ 261 ] {d6b1f619-c2fc-4508-9b93-03724fbcbe97} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:49.270842 [ 261 ] {d6b1f619-c2fc-4508-9b93-03724fbcbe97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:49.271158 [ 200 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 5365 rows, containing 5 columns (5 merged, 0 gathered) in 0.002875585 sec., 1865707.3256398265 rows/sec., 151.03 MiB/sec. 2026.03.04 04:36:49.271207 [ 261 ] {d6b1f619-c2fc-4508-9b93-03724fbcbe97} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.04 04:36:49.271439 [ 261 ] {d6b1f619-c2fc-4508-9b93-03724fbcbe97} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:49.271490 [ 200 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.03.04 04:36:49.271581 [ 261 ] {d6b1f619-c2fc-4508-9b93-03724fbcbe97} executeQuery: Read 708 rows, 42.29 KiB in 0.001677 sec., 422182.46869409655 rows/sec., 24.63 MiB/sec. 2026.03.04 04:36:49.271625 [ 261 ] {d6b1f619-c2fc-4508-9b93-03724fbcbe97} TCPHandler: Processed in 0.001849965 sec. 2026.03.04 04:36:49.271754 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:49.271816 [ 200 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_86_17} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:49.271853 [ 261 ] {87beb1b3-24b7-4b1f-bbfa-ef194b3f7283} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.04 04:36:49.271898 [ 261 ] {87beb1b3-24b7-4b1f-bbfa-ef194b3f7283} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.04 04:36:49.271907 [ 200 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_86_17} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.03.04 04:36:49.272013 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. 2026.03.04 04:36:49.272292 [ 261 ] {87beb1b3-24b7-4b1f-bbfa-ef194b3f7283} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:49.272333 [ 261 ] {87beb1b3-24b7-4b1f-bbfa-ef194b3f7283} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:49.272638 [ 261 ] {87beb1b3-24b7-4b1f-bbfa-ef194b3f7283} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.04 04:36:49.272866 [ 261 ] {87beb1b3-24b7-4b1f-bbfa-ef194b3f7283} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:49.273000 [ 261 ] {87beb1b3-24b7-4b1f-bbfa-ef194b3f7283} executeQuery: Read 1 rows, 72.00 B in 0.001167 sec., 856.898029134533 rows/sec., 60.25 KiB/sec. 2026.03.04 04:36:49.273038 [ 261 ] {87beb1b3-24b7-4b1f-bbfa-ef194b3f7283} TCPHandler: Processed in 0.001332285 sec. 2026.03.04 04:36:49.273157 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:49.273254 [ 261 ] {c5469625-9fe3-452d-9af0-2d55d13e8365} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:36:49.273293 [ 261 ] {c5469625-9fe3-452d-9af0-2d55d13e8365} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:36:49.274294 [ 261 ] {c5469625-9fe3-452d-9af0-2d55d13e8365} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:49.274330 [ 261 ] {c5469625-9fe3-452d-9af0-2d55d13e8365} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:49.274703 [ 261 ] {c5469625-9fe3-452d-9af0-2d55d13e8365} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.03.04 04:36:49.274933 [ 261 ] {c5469625-9fe3-452d-9af0-2d55d13e8365} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:49.275063 [ 107 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.03.04 04:36:49.275069 [ 261 ] {c5469625-9fe3-452d-9af0-2d55d13e8365} executeQuery: Read 1023 rows, 72.19 KiB in 0.001835 sec., 557493.1880108991 rows/sec., 38.42 MiB/sec. 2026.03.04 04:36:49.275115 [ 107 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:49.275132 [ 261 ] {c5469625-9fe3-452d-9af0-2d55d13e8365} TCPHandler: Processed in 0.002023769 sec. 2026.03.04 04:36:49.275140 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:49.275241 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.03.04 04:36:49.275262 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:49.275331 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:49.275359 [ 261 ] {39b24633-32ce-48d5-b6aa-73666db759b1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:36:49.275361 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1552 rows starting from the beginning of the part 2026.03.04 04:36:49.275404 [ 261 ] {39b24633-32ce-48d5-b6aa-73666db759b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:36:49.275436 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 72 rows starting from the beginning of the part 2026.03.04 04:36:49.275481 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 141 rows starting from the beginning of the part 2026.03.04 04:36:49.275524 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 72 rows starting from the beginning of the part 2026.03.04 04:36:49.275565 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 97 rows starting from the beginning of the part 2026.03.04 04:36:49.275604 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 1023 rows starting from the beginning of the part 2026.03.04 04:36:49.276174 [ 261 ] {39b24633-32ce-48d5-b6aa-73666db759b1} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:49.276210 [ 261 ] {39b24633-32ce-48d5-b6aa-73666db759b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:49.276632 [ 261 ] {39b24633-32ce-48d5-b6aa-73666db759b1} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.03.04 04:36:49.276770 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 2957 rows, containing 5 columns (5 merged, 0 gathered) in 0.00157008 sec., 1883343.5238968716 rows/sec., 140.31 MiB/sec. 2026.03.04 04:36:49.276851 [ 261 ] {39b24633-32ce-48d5-b6aa-73666db759b1} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:49.276945 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.03.04 04:36:49.276978 [ 107 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.03.04 04:36:49.276990 [ 261 ] {39b24633-32ce-48d5-b6aa-73666db759b1} executeQuery: Read 1219 rows, 78.06 KiB in 0.00165 sec., 738787.8787878788 rows/sec., 46.20 MiB/sec. 2026.03.04 04:36:49.277017 [ 107 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:49.277040 [ 261 ] {39b24633-32ce-48d5-b6aa-73666db759b1} TCPHandler: Processed in 0.001832476 sec. 2026.03.04 04:36:49.277042 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:49.277135 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.03.04 04:36:49.277166 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:49.277196 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_86_17} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:49.277247 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:49.277257 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_86_17} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.03.04 04:36:49.277267 [ 261 ] {0319adcf-0ce8-470d-89ff-f7131a031576} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:36:49.277283 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_86_17} MergeTreeSequentialSource: Reading 5 marks from part all_1_81_16, total 27455 rows starting from the beginning of the part 2026.03.04 04:36:49.277330 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.03.04 04:36:49.277332 [ 261 ] {0319adcf-0ce8-470d-89ff-f7131a031576} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:36:49.277349 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part 2026.03.04 04:36:49.277400 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 200 rows starting from the beginning of the part 2026.03.04 04:36:49.277442 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 160 rows starting from the beginning of the part 2026.03.04 04:36:49.277481 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part 2026.03.04 04:36:49.277523 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 1219 rows starting from the beginning of the part 2026.03.04 04:36:49.278198 [ 261 ] {0319adcf-0ce8-470d-89ff-f7131a031576} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:49.278239 [ 261 ] {0319adcf-0ce8-470d-89ff-f7131a031576} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:49.278797 [ 261 ] {0319adcf-0ce8-470d-89ff-f7131a031576} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.03.04 04:36:49.279039 [ 261 ] {0319adcf-0ce8-470d-89ff-f7131a031576} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:49.279187 [ 261 ] {0319adcf-0ce8-470d-89ff-f7131a031576} executeQuery: Read 19 rows, 34.86 KiB in 0.001938 sec., 9803.921568627451 rows/sec., 17.57 MiB/sec. 2026.03.04 04:36:49.279262 [ 261 ] {0319adcf-0ce8-470d-89ff-f7131a031576} TCPHandler: Processed in 0.002144961 sec. 2026.03.04 04:36:49.279380 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:49.279475 [ 261 ] {a5ba77c8-24c8-4681-b92f-c61839651d3c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:36:49.279518 [ 261 ] {a5ba77c8-24c8-4681-b92f-c61839651d3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:36:49.279856 [ 261 ] {a5ba77c8-24c8-4681-b92f-c61839651d3c} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:49.279893 [ 261 ] {a5ba77c8-24c8-4681-b92f-c61839651d3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:49.280223 [ 261 ] {a5ba77c8-24c8-4681-b92f-c61839651d3c} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.03.04 04:36:49.280447 [ 261 ] {a5ba77c8-24c8-4681-b92f-c61839651d3c} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:49.280571 [ 107 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.03.04 04:36:49.280583 [ 261 ] {a5ba77c8-24c8-4681-b92f-c61839651d3c} executeQuery: Read 12 rows, 848.00 B in 0.001127 sec., 10647.73735581189 rows/sec., 734.80 KiB/sec. 2026.03.04 04:36:49.280617 [ 107 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:49.280635 [ 261 ] {a5ba77c8-24c8-4681-b92f-c61839651d3c} TCPHandler: Processed in 0.001304315 sec. 2026.03.04 04:36:49.280644 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:49.280724 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.03.04 04:36:49.280822 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:49.280848 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4470 rows starting from the beginning of the part 2026.03.04 04:36:49.280896 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part 2026.03.04 04:36:49.280936 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part 2026.03.04 04:36:49.280973 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part 2026.03.04 04:36:49.281013 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part 2026.03.04 04:36:49.281051 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 12 rows starting from the beginning of the part 2026.03.04 04:36:49.282503 [ 189 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 4722 rows, containing 4 columns (4 merged, 0 gathered) in 0.001807475 sec., 2612484.266725681 rows/sec., 173.61 MiB/sec. 2026.03.04 04:36:49.282832 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.03.04 04:36:49.283095 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_86_17} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:49.283161 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_86_17} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.03.04 04:36:49.283235 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2026.03.04 04:36:49.284062 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 29354 rows, containing 5 columns (5 merged, 0 gathered) in 0.006962664 sec., 4215915.057799716 rows/sec., 278.59 MiB/sec. 2026.03.04 04:36:49.284458 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.03.04 04:36:49.284730 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_86_17} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:49.284803 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_86_17} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.03.04 04:36:49.284889 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. 2026.03.04 04:36:49.496158 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2026.03.04 04:36:49.512739 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:49.512794 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:49.518649 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.04 04:36:49.519373 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:49.522682 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2026.03.04 04:36:49.761644 [ 103 ] {} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 2026.03.04 04:36:49.761749 [ 103 ] {} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:49.761785 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:49.761932 [ 195 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_18_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full 2026.03.04 04:36:49.762113 [ 195 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:49.762171 [ 195 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 308 rows starting from the beginning of the part 2026.03.04 04:36:49.762273 [ 195 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 284 rows starting from the beginning of the part 2026.03.04 04:36:49.762345 [ 195 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 284 rows starting from the beginning of the part 2026.03.04 04:36:49.762410 [ 195 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 284 rows starting from the beginning of the part 2026.03.04 04:36:49.762470 [ 195 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part 2026.03.04 04:36:49.763563 [ 186 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 1184 rows, containing 5 columns (5 merged, 0 gathered) in 0.001693763 sec., 699035.2251170913 rows/sec., 47.62 MiB/sec. 2026.03.04 04:36:49.763870 [ 189 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2026.03.04 04:36:49.764409 [ 189 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_18_4} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:49.764544 [ 189 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_18_4} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 2026.03.04 04:36:49.764653 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.03.04 04:36:49.793350 [ 103 ] {} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 2026.03.04 04:36:49.793409 [ 103 ] {} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:49.793441 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:49.793565 [ 191 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_18_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full 2026.03.04 04:36:49.793693 [ 191 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_18_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:36:49.793727 [ 191 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 160 rows starting from the beginning of the part 2026.03.04 04:36:49.793789 [ 191 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 148 rows starting from the beginning of the part 2026.03.04 04:36:49.793840 [ 191 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 148 rows starting from the beginning of the part 2026.03.04 04:36:49.793883 [ 191 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 148 rows starting from the beginning of the part 2026.03.04 04:36:49.793927 [ 191 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_18_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 12 rows starting from the beginning of the part 2026.03.04 04:36:49.794774 [ 189 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_18_4} MergeTask::MergeProjectionsStage: Merge sorted 616 rows, containing 5 columns (5 merged, 0 gathered) in 0.001261954 sec., 488131.89704220596 rows/sec., 29.99 MiB/sec. 2026.03.04 04:36:49.794957 [ 186 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_18_4} MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) 2026.03.04 04:36:49.795297 [ 186 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_18_4} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:49.795390 [ 186 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_18_4} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 2026.03.04 04:36:49.795504 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.04 04:36:50.001161 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 332.46 MiB, peak 343.20 MiB, free memory in arenas 0.00 B, will set to 339.23 MiB (RSS), difference: 6.77 MiB 2026.03.04 04:36:53.984325 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:53.984541 [ 261 ] {e73b29c5-c203-4d85-9f90-1e7d327d2e17} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:36:53.984615 [ 261 ] {e73b29c5-c203-4d85-9f90-1e7d327d2e17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:36:53.985382 [ 261 ] {e73b29c5-c203-4d85-9f90-1e7d327d2e17} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:53.985431 [ 261 ] {e73b29c5-c203-4d85-9f90-1e7d327d2e17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:53.985826 [ 261 ] {e73b29c5-c203-4d85-9f90-1e7d327d2e17} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.03.04 04:36:53.986048 [ 261 ] {e73b29c5-c203-4d85-9f90-1e7d327d2e17} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:53.986198 [ 261 ] {e73b29c5-c203-4d85-9f90-1e7d327d2e17} executeQuery: Read 56 rows, 4.38 KiB in 0.001712 sec., 32710.280373831774 rows/sec., 2.50 MiB/sec. 2026.03.04 04:36:53.986239 [ 261 ] {e73b29c5-c203-4d85-9f90-1e7d327d2e17} TCPHandler: Processed in 0.00205343 sec. 2026.03.04 04:36:53.986360 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:53.986455 [ 261 ] {afdc308f-b99d-489f-bece-47b48d6b5351} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:36:53.986494 [ 261 ] {afdc308f-b99d-489f-bece-47b48d6b5351} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:36:53.986905 [ 261 ] {afdc308f-b99d-489f-bece-47b48d6b5351} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:53.986940 [ 261 ] {afdc308f-b99d-489f-bece-47b48d6b5351} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:53.987242 [ 261 ] {afdc308f-b99d-489f-bece-47b48d6b5351} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.03.04 04:36:53.987448 [ 261 ] {afdc308f-b99d-489f-bece-47b48d6b5351} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:53.987572 [ 261 ] {afdc308f-b99d-489f-bece-47b48d6b5351} executeQuery: Read 64 rows, 5.12 KiB in 0.001135 sec., 56387.66519823789 rows/sec., 4.40 MiB/sec. 2026.03.04 04:36:53.987609 [ 261 ] {afdc308f-b99d-489f-bece-47b48d6b5351} TCPHandler: Processed in 0.001297145 sec. 2026.03.04 04:36:53.987723 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:53.987817 [ 261 ] {90f73b63-8fb1-43cd-b073-e5502c10dfd2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:36:53.987858 [ 261 ] {90f73b63-8fb1-43cd-b073-e5502c10dfd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:36:53.988234 [ 261 ] {90f73b63-8fb1-43cd-b073-e5502c10dfd2} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:53.988270 [ 261 ] {90f73b63-8fb1-43cd-b073-e5502c10dfd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:53.988596 [ 261 ] {90f73b63-8fb1-43cd-b073-e5502c10dfd2} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.03.04 04:36:53.988796 [ 261 ] {90f73b63-8fb1-43cd-b073-e5502c10dfd2} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:53.988926 [ 261 ] {90f73b63-8fb1-43cd-b073-e5502c10dfd2} executeQuery: Read 128 rows, 9.13 KiB in 0.001126 sec., 113676.73179396092 rows/sec., 7.92 MiB/sec. 2026.03.04 04:36:53.988961 [ 261 ] {90f73b63-8fb1-43cd-b073-e5502c10dfd2} TCPHandler: Processed in 0.001286335 sec. 2026.03.04 04:36:53.989071 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:53.989164 [ 261 ] {d1ae4293-7058-4b8f-a84d-330f1964db84} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:36:53.989203 [ 261 ] {d1ae4293-7058-4b8f-a84d-330f1964db84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:36:53.989526 [ 261 ] {d1ae4293-7058-4b8f-a84d-330f1964db84} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:53.989561 [ 261 ] {d1ae4293-7058-4b8f-a84d-330f1964db84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:53.989866 [ 261 ] {d1ae4293-7058-4b8f-a84d-330f1964db84} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.03.04 04:36:53.990071 [ 261 ] {d1ae4293-7058-4b8f-a84d-330f1964db84} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:53.990194 [ 261 ] {d1ae4293-7058-4b8f-a84d-330f1964db84} executeQuery: Read 48 rows, 3.31 KiB in 0.001048 sec., 45801.526717557244 rows/sec., 3.09 MiB/sec. 2026.03.04 04:36:53.990229 [ 261 ] {d1ae4293-7058-4b8f-a84d-330f1964db84} TCPHandler: Processed in 0.001206153 sec. 2026.03.04 04:36:55.669658 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 25436 2026.03.04 04:36:55.670166 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:55.670200 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:55.670686 [ 245 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.04 04:36:55.670921 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:55.671044 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25436 2026.03.04 04:36:57.023642 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 399 2026.03.04 04:36:57.039901 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:57.039950 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:57.045330 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.04 04:36:57.046014 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:57.048698 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 399 2026.03.04 04:36:58.253512 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1480 2026.03.04 04:36:58.255886 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:58.255927 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:58.257085 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.04 04:36:58.257347 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:58.257607 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1480 2026.03.04 04:36:58.988204 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:58.988502 [ 261 ] {acdf5b90-2645-4a45-b384-5ca1543215d2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:36:58.988614 [ 261 ] {acdf5b90-2645-4a45-b384-5ca1543215d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:36:58.989398 [ 261 ] {acdf5b90-2645-4a45-b384-5ca1543215d2} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:58.989451 [ 261 ] {acdf5b90-2645-4a45-b384-5ca1543215d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:58.989869 [ 261 ] {acdf5b90-2645-4a45-b384-5ca1543215d2} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.03.04 04:36:58.990098 [ 261 ] {acdf5b90-2645-4a45-b384-5ca1543215d2} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:58.990262 [ 261 ] {acdf5b90-2645-4a45-b384-5ca1543215d2} executeQuery: Read 122 rows, 10.72 KiB in 0.00184 sec., 66304.34782608696 rows/sec., 5.69 MiB/sec. 2026.03.04 04:36:58.990314 [ 261 ] {acdf5b90-2645-4a45-b384-5ca1543215d2} TCPHandler: Processed in 0.002304835 sec. 2026.03.04 04:36:58.990458 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:58.990563 [ 261 ] {43d51b9b-50a2-4746-848d-c06bdaeb253d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:36:58.990608 [ 261 ] {43d51b9b-50a2-4746-848d-c06bdaeb253d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:36:58.991048 [ 261 ] {43d51b9b-50a2-4746-848d-c06bdaeb253d} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:58.991087 [ 261 ] {43d51b9b-50a2-4746-848d-c06bdaeb253d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:58.991404 [ 261 ] {43d51b9b-50a2-4746-848d-c06bdaeb253d} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.03.04 04:36:58.991620 [ 261 ] {43d51b9b-50a2-4746-848d-c06bdaeb253d} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:58.991756 [ 261 ] {43d51b9b-50a2-4746-848d-c06bdaeb253d} executeQuery: Read 33 rows, 2.48 KiB in 0.001218 sec., 27093.596059113304 rows/sec., 1.99 MiB/sec. 2026.03.04 04:36:58.991798 [ 261 ] {43d51b9b-50a2-4746-848d-c06bdaeb253d} TCPHandler: Processed in 0.001394236 sec. 2026.03.04 04:36:58.991902 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:58.991998 [ 261 ] {faa0a0a0-25ec-4fea-9cd3-6c66126e796d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:36:58.992039 [ 261 ] {faa0a0a0-25ec-4fea-9cd3-6c66126e796d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:36:58.992484 [ 261 ] {faa0a0a0-25ec-4fea-9cd3-6c66126e796d} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:58.992522 [ 261 ] {faa0a0a0-25ec-4fea-9cd3-6c66126e796d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:58.992837 [ 261 ] {faa0a0a0-25ec-4fea-9cd3-6c66126e796d} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.03.04 04:36:58.993061 [ 261 ] {faa0a0a0-25ec-4fea-9cd3-6c66126e796d} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:58.993218 [ 261 ] {faa0a0a0-25ec-4fea-9cd3-6c66126e796d} executeQuery: Read 97 rows, 7.76 KiB in 0.001239 sec., 78288.94269572235 rows/sec., 6.11 MiB/sec. 2026.03.04 04:36:58.993257 [ 261 ] {faa0a0a0-25ec-4fea-9cd3-6c66126e796d} TCPHandler: Processed in 0.001405287 sec. 2026.03.04 04:36:58.993374 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:58.993469 [ 261 ] {e0b64de1-9987-4b48-802e-ffedcd6b47fc} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:36:58.993513 [ 261 ] {e0b64de1-9987-4b48-802e-ffedcd6b47fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:36:58.993931 [ 261 ] {e0b64de1-9987-4b48-802e-ffedcd6b47fc} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:58.993968 [ 261 ] {e0b64de1-9987-4b48-802e-ffedcd6b47fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:58.994303 [ 261 ] {e0b64de1-9987-4b48-802e-ffedcd6b47fc} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.03.04 04:36:58.994549 [ 261 ] {e0b64de1-9987-4b48-802e-ffedcd6b47fc} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:58.994685 [ 261 ] {e0b64de1-9987-4b48-802e-ffedcd6b47fc} executeQuery: Read 160 rows, 11.41 KiB in 0.001235 sec., 129554.65587044535 rows/sec., 9.02 MiB/sec. 2026.03.04 04:36:58.994723 [ 261 ] {e0b64de1-9987-4b48-802e-ffedcd6b47fc} TCPHandler: Processed in 0.001399247 sec. 2026.03.04 04:36:58.994833 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:58.994927 [ 261 ] {2b234f7d-ae04-43fb-a8c6-97c31d68ce18} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:36:58.994983 [ 261 ] {2b234f7d-ae04-43fb-a8c6-97c31d68ce18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:36:58.995852 [ 261 ] {2b234f7d-ae04-43fb-a8c6-97c31d68ce18} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:58.995890 [ 261 ] {2b234f7d-ae04-43fb-a8c6-97c31d68ce18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:58.996474 [ 261 ] {2b234f7d-ae04-43fb-a8c6-97c31d68ce18} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.03.04 04:36:58.996711 [ 261 ] {2b234f7d-ae04-43fb-a8c6-97c31d68ce18} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:58.996851 [ 261 ] {2b234f7d-ae04-43fb-a8c6-97c31d68ce18} executeQuery: Read 33 rows, 60.55 KiB in 0.001943 sec., 16984.045290787442 rows/sec., 30.43 MiB/sec. 2026.03.04 04:36:58.996919 [ 261 ] {2b234f7d-ae04-43fb-a8c6-97c31d68ce18} TCPHandler: Processed in 0.002136301 sec. 2026.03.04 04:36:58.997033 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:36:58.997130 [ 261 ] {502af508-d6b6-44a6-bda2-51aae2e075f9} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:36:58.997173 [ 261 ] {502af508-d6b6-44a6-bda2-51aae2e075f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:36:58.997516 [ 261 ] {502af508-d6b6-44a6-bda2-51aae2e075f9} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:36:58.997554 [ 261 ] {502af508-d6b6-44a6-bda2-51aae2e075f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:36:58.997871 [ 261 ] {502af508-d6b6-44a6-bda2-51aae2e075f9} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.03.04 04:36:58.998095 [ 261 ] {502af508-d6b6-44a6-bda2-51aae2e075f9} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:36:58.998226 [ 261 ] {502af508-d6b6-44a6-bda2-51aae2e075f9} executeQuery: Read 60 rows, 4.14 KiB in 0.001115 sec., 53811.65919282511 rows/sec., 3.63 MiB/sec. 2026.03.04 04:36:58.998265 [ 261 ] {502af508-d6b6-44a6-bda2-51aae2e075f9} TCPHandler: Processed in 0.001281575 sec. 2026.03.04 04:37:02.015127 [ 92 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 2026.03.04 04:37:02.015204 [ 92 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:02.015228 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:37:02.015353 [ 191 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_26_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_22_5 to all_26_26_0 into Compact with storage Full 2026.03.04 04:37:02.015501 [ 191 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_26_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:02.015537 [ 191 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 20 rows starting from the beginning of the part 2026.03.04 04:37:02.015607 [ 191 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part 2026.03.04 04:37:02.015654 [ 191 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part 2026.03.04 04:37:02.015699 [ 191 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2026.03.04 04:37:02.015739 [ 191 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 4 rows starting from the beginning of the part 2026.03.04 04:37:02.016500 [ 186 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_26_6} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001203193 sec., 31582.63055054343 rows/sec., 2.64 MiB/sec. 2026.03.04 04:37:02.016680 [ 188 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_26_6} MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) 2026.03.04 04:37:02.016976 [ 188 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_26_6} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:02.017058 [ 188 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_26_6} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 2026.03.04 04:37:02.017150 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.04 04:37:03.026009 [ 92 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:37:03.026057 [ 92 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:37:03.171203 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 25948 2026.03.04 04:37:03.171737 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:03.171787 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:37:03.172293 [ 245 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.04 04:37:03.172528 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:03.172675 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25948 2026.03.04 04:37:03.986996 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:03.987184 [ 261 ] {87e2be6b-621b-417e-8209-5e92e1d713a3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:37:03.987270 [ 261 ] {87e2be6b-621b-417e-8209-5e92e1d713a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:37:03.987993 [ 261 ] {87e2be6b-621b-417e-8209-5e92e1d713a3} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:03.988044 [ 261 ] {87e2be6b-621b-417e-8209-5e92e1d713a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:37:03.988471 [ 261 ] {87e2be6b-621b-417e-8209-5e92e1d713a3} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.03.04 04:37:03.988750 [ 261 ] {87e2be6b-621b-417e-8209-5e92e1d713a3} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:03.988922 [ 261 ] {87e2be6b-621b-417e-8209-5e92e1d713a3} executeQuery: Read 72 rows, 5.91 KiB in 0.001793 sec., 40156.16285554936 rows/sec., 3.22 MiB/sec. 2026.03.04 04:37:03.988993 [ 261 ] {87e2be6b-621b-417e-8209-5e92e1d713a3} TCPHandler: Processed in 0.002130591 sec. 2026.03.04 04:37:03.989145 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:03.989257 [ 261 ] {3371eba4-b505-4f54-b52f-3973aa9d94c1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:37:03.989307 [ 261 ] {3371eba4-b505-4f54-b52f-3973aa9d94c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:37:03.989762 [ 261 ] {3371eba4-b505-4f54-b52f-3973aa9d94c1} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:03.989803 [ 261 ] {3371eba4-b505-4f54-b52f-3973aa9d94c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:37:03.990157 [ 261 ] {3371eba4-b505-4f54-b52f-3973aa9d94c1} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.03.04 04:37:03.990387 [ 261 ] {3371eba4-b505-4f54-b52f-3973aa9d94c1} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:03.990533 [ 261 ] {3371eba4-b505-4f54-b52f-3973aa9d94c1} executeQuery: Read 8 rows, 616.00 B in 0.001301 sec., 6149.116064565718 rows/sec., 462.38 KiB/sec. 2026.03.04 04:37:03.990576 [ 261 ] {3371eba4-b505-4f54-b52f-3973aa9d94c1} TCPHandler: Processed in 0.001484989 sec. 2026.03.04 04:37:03.990697 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:03.990799 [ 261 ] {fa60bb64-3c99-4751-8c31-8f1d087c0565} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:37:03.990841 [ 261 ] {fa60bb64-3c99-4751-8c31-8f1d087c0565} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:37:03.991297 [ 261 ] {fa60bb64-3c99-4751-8c31-8f1d087c0565} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:03.991335 [ 261 ] {fa60bb64-3c99-4751-8c31-8f1d087c0565} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:37:03.991666 [ 261 ] {fa60bb64-3c99-4751-8c31-8f1d087c0565} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.03.04 04:37:03.991893 [ 261 ] {fa60bb64-3c99-4751-8c31-8f1d087c0565} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:03.992035 [ 261 ] {fa60bb64-3c99-4751-8c31-8f1d087c0565} executeQuery: Read 72 rows, 5.76 KiB in 0.001259 sec., 57188.24463860207 rows/sec., 4.46 MiB/sec. 2026.03.04 04:37:03.992077 [ 261 ] {fa60bb64-3c99-4751-8c31-8f1d087c0565} TCPHandler: Processed in 0.001431658 sec. 2026.03.04 04:37:03.992211 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:03.992314 [ 261 ] {904b6d7b-8a89-447b-81ba-51dfba6568bc} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:37:03.992361 [ 261 ] {904b6d7b-8a89-447b-81ba-51dfba6568bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:37:03.992791 [ 261 ] {904b6d7b-8a89-447b-81ba-51dfba6568bc} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:03.992828 [ 261 ] {904b6d7b-8a89-447b-81ba-51dfba6568bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:37:03.993191 [ 261 ] {904b6d7b-8a89-447b-81ba-51dfba6568bc} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.03.04 04:37:03.993416 [ 261 ] {904b6d7b-8a89-447b-81ba-51dfba6568bc} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:03.993553 [ 261 ] {904b6d7b-8a89-447b-81ba-51dfba6568bc} executeQuery: Read 160 rows, 11.41 KiB in 0.001261 sec., 126883.42585249803 rows/sec., 8.84 MiB/sec. 2026.03.04 04:37:03.993591 [ 261 ] {904b6d7b-8a89-447b-81ba-51dfba6568bc} TCPHandler: Processed in 0.001431268 sec. 2026.03.04 04:37:03.993710 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:03.993809 [ 261 ] {5220e54a-31f8-4e75-b12e-92fbb5417c89} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:37:03.993866 [ 261 ] {5220e54a-31f8-4e75-b12e-92fbb5417c89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:37:03.994645 [ 261 ] {5220e54a-31f8-4e75-b12e-92fbb5417c89} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:03.994683 [ 261 ] {5220e54a-31f8-4e75-b12e-92fbb5417c89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:37:03.995257 [ 261 ] {5220e54a-31f8-4e75-b12e-92fbb5417c89} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.03.04 04:37:03.995505 [ 261 ] {5220e54a-31f8-4e75-b12e-92fbb5417c89} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:03.995658 [ 261 ] {5220e54a-31f8-4e75-b12e-92fbb5417c89} executeQuery: Read 8 rows, 14.68 KiB in 0.001869 sec., 4280.3638309256285 rows/sec., 7.67 MiB/sec. 2026.03.04 04:37:03.995737 [ 261 ] {5220e54a-31f8-4e75-b12e-92fbb5417c89} TCPHandler: Processed in 0.00207919 sec. 2026.03.04 04:37:03.995872 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:03.995971 [ 261 ] {9b0e843c-1c0b-4885-a888-dbe6045733eb} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:37:03.996014 [ 261 ] {9b0e843c-1c0b-4885-a888-dbe6045733eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:37:03.996372 [ 261 ] {9b0e843c-1c0b-4885-a888-dbe6045733eb} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:03.996410 [ 261 ] {9b0e843c-1c0b-4885-a888-dbe6045733eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.12 GiB. 2026.03.04 04:37:03.996725 [ 261 ] {9b0e843c-1c0b-4885-a888-dbe6045733eb} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.03.04 04:37:03.996941 [ 261 ] {9b0e843c-1c0b-4885-a888-dbe6045733eb} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:03.997072 [ 261 ] {9b0e843c-1c0b-4885-a888-dbe6045733eb} executeQuery: Read 60 rows, 4.14 KiB in 0.001121 sec., 53523.63960749331 rows/sec., 3.61 MiB/sec. 2026.03.04 04:37:03.997109 [ 261 ] {9b0e843c-1c0b-4885-a888-dbe6045733eb} TCPHandler: Processed in 0.001286525 sec. 2026.03.04 04:37:04.548813 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 407 2026.03.04 04:37:04.566457 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:04.566523 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.11 GiB. 2026.03.04 04:37:04.572994 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.04 04:37:04.573699 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:04.577092 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2026.03.04 04:37:08.257840 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1504 2026.03.04 04:37:08.260115 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:08.260168 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.11 GiB. 2026.03.04 04:37:08.261394 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.04 04:37:08.261661 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:08.261824 [ 54 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.03.04 04:37:08.261891 [ 54 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:08.261914 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.11 GiB. 2026.03.04 04:37:08.262026 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1504 2026.03.04 04:37:08.262040 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.03.04 04:37:08.262609 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:08.262755 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1326 rows starting from the beginning of the part 2026.03.04 04:37:08.263102 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 50 rows starting from the beginning of the part 2026.03.04 04:37:08.263415 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 34 rows starting from the beginning of the part 2026.03.04 04:37:08.263713 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 32 rows starting from the beginning of the part 2026.03.04 04:37:08.264009 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 38 rows starting from the beginning of the part 2026.03.04 04:37:08.264306 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 24 rows starting from the beginning of the part 2026.03.04 04:37:08.271175 [ 186 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1504 rows, containing 72 columns (72 merged, 0 gathered) in 0.009193307 sec., 163597.27788922965 rows/sec., 130.66 MiB/sec. 2026.03.04 04:37:08.272578 [ 192 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.03.04 04:37:08.273115 [ 192 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_41_8} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:08.273198 [ 192 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_41_8} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.03.04 04:37:08.273400 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. 2026.03.04 04:37:08.989267 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:08.989456 [ 261 ] {2f7adb16-7e08-4708-8b3c-ffa1e3bb7b0c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:37:08.989528 [ 261 ] {2f7adb16-7e08-4708-8b3c-ffa1e3bb7b0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:37:08.990194 [ 261 ] {2f7adb16-7e08-4708-8b3c-ffa1e3bb7b0c} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:08.990249 [ 261 ] {2f7adb16-7e08-4708-8b3c-ffa1e3bb7b0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.11 GiB. 2026.03.04 04:37:08.990681 [ 261 ] {2f7adb16-7e08-4708-8b3c-ffa1e3bb7b0c} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.04 04:37:08.990916 [ 261 ] {2f7adb16-7e08-4708-8b3c-ffa1e3bb7b0c} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:08.991088 [ 261 ] {2f7adb16-7e08-4708-8b3c-ffa1e3bb7b0c} executeQuery: Read 24 rows, 2.04 KiB in 0.001684 sec., 14251.781472684086 rows/sec., 1.18 MiB/sec. 2026.03.04 04:37:08.991142 [ 261 ] {2f7adb16-7e08-4708-8b3c-ffa1e3bb7b0c} TCPHandler: Processed in 0.002014748 sec. 2026.03.04 04:37:08.991278 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:08.991386 [ 261 ] {d5453e37-434f-4764-9b9f-95748922c00d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:37:08.991432 [ 261 ] {d5453e37-434f-4764-9b9f-95748922c00d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:37:08.991866 [ 261 ] {d5453e37-434f-4764-9b9f-95748922c00d} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:08.991907 [ 261 ] {d5453e37-434f-4764-9b9f-95748922c00d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.11 GiB. 2026.03.04 04:37:08.992221 [ 261 ] {d5453e37-434f-4764-9b9f-95748922c00d} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.04 04:37:08.992439 [ 261 ] {d5453e37-434f-4764-9b9f-95748922c00d} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:08.992576 [ 261 ] {d5453e37-434f-4764-9b9f-95748922c00d} executeQuery: Read 2 rows, 167.00 B in 0.001215 sec., 1646.0905349794239 rows/sec., 134.23 KiB/sec. 2026.03.04 04:37:08.992617 [ 261 ] {d5453e37-434f-4764-9b9f-95748922c00d} TCPHandler: Processed in 0.001392137 sec. 2026.03.04 04:37:08.992748 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:08.992847 [ 261 ] {173d5d44-070d-42f8-b70d-16a466b40d2c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:37:08.992888 [ 261 ] {173d5d44-070d-42f8-b70d-16a466b40d2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:37:08.993394 [ 261 ] {173d5d44-070d-42f8-b70d-16a466b40d2c} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:08.993432 [ 261 ] {173d5d44-070d-42f8-b70d-16a466b40d2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.11 GiB. 2026.03.04 04:37:08.993775 [ 261 ] {173d5d44-070d-42f8-b70d-16a466b40d2c} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.03.04 04:37:08.993987 [ 261 ] {173d5d44-070d-42f8-b70d-16a466b40d2c} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:08.994119 [ 261 ] {173d5d44-070d-42f8-b70d-16a466b40d2c} executeQuery: Read 243 rows, 22.23 KiB in 0.001293 sec., 187935.0348027842 rows/sec., 16.79 MiB/sec. 2026.03.04 04:37:08.994157 [ 261 ] {173d5d44-070d-42f8-b70d-16a466b40d2c} TCPHandler: Processed in 0.001460248 sec. 2026.03.04 04:37:08.994274 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:08.994370 [ 261 ] {59aca1ac-cb56-4cc4-ad1d-c67c34f5f880} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:37:08.994410 [ 261 ] {59aca1ac-cb56-4cc4-ad1d-c67c34f5f880} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:37:08.994853 [ 261 ] {59aca1ac-cb56-4cc4-ad1d-c67c34f5f880} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:08.994891 [ 261 ] {59aca1ac-cb56-4cc4-ad1d-c67c34f5f880} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.11 GiB. 2026.03.04 04:37:08.995227 [ 261 ] {59aca1ac-cb56-4cc4-ad1d-c67c34f5f880} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.03.04 04:37:08.995441 [ 261 ] {59aca1ac-cb56-4cc4-ad1d-c67c34f5f880} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:08.995576 [ 261 ] {59aca1ac-cb56-4cc4-ad1d-c67c34f5f880} executeQuery: Read 47 rows, 3.58 KiB in 0.001224 sec., 38398.69281045751 rows/sec., 2.86 MiB/sec. 2026.03.04 04:37:08.995572 [ 54 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.03.04 04:37:08.995617 [ 261 ] {59aca1ac-cb56-4cc4-ad1d-c67c34f5f880} TCPHandler: Processed in 0.001392467 sec. 2026.03.04 04:37:08.995649 [ 54 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:08.995674 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.11 GiB. 2026.03.04 04:37:08.995746 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:08.995786 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.03.04 04:37:08.995844 [ 261 ] {187c86ec-04ab-4682-91eb-2e3af686f9fd} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:37:08.995889 [ 261 ] {187c86ec-04ab-4682-91eb-2e3af686f9fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:37:08.995916 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:08.995955 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 226 rows starting from the beginning of the part 2026.03.04 04:37:08.996021 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 33 rows starting from the beginning of the part 2026.03.04 04:37:08.996068 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 23 rows starting from the beginning of the part 2026.03.04 04:37:08.996113 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 33 rows starting from the beginning of the part 2026.03.04 04:37:08.996155 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part 2026.03.04 04:37:08.996199 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 47 rows starting from the beginning of the part 2026.03.04 04:37:08.996327 [ 261 ] {187c86ec-04ab-4682-91eb-2e3af686f9fd} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:08.996372 [ 261 ] {187c86ec-04ab-4682-91eb-2e3af686f9fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.11 GiB. 2026.03.04 04:37:08.996704 [ 261 ] {187c86ec-04ab-4682-91eb-2e3af686f9fd} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.04 04:37:08.996937 [ 261 ] {187c86ec-04ab-4682-91eb-2e3af686f9fd} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:08.997085 [ 261 ] {187c86ec-04ab-4682-91eb-2e3af686f9fd} executeQuery: Read 24 rows, 2.04 KiB in 0.00126 sec., 19047.619047619046 rows/sec., 1.58 MiB/sec. 2026.03.04 04:37:08.997125 [ 261 ] {187c86ec-04ab-4682-91eb-2e3af686f9fd} TCPHandler: Processed in 0.001429668 sec. 2026.03.04 04:37:08.997150 [ 186 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 370 rows, containing 5 columns (5 merged, 0 gathered) in 0.001414317 sec., 261610.3744775747 rows/sec., 18.72 MiB/sec. 2026.03.04 04:37:08.997253 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:08.997322 [ 197 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.03.04 04:37:08.997350 [ 261 ] {638f873a-fae6-4ce1-b9df-7a7d74cde861} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:37:08.997391 [ 261 ] {638f873a-fae6-4ce1-b9df-7a7d74cde861} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:37:08.997604 [ 197 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_76_15} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:08.997675 [ 197 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_76_15} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.03.04 04:37:08.997771 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.04 04:37:08.997808 [ 261 ] {638f873a-fae6-4ce1-b9df-7a7d74cde861} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:08.997845 [ 261 ] {638f873a-fae6-4ce1-b9df-7a7d74cde861} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.11 GiB. 2026.03.04 04:37:08.998168 [ 261 ] {638f873a-fae6-4ce1-b9df-7a7d74cde861} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.04 04:37:08.998394 [ 261 ] {638f873a-fae6-4ce1-b9df-7a7d74cde861} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:08.998528 [ 261 ] {638f873a-fae6-4ce1-b9df-7a7d74cde861} executeQuery: Read 12 rows, 960.00 B in 0.001195 sec., 10041.8410041841 rows/sec., 784.52 KiB/sec. 2026.03.04 04:37:08.998570 [ 261 ] {638f873a-fae6-4ce1-b9df-7a7d74cde861} TCPHandler: Processed in 0.001373207 sec. 2026.03.04 04:37:08.998690 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:08.998785 [ 261 ] {3e70ceaa-192b-4082-8e38-bca026ab4012} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:37:08.998825 [ 261 ] {3e70ceaa-192b-4082-8e38-bca026ab4012} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:37:08.999318 [ 261 ] {3e70ceaa-192b-4082-8e38-bca026ab4012} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:08.999357 [ 261 ] {3e70ceaa-192b-4082-8e38-bca026ab4012} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.11 GiB. 2026.03.04 04:37:08.999677 [ 261 ] {3e70ceaa-192b-4082-8e38-bca026ab4012} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.03.04 04:37:08.999910 [ 261 ] {3e70ceaa-192b-4082-8e38-bca026ab4012} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:09.000054 [ 261 ] {3e70ceaa-192b-4082-8e38-bca026ab4012} executeQuery: Read 135 rows, 11.18 KiB in 0.001286 sec., 104976.67185069984 rows/sec., 8.49 MiB/sec. 2026.03.04 04:37:09.000094 [ 261 ] {3e70ceaa-192b-4082-8e38-bca026ab4012} TCPHandler: Processed in 0.001455088 sec. 2026.03.04 04:37:09.000209 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:09.000306 [ 261 ] {ba3e2f57-e996-4904-94b3-ec40c1234e1f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:37:09.000352 [ 261 ] {ba3e2f57-e996-4904-94b3-ec40c1234e1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:37:09.000767 [ 261 ] {ba3e2f57-e996-4904-94b3-ec40c1234e1f} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:09.000804 [ 261 ] {ba3e2f57-e996-4904-94b3-ec40c1234e1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.11 GiB. 2026.03.04 04:37:09.001151 [ 261 ] {ba3e2f57-e996-4904-94b3-ec40c1234e1f} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.03.04 04:37:09.001389 [ 261 ] {ba3e2f57-e996-4904-94b3-ec40c1234e1f} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:09.001527 [ 261 ] {ba3e2f57-e996-4904-94b3-ec40c1234e1f} executeQuery: Read 197 rows, 14.47 KiB in 0.001239 sec., 158999.19289749797 rows/sec., 11.40 MiB/sec. 2026.03.04 04:37:09.001565 [ 261 ] {ba3e2f57-e996-4904-94b3-ec40c1234e1f} TCPHandler: Processed in 0.001405936 sec. 2026.03.04 04:37:09.001686 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:09.001781 [ 261 ] {d93f80a2-53fa-4f1f-8e38-941ec5dd18a6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:37:09.001837 [ 261 ] {d93f80a2-53fa-4f1f-8e38-941ec5dd18a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:37:09.002692 [ 261 ] {d93f80a2-53fa-4f1f-8e38-941ec5dd18a6} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:09.002731 [ 261 ] {d93f80a2-53fa-4f1f-8e38-941ec5dd18a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.11 GiB. 2026.03.04 04:37:09.003317 [ 261 ] {d93f80a2-53fa-4f1f-8e38-941ec5dd18a6} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.03.04 04:37:09.003554 [ 261 ] {d93f80a2-53fa-4f1f-8e38-941ec5dd18a6} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:09.003706 [ 261 ] {d93f80a2-53fa-4f1f-8e38-941ec5dd18a6} executeQuery: Read 33 rows, 60.55 KiB in 0.001943 sec., 16984.045290787442 rows/sec., 30.43 MiB/sec. 2026.03.04 04:37:09.003778 [ 261 ] {d93f80a2-53fa-4f1f-8e38-941ec5dd18a6} TCPHandler: Processed in 0.002142401 sec. 2026.03.04 04:37:09.003907 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:09.004002 [ 261 ] {ecdaa7e1-8f55-4892-b809-f1ce35ee8949} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:37:09.004044 [ 261 ] {ecdaa7e1-8f55-4892-b809-f1ce35ee8949} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:37:09.004389 [ 261 ] {ecdaa7e1-8f55-4892-b809-f1ce35ee8949} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:09.004427 [ 261 ] {ecdaa7e1-8f55-4892-b809-f1ce35ee8949} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.11 GiB. 2026.03.04 04:37:09.004749 [ 261 ] {ecdaa7e1-8f55-4892-b809-f1ce35ee8949} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.03.04 04:37:09.004989 [ 261 ] {ecdaa7e1-8f55-4892-b809-f1ce35ee8949} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:09.005123 [ 261 ] {ecdaa7e1-8f55-4892-b809-f1ce35ee8949} executeQuery: Read 60 rows, 4.14 KiB in 0.00114 sec., 52631.57894736842 rows/sec., 3.55 MiB/sec. 2026.03.04 04:37:09.005160 [ 261 ] {ecdaa7e1-8f55-4892-b809-f1ce35ee8949} TCPHandler: Processed in 0.001304595 sec. 2026.03.04 04:37:10.672813 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 26396 2026.03.04 04:37:10.673393 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:10.673448 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.11 GiB. 2026.03.04 04:37:10.673954 [ 245 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.04 04:37:10.674180 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:10.674329 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26396 2026.03.04 04:37:12.077184 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 2026.03.04 04:37:12.095197 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:12.095263 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.11 GiB. 2026.03.04 04:37:12.101692 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.04 04:37:12.102448 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:12.105906 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 415 2026.03.04 04:37:13.986136 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:13.986322 [ 261 ] {e04fad66-aa4d-4ff1-8a39-f5f9f2d5a6f2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:37:13.986391 [ 261 ] {e04fad66-aa4d-4ff1-8a39-f5f9f2d5a6f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:37:13.987056 [ 261 ] {e04fad66-aa4d-4ff1-8a39-f5f9f2d5a6f2} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:13.987109 [ 261 ] {e04fad66-aa4d-4ff1-8a39-f5f9f2d5a6f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.11 GiB. 2026.03.04 04:37:13.987513 [ 261 ] {e04fad66-aa4d-4ff1-8a39-f5f9f2d5a6f2} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.03.04 04:37:13.987739 [ 261 ] {e04fad66-aa4d-4ff1-8a39-f5f9f2d5a6f2} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:13.987899 [ 84 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.03.04 04:37:13.987906 [ 261 ] {e04fad66-aa4d-4ff1-8a39-f5f9f2d5a6f2} executeQuery: Read 72 rows, 5.91 KiB in 0.001636 sec., 44009.779951100245 rows/sec., 3.53 MiB/sec. 2026.03.04 04:37:13.987972 [ 84 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:13.987998 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.11 GiB. 2026.03.04 04:37:13.988006 [ 261 ] {e04fad66-aa4d-4ff1-8a39-f5f9f2d5a6f2} TCPHandler: Processed in 0.002012839 sec. 2026.03.04 04:37:13.988117 [ 199 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.03.04 04:37:13.988149 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:13.988253 [ 199 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:13.988262 [ 261 ] {20ad12ed-4f1b-46b5-9e9e-c80431f041af} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:37:13.988293 [ 199 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 2895 rows starting from the beginning of the part 2026.03.04 04:37:13.988316 [ 261 ] {20ad12ed-4f1b-46b5-9e9e-c80431f041af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:37:13.988370 [ 199 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 56 rows starting from the beginning of the part 2026.03.04 04:37:13.988427 [ 199 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 122 rows starting from the beginning of the part 2026.03.04 04:37:13.988474 [ 199 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 72 rows starting from the beginning of the part 2026.03.04 04:37:13.988521 [ 199 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 243 rows starting from the beginning of the part 2026.03.04 04:37:13.988571 [ 199 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 72 rows starting from the beginning of the part 2026.03.04 04:37:13.988768 [ 261 ] {20ad12ed-4f1b-46b5-9e9e-c80431f041af} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:13.988812 [ 261 ] {20ad12ed-4f1b-46b5-9e9e-c80431f041af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.11 GiB. 2026.03.04 04:37:13.989147 [ 261 ] {20ad12ed-4f1b-46b5-9e9e-c80431f041af} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.03.04 04:37:13.989378 [ 261 ] {20ad12ed-4f1b-46b5-9e9e-c80431f041af} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:13.989519 [ 261 ] {20ad12ed-4f1b-46b5-9e9e-c80431f041af} executeQuery: Read 8 rows, 616.00 B in 0.001283 sec., 6235.385814497272 rows/sec., 468.87 KiB/sec. 2026.03.04 04:37:13.989560 [ 261 ] {20ad12ed-4f1b-46b5-9e9e-c80431f041af} TCPHandler: Processed in 0.001465319 sec. 2026.03.04 04:37:13.989675 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:13.989774 [ 261 ] {a9c08ff5-29da-435d-aa3d-d4a3a6ab6652} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:37:13.989816 [ 261 ] {a9c08ff5-29da-435d-aa3d-d4a3a6ab6652} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:37:13.989996 [ 199 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 3460 rows, containing 5 columns (5 merged, 0 gathered) in 0.001935298 sec., 1787838.3587437181 rows/sec., 146.96 MiB/sec. 2026.03.04 04:37:13.990240 [ 199 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.03.04 04:37:13.990246 [ 261 ] {a9c08ff5-29da-435d-aa3d-d4a3a6ab6652} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:13.990292 [ 261 ] {a9c08ff5-29da-435d-aa3d-d4a3a6ab6652} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.11 GiB. 2026.03.04 04:37:13.990492 [ 199 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_91_18} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:13.990580 [ 199 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_91_18} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.03.04 04:37:13.990648 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2026.03.04 04:37:13.990654 [ 261 ] {a9c08ff5-29da-435d-aa3d-d4a3a6ab6652} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.03.04 04:37:13.990890 [ 261 ] {a9c08ff5-29da-435d-aa3d-d4a3a6ab6652} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:13.991028 [ 261 ] {a9c08ff5-29da-435d-aa3d-d4a3a6ab6652} executeQuery: Read 72 rows, 5.76 KiB in 0.001274 sec., 56514.913657770805 rows/sec., 4.41 MiB/sec. 2026.03.04 04:37:13.991032 [ 83 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.03.04 04:37:13.991068 [ 261 ] {a9c08ff5-29da-435d-aa3d-d4a3a6ab6652} TCPHandler: Processed in 0.001445358 sec. 2026.03.04 04:37:13.991083 [ 83 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:13.991109 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.11 GiB. 2026.03.04 04:37:13.991187 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.03.04 04:37:13.991250 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:13.991275 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:13.991307 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1552 rows starting from the beginning of the part 2026.03.04 04:37:13.991352 [ 261 ] {be9225b2-0d9d-4e59-9886-2102b5b9008d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:37:13.991361 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 64 rows starting from the beginning of the part 2026.03.04 04:37:13.991406 [ 261 ] {be9225b2-0d9d-4e59-9886-2102b5b9008d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:37:13.991421 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 97 rows starting from the beginning of the part 2026.03.04 04:37:13.991466 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 72 rows starting from the beginning of the part 2026.03.04 04:37:13.991505 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 135 rows starting from the beginning of the part 2026.03.04 04:37:13.991544 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 72 rows starting from the beginning of the part 2026.03.04 04:37:13.991826 [ 261 ] {be9225b2-0d9d-4e59-9886-2102b5b9008d} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:13.991868 [ 261 ] {be9225b2-0d9d-4e59-9886-2102b5b9008d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.11 GiB. 2026.03.04 04:37:13.992226 [ 261 ] {be9225b2-0d9d-4e59-9886-2102b5b9008d} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.03.04 04:37:13.992447 [ 261 ] {be9225b2-0d9d-4e59-9886-2102b5b9008d} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:13.992528 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1992 rows, containing 5 columns (5 merged, 0 gathered) in 0.001370216 sec., 1453785.3885810704 rows/sec., 109.94 MiB/sec. 2026.03.04 04:37:13.992576 [ 83 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.03.04 04:37:13.992583 [ 261 ] {be9225b2-0d9d-4e59-9886-2102b5b9008d} executeQuery: Read 160 rows, 11.41 KiB in 0.001251 sec., 127897.6818545164 rows/sec., 8.91 MiB/sec. 2026.03.04 04:37:13.992617 [ 83 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:13.992640 [ 261 ] {be9225b2-0d9d-4e59-9886-2102b5b9008d} TCPHandler: Processed in 0.001440728 sec. 2026.03.04 04:37:13.992641 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.11 GiB. 2026.03.04 04:37:13.992749 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.03.04 04:37:13.992753 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.03.04 04:37:13.992763 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:13.992891 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:13.992894 [ 261 ] {94d265fb-ae0d-4710-a7a6-06dd0a4058af} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:37:13.992938 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_91_18} MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 29354 rows starting from the beginning of the part 2026.03.04 04:37:13.992970 [ 261 ] {94d265fb-ae0d-4710-a7a6-06dd0a4058af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:37:13.993009 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 128 rows starting from the beginning of the part 2026.03.04 04:37:13.993066 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part 2026.03.04 04:37:13.993066 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_91_18} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:13.993118 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part 2026.03.04 04:37:13.993162 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_91_18} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.03.04 04:37:13.993169 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 197 rows starting from the beginning of the part 2026.03.04 04:37:13.993234 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part 2026.03.04 04:37:13.993245 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.03.04 04:37:13.993776 [ 261 ] {94d265fb-ae0d-4710-a7a6-06dd0a4058af} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:13.993818 [ 261 ] {94d265fb-ae0d-4710-a7a6-06dd0a4058af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.11 GiB. 2026.03.04 04:37:13.994377 [ 261 ] {94d265fb-ae0d-4710-a7a6-06dd0a4058af} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.03.04 04:37:13.994618 [ 261 ] {94d265fb-ae0d-4710-a7a6-06dd0a4058af} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:13.994755 [ 83 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.03.04 04:37:13.994769 [ 261 ] {94d265fb-ae0d-4710-a7a6-06dd0a4058af} executeQuery: Read 8 rows, 14.68 KiB in 0.001894 sec., 4223.864836325238 rows/sec., 7.57 MiB/sec. 2026.03.04 04:37:13.994796 [ 83 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:13.994823 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.11 GiB. 2026.03.04 04:37:13.994860 [ 261 ] {94d265fb-ae0d-4710-a7a6-06dd0a4058af} TCPHandler: Processed in 0.002147392 sec. 2026.03.04 04:37:13.994904 [ 186 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.03.04 04:37:13.994990 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:13.995095 [ 261 ] {d1a28d13-fb66-4195-b9fb-cfc72be3ac76} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:37:13.995124 [ 186 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:13.995139 [ 261 ] {d1a28d13-fb66-4195-b9fb-cfc72be3ac76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:37:13.995194 [ 186 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1587 rows starting from the beginning of the part 2026.03.04 04:37:13.995327 [ 186 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 19 rows starting from the beginning of the part 2026.03.04 04:37:13.995429 [ 186 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 33 rows starting from the beginning of the part 2026.03.04 04:37:13.995503 [ 261 ] {d1a28d13-fb66-4195-b9fb-cfc72be3ac76} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:13.995535 [ 186 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 8 rows starting from the beginning of the part 2026.03.04 04:37:13.995552 [ 261 ] {d1a28d13-fb66-4195-b9fb-cfc72be3ac76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:13.995639 [ 186 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 33 rows starting from the beginning of the part 2026.03.04 04:37:13.995743 [ 186 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 8 rows starting from the beginning of the part 2026.03.04 04:37:13.995905 [ 261 ] {d1a28d13-fb66-4195-b9fb-cfc72be3ac76} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.03.04 04:37:13.996143 [ 261 ] {d1a28d13-fb66-4195-b9fb-cfc72be3ac76} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:13.996281 [ 83 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.03.04 04:37:13.996298 [ 261 ] {d1a28d13-fb66-4195-b9fb-cfc72be3ac76} executeQuery: Read 60 rows, 4.14 KiB in 0.001222 sec., 49099.836333878884 rows/sec., 3.31 MiB/sec. 2026.03.04 04:37:13.996314 [ 83 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:13.996343 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:13.996346 [ 261 ] {d1a28d13-fb66-4195-b9fb-cfc72be3ac76} TCPHandler: Processed in 0.001407467 sec. 2026.03.04 04:37:13.996416 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.03.04 04:37:13.996508 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:13.996536 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4722 rows starting from the beginning of the part 2026.03.04 04:37:13.996578 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 48 rows starting from the beginning of the part 2026.03.04 04:37:13.996616 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part 2026.03.04 04:37:13.996651 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part 2026.03.04 04:37:13.996683 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part 2026.03.04 04:37:13.996713 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part 2026.03.04 04:37:13.998999 [ 196 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 5010 rows, containing 4 columns (4 merged, 0 gathered) in 0.00260974 sec., 1919731.4675025097 rows/sec., 127.68 MiB/sec. 2026.03.04 04:37:13.999475 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.03.04 04:37:13.999718 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_91_18} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:13.999785 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_91_18} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.03.04 04:37:13.999846 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2026.03.04 04:37:14.000033 [ 193 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 30159 rows, containing 5 columns (5 merged, 0 gathered) in 0.007324861 sec., 4117347.7558140694 rows/sec., 272.52 MiB/sec. 2026.03.04 04:37:14.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 353.21 MiB, peak 359.21 MiB, free memory in arenas 0.00 B, will set to 344.32 MiB (RSS), difference: -8.88 MiB 2026.03.04 04:37:14.000533 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.03.04 04:37:14.000788 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_91_18} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:14.000864 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_91_18} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.03.04 04:37:14.000956 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.03.04 04:37:14.006403 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1688 rows, containing 19 columns (19 merged, 0 gathered) in 0.011536102 sec., 146323.25546358727 rows/sec., 262.20 MiB/sec. 2026.03.04 04:37:14.008025 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.03.04 04:37:14.008361 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_76_15} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:14.008432 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_76_15} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.03.04 04:37:14.008577 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.50 MiB. 2026.03.04 04:37:15.000210 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 331.78 MiB, peak 359.21 MiB, free memory in arenas 0.00 B, will set to 345.59 MiB (RSS), difference: 13.81 MiB 2026.03.04 04:37:15.919238 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62622 2026.03.04 04:37:15.919345 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:37:15.919371 [ 289 ] {} TCP-Session: 85246860-dae0-4a34-9dda-c4f1e7e2fe92 Authenticating user 'default' from [fd00:1122:3344:101::e]:62622 2026.03.04 04:37:15.919395 [ 289 ] {} TCP-Session: 85246860-dae0-4a34-9dda-c4f1e7e2fe92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:15.919411 [ 289 ] {} TCP-Session: 85246860-dae0-4a34-9dda-c4f1e7e2fe92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:15.919588 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62865 2026.03.04 04:37:15.919640 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54811 2026.03.04 04:37:15.919641 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45770 2026.03.04 04:37:15.919676 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63323 2026.03.04 04:37:15.919710 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38452 2026.03.04 04:37:15.919730 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:37:15.919735 [ 289 ] {} TCP-Session: 85246860-dae0-4a34-9dda-c4f1e7e2fe92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:15.919756 [ 292 ] {} TCP-Session: fd130a20-32a8-46c5-846f-5fef106ba4be Authenticating user 'default' from [fd00:1122:3344:101::e]:54811 2026.03.04 04:37:15.919778 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:37:15.919786 [ 292 ] {} TCP-Session: fd130a20-32a8-46c5-846f-5fef106ba4be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:15.919795 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:37:15.919798 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:37:15.919834 [ 291 ] {} TCP-Session: 3d1bb2d8-3913-4b80-91c3-4743b05cff3b Authenticating user 'default' from [fd00:1122:3344:101::e]:45770 2026.03.04 04:37:15.919851 [ 286 ] {} TCP-Session: d3795004-234e-44a8-b09e-0a5993f5c06a Authenticating user 'default' from [fd00:1122:3344:101::e]:38452 2026.03.04 04:37:15.919806 [ 292 ] {} TCP-Session: fd130a20-32a8-46c5-846f-5fef106ba4be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:15.919875 [ 291 ] {} TCP-Session: 3d1bb2d8-3913-4b80-91c3-4743b05cff3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:15.919880 [ 286 ] {} TCP-Session: d3795004-234e-44a8-b09e-0a5993f5c06a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:15.919907 [ 291 ] {} TCP-Session: 3d1bb2d8-3913-4b80-91c3-4743b05cff3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:15.919921 [ 286 ] {} TCP-Session: d3795004-234e-44a8-b09e-0a5993f5c06a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:15.919908 [ 289 ] {ad9a3458-f997-4b27-ba47-71e93eddab78} executeQuery: (from [fd00:1122:3344:101::e]:62622) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:37:15.919800 [ 259 ] {} TCP-Session: 96aca55f-f003-4f0f-8c67-27b57f65fb98 Authenticating user 'default' from [fd00:1122:3344:101::e]:63323 2026.03.04 04:37:15.919709 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:37:15.919987 [ 259 ] {} TCP-Session: 96aca55f-f003-4f0f-8c67-27b57f65fb98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:15.919664 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34439 2026.03.04 04:37:15.920021 [ 290 ] {} TCP-Session: 35a17a0b-83d9-4bde-a9d9-7a9adcf1bc95 Authenticating user 'default' from [fd00:1122:3344:101::e]:62865 2026.03.04 04:37:15.920021 [ 259 ] {} TCP-Session: 96aca55f-f003-4f0f-8c67-27b57f65fb98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:15.920094 [ 290 ] {} TCP-Session: 35a17a0b-83d9-4bde-a9d9-7a9adcf1bc95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:15.919664 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40729 2026.03.04 04:37:15.920118 [ 290 ] {} TCP-Session: 35a17a0b-83d9-4bde-a9d9-7a9adcf1bc95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:15.919722 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38086 2026.03.04 04:37:15.920146 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:37:15.920183 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:37:15.920196 [ 293 ] {} TCP-Session: b2ee8a69-835f-45d2-8278-78400fcb2e09 Authenticating user 'default' from [fd00:1122:3344:101::e]:34439 2026.03.04 04:37:15.920200 [ 289 ] {ad9a3458-f997-4b27-ba47-71e93eddab78} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:37:15.920211 [ 294 ] {} TCP-Session: fe0d8396-d826-4582-b6b0-219b94b1c1d0 Authenticating user 'default' from [fd00:1122:3344:101::e]:40729 2026.03.04 04:37:15.920232 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:37:15.920255 [ 294 ] {} TCP-Session: fe0d8396-d826-4582-b6b0-219b94b1c1d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:15.920267 [ 289 ] {ad9a3458-f997-4b27-ba47-71e93eddab78} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:37:15.920274 [ 288 ] {} TCP-Session: fd17c904-8206-4c8c-a33c-0c7d4b11e166 Authenticating user 'default' from [fd00:1122:3344:101::e]:38086 2026.03.04 04:37:15.920282 [ 294 ] {} TCP-Session: fe0d8396-d826-4582-b6b0-219b94b1c1d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:15.920311 [ 288 ] {} TCP-Session: fd17c904-8206-4c8c-a33c-0c7d4b11e166 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:15.920229 [ 293 ] {} TCP-Session: b2ee8a69-835f-45d2-8278-78400fcb2e09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:15.920336 [ 288 ] {} TCP-Session: fd17c904-8206-4c8c-a33c-0c7d4b11e166 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:15.920350 [ 293 ] {} TCP-Session: b2ee8a69-835f-45d2-8278-78400fcb2e09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:15.920649 [ 289 ] {ad9a3458-f997-4b27-ba47-71e93eddab78} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:37:15.921755 [ 317 ] {ad9a3458-f997-4b27-ba47-71e93eddab78} AggregatingTransform: Aggregating 2026.03.04 04:37:15.921806 [ 317 ] {ad9a3458-f997-4b27-ba47-71e93eddab78} Aggregator: Aggregation method: without_key 2026.03.04 04:37:15.921845 [ 317 ] {ad9a3458-f997-4b27-ba47-71e93eddab78} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001075 sec. (930.233 rows/sec., 36.34 KiB/sec.) 2026.03.04 04:37:15.921865 [ 317 ] {ad9a3458-f997-4b27-ba47-71e93eddab78} Aggregator: Merging aggregated data 2026.03.04 04:37:15.922991 [ 289 ] {ad9a3458-f997-4b27-ba47-71e93eddab78} executeQuery: Read 1 rows, 40.00 B in 0.003132 sec., 319.28480204342276 rows/sec., 12.47 KiB/sec. 2026.03.04 04:37:15.923177 [ 289 ] {ad9a3458-f997-4b27-ba47-71e93eddab78} TCPHandler: Processed in 0.003559049 sec. 2026.03.04 04:37:15.923288 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:37:15.923316 [ 289 ] {} TCP-Session: 85246860-dae0-4a34-9dda-c4f1e7e2fe92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:15.923339 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:37:15.923367 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:37:15.923383 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:37:15.923403 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:37:15.923414 [ 290 ] {} TCP-Session: 35a17a0b-83d9-4bde-a9d9-7a9adcf1bc95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:15.923439 [ 292 ] {} TCP-Session: fd130a20-32a8-46c5-846f-5fef106ba4be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:15.923455 [ 293 ] {} TCP-Session: b2ee8a69-835f-45d2-8278-78400fcb2e09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:15.923459 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:37:15.923444 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:37:15.923511 [ 259 ] {} TCP-Session: 96aca55f-f003-4f0f-8c67-27b57f65fb98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:15.923420 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:37:15.923380 [ 288 ] {} TCP-Session: fd17c904-8206-4c8c-a33c-0c7d4b11e166 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:15.923570 [ 286 ] {} TCP-Session: d3795004-234e-44a8-b09e-0a5993f5c06a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:15.923375 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:37:15.923561 [ 294 ] {} TCP-Session: fe0d8396-d826-4582-b6b0-219b94b1c1d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:15.923646 [ 291 ] {} TCP-Session: 3d1bb2d8-3913-4b80-91c3-4743b05cff3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.047958 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61779 2026.03.04 04:37:16.048067 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:37:16.048093 [ 289 ] {} TCP-Session: f55f4a68-c661-4bf2-9585-ae591b15e2c3 Authenticating user 'default' from [fd00:1122:3344:101::e]:61779 2026.03.04 04:37:16.048114 [ 289 ] {} TCP-Session: f55f4a68-c661-4bf2-9585-ae591b15e2c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.048127 [ 289 ] {} TCP-Session: f55f4a68-c661-4bf2-9585-ae591b15e2c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.048331 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38096 2026.03.04 04:37:16.048349 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45066 2026.03.04 04:37:16.048384 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63773 2026.03.04 04:37:16.048392 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58977 2026.03.04 04:37:16.048424 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53441 2026.03.04 04:37:16.048444 [ 289 ] {} TCP-Session: f55f4a68-c661-4bf2-9585-ae591b15e2c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:16.048475 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:37:16.048463 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:37:16.048502 [ 286 ] {} TCP-Session: 564ff495-3f11-4903-a484-8452d9ad2029 Authenticating user 'default' from [fd00:1122:3344:101::e]:58977 2026.03.04 04:37:16.048519 [ 259 ] {} TCP-Session: 73ca34e6-c2d7-416b-b00a-e6862c542ede Authenticating user 'default' from [fd00:1122:3344:101::e]:63773 2026.03.04 04:37:16.048526 [ 286 ] {} TCP-Session: 564ff495-3f11-4903-a484-8452d9ad2029 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.048536 [ 259 ] {} TCP-Session: 73ca34e6-c2d7-416b-b00a-e6862c542ede Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.048459 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:37:16.048562 [ 259 ] {} TCP-Session: 73ca34e6-c2d7-416b-b00a-e6862c542ede Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.048558 [ 286 ] {} TCP-Session: 564ff495-3f11-4903-a484-8452d9ad2029 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.048560 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:37:16.048578 [ 292 ] {} TCP-Session: bae76a9f-d1e0-4fdb-9c2d-25f9596be220 Authenticating user 'default' from [fd00:1122:3344:101::e]:45066 2026.03.04 04:37:16.048625 [ 288 ] {} TCP-Session: 7cea797c-6994-49a4-b414-ebd8b3194f14 Authenticating user 'default' from [fd00:1122:3344:101::e]:53441 2026.03.04 04:37:16.048632 [ 289 ] {08b757c4-5caf-4344-af7c-2f35af855554} executeQuery: (from [fd00:1122:3344:101::e]:61779) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:37:16.048640 [ 292 ] {} TCP-Session: bae76a9f-d1e0-4fdb-9c2d-25f9596be220 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.048669 [ 288 ] {} TCP-Session: 7cea797c-6994-49a4-b414-ebd8b3194f14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.048683 [ 292 ] {} TCP-Session: bae76a9f-d1e0-4fdb-9c2d-25f9596be220 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.048701 [ 288 ] {} TCP-Session: 7cea797c-6994-49a4-b414-ebd8b3194f14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.048458 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:37:16.048373 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39099 2026.03.04 04:37:16.048351 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58654 2026.03.04 04:37:16.048788 [ 290 ] {} TCP-Session: 02eeec40-c095-4850-81b1-f95833967347 Authenticating user 'default' from [fd00:1122:3344:101::e]:38096 2026.03.04 04:37:16.048835 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:37:16.048861 [ 290 ] {} TCP-Session: 02eeec40-c095-4850-81b1-f95833967347 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.048874 [ 293 ] {} TCP-Session: 164ae700-8c29-403f-af6d-282aeb9c1bb3 Authenticating user 'default' from [fd00:1122:3344:101::e]:39099 2026.03.04 04:37:16.048886 [ 290 ] {} TCP-Session: 02eeec40-c095-4850-81b1-f95833967347 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.048903 [ 293 ] {} TCP-Session: 164ae700-8c29-403f-af6d-282aeb9c1bb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.048908 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:37:16.048908 [ 289 ] {08b757c4-5caf-4344-af7c-2f35af855554} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:37:16.048950 [ 291 ] {} TCP-Session: 638f085d-89c2-4cc4-a06a-4658795a7aa7 Authenticating user 'default' from [fd00:1122:3344:101::e]:58654 2026.03.04 04:37:16.048924 [ 293 ] {} TCP-Session: 164ae700-8c29-403f-af6d-282aeb9c1bb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.048984 [ 291 ] {} TCP-Session: 638f085d-89c2-4cc4-a06a-4658795a7aa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.048990 [ 289 ] {08b757c4-5caf-4344-af7c-2f35af855554} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:37:16.049007 [ 291 ] {} TCP-Session: 638f085d-89c2-4cc4-a06a-4658795a7aa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.048372 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64310 2026.03.04 04:37:16.049108 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:37:16.049138 [ 294 ] {} TCP-Session: 4a9c7ce3-b1a0-4441-83db-7dd2ddd4b0c3 Authenticating user 'default' from [fd00:1122:3344:101::e]:64310 2026.03.04 04:37:16.049163 [ 294 ] {} TCP-Session: 4a9c7ce3-b1a0-4441-83db-7dd2ddd4b0c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.049181 [ 294 ] {} TCP-Session: 4a9c7ce3-b1a0-4441-83db-7dd2ddd4b0c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.049280 [ 289 ] {08b757c4-5caf-4344-af7c-2f35af855554} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:37:16.050151 [ 334 ] {08b757c4-5caf-4344-af7c-2f35af855554} AggregatingTransform: Aggregating 2026.03.04 04:37:16.050207 [ 334 ] {08b757c4-5caf-4344-af7c-2f35af855554} Aggregator: Aggregation method: without_key 2026.03.04 04:37:16.050247 [ 334 ] {08b757c4-5caf-4344-af7c-2f35af855554} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000863836 sec. (1157.627 rows/sec., 45.22 KiB/sec.) 2026.03.04 04:37:16.050266 [ 334 ] {08b757c4-5caf-4344-af7c-2f35af855554} Aggregator: Merging aggregated data 2026.03.04 04:37:16.051689 [ 289 ] {08b757c4-5caf-4344-af7c-2f35af855554} executeQuery: Read 1 rows, 40.00 B in 0.00311 sec., 321.54340836012864 rows/sec., 12.56 KiB/sec. 2026.03.04 04:37:16.051841 [ 289 ] {08b757c4-5caf-4344-af7c-2f35af855554} TCPHandler: Processed in 0.003538948 sec. 2026.03.04 04:37:16.051945 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:37:16.051974 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:37:16.051977 [ 289 ] {} TCP-Session: f55f4a68-c661-4bf2-9585-ae591b15e2c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.051997 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:37:16.052011 [ 259 ] {} TCP-Session: 73ca34e6-c2d7-416b-b00a-e6862c542ede Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.052016 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:37:16.052038 [ 292 ] {} TCP-Session: bae76a9f-d1e0-4fdb-9c2d-25f9596be220 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.052037 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:37:16.052076 [ 294 ] {} TCP-Session: 4a9c7ce3-b1a0-4441-83db-7dd2ddd4b0c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.052094 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:37:16.052104 [ 286 ] {} TCP-Session: 564ff495-3f11-4903-a484-8452d9ad2029 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.052110 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:37:16.052150 [ 291 ] {} TCP-Session: 638f085d-89c2-4cc4-a06a-4658795a7aa7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.052070 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:37:16.052189 [ 288 ] {} TCP-Session: 7cea797c-6994-49a4-b414-ebd8b3194f14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.052054 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:37:16.052217 [ 290 ] {} TCP-Session: 02eeec40-c095-4850-81b1-f95833967347 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:16.052248 [ 293 ] {} TCP-Session: 164ae700-8c29-403f-af6d-282aeb9c1bb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:37:18.026096 [ 81 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:37:18.026167 [ 81 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:37:18.174572 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 26908 2026.03.04 04:37:18.175149 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:18.175192 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:18.175715 [ 245 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.04 04:37:18.175942 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:18.176066 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26908 2026.03.04 04:37:18.176074 [ 79 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.04 04:37:18.176150 [ 79 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:18.176174 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:18.176277 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.03.04 04:37:18.176406 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:18.176446 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 24476 rows starting from the beginning of the part 2026.03.04 04:37:18.176514 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 512 rows starting from the beginning of the part 2026.03.04 04:37:18.176563 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 448 rows starting from the beginning of the part 2026.03.04 04:37:18.176606 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 512 rows starting from the beginning of the part 2026.03.04 04:37:18.176646 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 448 rows starting from the beginning of the part 2026.03.04 04:37:18.176686 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 512 rows starting from the beginning of the part 2026.03.04 04:37:18.179011 [ 200 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 26908 rows, containing 4 columns (4 merged, 0 gathered) in 0.002776034 sec., 9692964.855617762 rows/sec., 138.66 MiB/sec. 2026.03.04 04:37:18.179317 [ 200 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.04 04:37:18.179620 [ 200 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_56_11} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:18.179698 [ 200 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_56_11} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.04 04:37:18.179798 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.75 MiB. 2026.03.04 04:37:18.262297 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1540 2026.03.04 04:37:18.264838 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:18.264883 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:18.266066 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.04 04:37:18.266330 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:18.266700 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1540 2026.03.04 04:37:18.987583 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:18.987789 [ 261 ] {d76b182b-351c-40d1-995f-ff0a347c0b3b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:37:18.987864 [ 261 ] {d76b182b-351c-40d1-995f-ff0a347c0b3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:37:18.988586 [ 261 ] {d76b182b-351c-40d1-995f-ff0a347c0b3b} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:18.988636 [ 261 ] {d76b182b-351c-40d1-995f-ff0a347c0b3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:18.989055 [ 261 ] {d76b182b-351c-40d1-995f-ff0a347c0b3b} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.03.04 04:37:18.989286 [ 261 ] {d76b182b-351c-40d1-995f-ff0a347c0b3b} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:18.989438 [ 261 ] {d76b182b-351c-40d1-995f-ff0a347c0b3b} executeQuery: Read 122 rows, 10.72 KiB in 0.001704 sec., 71596.2441314554 rows/sec., 6.15 MiB/sec. 2026.03.04 04:37:18.989480 [ 261 ] {d76b182b-351c-40d1-995f-ff0a347c0b3b} TCPHandler: Processed in 0.002040779 sec. 2026.03.04 04:37:18.989603 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:18.989699 [ 261 ] {e3861880-d957-4fc7-a926-a15dcee95687} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:37:18.989741 [ 261 ] {e3861880-d957-4fc7-a926-a15dcee95687} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:37:18.990152 [ 261 ] {e3861880-d957-4fc7-a926-a15dcee95687} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:18.990190 [ 261 ] {e3861880-d957-4fc7-a926-a15dcee95687} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:18.990497 [ 261 ] {e3861880-d957-4fc7-a926-a15dcee95687} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.03.04 04:37:18.990714 [ 261 ] {e3861880-d957-4fc7-a926-a15dcee95687} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:18.990851 [ 261 ] {e3861880-d957-4fc7-a926-a15dcee95687} executeQuery: Read 33 rows, 2.48 KiB in 0.001171 sec., 28181.041844577285 rows/sec., 2.07 MiB/sec. 2026.03.04 04:37:18.990890 [ 261 ] {e3861880-d957-4fc7-a926-a15dcee95687} TCPHandler: Processed in 0.001337446 sec. 2026.03.04 04:37:18.991001 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:18.991094 [ 261 ] {3914c041-db68-4b4e-a95d-1300f6bc0cc6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:37:18.991135 [ 261 ] {3914c041-db68-4b4e-a95d-1300f6bc0cc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:37:18.991553 [ 261 ] {3914c041-db68-4b4e-a95d-1300f6bc0cc6} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:18.991590 [ 261 ] {3914c041-db68-4b4e-a95d-1300f6bc0cc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:18.991911 [ 261 ] {3914c041-db68-4b4e-a95d-1300f6bc0cc6} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.03.04 04:37:18.992132 [ 261 ] {3914c041-db68-4b4e-a95d-1300f6bc0cc6} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:18.992263 [ 261 ] {3914c041-db68-4b4e-a95d-1300f6bc0cc6} executeQuery: Read 97 rows, 7.76 KiB in 0.001186 sec., 81787.521079258 rows/sec., 6.39 MiB/sec. 2026.03.04 04:37:18.992301 [ 261 ] {3914c041-db68-4b4e-a95d-1300f6bc0cc6} TCPHandler: Processed in 0.001348546 sec. 2026.03.04 04:37:18.992412 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:18.992507 [ 261 ] {bdf0b71e-0877-4990-a004-b7700628c38c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:37:18.992553 [ 261 ] {bdf0b71e-0877-4990-a004-b7700628c38c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:37:18.992961 [ 261 ] {bdf0b71e-0877-4990-a004-b7700628c38c} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:18.993000 [ 261 ] {bdf0b71e-0877-4990-a004-b7700628c38c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:18.993354 [ 261 ] {bdf0b71e-0877-4990-a004-b7700628c38c} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.03.04 04:37:18.993587 [ 261 ] {bdf0b71e-0877-4990-a004-b7700628c38c} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:18.993726 [ 261 ] {bdf0b71e-0877-4990-a004-b7700628c38c} executeQuery: Read 160 rows, 11.41 KiB in 0.001237 sec., 129345.18997574778 rows/sec., 9.01 MiB/sec. 2026.03.04 04:37:18.993765 [ 261 ] {bdf0b71e-0877-4990-a004-b7700628c38c} TCPHandler: Processed in 0.001402457 sec. 2026.03.04 04:37:18.993876 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:18.993971 [ 261 ] {414aa407-7cc8-4e4d-8b58-afda404efe3d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:37:18.994028 [ 261 ] {414aa407-7cc8-4e4d-8b58-afda404efe3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:37:18.994841 [ 261 ] {414aa407-7cc8-4e4d-8b58-afda404efe3d} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:18.994879 [ 261 ] {414aa407-7cc8-4e4d-8b58-afda404efe3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:18.995435 [ 261 ] {414aa407-7cc8-4e4d-8b58-afda404efe3d} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.03.04 04:37:18.995663 [ 261 ] {414aa407-7cc8-4e4d-8b58-afda404efe3d} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:18.995800 [ 261 ] {414aa407-7cc8-4e4d-8b58-afda404efe3d} executeQuery: Read 33 rows, 60.55 KiB in 0.001847 sec., 17866.81104493774 rows/sec., 32.02 MiB/sec. 2026.03.04 04:37:18.995854 [ 261 ] {414aa407-7cc8-4e4d-8b58-afda404efe3d} TCPHandler: Processed in 0.002025739 sec. 2026.03.04 04:37:18.995969 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:18.996064 [ 261 ] {9b5338c2-2691-4cad-9a10-534e3406df71} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:37:18.996105 [ 261 ] {9b5338c2-2691-4cad-9a10-534e3406df71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:37:18.996438 [ 261 ] {9b5338c2-2691-4cad-9a10-534e3406df71} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:18.996476 [ 261 ] {9b5338c2-2691-4cad-9a10-534e3406df71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:18.996791 [ 261 ] {9b5338c2-2691-4cad-9a10-534e3406df71} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.03.04 04:37:18.997007 [ 261 ] {9b5338c2-2691-4cad-9a10-534e3406df71} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:18.997136 [ 261 ] {9b5338c2-2691-4cad-9a10-534e3406df71} executeQuery: Read 60 rows, 4.14 KiB in 0.001091 sec., 54995.417048579286 rows/sec., 3.71 MiB/sec. 2026.03.04 04:37:18.997173 [ 261 ] {9b5338c2-2691-4cad-9a10-534e3406df71} TCPHandler: Processed in 0.001254115 sec. 2026.03.04 04:37:19.262913 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:19.263112 [ 261 ] {31c70282-8756-4654-a182-8f3311341cf1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:37:19.263183 [ 261 ] {31c70282-8756-4654-a182-8f3311341cf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:37:19.263830 [ 261 ] {31c70282-8756-4654-a182-8f3311341cf1} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:19.263879 [ 261 ] {31c70282-8756-4654-a182-8f3311341cf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:19.264306 [ 261 ] {31c70282-8756-4654-a182-8f3311341cf1} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.04 04:37:19.264572 [ 261 ] {31c70282-8756-4654-a182-8f3311341cf1} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:19.264741 [ 261 ] {31c70282-8756-4654-a182-8f3311341cf1} executeQuery: Read 4 rows, 334.00 B in 0.00168 sec., 2380.9523809523807 rows/sec., 194.15 KiB/sec. 2026.03.04 04:37:19.264787 [ 261 ] {31c70282-8756-4654-a182-8f3311341cf1} TCPHandler: Processed in 0.002016499 sec. 2026.03.04 04:37:19.264912 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:19.265017 [ 261 ] {0b87c84e-8afb-4c4c-bd8f-577fce24ecbf} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:37:19.265058 [ 261 ] {0b87c84e-8afb-4c4c-bd8f-577fce24ecbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:37:19.266239 [ 261 ] {0b87c84e-8afb-4c4c-bd8f-577fce24ecbf} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:19.266277 [ 261 ] {0b87c84e-8afb-4c4c-bd8f-577fce24ecbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:19.266712 [ 261 ] {0b87c84e-8afb-4c4c-bd8f-577fce24ecbf} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.03.04 04:37:19.266928 [ 261 ] {0b87c84e-8afb-4c4c-bd8f-577fce24ecbf} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:19.267058 [ 261 ] {0b87c84e-8afb-4c4c-bd8f-577fce24ecbf} executeQuery: Read 1959 rows, 150.32 KiB in 0.002063 sec., 949587.978671837 rows/sec., 71.16 MiB/sec. 2026.03.04 04:37:19.267095 [ 261 ] {0b87c84e-8afb-4c4c-bd8f-577fce24ecbf} TCPHandler: Processed in 0.002233443 sec. 2026.03.04 04:37:19.267213 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:19.267309 [ 261 ] {1b489e8e-b536-41ec-bbf8-a15c4cb87df9} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:37:19.267349 [ 261 ] {1b489e8e-b536-41ec-bbf8-a15c4cb87df9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:37:19.267754 [ 261 ] {1b489e8e-b536-41ec-bbf8-a15c4cb87df9} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:19.267791 [ 261 ] {1b489e8e-b536-41ec-bbf8-a15c4cb87df9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:19.268112 [ 261 ] {1b489e8e-b536-41ec-bbf8-a15c4cb87df9} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.03.04 04:37:19.268318 [ 261 ] {1b489e8e-b536-41ec-bbf8-a15c4cb87df9} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:19.268450 [ 261 ] {1b489e8e-b536-41ec-bbf8-a15c4cb87df9} executeQuery: Read 23 rows, 1.71 KiB in 0.00116 sec., 19827.58620689655 rows/sec., 1.44 MiB/sec. 2026.03.04 04:37:19.268487 [ 261 ] {1b489e8e-b536-41ec-bbf8-a15c4cb87df9} TCPHandler: Processed in 0.001324775 sec. 2026.03.04 04:37:19.268596 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:19.268699 [ 261 ] {f32753f8-7c93-4fd3-9b1d-58051bf072be} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:37:19.268738 [ 261 ] {f32753f8-7c93-4fd3-9b1d-58051bf072be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:37:19.269335 [ 261 ] {f32753f8-7c93-4fd3-9b1d-58051bf072be} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:19.269372 [ 261 ] {f32753f8-7c93-4fd3-9b1d-58051bf072be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:19.269718 [ 261 ] {f32753f8-7c93-4fd3-9b1d-58051bf072be} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.04 04:37:19.269931 [ 261 ] {f32753f8-7c93-4fd3-9b1d-58051bf072be} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:19.270057 [ 261 ] {f32753f8-7c93-4fd3-9b1d-58051bf072be} executeQuery: Read 709 rows, 42.36 KiB in 0.001376 sec., 515261.62790697673 rows/sec., 30.06 MiB/sec. 2026.03.04 04:37:19.270096 [ 261 ] {f32753f8-7c93-4fd3-9b1d-58051bf072be} TCPHandler: Processed in 0.00154863 sec. 2026.03.04 04:37:19.270218 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:19.270313 [ 261 ] {b0a09ab9-4ea0-4f0d-9d2b-25de8735772a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.04 04:37:19.270352 [ 261 ] {b0a09ab9-4ea0-4f0d-9d2b-25de8735772a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.04 04:37:19.270770 [ 261 ] {b0a09ab9-4ea0-4f0d-9d2b-25de8735772a} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:19.270807 [ 261 ] {b0a09ab9-4ea0-4f0d-9d2b-25de8735772a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:19.271113 [ 261 ] {b0a09ab9-4ea0-4f0d-9d2b-25de8735772a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.04 04:37:19.271333 [ 261 ] {b0a09ab9-4ea0-4f0d-9d2b-25de8735772a} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:19.271458 [ 261 ] {b0a09ab9-4ea0-4f0d-9d2b-25de8735772a} executeQuery: Read 1 rows, 72.00 B in 0.001163 sec., 859.8452278589854 rows/sec., 60.46 KiB/sec. 2026.03.04 04:37:19.271496 [ 261 ] {b0a09ab9-4ea0-4f0d-9d2b-25de8735772a} TCPHandler: Processed in 0.001327235 sec. 2026.03.04 04:37:19.271611 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:19.271707 [ 261 ] {f02210e5-4aae-4cea-9e4c-14f67c78ef96} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:37:19.271746 [ 261 ] {f02210e5-4aae-4cea-9e4c-14f67c78ef96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:37:19.272519 [ 261 ] {f02210e5-4aae-4cea-9e4c-14f67c78ef96} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:19.272558 [ 261 ] {f02210e5-4aae-4cea-9e4c-14f67c78ef96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:19.272928 [ 261 ] {f02210e5-4aae-4cea-9e4c-14f67c78ef96} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.03.04 04:37:19.273172 [ 261 ] {f02210e5-4aae-4cea-9e4c-14f67c78ef96} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:19.273308 [ 261 ] {f02210e5-4aae-4cea-9e4c-14f67c78ef96} executeQuery: Read 1023 rows, 72.19 KiB in 0.001618 sec., 632262.0519159456 rows/sec., 43.57 MiB/sec. 2026.03.04 04:37:19.273347 [ 261 ] {f02210e5-4aae-4cea-9e4c-14f67c78ef96} TCPHandler: Processed in 0.001784974 sec. 2026.03.04 04:37:19.273464 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:19.273561 [ 261 ] {b6c3fc5d-cd49-475c-9d92-dc6b89f356e2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:37:19.273609 [ 261 ] {b6c3fc5d-cd49-475c-9d92-dc6b89f356e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:37:19.274267 [ 261 ] {b6c3fc5d-cd49-475c-9d92-dc6b89f356e2} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:19.274304 [ 261 ] {b6c3fc5d-cd49-475c-9d92-dc6b89f356e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:19.274730 [ 261 ] {b6c3fc5d-cd49-475c-9d92-dc6b89f356e2} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.03.04 04:37:19.274946 [ 261 ] {b6c3fc5d-cd49-475c-9d92-dc6b89f356e2} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:19.275077 [ 261 ] {b6c3fc5d-cd49-475c-9d92-dc6b89f356e2} executeQuery: Read 1219 rows, 78.06 KiB in 0.001535 sec., 794136.8078175896 rows/sec., 49.66 MiB/sec. 2026.03.04 04:37:19.275115 [ 261 ] {b6c3fc5d-cd49-475c-9d92-dc6b89f356e2} TCPHandler: Processed in 0.001701403 sec. 2026.03.04 04:37:19.275232 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:19.275333 [ 261 ] {5dd907ca-71d1-4b09-8016-6aa0565c8e77} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.04 04:37:19.275376 [ 261 ] {5dd907ca-71d1-4b09-8016-6aa0565c8e77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.04 04:37:19.275694 [ 261 ] {5dd907ca-71d1-4b09-8016-6aa0565c8e77} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:19.275729 [ 261 ] {5dd907ca-71d1-4b09-8016-6aa0565c8e77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:19.276034 [ 261 ] {5dd907ca-71d1-4b09-8016-6aa0565c8e77} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.04 04:37:19.276252 [ 261 ] {5dd907ca-71d1-4b09-8016-6aa0565c8e77} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:19.276411 [ 261 ] {5dd907ca-71d1-4b09-8016-6aa0565c8e77} executeQuery: Read 1 rows, 65.00 B in 0.001096 sec., 912.4087591240876 rows/sec., 57.92 KiB/sec. 2026.03.04 04:37:19.276452 [ 261 ] {5dd907ca-71d1-4b09-8016-6aa0565c8e77} TCPHandler: Processed in 0.001270265 sec. 2026.03.04 04:37:19.276577 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:19.276674 [ 261 ] {88fb0da2-63d8-471c-b278-d1f45711a326} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:37:19.276729 [ 261 ] {88fb0da2-63d8-471c-b278-d1f45711a326} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:37:19.277533 [ 261 ] {88fb0da2-63d8-471c-b278-d1f45711a326} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:19.277577 [ 261 ] {88fb0da2-63d8-471c-b278-d1f45711a326} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:19.278087 [ 261 ] {88fb0da2-63d8-471c-b278-d1f45711a326} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.03.04 04:37:19.278307 [ 261 ] {88fb0da2-63d8-471c-b278-d1f45711a326} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:19.278447 [ 261 ] {88fb0da2-63d8-471c-b278-d1f45711a326} executeQuery: Read 19 rows, 34.86 KiB in 0.001846 sec., 10292.52437703142 rows/sec., 18.44 MiB/sec. 2026.03.04 04:37:19.278506 [ 261 ] {88fb0da2-63d8-471c-b278-d1f45711a326} TCPHandler: Processed in 0.00204489 sec. 2026.03.04 04:37:19.278680 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:19.278776 [ 261 ] {7414c496-906f-448c-aa49-2f18893bb710} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:37:19.278817 [ 261 ] {7414c496-906f-448c-aa49-2f18893bb710} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:37:19.279146 [ 261 ] {7414c496-906f-448c-aa49-2f18893bb710} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:19.279183 [ 261 ] {7414c496-906f-448c-aa49-2f18893bb710} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:19.279492 [ 261 ] {7414c496-906f-448c-aa49-2f18893bb710} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.03.04 04:37:19.279703 [ 261 ] {7414c496-906f-448c-aa49-2f18893bb710} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:19.279838 [ 261 ] {7414c496-906f-448c-aa49-2f18893bb710} executeQuery: Read 12 rows, 848.00 B in 0.001081 sec., 11100.832562442183 rows/sec., 766.07 KiB/sec. 2026.03.04 04:37:19.279873 [ 261 ] {7414c496-906f-448c-aa49-2f18893bb710} TCPHandler: Processed in 0.001242344 sec. 2026.03.04 04:37:19.606106 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 2026.03.04 04:37:19.624379 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:19.624439 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:19.630863 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.04 04:37:19.631544 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:19.631922 [ 77 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.04 04:37:19.632021 [ 77 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:19.632056 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:19.632253 [ 198 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.03.04 04:37:19.635263 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2026.03.04 04:37:19.636265 [ 198 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:19.637941 [ 198 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 384 rows starting from the beginning of the part 2026.03.04 04:37:19.643132 [ 198 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part 2026.03.04 04:37:19.648186 [ 198 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 7 rows starting from the beginning of the part 2026.03.04 04:37:19.653354 [ 198 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 8 rows starting from the beginning of the part 2026.03.04 04:37:19.658485 [ 198 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part 2026.03.04 04:37:19.662393 [ 198 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part 2026.03.04 04:37:19.713640 [ 189 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.081475661 sec., 5179.460894462703 rows/sec., 26.78 MiB/sec. 2026.03.04 04:37:19.716546 [ 191 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.04 04:37:19.718949 [ 191 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_56_11} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:19.719069 [ 191 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_56_11} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.04 04:37:19.722033 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.03.04 04:37:20.000209 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 347.42 MiB, peak 360.83 MiB, free memory in arenas 0.00 B, will set to 345.96 MiB (RSS), difference: -1.46 MiB 2026.03.04 04:37:23.985109 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:23.985292 [ 261 ] {3980a9ed-8b85-4d5b-b26a-c2703c24b91a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:37:23.985359 [ 261 ] {3980a9ed-8b85-4d5b-b26a-c2703c24b91a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:37:23.986039 [ 261 ] {3980a9ed-8b85-4d5b-b26a-c2703c24b91a} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:23.986082 [ 261 ] {3980a9ed-8b85-4d5b-b26a-c2703c24b91a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:23.986470 [ 261 ] {3980a9ed-8b85-4d5b-b26a-c2703c24b91a} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.03.04 04:37:23.986700 [ 261 ] {3980a9ed-8b85-4d5b-b26a-c2703c24b91a} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:23.986860 [ 261 ] {3980a9ed-8b85-4d5b-b26a-c2703c24b91a} executeQuery: Read 56 rows, 4.38 KiB in 0.001617 sec., 34632.034632034636 rows/sec., 2.64 MiB/sec. 2026.03.04 04:37:23.986911 [ 261 ] {3980a9ed-8b85-4d5b-b26a-c2703c24b91a} TCPHandler: Processed in 0.001929857 sec. 2026.03.04 04:37:23.987039 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:23.987144 [ 261 ] {e5c51ade-27f8-4af6-8a4b-6fdc476209dc} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:37:23.987187 [ 261 ] {e5c51ade-27f8-4af6-8a4b-6fdc476209dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:37:23.987629 [ 261 ] {e5c51ade-27f8-4af6-8a4b-6fdc476209dc} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:23.987664 [ 261 ] {e5c51ade-27f8-4af6-8a4b-6fdc476209dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:23.987984 [ 261 ] {e5c51ade-27f8-4af6-8a4b-6fdc476209dc} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.03.04 04:37:23.988191 [ 261 ] {e5c51ade-27f8-4af6-8a4b-6fdc476209dc} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:23.988321 [ 261 ] {e5c51ade-27f8-4af6-8a4b-6fdc476209dc} executeQuery: Read 64 rows, 5.12 KiB in 0.001201 sec., 53288.92589508743 rows/sec., 4.16 MiB/sec. 2026.03.04 04:37:23.988359 [ 261 ] {e5c51ade-27f8-4af6-8a4b-6fdc476209dc} TCPHandler: Processed in 0.001371456 sec. 2026.03.04 04:37:23.988474 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:23.988572 [ 261 ] {dd9fee37-eb65-427b-b8f5-3a5d3974c571} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:37:23.988616 [ 261 ] {dd9fee37-eb65-427b-b8f5-3a5d3974c571} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:37:23.989017 [ 261 ] {dd9fee37-eb65-427b-b8f5-3a5d3974c571} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:23.989052 [ 261 ] {dd9fee37-eb65-427b-b8f5-3a5d3974c571} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:23.989420 [ 261 ] {dd9fee37-eb65-427b-b8f5-3a5d3974c571} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.03.04 04:37:23.989630 [ 261 ] {dd9fee37-eb65-427b-b8f5-3a5d3974c571} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:23.989758 [ 261 ] {dd9fee37-eb65-427b-b8f5-3a5d3974c571} executeQuery: Read 128 rows, 9.13 KiB in 0.001206 sec., 106135.98673300166 rows/sec., 7.39 MiB/sec. 2026.03.04 04:37:23.989795 [ 261 ] {dd9fee37-eb65-427b-b8f5-3a5d3974c571} TCPHandler: Processed in 0.001370057 sec. 2026.03.04 04:37:23.989911 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:23.990008 [ 261 ] {dbbe481c-ddea-40e5-a397-26c6bb99c1c6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:37:23.990048 [ 261 ] {dbbe481c-ddea-40e5-a397-26c6bb99c1c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:37:23.990380 [ 261 ] {dbbe481c-ddea-40e5-a397-26c6bb99c1c6} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:23.990415 [ 261 ] {dbbe481c-ddea-40e5-a397-26c6bb99c1c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.10 GiB. 2026.03.04 04:37:23.990723 [ 261 ] {dbbe481c-ddea-40e5-a397-26c6bb99c1c6} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.03.04 04:37:23.990936 [ 261 ] {dbbe481c-ddea-40e5-a397-26c6bb99c1c6} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:23.991064 [ 261 ] {dbbe481c-ddea-40e5-a397-26c6bb99c1c6} executeQuery: Read 48 rows, 3.31 KiB in 0.001074 sec., 44692.737430167595 rows/sec., 3.01 MiB/sec. 2026.03.04 04:37:23.991099 [ 261 ] {dbbe481c-ddea-40e5-a397-26c6bb99c1c6} TCPHandler: Processed in 0.001237474 sec. 2026.03.04 04:37:25.676371 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 27356 2026.03.04 04:37:25.676975 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:25.677034 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:25.677573 [ 245 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.04 04:37:25.677819 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:25.677966 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27356 2026.03.04 04:37:27.135460 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2026.03.04 04:37:27.150577 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:27.150632 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:27.155892 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.04 04:37:27.156596 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:27.159323 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2026.03.04 04:37:28.267043 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1580 2026.03.04 04:37:28.269703 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:28.269759 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:28.271032 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.04 04:37:28.271306 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:28.271699 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1580 2026.03.04 04:37:28.986992 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:28.987270 [ 261 ] {3efa3cbe-fe44-45d6-8825-996084b5ffbb} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:37:28.987372 [ 261 ] {3efa3cbe-fe44-45d6-8825-996084b5ffbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:37:28.988337 [ 261 ] {3efa3cbe-fe44-45d6-8825-996084b5ffbb} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:28.988381 [ 261 ] {3efa3cbe-fe44-45d6-8825-996084b5ffbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:28.988772 [ 261 ] {3efa3cbe-fe44-45d6-8825-996084b5ffbb} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.03.04 04:37:28.989006 [ 261 ] {3efa3cbe-fe44-45d6-8825-996084b5ffbb} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:28.989154 [ 261 ] {3efa3cbe-fe44-45d6-8825-996084b5ffbb} executeQuery: Read 122 rows, 10.72 KiB in 0.001962 sec., 62181.44750254841 rows/sec., 5.34 MiB/sec. 2026.03.04 04:37:28.989194 [ 261 ] {3efa3cbe-fe44-45d6-8825-996084b5ffbb} TCPHandler: Processed in 0.002351475 sec. 2026.03.04 04:37:28.989320 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:28.989414 [ 261 ] {6b19e908-98d7-4e17-93bb-88f7a4e00673} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:37:28.989453 [ 261 ] {6b19e908-98d7-4e17-93bb-88f7a4e00673} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:37:28.989870 [ 261 ] {6b19e908-98d7-4e17-93bb-88f7a4e00673} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:28.989906 [ 261 ] {6b19e908-98d7-4e17-93bb-88f7a4e00673} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:28.990208 [ 261 ] {6b19e908-98d7-4e17-93bb-88f7a4e00673} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.03.04 04:37:28.990414 [ 261 ] {6b19e908-98d7-4e17-93bb-88f7a4e00673} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:28.990540 [ 261 ] {6b19e908-98d7-4e17-93bb-88f7a4e00673} executeQuery: Read 33 rows, 2.48 KiB in 0.001144 sec., 28846.153846153844 rows/sec., 2.12 MiB/sec. 2026.03.04 04:37:28.990578 [ 261 ] {6b19e908-98d7-4e17-93bb-88f7a4e00673} TCPHandler: Processed in 0.001306155 sec. 2026.03.04 04:37:28.990692 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:28.990786 [ 261 ] {587c0214-32b7-4fd7-9e86-be042dee5851} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:37:28.990824 [ 261 ] {587c0214-32b7-4fd7-9e86-be042dee5851} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:37:28.991250 [ 261 ] {587c0214-32b7-4fd7-9e86-be042dee5851} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:28.991286 [ 261 ] {587c0214-32b7-4fd7-9e86-be042dee5851} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:28.991589 [ 261 ] {587c0214-32b7-4fd7-9e86-be042dee5851} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.03.04 04:37:28.991797 [ 261 ] {587c0214-32b7-4fd7-9e86-be042dee5851} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:28.991921 [ 261 ] {587c0214-32b7-4fd7-9e86-be042dee5851} executeQuery: Read 97 rows, 7.76 KiB in 0.001153 sec., 84128.36079791847 rows/sec., 6.57 MiB/sec. 2026.03.04 04:37:28.991958 [ 261 ] {587c0214-32b7-4fd7-9e86-be042dee5851} TCPHandler: Processed in 0.001313896 sec. 2026.03.04 04:37:28.992070 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:28.992163 [ 261 ] {be9cc479-b726-4ab7-b18b-0902b99bf453} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:37:28.992205 [ 261 ] {be9cc479-b726-4ab7-b18b-0902b99bf453} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:37:28.992613 [ 261 ] {be9cc479-b726-4ab7-b18b-0902b99bf453} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:28.992648 [ 261 ] {be9cc479-b726-4ab7-b18b-0902b99bf453} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:28.992971 [ 261 ] {be9cc479-b726-4ab7-b18b-0902b99bf453} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.03.04 04:37:28.993174 [ 261 ] {be9cc479-b726-4ab7-b18b-0902b99bf453} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:28.993299 [ 261 ] {be9cc479-b726-4ab7-b18b-0902b99bf453} executeQuery: Read 160 rows, 11.41 KiB in 0.001154 sec., 138648.18024263432 rows/sec., 9.66 MiB/sec. 2026.03.04 04:37:28.993335 [ 261 ] {be9cc479-b726-4ab7-b18b-0902b99bf453} TCPHandler: Processed in 0.001313145 sec. 2026.03.04 04:37:28.993470 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:28.993562 [ 261 ] {5db5118c-4559-4054-bd05-7459acd062f2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:37:28.993616 [ 261 ] {5db5118c-4559-4054-bd05-7459acd062f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:37:28.994487 [ 261 ] {5db5118c-4559-4054-bd05-7459acd062f2} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:28.994527 [ 261 ] {5db5118c-4559-4054-bd05-7459acd062f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:28.995100 [ 261 ] {5db5118c-4559-4054-bd05-7459acd062f2} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.03.04 04:37:28.995331 [ 261 ] {5db5118c-4559-4054-bd05-7459acd062f2} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:28.995463 [ 261 ] {5db5118c-4559-4054-bd05-7459acd062f2} executeQuery: Read 33 rows, 60.55 KiB in 0.001918 sec., 17205.422314911368 rows/sec., 30.83 MiB/sec. 2026.03.04 04:37:28.995515 [ 261 ] {5db5118c-4559-4054-bd05-7459acd062f2} TCPHandler: Processed in 0.00210253 sec. 2026.03.04 04:37:28.995637 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:28.995734 [ 261 ] {a5ff5821-5437-4b88-8bca-c73a174e32e8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:37:28.995775 [ 261 ] {a5ff5821-5437-4b88-8bca-c73a174e32e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:37:28.996120 [ 261 ] {a5ff5821-5437-4b88-8bca-c73a174e32e8} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:28.996155 [ 261 ] {a5ff5821-5437-4b88-8bca-c73a174e32e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:28.996454 [ 261 ] {a5ff5821-5437-4b88-8bca-c73a174e32e8} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.03.04 04:37:28.996655 [ 261 ] {a5ff5821-5437-4b88-8bca-c73a174e32e8} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:28.996782 [ 261 ] {a5ff5821-5437-4b88-8bca-c73a174e32e8} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2026.03.04 04:37:28.996817 [ 261 ] {a5ff5821-5437-4b88-8bca-c73a174e32e8} TCPHandler: Processed in 0.001228504 sec. 2026.03.04 04:37:29.001135 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 342.41 MiB, peak 360.83 MiB, free memory in arenas 0.00 B, will set to 345.99 MiB (RSS), difference: 3.59 MiB 2026.03.04 04:37:33.026246 [ 64 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:37:33.026310 [ 64 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:37:33.178982 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 27868 2026.03.04 04:37:33.179526 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:33.179568 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:33.180046 [ 245 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.04 04:37:33.180265 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:33.180399 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27868 2026.03.04 04:37:33.986550 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:33.986737 [ 261 ] {2d31cc00-f2f3-4e81-b34a-137050f7f7fa} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:37:33.986806 [ 261 ] {2d31cc00-f2f3-4e81-b34a-137050f7f7fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:37:33.987467 [ 261 ] {2d31cc00-f2f3-4e81-b34a-137050f7f7fa} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:33.987519 [ 261 ] {2d31cc00-f2f3-4e81-b34a-137050f7f7fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:33.987932 [ 261 ] {2d31cc00-f2f3-4e81-b34a-137050f7f7fa} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.03.04 04:37:33.988158 [ 261 ] {2d31cc00-f2f3-4e81-b34a-137050f7f7fa} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:33.988323 [ 261 ] {2d31cc00-f2f3-4e81-b34a-137050f7f7fa} executeQuery: Read 72 rows, 5.91 KiB in 0.001637 sec., 43982.89554062309 rows/sec., 3.53 MiB/sec. 2026.03.04 04:37:33.988331 [ 62 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.03.04 04:37:33.988376 [ 261 ] {2d31cc00-f2f3-4e81-b34a-137050f7f7fa} TCPHandler: Processed in 0.001961658 sec. 2026.03.04 04:37:33.988404 [ 62 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:33.988435 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:33.988508 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:33.988568 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.03.04 04:37:33.988620 [ 261 ] {0d2edfde-6e84-4bc3-a334-d7a34df8424c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:37:33.988669 [ 261 ] {0d2edfde-6e84-4bc3-a334-d7a34df8424c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:37:33.988715 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:33.988755 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 2895 rows starting from the beginning of the part 2026.03.04 04:37:33.988823 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 122 rows starting from the beginning of the part 2026.03.04 04:37:33.988871 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 1959 rows starting from the beginning of the part 2026.03.04 04:37:33.988913 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 56 rows starting from the beginning of the part 2026.03.04 04:37:33.988954 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 122 rows starting from the beginning of the part 2026.03.04 04:37:33.988996 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 72 rows starting from the beginning of the part 2026.03.04 04:37:33.989102 [ 261 ] {0d2edfde-6e84-4bc3-a334-d7a34df8424c} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:33.989148 [ 261 ] {0d2edfde-6e84-4bc3-a334-d7a34df8424c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:33.989491 [ 261 ] {0d2edfde-6e84-4bc3-a334-d7a34df8424c} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.03.04 04:37:33.989734 [ 261 ] {0d2edfde-6e84-4bc3-a334-d7a34df8424c} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:33.989865 [ 62 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.03.04 04:37:33.989879 [ 261 ] {0d2edfde-6e84-4bc3-a334-d7a34df8424c} executeQuery: Read 8 rows, 616.00 B in 0.001284 sec., 6230.529595015576 rows/sec., 468.51 KiB/sec. 2026.03.04 04:37:33.989907 [ 62 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:33.989932 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:33.989933 [ 261 ] {0d2edfde-6e84-4bc3-a334-d7a34df8424c} TCPHandler: Processed in 0.001476258 sec. 2026.03.04 04:37:33.990022 [ 197 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.03.04 04:37:33.990055 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:33.990117 [ 197 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:33.990146 [ 197 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 226 rows starting from the beginning of the part 2026.03.04 04:37:33.990155 [ 261 ] {751c7520-e5f7-42e7-88cc-8eee6f81ecf3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:37:33.990197 [ 261 ] {751c7520-e5f7-42e7-88cc-8eee6f81ecf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:37:33.990202 [ 197 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 8 rows starting from the beginning of the part 2026.03.04 04:37:33.990251 [ 197 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 33 rows starting from the beginning of the part 2026.03.04 04:37:33.990293 [ 197 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 23 rows starting from the beginning of the part 2026.03.04 04:37:33.990333 [ 197 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 33 rows starting from the beginning of the part 2026.03.04 04:37:33.990372 [ 197 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part 2026.03.04 04:37:33.990630 [ 261 ] {751c7520-e5f7-42e7-88cc-8eee6f81ecf3} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:33.990669 [ 261 ] {751c7520-e5f7-42e7-88cc-8eee6f81ecf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:33.990960 [ 190 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5226 rows, containing 5 columns (5 merged, 0 gathered) in 0.002453027 sec., 2130429.0576499975 rows/sec., 171.59 MiB/sec. 2026.03.04 04:37:33.991011 [ 261 ] {751c7520-e5f7-42e7-88cc-8eee6f81ecf3} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.03.04 04:37:33.991243 [ 261 ] {751c7520-e5f7-42e7-88cc-8eee6f81ecf3} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:33.991274 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.03.04 04:37:33.991375 [ 62 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.03.04 04:37:33.991372 [ 187 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 331 rows, containing 5 columns (5 merged, 0 gathered) in 0.001386427 sec., 238743.18662288025 rows/sec., 16.89 MiB/sec. 2026.03.04 04:37:33.991410 [ 62 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:33.991384 [ 261 ] {751c7520-e5f7-42e7-88cc-8eee6f81ecf3} executeQuery: Read 72 rows, 5.76 KiB in 0.00125 sec., 57600 rows/sec., 4.50 MiB/sec. 2026.03.04 04:37:33.991460 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:33.991499 [ 261 ] {751c7520-e5f7-42e7-88cc-8eee6f81ecf3} TCPHandler: Processed in 0.001493298 sec. 2026.03.04 04:37:33.991552 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.03.04 04:37:33.991586 [ 197 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.03.04 04:37:33.991598 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_96_19} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:33.991625 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:33.991673 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:33.991704 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_96_19} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.03.04 04:37:33.991713 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1552 rows starting from the beginning of the part 2026.03.04 04:37:33.991726 [ 261 ] {ee8c0389-fa3d-420d-a9eb-37b93cb20f9c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:37:33.991783 [ 261 ] {ee8c0389-fa3d-420d-a9eb-37b93cb20f9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:37:33.991795 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 97 rows starting from the beginning of the part 2026.03.04 04:37:33.991810 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2026.03.04 04:37:33.991845 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 1023 rows starting from the beginning of the part 2026.03.04 04:37:33.991892 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 64 rows starting from the beginning of the part 2026.03.04 04:37:33.991917 [ 197 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_81_16} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:33.991932 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 97 rows starting from the beginning of the part 2026.03.04 04:37:33.991986 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 72 rows starting from the beginning of the part 2026.03.04 04:37:33.992032 [ 197 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_81_16} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.03.04 04:37:33.992122 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.03.04 04:37:33.992198 [ 261 ] {ee8c0389-fa3d-420d-a9eb-37b93cb20f9c} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:33.992237 [ 261 ] {ee8c0389-fa3d-420d-a9eb-37b93cb20f9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:33.992602 [ 261 ] {ee8c0389-fa3d-420d-a9eb-37b93cb20f9c} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.03.04 04:37:33.992840 [ 261 ] {ee8c0389-fa3d-420d-a9eb-37b93cb20f9c} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:33.992959 [ 62 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 3 parts from all_1_91_18 to all_93_93_0 2026.03.04 04:37:33.992974 [ 261 ] {ee8c0389-fa3d-420d-a9eb-37b93cb20f9c} executeQuery: Read 160 rows, 11.41 KiB in 0.001267 sec., 126282.55722178375 rows/sec., 8.80 MiB/sec. 2026.03.04 04:37:33.992992 [ 62 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:33.993016 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:33.993020 [ 261 ] {ee8c0389-fa3d-420d-a9eb-37b93cb20f9c} TCPHandler: Processed in 0.001445068 sec. 2026.03.04 04:37:33.993094 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_93_19} MergeTask::PrepareStage: Merging 3 parts: from all_1_91_18 to all_93_93_0 into Compact with storage Full 2026.03.04 04:37:33.993137 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:33.993217 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_93_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:33.993238 [ 261 ] {9aea9f50-d07c-435a-ae2a-68733838734a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:37:33.993255 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_93_19} MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 30159 rows starting from the beginning of the part 2026.03.04 04:37:33.993277 [ 197 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 2905 rows, containing 5 columns (5 merged, 0 gathered) in 0.001761534 sec., 1649130.8143924556 rows/sec., 122.42 MiB/sec. 2026.03.04 04:37:33.993298 [ 261 ] {9aea9f50-d07c-435a-ae2a-68733838734a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:37:33.993328 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_93_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 160 rows starting from the beginning of the part 2026.03.04 04:37:33.993382 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_93_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 1219 rows starting from the beginning of the part 2026.03.04 04:37:33.993543 [ 197 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.03.04 04:37:33.993868 [ 197 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_96_19} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:33.993937 [ 197 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_96_19} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.03.04 04:37:33.994029 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.03.04 04:37:33.994085 [ 261 ] {9aea9f50-d07c-435a-ae2a-68733838734a} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:33.994122 [ 261 ] {9aea9f50-d07c-435a-ae2a-68733838734a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:33.994685 [ 261 ] {9aea9f50-d07c-435a-ae2a-68733838734a} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.03.04 04:37:33.994921 [ 261 ] {9aea9f50-d07c-435a-ae2a-68733838734a} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:33.995067 [ 261 ] {9aea9f50-d07c-435a-ae2a-68733838734a} executeQuery: Read 8 rows, 14.68 KiB in 0.001848 sec., 4329.004329004329 rows/sec., 7.76 MiB/sec. 2026.03.04 04:37:33.995136 [ 261 ] {9aea9f50-d07c-435a-ae2a-68733838734a} TCPHandler: Processed in 0.002047519 sec. 2026.03.04 04:37:33.995254 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:33.995350 [ 261 ] {3c53c71f-2e5c-4eb2-8a3d-9a97926d044c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:37:33.995393 [ 261 ] {3c53c71f-2e5c-4eb2-8a3d-9a97926d044c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:37:33.995750 [ 261 ] {3c53c71f-2e5c-4eb2-8a3d-9a97926d044c} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:33.995786 [ 261 ] {3c53c71f-2e5c-4eb2-8a3d-9a97926d044c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:33.996124 [ 261 ] {3c53c71f-2e5c-4eb2-8a3d-9a97926d044c} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.03.04 04:37:33.996337 [ 261 ] {3c53c71f-2e5c-4eb2-8a3d-9a97926d044c} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:33.996462 [ 62 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.03.04 04:37:33.996474 [ 261 ] {3c53c71f-2e5c-4eb2-8a3d-9a97926d044c} executeQuery: Read 60 rows, 4.14 KiB in 0.001143 sec., 52493.43832020998 rows/sec., 3.54 MiB/sec. 2026.03.04 04:37:33.996496 [ 62 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:33.996519 [ 261 ] {3c53c71f-2e5c-4eb2-8a3d-9a97926d044c} TCPHandler: Processed in 0.001314335 sec. 2026.03.04 04:37:33.996519 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:33.996618 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.03.04 04:37:33.996724 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:33.996753 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5010 rows starting from the beginning of the part 2026.03.04 04:37:33.996805 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part 2026.03.04 04:37:33.996849 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 12 rows starting from the beginning of the part 2026.03.04 04:37:33.996887 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 48 rows starting from the beginning of the part 2026.03.04 04:37:33.996925 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part 2026.03.04 04:37:33.996959 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part 2026.03.04 04:37:33.999086 [ 199 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5250 rows, containing 4 columns (4 merged, 0 gathered) in 0.002504289 sec., 2096403.4103092735 rows/sec., 139.51 MiB/sec. 2026.03.04 04:37:33.999552 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.03.04 04:37:33.999839 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_96_19} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:33.999909 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_96_19} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.03.04 04:37:33.999987 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. 2026.03.04 04:37:34.000610 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_93_19} MergeTask::MergeProjectionsStage: Merge sorted 31538 rows, containing 5 columns (5 merged, 0 gathered) in 0.007547835 sec., 4178416.7247959184 rows/sec., 276.05 MiB/sec. 2026.03.04 04:37:34.001169 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 350.68 MiB, peak 360.83 MiB, free memory in arenas 0.00 B, will set to 347.53 MiB (RSS), difference: -3.15 MiB 2026.03.04 04:37:34.001193 [ 195 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_93_19} MergedBlockOutputStream: filled checksums all_1_93_19 (state Temporary) 2026.03.04 04:37:34.001476 [ 195 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_93_19} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_93_19 to all_1_93_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:34.001556 [ 195 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_93_19} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 3 parts: [all_1_91_18, all_93_93_0] -> all_1_93_19 2026.03.04 04:37:34.001635 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.23 MiB. 2026.03.04 04:37:34.660295 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2026.03.04 04:37:34.675884 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:34.675942 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:34.681889 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.04 04:37:34.682589 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:34.685301 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2026.03.04 04:37:35.001166 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 343.96 MiB, peak 360.83 MiB, free memory in arenas 0.00 B, will set to 347.53 MiB (RSS), difference: 3.57 MiB 2026.03.04 04:37:38.272707 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1604 2026.03.04 04:37:38.274919 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:38.274972 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:38.276180 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.04 04:37:38.276450 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:38.276837 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1604 2026.03.04 04:37:38.989542 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:38.989750 [ 261 ] {80f73308-f21b-4825-80f2-2fbc227c269b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:37:38.989822 [ 261 ] {80f73308-f21b-4825-80f2-2fbc227c269b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:37:38.990500 [ 261 ] {80f73308-f21b-4825-80f2-2fbc227c269b} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:38.990551 [ 261 ] {80f73308-f21b-4825-80f2-2fbc227c269b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:38.990939 [ 261 ] {80f73308-f21b-4825-80f2-2fbc227c269b} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.04 04:37:38.991167 [ 261 ] {80f73308-f21b-4825-80f2-2fbc227c269b} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:38.991324 [ 261 ] {80f73308-f21b-4825-80f2-2fbc227c269b} executeQuery: Read 24 rows, 2.04 KiB in 0.001627 sec., 14751.075599262447 rows/sec., 1.22 MiB/sec. 2026.03.04 04:37:38.991375 [ 261 ] {80f73308-f21b-4825-80f2-2fbc227c269b} TCPHandler: Processed in 0.001971838 sec. 2026.03.04 04:37:38.991505 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:38.991607 [ 261 ] {d81acbb6-b037-4fe8-8b9b-a31b3874cf6a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:37:38.991651 [ 261 ] {d81acbb6-b037-4fe8-8b9b-a31b3874cf6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:37:38.992061 [ 261 ] {d81acbb6-b037-4fe8-8b9b-a31b3874cf6a} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:38.992098 [ 261 ] {d81acbb6-b037-4fe8-8b9b-a31b3874cf6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:38.992440 [ 261 ] {d81acbb6-b037-4fe8-8b9b-a31b3874cf6a} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.04 04:37:38.992665 [ 261 ] {d81acbb6-b037-4fe8-8b9b-a31b3874cf6a} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:38.992834 [ 261 ] {d81acbb6-b037-4fe8-8b9b-a31b3874cf6a} executeQuery: Read 8 rows, 668.00 B in 0.001249 sec., 6405.124099279424 rows/sec., 522.29 KiB/sec. 2026.03.04 04:37:38.992875 [ 261 ] {d81acbb6-b037-4fe8-8b9b-a31b3874cf6a} TCPHandler: Processed in 0.001420338 sec. 2026.03.04 04:37:38.992994 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:38.993093 [ 261 ] {f731c9a1-21f8-4ca7-bc4e-01e88414b97a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:37:38.993134 [ 261 ] {f731c9a1-21f8-4ca7-bc4e-01e88414b97a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:37:38.993667 [ 261 ] {f731c9a1-21f8-4ca7-bc4e-01e88414b97a} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:38.993704 [ 261 ] {f731c9a1-21f8-4ca7-bc4e-01e88414b97a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:38.994030 [ 261 ] {f731c9a1-21f8-4ca7-bc4e-01e88414b97a} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.03.04 04:37:38.994240 [ 261 ] {f731c9a1-21f8-4ca7-bc4e-01e88414b97a} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:38.994373 [ 261 ] {f731c9a1-21f8-4ca7-bc4e-01e88414b97a} executeQuery: Read 246 rows, 22.45 KiB in 0.0013 sec., 189230.76923076925 rows/sec., 16.87 MiB/sec. 2026.03.04 04:37:38.994411 [ 261 ] {f731c9a1-21f8-4ca7-bc4e-01e88414b97a} TCPHandler: Processed in 0.001469318 sec. 2026.03.04 04:37:38.994528 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:38.994634 [ 261 ] {863046cf-8278-4af1-a820-bc88b9728e11} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:37:38.994688 [ 261 ] {863046cf-8278-4af1-a820-bc88b9728e11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:37:38.995211 [ 261 ] {863046cf-8278-4af1-a820-bc88b9728e11} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:38.995257 [ 261 ] {863046cf-8278-4af1-a820-bc88b9728e11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:38.995685 [ 261 ] {863046cf-8278-4af1-a820-bc88b9728e11} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.03.04 04:37:38.995994 [ 261 ] {863046cf-8278-4af1-a820-bc88b9728e11} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:38.996170 [ 261 ] {863046cf-8278-4af1-a820-bc88b9728e11} executeQuery: Read 53 rows, 4.00 KiB in 0.001562 sec., 33930.85787451985 rows/sec., 2.50 MiB/sec. 2026.03.04 04:37:38.996212 [ 261 ] {863046cf-8278-4af1-a820-bc88b9728e11} TCPHandler: Processed in 0.001734473 sec. 2026.03.04 04:37:38.996337 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:38.996434 [ 261 ] {b86a738f-c1ad-4253-a4f4-db0332d1de89} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:37:38.996475 [ 261 ] {b86a738f-c1ad-4253-a4f4-db0332d1de89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:37:38.996930 [ 261 ] {b86a738f-c1ad-4253-a4f4-db0332d1de89} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:38.996967 [ 261 ] {b86a738f-c1ad-4253-a4f4-db0332d1de89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:38.997274 [ 261 ] {b86a738f-c1ad-4253-a4f4-db0332d1de89} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.04 04:37:38.997486 [ 261 ] {b86a738f-c1ad-4253-a4f4-db0332d1de89} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:38.997615 [ 261 ] {b86a738f-c1ad-4253-a4f4-db0332d1de89} executeQuery: Read 24 rows, 2.04 KiB in 0.0012 sec., 20000 rows/sec., 1.66 MiB/sec. 2026.03.04 04:37:38.997654 [ 261 ] {b86a738f-c1ad-4253-a4f4-db0332d1de89} TCPHandler: Processed in 0.001367727 sec. 2026.03.04 04:37:38.997755 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:38.997850 [ 261 ] {5a438bc1-eb6a-4f2c-ae74-779ade9bdb4c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:37:38.997890 [ 261 ] {5a438bc1-eb6a-4f2c-ae74-779ade9bdb4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:37:38.998288 [ 261 ] {5a438bc1-eb6a-4f2c-ae74-779ade9bdb4c} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:38.998325 [ 261 ] {5a438bc1-eb6a-4f2c-ae74-779ade9bdb4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:38.998620 [ 261 ] {5a438bc1-eb6a-4f2c-ae74-779ade9bdb4c} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.04 04:37:38.998838 [ 261 ] {5a438bc1-eb6a-4f2c-ae74-779ade9bdb4c} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:38.998966 [ 261 ] {5a438bc1-eb6a-4f2c-ae74-779ade9bdb4c} executeQuery: Read 12 rows, 960.00 B in 0.001135 sec., 10572.687224669604 rows/sec., 825.99 KiB/sec. 2026.03.04 04:37:38.999004 [ 261 ] {5a438bc1-eb6a-4f2c-ae74-779ade9bdb4c} TCPHandler: Processed in 0.001298425 sec. 2026.03.04 04:37:38.999113 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:38.999208 [ 261 ] {7e03dc9b-33a2-41f9-b80e-a06174e0ffa6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:37:38.999248 [ 261 ] {7e03dc9b-33a2-41f9-b80e-a06174e0ffa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:37:38.999711 [ 261 ] {7e03dc9b-33a2-41f9-b80e-a06174e0ffa6} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:38.999748 [ 261 ] {7e03dc9b-33a2-41f9-b80e-a06174e0ffa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:39.000049 [ 261 ] {7e03dc9b-33a2-41f9-b80e-a06174e0ffa6} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.03.04 04:37:39.000250 [ 261 ] {7e03dc9b-33a2-41f9-b80e-a06174e0ffa6} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:39.000379 [ 261 ] {7e03dc9b-33a2-41f9-b80e-a06174e0ffa6} executeQuery: Read 141 rows, 11.67 KiB in 0.001189 sec., 118587.04793944492 rows/sec., 9.58 MiB/sec. 2026.03.04 04:37:39.000416 [ 261 ] {7e03dc9b-33a2-41f9-b80e-a06174e0ffa6} TCPHandler: Processed in 0.001352836 sec. 2026.03.04 04:37:39.000526 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:39.000622 [ 261 ] {9ca7a16a-6b05-48d7-ad85-266f91dbddd3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:37:39.000665 [ 261 ] {9ca7a16a-6b05-48d7-ad85-266f91dbddd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:37:39.001073 [ 261 ] {9ca7a16a-6b05-48d7-ad85-266f91dbddd3} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:39.001167 [ 261 ] {9ca7a16a-6b05-48d7-ad85-266f91dbddd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:39.001501 [ 261 ] {9ca7a16a-6b05-48d7-ad85-266f91dbddd3} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.03.04 04:37:39.001707 [ 261 ] {9ca7a16a-6b05-48d7-ad85-266f91dbddd3} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:39.001836 [ 261 ] {9ca7a16a-6b05-48d7-ad85-266f91dbddd3} executeQuery: Read 200 rows, 14.68 KiB in 0.001233 sec., 162206.00162206002 rows/sec., 11.63 MiB/sec. 2026.03.04 04:37:39.001873 [ 261 ] {9ca7a16a-6b05-48d7-ad85-266f91dbddd3} TCPHandler: Processed in 0.001395127 sec. 2026.03.04 04:37:39.001985 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:39.002079 [ 261 ] {54df3acb-bcc8-4ce6-9d1f-117cabba2580} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:37:39.002134 [ 261 ] {54df3acb-bcc8-4ce6-9d1f-117cabba2580} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:37:39.002980 [ 261 ] {54df3acb-bcc8-4ce6-9d1f-117cabba2580} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:39.003016 [ 261 ] {54df3acb-bcc8-4ce6-9d1f-117cabba2580} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:39.003564 [ 261 ] {54df3acb-bcc8-4ce6-9d1f-117cabba2580} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.03.04 04:37:39.003780 [ 261 ] {54df3acb-bcc8-4ce6-9d1f-117cabba2580} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:39.003921 [ 261 ] {54df3acb-bcc8-4ce6-9d1f-117cabba2580} executeQuery: Read 33 rows, 60.55 KiB in 0.001859 sec., 17751.479289940828 rows/sec., 31.81 MiB/sec. 2026.03.04 04:37:39.003955 [ 56 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.03.04 04:37:39.003986 [ 261 ] {54df3acb-bcc8-4ce6-9d1f-117cabba2580} TCPHandler: Processed in 0.00205007 sec. 2026.03.04 04:37:39.004031 [ 56 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:39.004061 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:39.004126 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:39.004178 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.03.04 04:37:39.004224 [ 261 ] {42bd7804-3f81-4c55-8b03-452244e2a4e3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:37:39.004271 [ 261 ] {42bd7804-3f81-4c55-8b03-452244e2a4e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:37:39.004446 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:39.004518 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1688 rows starting from the beginning of the part 2026.03.04 04:37:39.004613 [ 261 ] {42bd7804-3f81-4c55-8b03-452244e2a4e3} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:39.004655 [ 261 ] {42bd7804-3f81-4c55-8b03-452244e2a4e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:39.004664 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 33 rows starting from the beginning of the part 2026.03.04 04:37:39.004791 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 19 rows starting from the beginning of the part 2026.03.04 04:37:39.004904 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 33 rows starting from the beginning of the part 2026.03.04 04:37:39.004982 [ 261 ] {42bd7804-3f81-4c55-8b03-452244e2a4e3} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.03.04 04:37:39.005007 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 8 rows starting from the beginning of the part 2026.03.04 04:37:39.005111 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 33 rows starting from the beginning of the part 2026.03.04 04:37:39.005232 [ 261 ] {42bd7804-3f81-4c55-8b03-452244e2a4e3} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:39.005371 [ 261 ] {42bd7804-3f81-4c55-8b03-452244e2a4e3} executeQuery: Read 60 rows, 4.14 KiB in 0.001165 sec., 51502.14592274678 rows/sec., 3.47 MiB/sec. 2026.03.04 04:37:39.005410 [ 261 ] {42bd7804-3f81-4c55-8b03-452244e2a4e3} TCPHandler: Processed in 0.001340446 sec. 2026.03.04 04:37:39.015515 [ 201 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1814 rows, containing 19 columns (19 merged, 0 gathered) in 0.011390459 sec., 159256.0931916791 rows/sec., 285.38 MiB/sec. 2026.03.04 04:37:39.017374 [ 192 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.03.04 04:37:39.017722 [ 192 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_81_16} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:39.017799 [ 192 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_81_16} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.03.04 04:37:39.017922 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.25 MiB. 2026.03.04 04:37:40.000183 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 347.79 MiB, peak 365.00 MiB, free memory in arenas 0.00 B, will set to 354.14 MiB (RSS), difference: 6.36 MiB 2026.03.04 04:37:40.681427 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 28316 2026.03.04 04:37:40.681940 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:40.681987 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:40.682481 [ 245 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.04 04:37:40.682714 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:40.682863 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28316 2026.03.04 04:37:42.186268 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2026.03.04 04:37:42.202647 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:42.202699 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:42.208842 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.04 04:37:42.209508 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:42.212369 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2026.03.04 04:37:43.986638 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:43.986836 [ 261 ] {5006a1f7-1196-4953-878a-ac7d30ec98b1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:37:43.986910 [ 261 ] {5006a1f7-1196-4953-878a-ac7d30ec98b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:37:43.987655 [ 261 ] {5006a1f7-1196-4953-878a-ac7d30ec98b1} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:43.987700 [ 261 ] {5006a1f7-1196-4953-878a-ac7d30ec98b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:43.988093 [ 261 ] {5006a1f7-1196-4953-878a-ac7d30ec98b1} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.03.04 04:37:43.988319 [ 261 ] {5006a1f7-1196-4953-878a-ac7d30ec98b1} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:43.988488 [ 261 ] {5006a1f7-1196-4953-878a-ac7d30ec98b1} executeQuery: Read 72 rows, 5.91 KiB in 0.001708 sec., 42154.56674473068 rows/sec., 3.38 MiB/sec. 2026.03.04 04:37:43.988538 [ 261 ] {5006a1f7-1196-4953-878a-ac7d30ec98b1} TCPHandler: Processed in 0.002040289 sec. 2026.03.04 04:37:43.988667 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:43.988771 [ 261 ] {c0add1d0-8a58-4e44-8931-77b2d60de0e3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:37:43.988816 [ 261 ] {c0add1d0-8a58-4e44-8931-77b2d60de0e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:37:43.989267 [ 261 ] {c0add1d0-8a58-4e44-8931-77b2d60de0e3} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:43.989305 [ 261 ] {c0add1d0-8a58-4e44-8931-77b2d60de0e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:43.989615 [ 261 ] {c0add1d0-8a58-4e44-8931-77b2d60de0e3} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.03.04 04:37:43.989823 [ 261 ] {c0add1d0-8a58-4e44-8931-77b2d60de0e3} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:43.989953 [ 261 ] {c0add1d0-8a58-4e44-8931-77b2d60de0e3} executeQuery: Read 8 rows, 616.00 B in 0.001206 sec., 6633.499170812604 rows/sec., 498.81 KiB/sec. 2026.03.04 04:37:43.989991 [ 261 ] {c0add1d0-8a58-4e44-8931-77b2d60de0e3} TCPHandler: Processed in 0.001374876 sec. 2026.03.04 04:37:43.990102 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:43.990198 [ 261 ] {db5ea232-e631-4b43-a00c-bfbdbf486a1f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:37:43.990239 [ 261 ] {db5ea232-e631-4b43-a00c-bfbdbf486a1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:37:43.990656 [ 261 ] {db5ea232-e631-4b43-a00c-bfbdbf486a1f} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:43.990692 [ 261 ] {db5ea232-e631-4b43-a00c-bfbdbf486a1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:43.991017 [ 261 ] {db5ea232-e631-4b43-a00c-bfbdbf486a1f} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.03.04 04:37:43.991231 [ 261 ] {db5ea232-e631-4b43-a00c-bfbdbf486a1f} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:43.991367 [ 261 ] {db5ea232-e631-4b43-a00c-bfbdbf486a1f} executeQuery: Read 72 rows, 5.76 KiB in 0.001188 sec., 60606.0606060606 rows/sec., 4.73 MiB/sec. 2026.03.04 04:37:43.991410 [ 261 ] {db5ea232-e631-4b43-a00c-bfbdbf486a1f} TCPHandler: Processed in 0.001358096 sec. 2026.03.04 04:37:43.991536 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:43.991632 [ 261 ] {f04c60b8-472f-4058-ad80-eb69f09fcdbc} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:37:43.991676 [ 261 ] {f04c60b8-472f-4058-ad80-eb69f09fcdbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:37:43.992085 [ 261 ] {f04c60b8-472f-4058-ad80-eb69f09fcdbc} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:43.992122 [ 261 ] {f04c60b8-472f-4058-ad80-eb69f09fcdbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:43.992450 [ 261 ] {f04c60b8-472f-4058-ad80-eb69f09fcdbc} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.03.04 04:37:43.992655 [ 261 ] {f04c60b8-472f-4058-ad80-eb69f09fcdbc} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:43.992784 [ 26 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 5 parts from all_1_93_19 to all_97_97_0 2026.03.04 04:37:43.992792 [ 261 ] {f04c60b8-472f-4058-ad80-eb69f09fcdbc} executeQuery: Read 160 rows, 11.41 KiB in 0.001178 sec., 135823.42954159592 rows/sec., 9.46 MiB/sec. 2026.03.04 04:37:43.992856 [ 26 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:43.992869 [ 261 ] {f04c60b8-472f-4058-ad80-eb69f09fcdbc} TCPHandler: Processed in 0.001382407 sec. 2026.03.04 04:37:43.992883 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:43.992978 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_97_20} MergeTask::PrepareStage: Merging 5 parts: from all_1_93_19 to all_97_97_0 into Compact with storage Full 2026.03.04 04:37:43.992987 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:43.993080 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_97_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:43.993092 [ 261 ] {c0589ed3-d17c-4b2a-929a-bf0c052acdaf} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:37:43.993113 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_97_20} MergeTreeSequentialSource: Reading 5 marks from part all_1_93_19, total 31538 rows starting from the beginning of the part 2026.03.04 04:37:43.993147 [ 261 ] {c0589ed3-d17c-4b2a-929a-bf0c052acdaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:37:43.993174 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_97_20} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 128 rows starting from the beginning of the part 2026.03.04 04:37:43.993224 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_97_20} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part 2026.03.04 04:37:43.993268 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_97_20} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 160 rows starting from the beginning of the part 2026.03.04 04:37:43.993311 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_97_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 200 rows starting from the beginning of the part 2026.03.04 04:37:43.993916 [ 261 ] {c0589ed3-d17c-4b2a-929a-bf0c052acdaf} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:43.993951 [ 261 ] {c0589ed3-d17c-4b2a-929a-bf0c052acdaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:43.994469 [ 261 ] {c0589ed3-d17c-4b2a-929a-bf0c052acdaf} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.03.04 04:37:43.994692 [ 261 ] {c0589ed3-d17c-4b2a-929a-bf0c052acdaf} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:43.994839 [ 261 ] {c0589ed3-d17c-4b2a-929a-bf0c052acdaf} executeQuery: Read 8 rows, 14.68 KiB in 0.001764 sec., 4535.14739229025 rows/sec., 8.13 MiB/sec. 2026.03.04 04:37:43.994917 [ 261 ] {c0589ed3-d17c-4b2a-929a-bf0c052acdaf} TCPHandler: Processed in 0.001979998 sec. 2026.03.04 04:37:43.995030 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:43.995127 [ 261 ] {d5bf88b3-82aa-4247-94ff-fc3f6f11c478} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:37:43.995168 [ 261 ] {d5bf88b3-82aa-4247-94ff-fc3f6f11c478} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:37:43.995506 [ 261 ] {d5bf88b3-82aa-4247-94ff-fc3f6f11c478} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:43.995543 [ 261 ] {d5bf88b3-82aa-4247-94ff-fc3f6f11c478} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:43.995855 [ 261 ] {d5bf88b3-82aa-4247-94ff-fc3f6f11c478} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.03.04 04:37:43.996087 [ 261 ] {d5bf88b3-82aa-4247-94ff-fc3f6f11c478} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:43.996225 [ 261 ] {d5bf88b3-82aa-4247-94ff-fc3f6f11c478} executeQuery: Read 60 rows, 4.14 KiB in 0.001117 sec., 53715.308863025966 rows/sec., 3.62 MiB/sec. 2026.03.04 04:37:43.996263 [ 261 ] {d5bf88b3-82aa-4247-94ff-fc3f6f11c478} TCPHandler: Processed in 0.001281495 sec. 2026.03.04 04:37:43.999198 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_97_20} MergeTask::MergeProjectionsStage: Merge sorted 32186 rows, containing 5 columns (5 merged, 0 gathered) in 0.006255771 sec., 5145009.304208865 rows/sec., 340.34 MiB/sec. 2026.03.04 04:37:43.999947 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_97_20} MergedBlockOutputStream: filled checksums all_1_97_20 (state Temporary) 2026.03.04 04:37:44.000188 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 358.75 MiB, peak 365.00 MiB, free memory in arenas 0.00 B, will set to 354.51 MiB (RSS), difference: -4.24 MiB 2026.03.04 04:37:44.000438 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_97_20} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_97_20 to all_1_97_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:44.000523 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_97_20} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 5 parts: [all_1_93_19, all_97_97_0] -> all_1_97_20 2026.03.04 04:37:44.000637 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. 2026.03.04 04:37:45.000177 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 350.38 MiB, peak 365.00 MiB, free memory in arenas 0.00 B, will set to 354.51 MiB (RSS), difference: 4.13 MiB 2026.03.04 04:37:48.026383 [ 50 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:37:48.026471 [ 50 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:37:48.182964 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 28828 2026.03.04 04:37:48.183502 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:48.183548 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:48.184039 [ 245 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.04 04:37:48.184283 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:48.184430 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28828 2026.03.04 04:37:48.277940 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1636 2026.03.04 04:37:48.280437 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:48.280497 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:48.281727 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.04 04:37:48.282005 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:48.282406 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1636 2026.03.04 04:37:48.987693 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:48.987890 [ 261 ] {69983611-ca92-4d20-a422-c25992bf07a8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:37:48.987960 [ 261 ] {69983611-ca92-4d20-a422-c25992bf07a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:37:48.988669 [ 261 ] {69983611-ca92-4d20-a422-c25992bf07a8} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:48.988706 [ 261 ] {69983611-ca92-4d20-a422-c25992bf07a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:48.989089 [ 261 ] {69983611-ca92-4d20-a422-c25992bf07a8} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.03.04 04:37:48.989310 [ 261 ] {69983611-ca92-4d20-a422-c25992bf07a8} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:48.989456 [ 261 ] {69983611-ca92-4d20-a422-c25992bf07a8} executeQuery: Read 122 rows, 10.72 KiB in 0.001621 sec., 75262.18383713756 rows/sec., 6.46 MiB/sec. 2026.03.04 04:37:48.989496 [ 261 ] {69983611-ca92-4d20-a422-c25992bf07a8} TCPHandler: Processed in 0.001936838 sec. 2026.03.04 04:37:48.989623 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:48.989718 [ 261 ] {3952cb19-39db-4399-82b9-5aab023d5e53} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:37:48.989758 [ 261 ] {3952cb19-39db-4399-82b9-5aab023d5e53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:37:48.990164 [ 261 ] {3952cb19-39db-4399-82b9-5aab023d5e53} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:48.990198 [ 261 ] {3952cb19-39db-4399-82b9-5aab023d5e53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:48.990482 [ 261 ] {3952cb19-39db-4399-82b9-5aab023d5e53} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.03.04 04:37:48.990683 [ 261 ] {3952cb19-39db-4399-82b9-5aab023d5e53} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:48.990807 [ 261 ] {3952cb19-39db-4399-82b9-5aab023d5e53} executeQuery: Read 33 rows, 2.48 KiB in 0.001108 sec., 29783.393501805054 rows/sec., 2.19 MiB/sec. 2026.03.04 04:37:48.990843 [ 261 ] {3952cb19-39db-4399-82b9-5aab023d5e53} TCPHandler: Processed in 0.001268685 sec. 2026.03.04 04:37:48.990953 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:48.991046 [ 261 ] {be5bdba3-6b40-410c-bc9a-836bb6aa1cd9} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:37:48.991084 [ 261 ] {be5bdba3-6b40-410c-bc9a-836bb6aa1cd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:37:48.991503 [ 261 ] {be5bdba3-6b40-410c-bc9a-836bb6aa1cd9} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:48.991538 [ 261 ] {be5bdba3-6b40-410c-bc9a-836bb6aa1cd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:48.991830 [ 261 ] {be5bdba3-6b40-410c-bc9a-836bb6aa1cd9} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.03.04 04:37:48.992041 [ 261 ] {be5bdba3-6b40-410c-bc9a-836bb6aa1cd9} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:48.992162 [ 261 ] {be5bdba3-6b40-410c-bc9a-836bb6aa1cd9} executeQuery: Read 97 rows, 7.76 KiB in 0.001133 sec., 85613.4157105031 rows/sec., 6.69 MiB/sec. 2026.03.04 04:37:48.992196 [ 261 ] {be5bdba3-6b40-410c-bc9a-836bb6aa1cd9} TCPHandler: Processed in 0.001290755 sec. 2026.03.04 04:37:48.992309 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:48.992402 [ 261 ] {7858abd5-2e47-4a5a-8f08-63cc0d9c4f95} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:37:48.992444 [ 261 ] {7858abd5-2e47-4a5a-8f08-63cc0d9c4f95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:37:48.992844 [ 261 ] {7858abd5-2e47-4a5a-8f08-63cc0d9c4f95} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:48.992877 [ 261 ] {7858abd5-2e47-4a5a-8f08-63cc0d9c4f95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:48.993190 [ 261 ] {7858abd5-2e47-4a5a-8f08-63cc0d9c4f95} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.03.04 04:37:48.993392 [ 261 ] {7858abd5-2e47-4a5a-8f08-63cc0d9c4f95} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:48.993514 [ 261 ] {7858abd5-2e47-4a5a-8f08-63cc0d9c4f95} executeQuery: Read 160 rows, 11.41 KiB in 0.001129 sec., 141718.33480956597 rows/sec., 9.87 MiB/sec. 2026.03.04 04:37:48.993548 [ 261 ] {7858abd5-2e47-4a5a-8f08-63cc0d9c4f95} TCPHandler: Processed in 0.001286785 sec. 2026.03.04 04:37:48.993658 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:48.993750 [ 261 ] {84b5fbd9-69fc-4c52-af2b-c682951bd959} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:37:48.993802 [ 261 ] {84b5fbd9-69fc-4c52-af2b-c682951bd959} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:37:48.994617 [ 261 ] {84b5fbd9-69fc-4c52-af2b-c682951bd959} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:48.994650 [ 261 ] {84b5fbd9-69fc-4c52-af2b-c682951bd959} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:48.995192 [ 261 ] {84b5fbd9-69fc-4c52-af2b-c682951bd959} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.03.04 04:37:48.995404 [ 261 ] {84b5fbd9-69fc-4c52-af2b-c682951bd959} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:48.995534 [ 261 ] {84b5fbd9-69fc-4c52-af2b-c682951bd959} executeQuery: Read 33 rows, 60.55 KiB in 0.001801 sec., 18323.153803442532 rows/sec., 32.83 MiB/sec. 2026.03.04 04:37:48.995585 [ 261 ] {84b5fbd9-69fc-4c52-af2b-c682951bd959} TCPHandler: Processed in 0.001972708 sec. 2026.03.04 04:37:48.995699 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:48.995792 [ 261 ] {f31d562e-dfab-435f-ae73-5fc67d71f739} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:37:48.995832 [ 261 ] {f31d562e-dfab-435f-ae73-5fc67d71f739} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:37:48.996164 [ 261 ] {f31d562e-dfab-435f-ae73-5fc67d71f739} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:48.996197 [ 261 ] {f31d562e-dfab-435f-ae73-5fc67d71f739} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.09 GiB. 2026.03.04 04:37:48.996484 [ 261 ] {f31d562e-dfab-435f-ae73-5fc67d71f739} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.03.04 04:37:48.996695 [ 261 ] {f31d562e-dfab-435f-ae73-5fc67d71f739} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:48.996816 [ 261 ] {f31d562e-dfab-435f-ae73-5fc67d71f739} executeQuery: Read 60 rows, 4.14 KiB in 0.001042 sec., 57581.57389635317 rows/sec., 3.88 MiB/sec. 2026.03.04 04:37:48.996850 [ 261 ] {f31d562e-dfab-435f-ae73-5fc67d71f739} TCPHandler: Processed in 0.001199204 sec. 2026.03.04 04:37:49.266413 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:49.266611 [ 261 ] {2c7365f2-b5cc-4ca4-9e6c-7616f4bf748d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:37:49.266678 [ 261 ] {2c7365f2-b5cc-4ca4-9e6c-7616f4bf748d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:37:49.267314 [ 261 ] {2c7365f2-b5cc-4ca4-9e6c-7616f4bf748d} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:49.267356 [ 261 ] {2c7365f2-b5cc-4ca4-9e6c-7616f4bf748d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:49.267815 [ 261 ] {2c7365f2-b5cc-4ca4-9e6c-7616f4bf748d} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.04 04:37:49.268143 [ 261 ] {2c7365f2-b5cc-4ca4-9e6c-7616f4bf748d} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:49.268315 [ 261 ] {2c7365f2-b5cc-4ca4-9e6c-7616f4bf748d} executeQuery: Read 4 rows, 334.00 B in 0.001754 sec., 2280.501710376283 rows/sec., 185.96 KiB/sec. 2026.03.04 04:37:49.268427 [ 261 ] {2c7365f2-b5cc-4ca4-9e6c-7616f4bf748d} TCPHandler: Processed in 0.002152812 sec. 2026.03.04 04:37:49.268584 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:49.268690 [ 261 ] {fc210a20-54c8-40f0-bcb4-1eb9a2fb1d6c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:37:49.268734 [ 261 ] {fc210a20-54c8-40f0-bcb4-1eb9a2fb1d6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:37:49.270278 [ 261 ] {fc210a20-54c8-40f0-bcb4-1eb9a2fb1d6c} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:49.270315 [ 261 ] {fc210a20-54c8-40f0-bcb4-1eb9a2fb1d6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:49.270771 [ 261 ] {fc210a20-54c8-40f0-bcb4-1eb9a2fb1d6c} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.03.04 04:37:49.271020 [ 261 ] {fc210a20-54c8-40f0-bcb4-1eb9a2fb1d6c} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:49.271165 [ 261 ] {fc210a20-54c8-40f0-bcb4-1eb9a2fb1d6c} executeQuery: Read 1958 rows, 150.22 KiB in 0.0025 sec., 783200 rows/sec., 58.68 MiB/sec. 2026.03.04 04:37:49.271208 [ 261 ] {fc210a20-54c8-40f0-bcb4-1eb9a2fb1d6c} TCPHandler: Processed in 0.002680551 sec. 2026.03.04 04:37:49.271332 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:49.271436 [ 261 ] {091b8db2-2c72-4f4d-99a7-6ef90408f063} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:37:49.271480 [ 261 ] {091b8db2-2c72-4f4d-99a7-6ef90408f063} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:37:49.271908 [ 261 ] {091b8db2-2c72-4f4d-99a7-6ef90408f063} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:49.271944 [ 261 ] {091b8db2-2c72-4f4d-99a7-6ef90408f063} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:49.272251 [ 261 ] {091b8db2-2c72-4f4d-99a7-6ef90408f063} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.03.04 04:37:49.272459 [ 261 ] {091b8db2-2c72-4f4d-99a7-6ef90408f063} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:49.272595 [ 261 ] {091b8db2-2c72-4f4d-99a7-6ef90408f063} executeQuery: Read 23 rows, 1.71 KiB in 0.001181 sec., 19475.02116850127 rows/sec., 1.41 MiB/sec. 2026.03.04 04:37:49.272632 [ 261 ] {091b8db2-2c72-4f4d-99a7-6ef90408f063} TCPHandler: Processed in 0.001351596 sec. 2026.03.04 04:37:49.272759 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:49.272855 [ 261 ] {76f45fed-410a-451b-9293-51b5c88c248c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:37:49.272895 [ 261 ] {76f45fed-410a-451b-9293-51b5c88c248c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:37:49.273751 [ 261 ] {76f45fed-410a-451b-9293-51b5c88c248c} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:49.273787 [ 261 ] {76f45fed-410a-451b-9293-51b5c88c248c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:49.274142 [ 261 ] {76f45fed-410a-451b-9293-51b5c88c248c} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.04 04:37:49.274357 [ 261 ] {76f45fed-410a-451b-9293-51b5c88c248c} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:49.274487 [ 261 ] {76f45fed-410a-451b-9293-51b5c88c248c} executeQuery: Read 708 rows, 42.29 KiB in 0.00165 sec., 429090.9090909091 rows/sec., 25.03 MiB/sec. 2026.03.04 04:37:49.274517 [ 28 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0 2026.03.04 04:37:49.274524 [ 261 ] {76f45fed-410a-451b-9293-51b5c88c248c} TCPHandler: Processed in 0.001816044 sec. 2026.03.04 04:37:49.274632 [ 28 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:49.274681 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:49.274709 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:49.274809 [ 261 ] {b10d59a8-9803-4ccd-affa-208b586208ad} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.04 04:37:49.274808 [ 191 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_34_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full 2026.03.04 04:37:49.274851 [ 261 ] {b10d59a8-9803-4ccd-affa-208b586208ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.04 04:37:49.274949 [ 191 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_34_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:49.274987 [ 191 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 883 rows starting from the beginning of the part 2026.03.04 04:37:49.275057 [ 191 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 708 rows starting from the beginning of the part 2026.03.04 04:37:49.275112 [ 191 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 24 rows starting from the beginning of the part 2026.03.04 04:37:49.275176 [ 191 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 709 rows starting from the beginning of the part 2026.03.04 04:37:49.275240 [ 191 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 24 rows starting from the beginning of the part 2026.03.04 04:37:49.275251 [ 261 ] {b10d59a8-9803-4ccd-affa-208b586208ad} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:49.275293 [ 261 ] {b10d59a8-9803-4ccd-affa-208b586208ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:49.275304 [ 191 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 708 rows starting from the beginning of the part 2026.03.04 04:37:49.275617 [ 261 ] {b10d59a8-9803-4ccd-affa-208b586208ad} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.04 04:37:49.275866 [ 261 ] {b10d59a8-9803-4ccd-affa-208b586208ad} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:49.275980 [ 28 ] {} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.03.04 04:37:49.276007 [ 261 ] {b10d59a8-9803-4ccd-affa-208b586208ad} executeQuery: Read 1 rows, 72.00 B in 0.001215 sec., 823.0452674897119 rows/sec., 57.87 KiB/sec. 2026.03.04 04:37:49.276052 [ 28 ] {} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:49.276071 [ 261 ] {b10d59a8-9803-4ccd-affa-208b586208ad} TCPHandler: Processed in 0.001412637 sec. 2026.03.04 04:37:49.276082 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:49.276208 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:49.276212 [ 198 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2026.03.04 04:37:49.276310 [ 261 ] {5508cd36-c60f-4434-b2a9-19fa968bc931} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:37:49.276355 [ 261 ] {5508cd36-c60f-4434-b2a9-19fa968bc931} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:37:49.276355 [ 198 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:49.276403 [ 198 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 1 rows starting from the beginning of the part 2026.03.04 04:37:49.276470 [ 198 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2026.03.04 04:37:49.276514 [ 198 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2026.03.04 04:37:49.276558 [ 198 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2026.03.04 04:37:49.276602 [ 198 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2026.03.04 04:37:49.276813 [ 190 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_34_7} MergeTask::MergeProjectionsStage: Merge sorted 3056 rows, containing 5 columns (5 merged, 0 gathered) in 0.0020683 sec., 1477541.9426582218 rows/sec., 93.15 MiB/sec. 2026.03.04 04:37:49.276976 [ 191 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_34_7} MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) 2026.03.04 04:37:49.277262 [ 191 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_34_7} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:49.277313 [ 199 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 5 columns (5 merged, 0 gathered) in 0.001154452 sec., 4331.05923849584 rows/sec., 321.45 KiB/sec. 2026.03.04 04:37:49.277332 [ 191 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_34_7} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7 2026.03.04 04:37:49.277369 [ 261 ] {5508cd36-c60f-4434-b2a9-19fa968bc931} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:49.277408 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2026.03.04 04:37:49.277413 [ 261 ] {5508cd36-c60f-4434-b2a9-19fa968bc931} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:49.277439 [ 190 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.03.04 04:37:49.277754 [ 190 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_13_3} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:49.277828 [ 190 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_13_3} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.03.04 04:37:49.277849 [ 261 ] {5508cd36-c60f-4434-b2a9-19fa968bc931} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.03.04 04:37:49.277900 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.03.04 04:37:49.278079 [ 261 ] {5508cd36-c60f-4434-b2a9-19fa968bc931} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:49.278216 [ 261 ] {5508cd36-c60f-4434-b2a9-19fa968bc931} executeQuery: Read 1023 rows, 72.19 KiB in 0.001924 sec., 531704.7817047817 rows/sec., 36.64 MiB/sec. 2026.03.04 04:37:49.278256 [ 261 ] {5508cd36-c60f-4434-b2a9-19fa968bc931} TCPHandler: Processed in 0.00209946 sec. 2026.03.04 04:37:49.278373 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:49.278468 [ 261 ] {bf70b163-6b76-40ab-8d51-92f0e3591c04} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:37:49.278511 [ 261 ] {bf70b163-6b76-40ab-8d51-92f0e3591c04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:37:49.279292 [ 261 ] {bf70b163-6b76-40ab-8d51-92f0e3591c04} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:49.279329 [ 261 ] {bf70b163-6b76-40ab-8d51-92f0e3591c04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:49.279747 [ 261 ] {bf70b163-6b76-40ab-8d51-92f0e3591c04} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.03.04 04:37:49.279960 [ 261 ] {bf70b163-6b76-40ab-8d51-92f0e3591c04} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:49.280090 [ 261 ] {bf70b163-6b76-40ab-8d51-92f0e3591c04} executeQuery: Read 1219 rows, 78.06 KiB in 0.00164 sec., 743292.6829268293 rows/sec., 46.48 MiB/sec. 2026.03.04 04:37:49.280127 [ 261 ] {bf70b163-6b76-40ab-8d51-92f0e3591c04} TCPHandler: Processed in 0.001805725 sec. 2026.03.04 04:37:49.280243 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:49.280337 [ 261 ] {7e753325-a919-4502-b27d-a70940b2dc94} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:37:49.280393 [ 261 ] {7e753325-a919-4502-b27d-a70940b2dc94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:37:49.281204 [ 261 ] {7e753325-a919-4502-b27d-a70940b2dc94} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:49.281240 [ 261 ] {7e753325-a919-4502-b27d-a70940b2dc94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:49.281768 [ 261 ] {7e753325-a919-4502-b27d-a70940b2dc94} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.03.04 04:37:49.282001 [ 261 ] {7e753325-a919-4502-b27d-a70940b2dc94} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:49.282140 [ 261 ] {7e753325-a919-4502-b27d-a70940b2dc94} executeQuery: Read 19 rows, 34.86 KiB in 0.00182 sec., 10439.560439560439 rows/sec., 18.71 MiB/sec. 2026.03.04 04:37:49.282204 [ 261 ] {7e753325-a919-4502-b27d-a70940b2dc94} TCPHandler: Processed in 0.002011169 sec. 2026.03.04 04:37:49.282313 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:49.282408 [ 261 ] {1d2de8bc-4f90-4ef7-a6ed-c24ed254c94a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:37:49.282450 [ 261 ] {1d2de8bc-4f90-4ef7-a6ed-c24ed254c94a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:37:49.282765 [ 261 ] {1d2de8bc-4f90-4ef7-a6ed-c24ed254c94a} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:49.282801 [ 261 ] {1d2de8bc-4f90-4ef7-a6ed-c24ed254c94a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:49.283107 [ 261 ] {1d2de8bc-4f90-4ef7-a6ed-c24ed254c94a} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.03.04 04:37:49.283318 [ 261 ] {1d2de8bc-4f90-4ef7-a6ed-c24ed254c94a} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:49.283448 [ 261 ] {1d2de8bc-4f90-4ef7-a6ed-c24ed254c94a} executeQuery: Read 12 rows, 848.00 B in 0.001057 sec., 11352.885525070955 rows/sec., 783.47 KiB/sec. 2026.03.04 04:37:49.283484 [ 261 ] {1d2de8bc-4f90-4ef7-a6ed-c24ed254c94a} TCPHandler: Processed in 0.001221263 sec. 2026.03.04 04:37:49.712425 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2026.03.04 04:37:49.729260 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:49.729300 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:49.735441 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.04 04:37:49.736119 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:49.738959 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2026.03.04 04:37:50.000188 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 355.76 MiB, peak 365.00 MiB, free memory in arenas 0.00 B, will set to 354.51 MiB (RSS), difference: -1.25 MiB 2026.03.04 04:37:53.984842 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:53.985026 [ 261 ] {e22ae032-9640-485c-9b9f-d4854c9a256d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:37:53.985096 [ 261 ] {e22ae032-9640-485c-9b9f-d4854c9a256d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:37:53.985810 [ 261 ] {e22ae032-9640-485c-9b9f-d4854c9a256d} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:53.985864 [ 261 ] {e22ae032-9640-485c-9b9f-d4854c9a256d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:53.986275 [ 261 ] {e22ae032-9640-485c-9b9f-d4854c9a256d} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.03.04 04:37:53.986504 [ 261 ] {e22ae032-9640-485c-9b9f-d4854c9a256d} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:53.986685 [ 261 ] {e22ae032-9640-485c-9b9f-d4854c9a256d} executeQuery: Read 56 rows, 4.38 KiB in 0.00171 sec., 32748.53801169591 rows/sec., 2.50 MiB/sec. 2026.03.04 04:37:53.986697 [ 47 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.03.04 04:37:53.986744 [ 261 ] {e22ae032-9640-485c-9b9f-d4854c9a256d} TCPHandler: Processed in 0.002041029 sec. 2026.03.04 04:37:53.986762 [ 47 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:53.986808 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:53.986883 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:53.986928 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.03.04 04:37:53.986994 [ 261 ] {84c4eddf-59df-49fc-93ce-8b9b6448d5ab} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:37:53.987042 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:53.987043 [ 261 ] {84c4eddf-59df-49fc-93ce-8b9b6448d5ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:37:53.987084 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 2895 rows starting from the beginning of the part 2026.03.04 04:37:53.987157 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 246 rows starting from the beginning of the part 2026.03.04 04:37:53.987269 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 72 rows starting from the beginning of the part 2026.03.04 04:37:53.987314 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 122 rows starting from the beginning of the part 2026.03.04 04:37:53.987357 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 1958 rows starting from the beginning of the part 2026.03.04 04:37:53.987404 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 56 rows starting from the beginning of the part 2026.03.04 04:37:53.987556 [ 261 ] {84c4eddf-59df-49fc-93ce-8b9b6448d5ab} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:53.987606 [ 261 ] {84c4eddf-59df-49fc-93ce-8b9b6448d5ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:53.987957 [ 261 ] {84c4eddf-59df-49fc-93ce-8b9b6448d5ab} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.03.04 04:37:53.988184 [ 261 ] {84c4eddf-59df-49fc-93ce-8b9b6448d5ab} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:53.988373 [ 47 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.03.04 04:37:53.988389 [ 261 ] {84c4eddf-59df-49fc-93ce-8b9b6448d5ab} executeQuery: Read 64 rows, 5.12 KiB in 0.00142 sec., 45070.42253521127 rows/sec., 3.52 MiB/sec. 2026.03.04 04:37:53.988423 [ 47 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:53.988442 [ 261 ] {84c4eddf-59df-49fc-93ce-8b9b6448d5ab} TCPHandler: Processed in 0.001611781 sec. 2026.03.04 04:37:53.988450 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:53.988540 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.03.04 04:37:53.988579 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:53.988634 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:53.988666 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1552 rows starting from the beginning of the part 2026.03.04 04:37:53.988687 [ 261 ] {bf4f631c-7fe0-4ecc-b878-daee54aea09b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:37:53.988721 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 141 rows starting from the beginning of the part 2026.03.04 04:37:53.988738 [ 261 ] {bf4f631c-7fe0-4ecc-b878-daee54aea09b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:37:53.988788 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 72 rows starting from the beginning of the part 2026.03.04 04:37:53.988840 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 97 rows starting from the beginning of the part 2026.03.04 04:37:53.988880 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 1023 rows starting from the beginning of the part 2026.03.04 04:37:53.988920 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 64 rows starting from the beginning of the part 2026.03.04 04:37:53.989161 [ 261 ] {bf4f631c-7fe0-4ecc-b878-daee54aea09b} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:53.989202 [ 261 ] {bf4f631c-7fe0-4ecc-b878-daee54aea09b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:53.989564 [ 261 ] {bf4f631c-7fe0-4ecc-b878-daee54aea09b} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.03.04 04:37:53.989567 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 5349 rows, containing 5 columns (5 merged, 0 gathered) in 0.002685642 sec., 1991702.5426322646 rows/sec., 161.14 MiB/sec. 2026.03.04 04:37:53.989785 [ 261 ] {bf4f631c-7fe0-4ecc-b878-daee54aea09b} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:53.989850 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.03.04 04:37:53.989929 [ 261 ] {bf4f631c-7fe0-4ecc-b878-daee54aea09b} executeQuery: Read 128 rows, 9.13 KiB in 0.001266 sec., 101105.84518167457 rows/sec., 7.04 MiB/sec. 2026.03.04 04:37:53.989972 [ 261 ] {bf4f631c-7fe0-4ecc-b878-daee54aea09b} TCPHandler: Processed in 0.001444268 sec. 2026.03.04 04:37:53.990095 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:53.990114 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_101_20} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:53.990136 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 2949 rows, containing 5 columns (5 merged, 0 gathered) in 0.001627361 sec., 1812136.3360680267 rows/sec., 134.97 MiB/sec. 2026.03.04 04:37:53.990191 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_101_20} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.03.04 04:37:53.990196 [ 261 ] {ce40fa5b-167f-4253-a735-ea4a40f8ec0b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:37:53.990247 [ 261 ] {ce40fa5b-167f-4253-a735-ea4a40f8ec0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:37:53.990274 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2026.03.04 04:37:53.990343 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.03.04 04:37:53.990626 [ 261 ] {ce40fa5b-167f-4253-a735-ea4a40f8ec0b} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:53.990662 [ 261 ] {ce40fa5b-167f-4253-a735-ea4a40f8ec0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:53.990682 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_101_20} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:53.990769 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_101_20} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.03.04 04:37:53.990856 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.03.04 04:37:53.990984 [ 261 ] {ce40fa5b-167f-4253-a735-ea4a40f8ec0b} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.03.04 04:37:53.991194 [ 261 ] {ce40fa5b-167f-4253-a735-ea4a40f8ec0b} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:53.991326 [ 47 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.03.04 04:37:53.991329 [ 261 ] {ce40fa5b-167f-4253-a735-ea4a40f8ec0b} executeQuery: Read 48 rows, 3.31 KiB in 0.001153 sec., 41630.52905464007 rows/sec., 2.81 MiB/sec. 2026.03.04 04:37:53.991368 [ 47 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:53.991388 [ 261 ] {ce40fa5b-167f-4253-a735-ea4a40f8ec0b} TCPHandler: Processed in 0.001343276 sec. 2026.03.04 04:37:53.991393 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:53.991529 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.03.04 04:37:53.991692 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:53.991731 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5250 rows starting from the beginning of the part 2026.03.04 04:37:53.991797 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part 2026.03.04 04:37:53.991842 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part 2026.03.04 04:37:53.991882 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part 2026.03.04 04:37:53.991922 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 12 rows starting from the beginning of the part 2026.03.04 04:37:53.991961 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 48 rows starting from the beginning of the part 2026.03.04 04:37:53.993738 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 5490 rows, containing 4 columns (4 merged, 0 gathered) in 0.002273233 sec., 2415062.600270188 rows/sec., 160.81 MiB/sec. 2026.03.04 04:37:53.994074 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.03.04 04:37:53.994344 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_101_20} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:53.994425 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_101_20} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.03.04 04:37:53.994505 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2026.03.04 04:37:55.685546 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 29276 2026.03.04 04:37:55.686100 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:55.686149 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:55.686652 [ 245 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.04 04:37:55.686921 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:55.687073 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29276 2026.03.04 04:37:55.687073 [ 46 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.04 04:37:55.687145 [ 46 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:55.687165 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:55.687285 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.03.04 04:37:55.687418 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:55.687456 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_61_12} MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 26908 rows starting from the beginning of the part 2026.03.04 04:37:55.687521 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 448 rows starting from the beginning of the part 2026.03.04 04:37:55.687567 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 512 rows starting from the beginning of the part 2026.03.04 04:37:55.687620 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 448 rows starting from the beginning of the part 2026.03.04 04:37:55.687671 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 512 rows starting from the beginning of the part 2026.03.04 04:37:55.687719 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 448 rows starting from the beginning of the part 2026.03.04 04:37:55.690190 [ 193 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 29276 rows, containing 4 columns (4 merged, 0 gathered) in 0.002962588 sec., 9881900.554515174 rows/sec., 141.36 MiB/sec. 2026.03.04 04:37:55.690526 [ 197 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.04 04:37:55.690791 [ 197 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_61_12} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:55.690862 [ 197 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_61_12} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.04 04:37:55.690978 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.91 MiB. 2026.03.04 04:37:57.239994 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2026.03.04 04:37:57.258923 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:57.258991 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:57.265457 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.04 04:37:57.266197 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:57.266525 [ 43 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.04 04:37:57.266587 [ 43 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:57.266606 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:57.266731 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.03.04 04:37:57.270389 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2026.03.04 04:37:57.270662 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:57.272305 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part 2026.03.04 04:37:57.277144 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part 2026.03.04 04:37:57.281988 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 7 rows starting from the beginning of the part 2026.03.04 04:37:57.286521 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part 2026.03.04 04:37:57.291347 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 7 rows starting from the beginning of the part 2026.03.04 04:37:57.295426 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 8 rows starting from the beginning of the part 2026.03.04 04:37:57.349876 [ 193 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.083199115 sec., 5528.904964914591 rows/sec., 28.59 MiB/sec. 2026.03.04 04:37:57.352730 [ 188 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.04 04:37:57.354828 [ 188 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_61_12} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:57.354920 [ 188 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_61_12} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.04 04:37:57.357471 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.03.04 04:37:58.000175 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 355.60 MiB, peak 369.00 MiB, free memory in arenas 0.00 B, will set to 354.54 MiB (RSS), difference: -1.06 MiB 2026.03.04 04:37:58.283569 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1674 2026.03.04 04:37:58.286093 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:58.286152 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:58.287400 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.04 04:37:58.287698 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:58.287898 [ 42 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.03.04 04:37:58.287963 [ 42 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:58.287991 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:58.288086 [ 195 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.03.04 04:37:58.288113 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1674 2026.03.04 04:37:58.288546 [ 195 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:58.288672 [ 195 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1504 rows starting from the beginning of the part 2026.03.04 04:37:58.289004 [ 195 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 36 rows starting from the beginning of the part 2026.03.04 04:37:58.289334 [ 195 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 40 rows starting from the beginning of the part 2026.03.04 04:37:58.289663 [ 195 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 24 rows starting from the beginning of the part 2026.03.04 04:37:58.289997 [ 195 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 32 rows starting from the beginning of the part 2026.03.04 04:37:58.290317 [ 195 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 38 rows starting from the beginning of the part 2026.03.04 04:37:58.297283 [ 192 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1674 rows, containing 72 columns (72 merged, 0 gathered) in 0.009229188 sec., 181381.0705773899 rows/sec., 143.24 MiB/sec. 2026.03.04 04:37:58.299161 [ 201 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.03.04 04:37:58.299841 [ 201 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_46_9} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:58.299950 [ 201 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_46_9} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.03.04 04:37:58.300328 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. 2026.03.04 04:37:58.987308 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:58.987511 [ 261 ] {fecee64b-02af-4fae-9900-4ce2081fd69e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:37:58.987590 [ 261 ] {fecee64b-02af-4fae-9900-4ce2081fd69e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:37:58.988284 [ 261 ] {fecee64b-02af-4fae-9900-4ce2081fd69e} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:58.988321 [ 261 ] {fecee64b-02af-4fae-9900-4ce2081fd69e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:58.988726 [ 261 ] {fecee64b-02af-4fae-9900-4ce2081fd69e} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.03.04 04:37:58.988955 [ 261 ] {fecee64b-02af-4fae-9900-4ce2081fd69e} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:58.989099 [ 261 ] {fecee64b-02af-4fae-9900-4ce2081fd69e} executeQuery: Read 122 rows, 10.72 KiB in 0.001643 sec., 74254.41265976871 rows/sec., 6.37 MiB/sec. 2026.03.04 04:37:58.989139 [ 261 ] {fecee64b-02af-4fae-9900-4ce2081fd69e} TCPHandler: Processed in 0.001968398 sec. 2026.03.04 04:37:58.989276 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:58.989371 [ 261 ] {70d00a04-dcfa-4012-8d65-d8c9554d344e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:37:58.989411 [ 261 ] {70d00a04-dcfa-4012-8d65-d8c9554d344e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:37:58.989833 [ 261 ] {70d00a04-dcfa-4012-8d65-d8c9554d344e} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:58.989866 [ 261 ] {70d00a04-dcfa-4012-8d65-d8c9554d344e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:58.990178 [ 261 ] {70d00a04-dcfa-4012-8d65-d8c9554d344e} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.03.04 04:37:58.990390 [ 261 ] {70d00a04-dcfa-4012-8d65-d8c9554d344e} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:58.990496 [ 41 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.03.04 04:37:58.990517 [ 261 ] {70d00a04-dcfa-4012-8d65-d8c9554d344e} executeQuery: Read 33 rows, 2.48 KiB in 0.001164 sec., 28350.515463917523 rows/sec., 2.08 MiB/sec. 2026.03.04 04:37:58.990533 [ 41 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:58.990553 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:58.990555 [ 261 ] {70d00a04-dcfa-4012-8d65-d8c9554d344e} TCPHandler: Processed in 0.001328115 sec. 2026.03.04 04:37:58.990663 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.03.04 04:37:58.990678 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:58.990798 [ 261 ] {fee56f1c-d0fd-4820-b497-d09bbea63571} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:37:58.990802 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:58.990839 [ 261 ] {fee56f1c-d0fd-4820-b497-d09bbea63571} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:37:58.990848 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 226 rows starting from the beginning of the part 2026.03.04 04:37:58.990935 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 53 rows starting from the beginning of the part 2026.03.04 04:37:58.990985 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 8 rows starting from the beginning of the part 2026.03.04 04:37:58.991031 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 33 rows starting from the beginning of the part 2026.03.04 04:37:58.991072 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 23 rows starting from the beginning of the part 2026.03.04 04:37:58.991114 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 33 rows starting from the beginning of the part 2026.03.04 04:37:58.991290 [ 261 ] {fee56f1c-d0fd-4820-b497-d09bbea63571} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:58.991331 [ 261 ] {fee56f1c-d0fd-4820-b497-d09bbea63571} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:58.991650 [ 261 ] {fee56f1c-d0fd-4820-b497-d09bbea63571} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.03.04 04:37:58.991886 [ 261 ] {fee56f1c-d0fd-4820-b497-d09bbea63571} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:58.991957 [ 189 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 376 rows, containing 5 columns (5 merged, 0 gathered) in 0.001349506 sec., 278620.4729730731 rows/sec., 19.94 MiB/sec. 2026.03.04 04:37:58.992012 [ 261 ] {fee56f1c-d0fd-4820-b497-d09bbea63571} executeQuery: Read 97 rows, 7.76 KiB in 0.001232 sec., 78733.76623376623 rows/sec., 6.15 MiB/sec. 2026.03.04 04:37:58.992050 [ 261 ] {fee56f1c-d0fd-4820-b497-d09bbea63571} TCPHandler: Processed in 0.001419327 sec. 2026.03.04 04:37:58.992097 [ 196 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.03.04 04:37:58.992175 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:58.992275 [ 261 ] {3820ea87-0ad1-4a1c-8e06-80bcdd002d68} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:37:58.992317 [ 261 ] {3820ea87-0ad1-4a1c-8e06-80bcdd002d68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:37:58.992352 [ 196 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_86_17} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:58.992427 [ 196 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_86_17} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.03.04 04:37:58.992508 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.04 04:37:58.992758 [ 261 ] {3820ea87-0ad1-4a1c-8e06-80bcdd002d68} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:58.992797 [ 261 ] {3820ea87-0ad1-4a1c-8e06-80bcdd002d68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:58.993123 [ 261 ] {3820ea87-0ad1-4a1c-8e06-80bcdd002d68} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.03.04 04:37:58.993328 [ 261 ] {3820ea87-0ad1-4a1c-8e06-80bcdd002d68} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:58.993432 [ 41 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 4 parts from all_1_97_20 to all_100_100_0 2026.03.04 04:37:58.993455 [ 261 ] {3820ea87-0ad1-4a1c-8e06-80bcdd002d68} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2026.03.04 04:37:58.993466 [ 41 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:58.993485 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:58.993492 [ 261 ] {3820ea87-0ad1-4a1c-8e06-80bcdd002d68} TCPHandler: Processed in 0.001372516 sec. 2026.03.04 04:37:58.993554 [ 192 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_100_21} MergeTask::PrepareStage: Merging 4 parts: from all_1_97_20 to all_100_100_0 into Compact with storage Full 2026.03.04 04:37:58.993611 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:58.993661 [ 192 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_100_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:37:58.993693 [ 192 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_100_21} MergeTreeSequentialSource: Reading 5 marks from part all_1_97_20, total 32186 rows starting from the beginning of the part 2026.03.04 04:37:58.993709 [ 261 ] {63b44f61-7362-42bd-890d-c929a224862f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:37:58.993747 [ 192 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_100_21} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 160 rows starting from the beginning of the part 2026.03.04 04:37:58.993773 [ 261 ] {63b44f61-7362-42bd-890d-c929a224862f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:37:58.993797 [ 192 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_100_21} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 160 rows starting from the beginning of the part 2026.03.04 04:37:58.993844 [ 192 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_100_21} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 1219 rows starting from the beginning of the part 2026.03.04 04:37:58.994643 [ 261 ] {63b44f61-7362-42bd-890d-c929a224862f} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:58.994684 [ 261 ] {63b44f61-7362-42bd-890d-c929a224862f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:58.995289 [ 261 ] {63b44f61-7362-42bd-890d-c929a224862f} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.03.04 04:37:58.995512 [ 261 ] {63b44f61-7362-42bd-890d-c929a224862f} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:58.995656 [ 261 ] {63b44f61-7362-42bd-890d-c929a224862f} executeQuery: Read 33 rows, 60.55 KiB in 0.001965 sec., 16793.89312977099 rows/sec., 30.09 MiB/sec. 2026.03.04 04:37:58.995720 [ 261 ] {63b44f61-7362-42bd-890d-c929a224862f} TCPHandler: Processed in 0.002156791 sec. 2026.03.04 04:37:58.995844 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:37:58.995943 [ 261 ] {82cb7328-298c-4116-87d2-a146f9eb6f93} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:37:58.995985 [ 261 ] {82cb7328-298c-4116-87d2-a146f9eb6f93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:37:58.996347 [ 261 ] {82cb7328-298c-4116-87d2-a146f9eb6f93} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:37:58.996380 [ 261 ] {82cb7328-298c-4116-87d2-a146f9eb6f93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.08 GiB. 2026.03.04 04:37:58.996936 [ 261 ] {82cb7328-298c-4116-87d2-a146f9eb6f93} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.03.04 04:37:58.997159 [ 261 ] {82cb7328-298c-4116-87d2-a146f9eb6f93} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:58.997297 [ 261 ] {82cb7328-298c-4116-87d2-a146f9eb6f93} executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec. 2026.03.04 04:37:58.997333 [ 261 ] {82cb7328-298c-4116-87d2-a146f9eb6f93} TCPHandler: Processed in 0.001537879 sec. 2026.03.04 04:37:59.001062 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_100_21} MergeTask::MergeProjectionsStage: Merge sorted 33725 rows, containing 5 columns (5 merged, 0 gathered) in 0.007537835 sec., 4474096.341986791 rows/sec., 295.52 MiB/sec. 2026.03.04 04:37:59.001171 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 358.83 MiB, peak 369.00 MiB, free memory in arenas 0.00 B, will set to 356.23 MiB (RSS), difference: -2.60 MiB 2026.03.04 04:37:59.001324 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_100_21} MergedBlockOutputStream: filled checksums all_1_100_21 (state Temporary) 2026.03.04 04:37:59.001592 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_100_21} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_100_21 to all_1_100_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:37:59.001659 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_100_21} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 4 parts: [all_1_97_20, all_100_100_0] -> all_1_100_21 2026.03.04 04:37:59.001736 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2026.03.04 04:38:00.001173 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 352.53 MiB, peak 369.00 MiB, free memory in arenas 0.00 B, will set to 356.23 MiB (RSS), difference: 3.71 MiB 2026.03.04 04:38:00.903070 [ 38 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d) (MergerMutator): Selected 5 parts from all_1_26_6 to all_30_30_0 2026.03.04 04:38:00.903133 [ 38 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:00.903158 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:00.903286 [ 196 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_30_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_26_6 to all_30_30_0 into Compact with storage Full 2026.03.04 04:38:00.903437 [ 196 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_30_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:00.903475 [ 196 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_6, total 20 rows starting from the beginning of the part 2026.03.04 04:38:00.903551 [ 196 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 2 rows starting from the beginning of the part 2026.03.04 04:38:00.903604 [ 196 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4 rows starting from the beginning of the part 2026.03.04 04:38:00.903654 [ 196 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part 2026.03.04 04:38:00.903698 [ 196 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_30_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 4 rows starting from the beginning of the part 2026.03.04 04:38:00.904438 [ 189 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_30_7} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001205693 sec., 31517.144082282968 rows/sec., 2.63 MiB/sec. 2026.03.04 04:38:00.904612 [ 189 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_30_7} MergedBlockOutputStream: filled checksums all_1_30_7 (state Temporary) 2026.03.04 04:38:00.904905 [ 189 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_30_7} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_merge_all_1_30_7 to all_1_30_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:00.904992 [ 189 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_30_7} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d) (MergerMutator): Merged 5 parts: [all_1_26_6, all_30_30_0] -> all_1_30_7 2026.03.04 04:38:00.905094 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.04 04:38:03.026911 [ 36 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:38:03.026959 [ 36 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:38:03.188162 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 29788 2026.03.04 04:38:03.188691 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:03.188733 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:03.189216 [ 245 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.04 04:38:03.189449 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:03.189579 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29788 2026.03.04 04:38:03.986396 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:03.986602 [ 261 ] {65f23af8-781c-4e13-b9c7-413ea197f862} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:38:03.986680 [ 261 ] {65f23af8-781c-4e13-b9c7-413ea197f862} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:38:03.987377 [ 261 ] {65f23af8-781c-4e13-b9c7-413ea197f862} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:03.987427 [ 261 ] {65f23af8-781c-4e13-b9c7-413ea197f862} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:03.987839 [ 261 ] {65f23af8-781c-4e13-b9c7-413ea197f862} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.03.04 04:38:03.988071 [ 261 ] {65f23af8-781c-4e13-b9c7-413ea197f862} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:03.988238 [ 261 ] {65f23af8-781c-4e13-b9c7-413ea197f862} executeQuery: Read 72 rows, 5.91 KiB in 0.001692 sec., 42553.19148936171 rows/sec., 3.41 MiB/sec. 2026.03.04 04:38:03.988289 [ 261 ] {65f23af8-781c-4e13-b9c7-413ea197f862} TCPHandler: Processed in 0.002037509 sec. 2026.03.04 04:38:03.988421 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:03.988527 [ 261 ] {75ffb760-0758-44c4-891c-2ab14cc94d1f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:38:03.988571 [ 261 ] {75ffb760-0758-44c4-891c-2ab14cc94d1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:38:03.989004 [ 261 ] {75ffb760-0758-44c4-891c-2ab14cc94d1f} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:03.989043 [ 261 ] {75ffb760-0758-44c4-891c-2ab14cc94d1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:03.989349 [ 261 ] {75ffb760-0758-44c4-891c-2ab14cc94d1f} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.03.04 04:38:03.989585 [ 261 ] {75ffb760-0758-44c4-891c-2ab14cc94d1f} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:03.989721 [ 261 ] {75ffb760-0758-44c4-891c-2ab14cc94d1f} executeQuery: Read 8 rows, 616.00 B in 0.001219 sec., 6562.756357670221 rows/sec., 493.49 KiB/sec. 2026.03.04 04:38:03.989760 [ 261 ] {75ffb760-0758-44c4-891c-2ab14cc94d1f} TCPHandler: Processed in 0.001391627 sec. 2026.03.04 04:38:03.989871 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:03.989968 [ 261 ] {79d32452-9308-4380-8d3a-1e1994957320} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:38:03.990009 [ 261 ] {79d32452-9308-4380-8d3a-1e1994957320} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:38:03.990430 [ 261 ] {79d32452-9308-4380-8d3a-1e1994957320} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:03.990466 [ 261 ] {79d32452-9308-4380-8d3a-1e1994957320} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:03.990776 [ 261 ] {79d32452-9308-4380-8d3a-1e1994957320} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.03.04 04:38:03.991006 [ 261 ] {79d32452-9308-4380-8d3a-1e1994957320} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:03.991138 [ 261 ] {79d32452-9308-4380-8d3a-1e1994957320} executeQuery: Read 72 rows, 5.76 KiB in 0.001189 sec., 60555.088309503786 rows/sec., 4.73 MiB/sec. 2026.03.04 04:38:03.991175 [ 261 ] {79d32452-9308-4380-8d3a-1e1994957320} TCPHandler: Processed in 0.001353526 sec. 2026.03.04 04:38:03.991287 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:03.991383 [ 261 ] {7a78ad52-f493-4e67-8042-9e433ef7e23a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:38:03.991428 [ 261 ] {7a78ad52-f493-4e67-8042-9e433ef7e23a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:38:03.991833 [ 261 ] {7a78ad52-f493-4e67-8042-9e433ef7e23a} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:03.991868 [ 261 ] {7a78ad52-f493-4e67-8042-9e433ef7e23a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:03.992197 [ 261 ] {7a78ad52-f493-4e67-8042-9e433ef7e23a} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.03.04 04:38:03.992418 [ 261 ] {7a78ad52-f493-4e67-8042-9e433ef7e23a} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:03.992564 [ 261 ] {7a78ad52-f493-4e67-8042-9e433ef7e23a} executeQuery: Read 160 rows, 11.41 KiB in 0.001199 sec., 133444.53711426188 rows/sec., 9.29 MiB/sec. 2026.03.04 04:38:03.992602 [ 261 ] {7a78ad52-f493-4e67-8042-9e433ef7e23a} TCPHandler: Processed in 0.001364416 sec. 2026.03.04 04:38:03.992715 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:03.992811 [ 261 ] {70db6e01-838e-4f14-bb61-799c8eea3ce5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:38:03.992868 [ 261 ] {70db6e01-838e-4f14-bb61-799c8eea3ce5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:38:03.993636 [ 261 ] {70db6e01-838e-4f14-bb61-799c8eea3ce5} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:03.993672 [ 261 ] {70db6e01-838e-4f14-bb61-799c8eea3ce5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:03.994189 [ 261 ] {70db6e01-838e-4f14-bb61-799c8eea3ce5} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.03.04 04:38:03.994413 [ 261 ] {70db6e01-838e-4f14-bb61-799c8eea3ce5} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:03.994535 [ 37 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.03.04 04:38:03.994553 [ 261 ] {70db6e01-838e-4f14-bb61-799c8eea3ce5} executeQuery: Read 8 rows, 14.68 KiB in 0.001761 sec., 4542.8733674048835 rows/sec., 8.14 MiB/sec. 2026.03.04 04:38:03.994573 [ 37 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:03.994592 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:03.994620 [ 261 ] {70db6e01-838e-4f14-bb61-799c8eea3ce5} TCPHandler: Processed in 0.001953608 sec. 2026.03.04 04:38:03.994707 [ 196 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.03.04 04:38:03.994738 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:03.994841 [ 261 ] {9e14233f-d740-4f4c-89db-a7df59058923} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:38:03.994883 [ 261 ] {9e14233f-d740-4f4c-89db-a7df59058923} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:38:03.994958 [ 196 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:03.995039 [ 196 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1814 rows starting from the beginning of the part 2026.03.04 04:38:03.995186 [ 196 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 8 rows starting from the beginning of the part 2026.03.04 04:38:03.995245 [ 261 ] {9e14233f-d740-4f4c-89db-a7df59058923} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:03.995284 [ 261 ] {9e14233f-d740-4f4c-89db-a7df59058923} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:03.995295 [ 196 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 33 rows starting from the beginning of the part 2026.03.04 04:38:03.995398 [ 196 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 19 rows starting from the beginning of the part 2026.03.04 04:38:03.995493 [ 196 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 33 rows starting from the beginning of the part 2026.03.04 04:38:03.995593 [ 196 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part 2026.03.04 04:38:03.995605 [ 261 ] {9e14233f-d740-4f4c-89db-a7df59058923} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.03.04 04:38:03.995847 [ 261 ] {9e14233f-d740-4f4c-89db-a7df59058923} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:03.995987 [ 261 ] {9e14233f-d740-4f4c-89db-a7df59058923} executeQuery: Read 60 rows, 4.14 KiB in 0.001163 sec., 51590.713671539124 rows/sec., 3.48 MiB/sec. 2026.03.04 04:38:03.996025 [ 261 ] {9e14233f-d740-4f4c-89db-a7df59058923} TCPHandler: Processed in 0.001337186 sec. 2026.03.04 04:38:04.000185 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 365.33 MiB, peak 369.00 MiB, free memory in arenas 0.00 B, will set to 357.34 MiB (RSS), difference: -7.99 MiB 2026.03.04 04:38:04.006648 [ 189 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1915 rows, containing 19 columns (19 merged, 0 gathered) in 0.012003541 sec., 159536.2568428766 rows/sec., 285.88 MiB/sec. 2026.03.04 04:38:04.008608 [ 190 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.03.04 04:38:04.009002 [ 190 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_86_17} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:04.009091 [ 190 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_86_17} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.03.04 04:38:04.009242 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.33 MiB. 2026.03.04 04:38:04.770449 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2026.03.04 04:38:04.786300 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:04.786367 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:04.792040 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.04 04:38:04.792718 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:04.795622 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2026.03.04 04:38:05.000205 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 349.25 MiB, peak 369.00 MiB, free memory in arenas 0.00 B, will set to 362.84 MiB (RSS), difference: 13.59 MiB 2026.03.04 04:38:08.288348 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 1698 2026.03.04 04:38:08.290540 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:08.290590 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:08.291774 [ 243 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.04 04:38:08.292036 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:08.292308 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1698 2026.03.04 04:38:08.989847 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:08.990053 [ 261 ] {088b1456-6cfd-4e5b-9535-53bc7fe6391a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:38:08.990131 [ 261 ] {088b1456-6cfd-4e5b-9535-53bc7fe6391a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:38:08.990873 [ 261 ] {088b1456-6cfd-4e5b-9535-53bc7fe6391a} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:08.990929 [ 261 ] {088b1456-6cfd-4e5b-9535-53bc7fe6391a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:08.991357 [ 261 ] {088b1456-6cfd-4e5b-9535-53bc7fe6391a} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.04 04:38:08.991591 [ 261 ] {088b1456-6cfd-4e5b-9535-53bc7fe6391a} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:08.991757 [ 261 ] {088b1456-6cfd-4e5b-9535-53bc7fe6391a} executeQuery: Read 24 rows, 2.04 KiB in 0.00176 sec., 13636.363636363636 rows/sec., 1.13 MiB/sec. 2026.03.04 04:38:08.991811 [ 261 ] {088b1456-6cfd-4e5b-9535-53bc7fe6391a} TCPHandler: Processed in 0.002108191 sec. 2026.03.04 04:38:08.991937 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:08.992043 [ 261 ] {4f79f10c-274b-4e4a-a752-2a78149cbf5d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:38:08.992088 [ 261 ] {4f79f10c-274b-4e4a-a752-2a78149cbf5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:38:08.992499 [ 261 ] {4f79f10c-274b-4e4a-a752-2a78149cbf5d} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:08.992538 [ 261 ] {4f79f10c-274b-4e4a-a752-2a78149cbf5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:08.992833 [ 261 ] {4f79f10c-274b-4e4a-a752-2a78149cbf5d} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.04 04:38:08.993032 [ 261 ] {4f79f10c-274b-4e4a-a752-2a78149cbf5d} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:08.993156 [ 261 ] {4f79f10c-274b-4e4a-a752-2a78149cbf5d} executeQuery: Read 2 rows, 167.00 B in 0.001176 sec., 1700.6802721088436 rows/sec., 138.68 KiB/sec. 2026.03.04 04:38:08.993194 [ 261 ] {4f79f10c-274b-4e4a-a752-2a78149cbf5d} TCPHandler: Processed in 0.001351046 sec. 2026.03.04 04:38:08.993301 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:08.993393 [ 261 ] {40692a88-4c98-476c-83d4-6e5e424dc391} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:38:08.993430 [ 261 ] {40692a88-4c98-476c-83d4-6e5e424dc391} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:38:08.993970 [ 261 ] {40692a88-4c98-476c-83d4-6e5e424dc391} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:08.994007 [ 261 ] {40692a88-4c98-476c-83d4-6e5e424dc391} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:08.994337 [ 261 ] {40692a88-4c98-476c-83d4-6e5e424dc391} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.03.04 04:38:08.994555 [ 261 ] {40692a88-4c98-476c-83d4-6e5e424dc391} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:08.994684 [ 261 ] {40692a88-4c98-476c-83d4-6e5e424dc391} executeQuery: Read 243 rows, 22.23 KiB in 0.001258 sec., 193163.7519872814 rows/sec., 17.26 MiB/sec. 2026.03.04 04:38:08.994722 [ 261 ] {40692a88-4c98-476c-83d4-6e5e424dc391} TCPHandler: Processed in 0.001423988 sec. 2026.03.04 04:38:08.994836 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:08.994933 [ 261 ] {ce32f2a9-4961-4716-9d12-66a5ec4d13b8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:38:08.994973 [ 261 ] {ce32f2a9-4961-4716-9d12-66a5ec4d13b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:38:08.995381 [ 261 ] {ce32f2a9-4961-4716-9d12-66a5ec4d13b8} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:08.995419 [ 261 ] {ce32f2a9-4961-4716-9d12-66a5ec4d13b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:08.995748 [ 261 ] {ce32f2a9-4961-4716-9d12-66a5ec4d13b8} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.03.04 04:38:08.995958 [ 261 ] {ce32f2a9-4961-4716-9d12-66a5ec4d13b8} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:08.996092 [ 261 ] {ce32f2a9-4961-4716-9d12-66a5ec4d13b8} executeQuery: Read 47 rows, 3.58 KiB in 0.001178 sec., 39898.132427843804 rows/sec., 2.97 MiB/sec. 2026.03.04 04:38:08.996131 [ 261 ] {ce32f2a9-4961-4716-9d12-66a5ec4d13b8} TCPHandler: Processed in 0.001344866 sec. 2026.03.04 04:38:08.996234 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:08.996328 [ 261 ] {b6a6dcef-ae3c-4950-bb64-ac62b2f7315f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:38:08.996368 [ 261 ] {b6a6dcef-ae3c-4950-bb64-ac62b2f7315f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:38:08.996767 [ 261 ] {b6a6dcef-ae3c-4950-bb64-ac62b2f7315f} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:08.996804 [ 261 ] {b6a6dcef-ae3c-4950-bb64-ac62b2f7315f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:08.997102 [ 261 ] {b6a6dcef-ae3c-4950-bb64-ac62b2f7315f} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.04 04:38:08.997313 [ 261 ] {b6a6dcef-ae3c-4950-bb64-ac62b2f7315f} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:08.997440 [ 261 ] {b6a6dcef-ae3c-4950-bb64-ac62b2f7315f} executeQuery: Read 24 rows, 2.04 KiB in 0.00113 sec., 21238.938053097347 rows/sec., 1.76 MiB/sec. 2026.03.04 04:38:08.997478 [ 261 ] {b6a6dcef-ae3c-4950-bb64-ac62b2f7315f} TCPHandler: Processed in 0.001295195 sec. 2026.03.04 04:38:08.997587 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:08.997680 [ 261 ] {ed60e779-a8b8-40f1-9bbc-06a34f3c4525} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:38:08.997721 [ 261 ] {ed60e779-a8b8-40f1-9bbc-06a34f3c4525} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:38:08.998117 [ 261 ] {ed60e779-a8b8-40f1-9bbc-06a34f3c4525} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:08.998155 [ 261 ] {ed60e779-a8b8-40f1-9bbc-06a34f3c4525} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:08.998453 [ 261 ] {ed60e779-a8b8-40f1-9bbc-06a34f3c4525} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.04 04:38:08.998658 [ 261 ] {ed60e779-a8b8-40f1-9bbc-06a34f3c4525} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:08.998788 [ 261 ] {ed60e779-a8b8-40f1-9bbc-06a34f3c4525} executeQuery: Read 12 rows, 960.00 B in 0.001125 sec., 10666.666666666668 rows/sec., 833.33 KiB/sec. 2026.03.04 04:38:08.998827 [ 261 ] {ed60e779-a8b8-40f1-9bbc-06a34f3c4525} TCPHandler: Processed in 0.001291055 sec. 2026.03.04 04:38:08.998947 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:08.999055 [ 261 ] {06c93faf-5056-45f4-9084-ace34713c5dd} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:38:08.999095 [ 261 ] {06c93faf-5056-45f4-9084-ace34713c5dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:38:08.999553 [ 261 ] {06c93faf-5056-45f4-9084-ace34713c5dd} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:08.999591 [ 261 ] {06c93faf-5056-45f4-9084-ace34713c5dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:08.999924 [ 261 ] {06c93faf-5056-45f4-9084-ace34713c5dd} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.03.04 04:38:09.000293 [ 261 ] {06c93faf-5056-45f4-9084-ace34713c5dd} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:09.000424 [ 261 ] {06c93faf-5056-45f4-9084-ace34713c5dd} executeQuery: Read 135 rows, 11.18 KiB in 0.001388 sec., 97262.24783861672 rows/sec., 7.87 MiB/sec. 2026.03.04 04:38:09.000463 [ 261 ] {06c93faf-5056-45f4-9084-ace34713c5dd} TCPHandler: Processed in 0.0015754 sec. 2026.03.04 04:38:09.000571 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:09.000674 [ 261 ] {b7be4f61-cb98-46a1-bdb1-4471dcab1c5a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:38:09.000720 [ 261 ] {b7be4f61-cb98-46a1-bdb1-4471dcab1c5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:38:09.001135 [ 261 ] {b7be4f61-cb98-46a1-bdb1-4471dcab1c5a} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:09.001172 [ 261 ] {b7be4f61-cb98-46a1-bdb1-4471dcab1c5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:09.001525 [ 261 ] {b7be4f61-cb98-46a1-bdb1-4471dcab1c5a} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.03.04 04:38:09.001744 [ 261 ] {b7be4f61-cb98-46a1-bdb1-4471dcab1c5a} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:09.001886 [ 261 ] {b7be4f61-cb98-46a1-bdb1-4471dcab1c5a} executeQuery: Read 197 rows, 14.47 KiB in 0.001231 sec., 160032.49390739235 rows/sec., 11.48 MiB/sec. 2026.03.04 04:38:09.001924 [ 261 ] {b7be4f61-cb98-46a1-bdb1-4471dcab1c5a} TCPHandler: Processed in 0.001404167 sec. 2026.03.04 04:38:09.002038 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:09.002133 [ 261 ] {5e1b17d9-fb40-4c28-96eb-7efe901e29e8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:38:09.002188 [ 261 ] {5e1b17d9-fb40-4c28-96eb-7efe901e29e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:38:09.003029 [ 261 ] {5e1b17d9-fb40-4c28-96eb-7efe901e29e8} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:09.003066 [ 261 ] {5e1b17d9-fb40-4c28-96eb-7efe901e29e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:09.003637 [ 261 ] {5e1b17d9-fb40-4c28-96eb-7efe901e29e8} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.03.04 04:38:09.003862 [ 261 ] {5e1b17d9-fb40-4c28-96eb-7efe901e29e8} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:09.004004 [ 261 ] {5e1b17d9-fb40-4c28-96eb-7efe901e29e8} executeQuery: Read 33 rows, 60.55 KiB in 0.00189 sec., 17460.31746031746 rows/sec., 31.29 MiB/sec. 2026.03.04 04:38:09.004072 [ 261 ] {5e1b17d9-fb40-4c28-96eb-7efe901e29e8} TCPHandler: Processed in 0.00208449 sec. 2026.03.04 04:38:09.004187 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:09.004282 [ 261 ] {38993a92-240b-4f9a-a32f-b85785129056} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:38:09.004326 [ 261 ] {38993a92-240b-4f9a-a32f-b85785129056} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:38:09.004664 [ 261 ] {38993a92-240b-4f9a-a32f-b85785129056} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:09.004702 [ 261 ] {38993a92-240b-4f9a-a32f-b85785129056} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:09.005014 [ 261 ] {38993a92-240b-4f9a-a32f-b85785129056} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.03.04 04:38:09.005223 [ 261 ] {38993a92-240b-4f9a-a32f-b85785129056} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:09.005357 [ 261 ] {38993a92-240b-4f9a-a32f-b85785129056} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2026.03.04 04:38:09.005395 [ 261 ] {38993a92-240b-4f9a-a32f-b85785129056} TCPHandler: Processed in 0.001258544 sec. 2026.03.04 04:38:10.689829 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 30236 2026.03.04 04:38:10.690458 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:10.690504 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:10.691009 [ 245 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.04 04:38:10.691259 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:10.691391 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30236 2026.03.04 04:38:12.295716 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 2026.03.04 04:38:12.312619 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:12.312683 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:12.318632 [ 244 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.04 04:38:12.319330 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:12.322214 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 475 2026.03.04 04:38:13.985869 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:13.986066 [ 261 ] {0bc99570-1533-4c54-bc05-157f0f6251c2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:38:13.986132 [ 261 ] {0bc99570-1533-4c54-bc05-157f0f6251c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:38:13.986875 [ 261 ] {0bc99570-1533-4c54-bc05-157f0f6251c2} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:13.986913 [ 261 ] {0bc99570-1533-4c54-bc05-157f0f6251c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:13.987311 [ 261 ] {0bc99570-1533-4c54-bc05-157f0f6251c2} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.03.04 04:38:13.987526 [ 261 ] {0bc99570-1533-4c54-bc05-157f0f6251c2} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:13.987681 [ 261 ] {0bc99570-1533-4c54-bc05-157f0f6251c2} executeQuery: Read 72 rows, 5.91 KiB in 0.00167 sec., 43113.77245508982 rows/sec., 3.46 MiB/sec. 2026.03.04 04:38:13.987723 [ 261 ] {0bc99570-1533-4c54-bc05-157f0f6251c2} TCPHandler: Processed in 0.001988888 sec. 2026.03.04 04:38:13.987850 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:13.987945 [ 261 ] {5a347238-87d3-4ebd-adbf-18dbfbf2a2e7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:38:13.987985 [ 261 ] {5a347238-87d3-4ebd-adbf-18dbfbf2a2e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:38:13.988386 [ 261 ] {5a347238-87d3-4ebd-adbf-18dbfbf2a2e7} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:13.988420 [ 261 ] {5a347238-87d3-4ebd-adbf-18dbfbf2a2e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:13.988706 [ 261 ] {5a347238-87d3-4ebd-adbf-18dbfbf2a2e7} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.03.04 04:38:13.988906 [ 261 ] {5a347238-87d3-4ebd-adbf-18dbfbf2a2e7} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:13.989032 [ 261 ] {5a347238-87d3-4ebd-adbf-18dbfbf2a2e7} executeQuery: Read 8 rows, 616.00 B in 0.001105 sec., 7239.819004524887 rows/sec., 544.40 KiB/sec. 2026.03.04 04:38:13.989068 [ 261 ] {5a347238-87d3-4ebd-adbf-18dbfbf2a2e7} TCPHandler: Processed in 0.001267115 sec. 2026.03.04 04:38:13.989187 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:13.989280 [ 261 ] {31bae2e7-76f8-45ef-943b-628be741dca6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:38:13.989319 [ 261 ] {31bae2e7-76f8-45ef-943b-628be741dca6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:38:13.989726 [ 261 ] {31bae2e7-76f8-45ef-943b-628be741dca6} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:13.989761 [ 261 ] {31bae2e7-76f8-45ef-943b-628be741dca6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:13.990050 [ 261 ] {31bae2e7-76f8-45ef-943b-628be741dca6} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.03.04 04:38:13.990265 [ 261 ] {31bae2e7-76f8-45ef-943b-628be741dca6} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:13.990398 [ 261 ] {31bae2e7-76f8-45ef-943b-628be741dca6} executeQuery: Read 72 rows, 5.76 KiB in 0.001135 sec., 63436.12334801762 rows/sec., 4.95 MiB/sec. 2026.03.04 04:38:13.990436 [ 261 ] {31bae2e7-76f8-45ef-943b-628be741dca6} TCPHandler: Processed in 0.001301185 sec. 2026.03.04 04:38:13.990554 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:13.990648 [ 261 ] {48d32662-88f0-474b-b561-5661f9d9048a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:38:13.990691 [ 261 ] {48d32662-88f0-474b-b561-5661f9d9048a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:38:13.991094 [ 261 ] {48d32662-88f0-474b-b561-5661f9d9048a} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:13.991128 [ 261 ] {48d32662-88f0-474b-b561-5661f9d9048a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:13.991463 [ 261 ] {48d32662-88f0-474b-b561-5661f9d9048a} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.03.04 04:38:13.991685 [ 261 ] {48d32662-88f0-474b-b561-5661f9d9048a} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:13.991798 [ 25 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 5 parts from all_1_100_21 to all_104_104_0 2026.03.04 04:38:13.991810 [ 261 ] {48d32662-88f0-474b-b561-5661f9d9048a} executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. 2026.03.04 04:38:13.991837 [ 25 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:13.991855 [ 261 ] {48d32662-88f0-474b-b561-5661f9d9048a} TCPHandler: Processed in 0.001349246 sec. 2026.03.04 04:38:13.991858 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:13.991975 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:13.991985 [ 190 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_104_22} MergeTask::PrepareStage: Merging 5 parts: from all_1_100_21 to all_104_104_0 into Compact with storage Full 2026.03.04 04:38:13.992069 [ 261 ] {f6a02f07-5415-474f-be16-be1f1badb904} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:38:13.992127 [ 261 ] {f6a02f07-5415-474f-be16-be1f1badb904} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:38:13.992148 [ 190 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_104_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:13.992194 [ 190 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_104_22} MergeTreeSequentialSource: Reading 6 marks from part all_1_100_21, total 33725 rows starting from the beginning of the part 2026.03.04 04:38:13.992271 [ 190 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_104_22} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 128 rows starting from the beginning of the part 2026.03.04 04:38:13.992328 [ 190 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_104_22} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part 2026.03.04 04:38:13.992381 [ 190 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_104_22} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part 2026.03.04 04:38:13.992429 [ 190 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_104_22} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 197 rows starting from the beginning of the part 2026.03.04 04:38:13.992893 [ 261 ] {f6a02f07-5415-474f-be16-be1f1badb904} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:13.992935 [ 261 ] {f6a02f07-5415-474f-be16-be1f1badb904} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:13.993463 [ 261 ] {f6a02f07-5415-474f-be16-be1f1badb904} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.03.04 04:38:13.993688 [ 261 ] {f6a02f07-5415-474f-be16-be1f1badb904} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:13.993822 [ 261 ] {f6a02f07-5415-474f-be16-be1f1badb904} executeQuery: Read 8 rows, 14.68 KiB in 0.00177 sec., 4519.774011299435 rows/sec., 8.10 MiB/sec. 2026.03.04 04:38:13.993876 [ 261 ] {f6a02f07-5415-474f-be16-be1f1badb904} TCPHandler: Processed in 0.001948848 sec. 2026.03.04 04:38:13.993994 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:13.994089 [ 261 ] {62553015-9d03-42df-b064-c51503f2190f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:38:13.994130 [ 261 ] {62553015-9d03-42df-b064-c51503f2190f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:38:13.994477 [ 261 ] {62553015-9d03-42df-b064-c51503f2190f} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:13.994512 [ 261 ] {62553015-9d03-42df-b064-c51503f2190f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:13.994823 [ 261 ] {62553015-9d03-42df-b064-c51503f2190f} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.03.04 04:38:13.995035 [ 261 ] {62553015-9d03-42df-b064-c51503f2190f} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:13.995166 [ 261 ] {62553015-9d03-42df-b064-c51503f2190f} executeQuery: Read 60 rows, 4.14 KiB in 0.001095 sec., 54794.520547945205 rows/sec., 3.69 MiB/sec. 2026.03.04 04:38:13.995202 [ 261 ] {62553015-9d03-42df-b064-c51503f2190f} TCPHandler: Processed in 0.001256484 sec. 2026.03.04 04:38:13.998692 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_104_22} MergeTask::MergeProjectionsStage: Merge sorted 34370 rows, containing 5 columns (5 merged, 0 gathered) in 0.00675912 sec., 5084981.476878647 rows/sec., 336.28 MiB/sec. 2026.03.04 04:38:13.999147 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_104_22} MergedBlockOutputStream: filled checksums all_1_104_22 (state Temporary) 2026.03.04 04:38:13.999459 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_104_22} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_104_22 to all_1_104_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:13.999549 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_104_22} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 5 parts: [all_1_100_21, all_104_104_0] -> all_1_104_22 2026.03.04 04:38:13.999668 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2026.03.04 04:38:15.911024 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38399 2026.03.04 04:38:15.911135 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:15.911162 [ 289 ] {} TCP-Session: 10a0249c-1cf5-4bf8-a060-9ed5e48615ee Authenticating user 'default' from [fd00:1122:3344:101::e]:38399 2026.03.04 04:38:15.911184 [ 289 ] {} TCP-Session: 10a0249c-1cf5-4bf8-a060-9ed5e48615ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.911198 [ 289 ] {} TCP-Session: 10a0249c-1cf5-4bf8-a060-9ed5e48615ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.911392 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42714 2026.03.04 04:38:15.911412 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45617 2026.03.04 04:38:15.911453 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60485 2026.03.04 04:38:15.911491 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42624 2026.03.04 04:38:15.911524 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:15.911480 [ 289 ] {} TCP-Session: 10a0249c-1cf5-4bf8-a060-9ed5e48615ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:15.911567 [ 290 ] {} TCP-Session: 343eabb2-b392-4272-92e7-a4c0cf030304 Authenticating user 'default' from [fd00:1122:3344:101::e]:42714 2026.03.04 04:38:15.911581 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:15.911581 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:15.911604 [ 290 ] {} TCP-Session: 343eabb2-b392-4272-92e7-a4c0cf030304 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.911615 [ 293 ] {} TCP-Session: 1bd79915-89ed-4b5c-828a-2316d5ed6482 Authenticating user 'default' from [fd00:1122:3344:101::e]:60485 2026.03.04 04:38:15.911623 [ 288 ] {} TCP-Session: 37ae92f4-c1ab-4f27-9da4-b9d2af997971 Authenticating user 'default' from [fd00:1122:3344:101::e]:42624 2026.03.04 04:38:15.911631 [ 290 ] {} TCP-Session: 343eabb2-b392-4272-92e7-a4c0cf030304 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.911651 [ 293 ] {} TCP-Session: 1bd79915-89ed-4b5c-828a-2316d5ed6482 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.911660 [ 288 ] {} TCP-Session: 37ae92f4-c1ab-4f27-9da4-b9d2af997971 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.911674 [ 293 ] {} TCP-Session: 1bd79915-89ed-4b5c-828a-2316d5ed6482 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.911555 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:15.911685 [ 288 ] {} TCP-Session: 37ae92f4-c1ab-4f27-9da4-b9d2af997971 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.911469 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41375 2026.03.04 04:38:15.911728 [ 289 ] {d16d00bd-1323-4a4a-b6e2-e553fc718c55} executeQuery: (from [fd00:1122:3344:101::e]:38399) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:38:15.911724 [ 291 ] {} TCP-Session: 01b5b003-5840-47aa-a214-05fdfc08a117 Authenticating user 'default' from [fd00:1122:3344:101::e]:45617 2026.03.04 04:38:15.911475 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35795 2026.03.04 04:38:15.911800 [ 291 ] {} TCP-Session: 01b5b003-5840-47aa-a214-05fdfc08a117 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.911821 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:15.911833 [ 291 ] {} TCP-Session: 01b5b003-5840-47aa-a214-05fdfc08a117 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.911404 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57227 2026.03.04 04:38:15.911857 [ 259 ] {} TCP-Session: 9d4d75b3-3225-4f9a-8123-085d8bb2e79e Authenticating user 'default' from [fd00:1122:3344:101::e]:41375 2026.03.04 04:38:15.911868 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:15.911900 [ 259 ] {} TCP-Session: 9d4d75b3-3225-4f9a-8123-085d8bb2e79e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.911455 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50941 2026.03.04 04:38:15.911921 [ 259 ] {} TCP-Session: 9d4d75b3-3225-4f9a-8123-085d8bb2e79e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.911917 [ 286 ] {} TCP-Session: f958468d-ff3c-4ab5-84dd-13eb6294ccbe Authenticating user 'default' from [fd00:1122:3344:101::e]:35795 2026.03.04 04:38:15.911992 [ 286 ] {} TCP-Session: f958468d-ff3c-4ab5-84dd-13eb6294ccbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.912004 [ 289 ] {d16d00bd-1323-4a4a-b6e2-e553fc718c55} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:38:15.912011 [ 286 ] {} TCP-Session: f958468d-ff3c-4ab5-84dd-13eb6294ccbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.912068 [ 289 ] {d16d00bd-1323-4a4a-b6e2-e553fc718c55} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:38:15.912100 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:15.912127 [ 292 ] {} TCP-Session: 2ba064b6-1e4f-4dc9-9d5a-58d14834481f Authenticating user 'default' from [fd00:1122:3344:101::e]:57227 2026.03.04 04:38:15.912142 [ 292 ] {} TCP-Session: 2ba064b6-1e4f-4dc9-9d5a-58d14834481f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.912154 [ 292 ] {} TCP-Session: 2ba064b6-1e4f-4dc9-9d5a-58d14834481f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.912322 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:15.912360 [ 294 ] {} TCP-Session: b8659588-6a39-45cd-aea6-87e983f42de2 Authenticating user 'default' from [fd00:1122:3344:101::e]:50941 2026.03.04 04:38:15.912370 [ 289 ] {d16d00bd-1323-4a4a-b6e2-e553fc718c55} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:38:15.912377 [ 294 ] {} TCP-Session: b8659588-6a39-45cd-aea6-87e983f42de2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.912410 [ 294 ] {} TCP-Session: b8659588-6a39-45cd-aea6-87e983f42de2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.913352 [ 324 ] {d16d00bd-1323-4a4a-b6e2-e553fc718c55} AggregatingTransform: Aggregating 2026.03.04 04:38:15.913390 [ 324 ] {d16d00bd-1323-4a4a-b6e2-e553fc718c55} Aggregator: Aggregation method: without_key 2026.03.04 04:38:15.913423 [ 324 ] {d16d00bd-1323-4a4a-b6e2-e553fc718c55} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000943929 sec. (1059.402 rows/sec., 41.38 KiB/sec.) 2026.03.04 04:38:15.913441 [ 324 ] {d16d00bd-1323-4a4a-b6e2-e553fc718c55} Aggregator: Merging aggregated data 2026.03.04 04:38:15.914867 [ 289 ] {d16d00bd-1323-4a4a-b6e2-e553fc718c55} executeQuery: Read 1 rows, 40.00 B in 0.003197 sec., 312.7932436659368 rows/sec., 12.22 KiB/sec. 2026.03.04 04:38:15.915003 [ 289 ] {d16d00bd-1323-4a4a-b6e2-e553fc718c55} TCPHandler: Processed in 0.00363712 sec. 2026.03.04 04:38:15.915114 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:15.915144 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:15.915148 [ 289 ] {} TCP-Session: 10a0249c-1cf5-4bf8-a060-9ed5e48615ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.915163 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:15.915182 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:15.915211 [ 288 ] {} TCP-Session: 37ae92f4-c1ab-4f27-9da4-b9d2af997971 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.915220 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:15.915234 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:15.915274 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:15.915280 [ 293 ] {} TCP-Session: 1bd79915-89ed-4b5c-828a-2316d5ed6482 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.915308 [ 291 ] {} TCP-Session: 01b5b003-5840-47aa-a214-05fdfc08a117 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.915320 [ 259 ] {} TCP-Session: 9d4d75b3-3225-4f9a-8123-085d8bb2e79e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.915252 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:15.915241 [ 290 ] {} TCP-Session: 343eabb2-b392-4272-92e7-a4c0cf030304 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.915389 [ 294 ] {} TCP-Session: b8659588-6a39-45cd-aea6-87e983f42de2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.915215 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:15.915177 [ 292 ] {} TCP-Session: 2ba064b6-1e4f-4dc9-9d5a-58d14834481f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.915449 [ 286 ] {} TCP-Session: f958468d-ff3c-4ab5-84dd-13eb6294ccbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.973930 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34830 2026.03.04 04:38:15.974050 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:15.974077 [ 259 ] {} TCP-Session: abd852e0-fca7-4001-ab65-556b7ea0eb5c Authenticating user 'default' from [fd00:1122:3344:101::e]:34830 2026.03.04 04:38:15.974100 [ 259 ] {} TCP-Session: abd852e0-fca7-4001-ab65-556b7ea0eb5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.974112 [ 259 ] {} TCP-Session: abd852e0-fca7-4001-ab65-556b7ea0eb5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.974299 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48972 2026.03.04 04:38:15.974313 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65431 2026.03.04 04:38:15.974325 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44587 2026.03.04 04:38:15.974363 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42697 2026.03.04 04:38:15.974389 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:15.974407 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:15.974418 [ 259 ] {} TCP-Session: abd852e0-fca7-4001-ab65-556b7ea0eb5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:15.974424 [ 286 ] {} TCP-Session: e5b7801d-2c36-48c9-85cd-f57844ec4c10 Authenticating user 'default' from [fd00:1122:3344:101::e]:48972 2026.03.04 04:38:15.974445 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:15.974464 [ 286 ] {} TCP-Session: e5b7801d-2c36-48c9-85cd-f57844ec4c10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.974446 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:15.974486 [ 286 ] {} TCP-Session: e5b7801d-2c36-48c9-85cd-f57844ec4c10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.974487 [ 289 ] {} TCP-Session: 3a9f1a15-1491-4b31-8691-972737b5ba73 Authenticating user 'default' from [fd00:1122:3344:101::e]:44587 2026.03.04 04:38:15.974528 [ 292 ] {} TCP-Session: c7688b88-7ac7-4334-9a67-779413599ab9 Authenticating user 'default' from [fd00:1122:3344:101::e]:42697 2026.03.04 04:38:15.974540 [ 289 ] {} TCP-Session: 3a9f1a15-1491-4b31-8691-972737b5ba73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.974554 [ 292 ] {} TCP-Session: c7688b88-7ac7-4334-9a67-779413599ab9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.974563 [ 289 ] {} TCP-Session: 3a9f1a15-1491-4b31-8691-972737b5ba73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.974571 [ 292 ] {} TCP-Session: c7688b88-7ac7-4334-9a67-779413599ab9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.974442 [ 288 ] {} TCP-Session: cf302dbe-d5a6-45a6-ba4f-dd86d15b63e2 Authenticating user 'default' from [fd00:1122:3344:101::e]:65431 2026.03.04 04:38:15.974380 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33540 2026.03.04 04:38:15.974622 [ 259 ] {73da6522-6a1b-42d3-9806-b7f7697dbd6c} executeQuery: (from [fd00:1122:3344:101::e]:34830) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:38:15.974620 [ 288 ] {} TCP-Session: cf302dbe-d5a6-45a6-ba4f-dd86d15b63e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.974364 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37939 2026.03.04 04:38:15.974723 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:15.974697 [ 288 ] {} TCP-Session: cf302dbe-d5a6-45a6-ba4f-dd86d15b63e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.974762 [ 294 ] {} TCP-Session: ddaf56d2-7217-48d6-8d3a-963d0f717287 Authenticating user 'default' from [fd00:1122:3344:101::e]:33540 2026.03.04 04:38:15.974346 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62020 2026.03.04 04:38:15.974794 [ 294 ] {} TCP-Session: ddaf56d2-7217-48d6-8d3a-963d0f717287 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.974809 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:15.974818 [ 294 ] {} TCP-Session: ddaf56d2-7217-48d6-8d3a-963d0f717287 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.974374 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55289 2026.03.04 04:38:15.974854 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:15.974845 [ 291 ] {} TCP-Session: 0c717785-d697-4e96-87d6-b05d11803e49 Authenticating user 'default' from [fd00:1122:3344:101::e]:37939 2026.03.04 04:38:15.974897 [ 290 ] {} TCP-Session: 0016d168-69a6-4692-9059-101e97d4704f Authenticating user 'default' from [fd00:1122:3344:101::e]:62020 2026.03.04 04:38:15.974912 [ 259 ] {73da6522-6a1b-42d3-9806-b7f7697dbd6c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:38:15.974923 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:15.974929 [ 290 ] {} TCP-Session: 0016d168-69a6-4692-9059-101e97d4704f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.974966 [ 293 ] {} TCP-Session: 8ce8fef9-2a1c-4872-a7ee-9c11c48d19a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:55289 2026.03.04 04:38:15.974977 [ 259 ] {73da6522-6a1b-42d3-9806-b7f7697dbd6c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:38:15.974995 [ 293 ] {} TCP-Session: 8ce8fef9-2a1c-4872-a7ee-9c11c48d19a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.974973 [ 290 ] {} TCP-Session: 0016d168-69a6-4692-9059-101e97d4704f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.975022 [ 293 ] {} TCP-Session: 8ce8fef9-2a1c-4872-a7ee-9c11c48d19a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.974924 [ 291 ] {} TCP-Session: 0c717785-d697-4e96-87d6-b05d11803e49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.975070 [ 291 ] {} TCP-Session: 0c717785-d697-4e96-87d6-b05d11803e49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.975279 [ 259 ] {73da6522-6a1b-42d3-9806-b7f7697dbd6c} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:38:15.976227 [ 296 ] {73da6522-6a1b-42d3-9806-b7f7697dbd6c} AggregatingTransform: Aggregating 2026.03.04 04:38:15.976280 [ 296 ] {73da6522-6a1b-42d3-9806-b7f7697dbd6c} Aggregator: Aggregation method: without_key 2026.03.04 04:38:15.976314 [ 296 ] {73da6522-6a1b-42d3-9806-b7f7697dbd6c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000932189 sec. (1072.744 rows/sec., 41.90 KiB/sec.) 2026.03.04 04:38:15.976336 [ 296 ] {73da6522-6a1b-42d3-9806-b7f7697dbd6c} Aggregator: Merging aggregated data 2026.03.04 04:38:15.977859 [ 259 ] {73da6522-6a1b-42d3-9806-b7f7697dbd6c} executeQuery: Read 1 rows, 40.00 B in 0.003306 sec., 302.48033877797945 rows/sec., 11.82 KiB/sec. 2026.03.04 04:38:15.978055 [ 259 ] {73da6522-6a1b-42d3-9806-b7f7697dbd6c} TCPHandler: Processed in 0.003759792 sec. 2026.03.04 04:38:15.978153 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:15.978175 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:15.978196 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:15.978198 [ 259 ] {} TCP-Session: abd852e0-fca7-4001-ab65-556b7ea0eb5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.978217 [ 286 ] {} TCP-Session: e5b7801d-2c36-48c9-85cd-f57844ec4c10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.978238 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:15.978242 [ 290 ] {} TCP-Session: 0016d168-69a6-4692-9059-101e97d4704f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.978262 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:15.978280 [ 292 ] {} TCP-Session: c7688b88-7ac7-4334-9a67-779413599ab9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.978298 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:15.978319 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:15.978321 [ 291 ] {} TCP-Session: 0c717785-d697-4e96-87d6-b05d11803e49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.978344 [ 289 ] {} TCP-Session: 3a9f1a15-1491-4b31-8691-972737b5ba73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.978362 [ 293 ] {} TCP-Session: 8ce8fef9-2a1c-4872-a7ee-9c11c48d19a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.978218 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:15.978283 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:15.978418 [ 288 ] {} TCP-Session: cf302dbe-d5a6-45a6-ba4f-dd86d15b63e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:15.978448 [ 294 ] {} TCP-Session: ddaf56d2-7217-48d6-8d3a-963d0f717287 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.011890 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51383 2026.03.04 04:38:16.011982 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:16.012007 [ 259 ] {} TCP-Session: b840f6e8-def7-4ede-aa0f-4c44d62db19a Authenticating user 'default' from [fd00:1122:3344:101::e]:51383 2026.03.04 04:38:16.012026 [ 259 ] {} TCP-Session: b840f6e8-def7-4ede-aa0f-4c44d62db19a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.012040 [ 259 ] {} TCP-Session: b840f6e8-def7-4ede-aa0f-4c44d62db19a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.012222 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35128 2026.03.04 04:38:16.012258 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35810 2026.03.04 04:38:16.012271 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59443 2026.03.04 04:38:16.012301 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49396 2026.03.04 04:38:16.012333 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55737 2026.03.04 04:38:16.012340 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:16.012362 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:16.012384 [ 288 ] {} TCP-Session: 0f635c0a-2b55-444b-9fd6-57e0f0848bed Authenticating user 'default' from [fd00:1122:3344:101::e]:35810 2026.03.04 04:38:16.012402 [ 289 ] {} TCP-Session: f9caf8ef-a5cf-4b0a-a560-abd92207fcf0 Authenticating user 'default' from [fd00:1122:3344:101::e]:59443 2026.03.04 04:38:16.012412 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:16.012413 [ 288 ] {} TCP-Session: 0f635c0a-2b55-444b-9fd6-57e0f0848bed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.012414 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:16.012443 [ 288 ] {} TCP-Session: 0f635c0a-2b55-444b-9fd6-57e0f0848bed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.012439 [ 293 ] {} TCP-Session: 2ac833ad-c4c6-442f-8963-1404bf64990f Authenticating user 'default' from [fd00:1122:3344:101::e]:55737 2026.03.04 04:38:16.012467 [ 291 ] {} TCP-Session: a92a0e8f-91b1-44e1-a045-b7363a61ad11 Authenticating user 'default' from [fd00:1122:3344:101::e]:49396 2026.03.04 04:38:16.012482 [ 293 ] {} TCP-Session: 2ac833ad-c4c6-442f-8963-1404bf64990f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.012338 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39000 2026.03.04 04:38:16.012506 [ 293 ] {} TCP-Session: 2ac833ad-c4c6-442f-8963-1404bf64990f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.012308 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:16.012281 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35942 2026.03.04 04:38:16.012598 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:16.012595 [ 286 ] {} TCP-Session: 0c484670-2bd9-469c-ac33-64a124dedf15 Authenticating user 'default' from [fd00:1122:3344:101::e]:35128 2026.03.04 04:38:16.012627 [ 294 ] {} TCP-Session: 508912a4-f1b4-4b84-8af0-810b10f548b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:39000 2026.03.04 04:38:16.012642 [ 286 ] {} TCP-Session: 0c484670-2bd9-469c-ac33-64a124dedf15 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.012649 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:16.012661 [ 294 ] {} TCP-Session: 508912a4-f1b4-4b84-8af0-810b10f548b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.012665 [ 286 ] {} TCP-Session: 0c484670-2bd9-469c-ac33-64a124dedf15 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.012682 [ 290 ] {} TCP-Session: d798076e-4551-4309-9146-dcf5da0c76e1 Authenticating user 'default' from [fd00:1122:3344:101::e]:35942 2026.03.04 04:38:16.012683 [ 294 ] {} TCP-Session: 508912a4-f1b4-4b84-8af0-810b10f548b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.012718 [ 290 ] {} TCP-Session: d798076e-4551-4309-9146-dcf5da0c76e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.012503 [ 291 ] {} TCP-Session: a92a0e8f-91b1-44e1-a045-b7363a61ad11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.012735 [ 290 ] {} TCP-Session: d798076e-4551-4309-9146-dcf5da0c76e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.012758 [ 291 ] {} TCP-Session: a92a0e8f-91b1-44e1-a045-b7363a61ad11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.012430 [ 289 ] {} TCP-Session: f9caf8ef-a5cf-4b0a-a560-abd92207fcf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.012315 [ 259 ] {} TCP-Session: b840f6e8-def7-4ede-aa0f-4c44d62db19a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:16.012812 [ 289 ] {} TCP-Session: f9caf8ef-a5cf-4b0a-a560-abd92207fcf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.012312 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50275 2026.03.04 04:38:16.012912 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:38:16.012937 [ 292 ] {} TCP-Session: ccb9ab37-b47c-42e9-9eab-936b13a60795 Authenticating user 'default' from [fd00:1122:3344:101::e]:50275 2026.03.04 04:38:16.012953 [ 292 ] {} TCP-Session: ccb9ab37-b47c-42e9-9eab-936b13a60795 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.012964 [ 259 ] {bd2993e5-856c-4f51-bf2f-53d330e93706} executeQuery: (from [fd00:1122:3344:101::e]:51383) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:38:16.012966 [ 292 ] {} TCP-Session: ccb9ab37-b47c-42e9-9eab-936b13a60795 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.013198 [ 259 ] {bd2993e5-856c-4f51-bf2f-53d330e93706} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:38:16.013246 [ 259 ] {bd2993e5-856c-4f51-bf2f-53d330e93706} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:38:16.013516 [ 259 ] {bd2993e5-856c-4f51-bf2f-53d330e93706} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:38:16.014462 [ 312 ] {bd2993e5-856c-4f51-bf2f-53d330e93706} AggregatingTransform: Aggregating 2026.03.04 04:38:16.014529 [ 312 ] {bd2993e5-856c-4f51-bf2f-53d330e93706} Aggregator: Aggregation method: without_key 2026.03.04 04:38:16.014569 [ 312 ] {bd2993e5-856c-4f51-bf2f-53d330e93706} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000955668 sec. (1046.388 rows/sec., 40.87 KiB/sec.) 2026.03.04 04:38:16.014588 [ 312 ] {bd2993e5-856c-4f51-bf2f-53d330e93706} Aggregator: Merging aggregated data 2026.03.04 04:38:16.015910 [ 259 ] {bd2993e5-856c-4f51-bf2f-53d330e93706} executeQuery: Read 1 rows, 40.00 B in 0.002996 sec., 333.77837116154876 rows/sec., 13.04 KiB/sec. 2026.03.04 04:38:16.016052 [ 259 ] {bd2993e5-856c-4f51-bf2f-53d330e93706} TCPHandler: Processed in 0.003837404 sec. 2026.03.04 04:38:16.016171 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:16.016196 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:16.016200 [ 259 ] {} TCP-Session: b840f6e8-def7-4ede-aa0f-4c44d62db19a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.016219 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:16.016242 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:16.016263 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:16.016282 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:16.016302 [ 289 ] {} TCP-Session: f9caf8ef-a5cf-4b0a-a560-abd92207fcf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.016310 [ 286 ] {} TCP-Session: 0c484670-2bd9-469c-ac33-64a124dedf15 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.016323 [ 292 ] {} TCP-Session: ccb9ab37-b47c-42e9-9eab-936b13a60795 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.016324 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:16.016346 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:16.016298 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:38:16.016383 [ 291 ] {} TCP-Session: a92a0e8f-91b1-44e1-a045-b7363a61ad11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.016396 [ 293 ] {} TCP-Session: 2ac833ad-c4c6-442f-8963-1404bf64990f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.016415 [ 290 ] {} TCP-Session: d798076e-4551-4309-9146-dcf5da0c76e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.016277 [ 288 ] {} TCP-Session: 0f635c0a-2b55-444b-9fd6-57e0f0848bed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:16.016243 [ 294 ] {} TCP-Session: 508912a4-f1b4-4b84-8af0-810b10f548b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:38:18.027008 [ 87 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:38:18.027058 [ 87 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:38:18.192403 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 30748 2026.03.04 04:38:18.192938 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:18.192984 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:18.193496 [ 245 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.04 04:38:18.193731 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:18.193885 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30748 2026.03.04 04:38:18.292507 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1736 2026.03.04 04:38:18.295744 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:18.295822 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:18.297496 [ 243 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.04 04:38:18.297913 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:18.298452 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1736 2026.03.04 04:38:18.986907 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:18.987178 [ 261 ] {35f48e72-39c5-47a1-ae45-7a70a52928e3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:38:18.987250 [ 261 ] {35f48e72-39c5-47a1-ae45-7a70a52928e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:38:18.987951 [ 261 ] {35f48e72-39c5-47a1-ae45-7a70a52928e3} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:18.988003 [ 261 ] {35f48e72-39c5-47a1-ae45-7a70a52928e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:18.988427 [ 261 ] {35f48e72-39c5-47a1-ae45-7a70a52928e3} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.03.04 04:38:18.988694 [ 261 ] {35f48e72-39c5-47a1-ae45-7a70a52928e3} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:18.988857 [ 261 ] {35f48e72-39c5-47a1-ae45-7a70a52928e3} executeQuery: Read 122 rows, 10.72 KiB in 0.00173 sec., 70520.23121387283 rows/sec., 6.05 MiB/sec. 2026.03.04 04:38:18.988860 [ 123 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.03.04 04:38:18.988915 [ 261 ] {35f48e72-39c5-47a1-ae45-7a70a52928e3} TCPHandler: Processed in 0.002143761 sec. 2026.03.04 04:38:18.989032 [ 123 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:18.989064 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:18.989148 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:18.989164 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.03.04 04:38:18.989261 [ 261 ] {9e2b77a2-af7b-43f1-926d-43e5e8fb0138} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:38:18.989285 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:18.989308 [ 261 ] {9e2b77a2-af7b-43f1-926d-43e5e8fb0138} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:38:18.989337 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2895 rows starting from the beginning of the part 2026.03.04 04:38:18.989431 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 122 rows starting from the beginning of the part 2026.03.04 04:38:18.989504 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 72 rows starting from the beginning of the part 2026.03.04 04:38:18.989561 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 243 rows starting from the beginning of the part 2026.03.04 04:38:18.989606 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 72 rows starting from the beginning of the part 2026.03.04 04:38:18.989646 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 122 rows starting from the beginning of the part 2026.03.04 04:38:18.989768 [ 261 ] {9e2b77a2-af7b-43f1-926d-43e5e8fb0138} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:18.989806 [ 261 ] {9e2b77a2-af7b-43f1-926d-43e5e8fb0138} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:18.990129 [ 261 ] {9e2b77a2-af7b-43f1-926d-43e5e8fb0138} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.03.04 04:38:18.990350 [ 261 ] {9e2b77a2-af7b-43f1-926d-43e5e8fb0138} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:18.990492 [ 261 ] {9e2b77a2-af7b-43f1-926d-43e5e8fb0138} executeQuery: Read 33 rows, 2.48 KiB in 0.001257 sec., 26252.983293556084 rows/sec., 1.93 MiB/sec. 2026.03.04 04:38:18.990533 [ 261 ] {9e2b77a2-af7b-43f1-926d-43e5e8fb0138} TCPHandler: Processed in 0.001438048 sec. 2026.03.04 04:38:18.990650 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:18.990750 [ 261 ] {f1adb604-e604-4376-ac64-47dd5f82b653} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:38:18.990795 [ 261 ] {f1adb604-e604-4376-ac64-47dd5f82b653} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:38:18.991081 [ 194 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 3526 rows, containing 5 columns (5 merged, 0 gathered) in 0.001953627 sec., 1804848.1107191907 rows/sec., 148.88 MiB/sec. 2026.03.04 04:38:18.991284 [ 261 ] {f1adb604-e604-4376-ac64-47dd5f82b653} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:18.991325 [ 261 ] {f1adb604-e604-4376-ac64-47dd5f82b653} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:18.991376 [ 197 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.03.04 04:38:18.991618 [ 197 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_106_21} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:18.991678 [ 261 ] {f1adb604-e604-4376-ac64-47dd5f82b653} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.03.04 04:38:18.991685 [ 197 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_106_21} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.03.04 04:38:18.991775 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2026.03.04 04:38:18.991943 [ 261 ] {f1adb604-e604-4376-ac64-47dd5f82b653} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:18.992080 [ 105 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.03.04 04:38:18.992090 [ 261 ] {f1adb604-e604-4376-ac64-47dd5f82b653} executeQuery: Read 97 rows, 7.76 KiB in 0.00136 sec., 71323.5294117647 rows/sec., 5.57 MiB/sec. 2026.03.04 04:38:18.992119 [ 105 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:18.992138 [ 261 ] {f1adb604-e604-4376-ac64-47dd5f82b653} TCPHandler: Processed in 0.00153766 sec. 2026.03.04 04:38:18.992139 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:18.992249 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.03.04 04:38:18.992270 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:18.992376 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:18.992385 [ 261 ] {6622b86c-ba1d-4ffa-a814-23cd5f2eff4e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:38:18.992418 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1552 rows starting from the beginning of the part 2026.03.04 04:38:18.992442 [ 261 ] {6622b86c-ba1d-4ffa-a814-23cd5f2eff4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:38:18.992494 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 97 rows starting from the beginning of the part 2026.03.04 04:38:18.992548 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 72 rows starting from the beginning of the part 2026.03.04 04:38:18.992591 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 135 rows starting from the beginning of the part 2026.03.04 04:38:18.992634 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 72 rows starting from the beginning of the part 2026.03.04 04:38:18.992674 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 97 rows starting from the beginning of the part 2026.03.04 04:38:18.992890 [ 261 ] {6622b86c-ba1d-4ffa-a814-23cd5f2eff4e} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:18.992932 [ 261 ] {6622b86c-ba1d-4ffa-a814-23cd5f2eff4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:18.993302 [ 261 ] {6622b86c-ba1d-4ffa-a814-23cd5f2eff4e} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.03.04 04:38:18.993534 [ 261 ] {6622b86c-ba1d-4ffa-a814-23cd5f2eff4e} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:18.993670 [ 261 ] {6622b86c-ba1d-4ffa-a814-23cd5f2eff4e} executeQuery: Read 160 rows, 11.41 KiB in 0.001306 sec., 122511.4854517611 rows/sec., 8.53 MiB/sec. 2026.03.04 04:38:18.993708 [ 261 ] {6622b86c-ba1d-4ffa-a814-23cd5f2eff4e} TCPHandler: Processed in 0.001500339 sec. 2026.03.04 04:38:18.993828 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:18.993907 [ 188 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 2025 rows, containing 5 columns (5 merged, 0 gathered) in 0.001698883 sec., 1191959.658198946 rows/sec., 90.26 MiB/sec. 2026.03.04 04:38:18.993927 [ 261 ] {d96f1755-2213-4897-9a97-1efd67c20592} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:38:18.994003 [ 261 ] {d96f1755-2213-4897-9a97-1efd67c20592} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:38:18.994131 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.03.04 04:38:18.994388 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_106_21} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:18.994464 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_106_21} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.03.04 04:38:18.994542 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.03.04 04:38:18.994857 [ 261 ] {d96f1755-2213-4897-9a97-1efd67c20592} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:18.994900 [ 261 ] {d96f1755-2213-4897-9a97-1efd67c20592} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:18.995510 [ 261 ] {d96f1755-2213-4897-9a97-1efd67c20592} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.03.04 04:38:18.995739 [ 261 ] {d96f1755-2213-4897-9a97-1efd67c20592} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:18.995883 [ 261 ] {d96f1755-2213-4897-9a97-1efd67c20592} executeQuery: Read 33 rows, 60.55 KiB in 0.001976 sec., 16700.404858299597 rows/sec., 29.93 MiB/sec. 2026.03.04 04:38:18.995956 [ 261 ] {d96f1755-2213-4897-9a97-1efd67c20592} TCPHandler: Processed in 0.002177432 sec. 2026.03.04 04:38:18.996081 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:18.996180 [ 261 ] {9f32dee1-1af2-4243-a8e4-d9f616482f6e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:38:18.996221 [ 261 ] {9f32dee1-1af2-4243-a8e4-d9f616482f6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:38:18.996571 [ 261 ] {9f32dee1-1af2-4243-a8e4-d9f616482f6e} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:18.996607 [ 261 ] {9f32dee1-1af2-4243-a8e4-d9f616482f6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:18.996910 [ 261 ] {9f32dee1-1af2-4243-a8e4-d9f616482f6e} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.03.04 04:38:18.997113 [ 261 ] {9f32dee1-1af2-4243-a8e4-d9f616482f6e} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:18.997232 [ 105 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.03.04 04:38:18.997243 [ 261 ] {9f32dee1-1af2-4243-a8e4-d9f616482f6e} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2026.03.04 04:38:18.997267 [ 105 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:18.997285 [ 261 ] {9f32dee1-1af2-4243-a8e4-d9f616482f6e} TCPHandler: Processed in 0.001254694 sec. 2026.03.04 04:38:18.997287 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:18.997423 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.03.04 04:38:18.997561 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:18.997617 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5490 rows starting from the beginning of the part 2026.03.04 04:38:18.997682 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part 2026.03.04 04:38:18.997728 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part 2026.03.04 04:38:18.997768 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part 2026.03.04 04:38:18.997808 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part 2026.03.04 04:38:18.997845 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 60 rows starting from the beginning of the part 2026.03.04 04:38:18.999618 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 5790 rows, containing 4 columns (4 merged, 0 gathered) in 0.002265603 sec., 2555611.0227608276 rows/sec., 170.27 MiB/sec. 2026.03.04 04:38:19.000079 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.03.04 04:38:19.000172 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 367.10 MiB, peak 373.36 MiB, free memory in arenas 0.00 B, will set to 363.05 MiB (RSS), difference: -4.05 MiB 2026.03.04 04:38:19.000456 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_106_21} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:19.000551 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_106_21} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.03.04 04:38:19.000667 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2026.03.04 04:38:19.003201 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.002814394 sec. 2026.03.04 04:38:19.267551 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:19.267747 [ 261 ] {1b628a36-22ad-46a3-8968-615cc1e958ac} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:38:19.267818 [ 261 ] {1b628a36-22ad-46a3-8968-615cc1e958ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:38:19.268466 [ 261 ] {1b628a36-22ad-46a3-8968-615cc1e958ac} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:19.268521 [ 261 ] {1b628a36-22ad-46a3-8968-615cc1e958ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:19.268910 [ 261 ] {1b628a36-22ad-46a3-8968-615cc1e958ac} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.04 04:38:19.269134 [ 261 ] {1b628a36-22ad-46a3-8968-615cc1e958ac} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:19.269300 [ 261 ] {1b628a36-22ad-46a3-8968-615cc1e958ac} executeQuery: Read 4 rows, 334.00 B in 0.001604 sec., 2493.7655860349128 rows/sec., 203.35 KiB/sec. 2026.03.04 04:38:19.269355 [ 261 ] {1b628a36-22ad-46a3-8968-615cc1e958ac} TCPHandler: Processed in 0.001952967 sec. 2026.03.04 04:38:19.269476 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:19.269584 [ 261 ] {14d2cbf3-6c0e-4e5e-b224-4148666cf699} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:38:19.269631 [ 261 ] {14d2cbf3-6c0e-4e5e-b224-4148666cf699} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:38:19.270862 [ 261 ] {14d2cbf3-6c0e-4e5e-b224-4148666cf699} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:19.270900 [ 261 ] {14d2cbf3-6c0e-4e5e-b224-4148666cf699} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:19.271363 [ 261 ] {14d2cbf3-6c0e-4e5e-b224-4148666cf699} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.03.04 04:38:19.271579 [ 261 ] {14d2cbf3-6c0e-4e5e-b224-4148666cf699} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:19.271716 [ 261 ] {14d2cbf3-6c0e-4e5e-b224-4148666cf699} executeQuery: Read 1958 rows, 150.22 KiB in 0.002157 sec., 907742.2345850718 rows/sec., 68.01 MiB/sec. 2026.03.04 04:38:19.271756 [ 261 ] {14d2cbf3-6c0e-4e5e-b224-4148666cf699} TCPHandler: Processed in 0.002333365 sec. 2026.03.04 04:38:19.271884 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:19.271986 [ 261 ] {9b229764-ea36-4e38-bc66-8f0e40e8c60b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:38:19.272029 [ 261 ] {9b229764-ea36-4e38-bc66-8f0e40e8c60b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:38:19.272445 [ 261 ] {9b229764-ea36-4e38-bc66-8f0e40e8c60b} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:19.272481 [ 261 ] {9b229764-ea36-4e38-bc66-8f0e40e8c60b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:19.272788 [ 261 ] {9b229764-ea36-4e38-bc66-8f0e40e8c60b} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.03.04 04:38:19.273009 [ 261 ] {9b229764-ea36-4e38-bc66-8f0e40e8c60b} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:19.273116 [ 105 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.03.04 04:38:19.273136 [ 261 ] {9b229764-ea36-4e38-bc66-8f0e40e8c60b} executeQuery: Read 23 rows, 1.71 KiB in 0.001173 sec., 19607.843137254902 rows/sec., 1.42 MiB/sec. 2026.03.04 04:38:19.273151 [ 105 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:19.273175 [ 105 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:19.273176 [ 261 ] {9b229764-ea36-4e38-bc66-8f0e40e8c60b} TCPHandler: Processed in 0.001343746 sec. 2026.03.04 04:38:19.273300 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.03.04 04:38:19.273312 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:19.273429 [ 261 ] {3e2d5992-8ad1-46d5-9e7c-3a0d1d94d8dc} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:38:19.273437 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:19.273471 [ 261 ] {3e2d5992-8ad1-46d5-9e7c-3a0d1d94d8dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:38:19.273481 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 226 rows starting from the beginning of the part 2026.03.04 04:38:19.273573 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 8 rows starting from the beginning of the part 2026.03.04 04:38:19.273620 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 47 rows starting from the beginning of the part 2026.03.04 04:38:19.273667 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 8 rows starting from the beginning of the part 2026.03.04 04:38:19.273709 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 33 rows starting from the beginning of the part 2026.03.04 04:38:19.273750 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 23 rows starting from the beginning of the part 2026.03.04 04:38:19.274093 [ 261 ] {3e2d5992-8ad1-46d5-9e7c-3a0d1d94d8dc} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:19.274134 [ 261 ] {3e2d5992-8ad1-46d5-9e7c-3a0d1d94d8dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:19.274500 [ 261 ] {3e2d5992-8ad1-46d5-9e7c-3a0d1d94d8dc} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.04 04:38:19.274629 [ 188 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 345 rows, containing 5 columns (5 merged, 0 gathered) in 0.001382357 sec., 249573.7352941389 rows/sec., 17.75 MiB/sec. 2026.03.04 04:38:19.274723 [ 261 ] {3e2d5992-8ad1-46d5-9e7c-3a0d1d94d8dc} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:19.274847 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.03.04 04:38:19.274863 [ 261 ] {3e2d5992-8ad1-46d5-9e7c-3a0d1d94d8dc} executeQuery: Read 708 rows, 42.29 KiB in 0.001451 sec., 487939.3521709166 rows/sec., 28.46 MiB/sec. 2026.03.04 04:38:19.274909 [ 261 ] {3e2d5992-8ad1-46d5-9e7c-3a0d1d94d8dc} TCPHandler: Processed in 0.001646551 sec. 2026.03.04 04:38:19.275026 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:19.275125 [ 261 ] {e81469c6-8ab5-4e6c-bbe3-300f9206e4c2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.04 04:38:19.275167 [ 261 ] {e81469c6-8ab5-4e6c-bbe3-300f9206e4c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.04 04:38:19.275192 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_91_18} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:19.275305 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_91_18} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.03.04 04:38:19.275414 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.04 04:38:19.275558 [ 261 ] {e81469c6-8ab5-4e6c-bbe3-300f9206e4c2} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:19.275599 [ 261 ] {e81469c6-8ab5-4e6c-bbe3-300f9206e4c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:19.275897 [ 261 ] {e81469c6-8ab5-4e6c-bbe3-300f9206e4c2} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.04 04:38:19.276116 [ 261 ] {e81469c6-8ab5-4e6c-bbe3-300f9206e4c2} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:19.276241 [ 261 ] {e81469c6-8ab5-4e6c-bbe3-300f9206e4c2} executeQuery: Read 1 rows, 72.00 B in 0.001135 sec., 881.057268722467 rows/sec., 61.95 KiB/sec. 2026.03.04 04:38:19.276279 [ 261 ] {e81469c6-8ab5-4e6c-bbe3-300f9206e4c2} TCPHandler: Processed in 0.001302155 sec. 2026.03.04 04:38:19.276393 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:19.276489 [ 261 ] {fca46f65-2523-4059-a8c3-0cb2f96db2c6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:38:19.276528 [ 261 ] {fca46f65-2523-4059-a8c3-0cb2f96db2c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:38:19.277301 [ 261 ] {fca46f65-2523-4059-a8c3-0cb2f96db2c6} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:19.277341 [ 261 ] {fca46f65-2523-4059-a8c3-0cb2f96db2c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:19.277721 [ 261 ] {fca46f65-2523-4059-a8c3-0cb2f96db2c6} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.03.04 04:38:19.277941 [ 261 ] {fca46f65-2523-4059-a8c3-0cb2f96db2c6} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:19.278077 [ 261 ] {fca46f65-2523-4059-a8c3-0cb2f96db2c6} executeQuery: Read 1023 rows, 72.19 KiB in 0.001606 sec., 636986.301369863 rows/sec., 43.90 MiB/sec. 2026.03.04 04:38:19.278117 [ 261 ] {fca46f65-2523-4059-a8c3-0cb2f96db2c6} TCPHandler: Processed in 0.001773474 sec. 2026.03.04 04:38:19.278238 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:19.278335 [ 261 ] {db6e1884-c263-4b2c-8f39-0fcfb718a287} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:38:19.278381 [ 261 ] {db6e1884-c263-4b2c-8f39-0fcfb718a287} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:38:19.279028 [ 261 ] {db6e1884-c263-4b2c-8f39-0fcfb718a287} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:19.279065 [ 261 ] {db6e1884-c263-4b2c-8f39-0fcfb718a287} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:19.279507 [ 261 ] {db6e1884-c263-4b2c-8f39-0fcfb718a287} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.03.04 04:38:19.279743 [ 261 ] {db6e1884-c263-4b2c-8f39-0fcfb718a287} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:19.279878 [ 261 ] {db6e1884-c263-4b2c-8f39-0fcfb718a287} executeQuery: Read 1219 rows, 78.06 KiB in 0.001562 sec., 780409.7311139564 rows/sec., 48.80 MiB/sec. 2026.03.04 04:38:19.279916 [ 261 ] {db6e1884-c263-4b2c-8f39-0fcfb718a287} TCPHandler: Processed in 0.001728213 sec. 2026.03.04 04:38:19.280032 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:19.280129 [ 261 ] {2bfa70c7-6b97-4e7f-8d5a-7c294a5f461c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:38:19.280188 [ 261 ] {2bfa70c7-6b97-4e7f-8d5a-7c294a5f461c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:38:19.281026 [ 261 ] {2bfa70c7-6b97-4e7f-8d5a-7c294a5f461c} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:19.281064 [ 261 ] {2bfa70c7-6b97-4e7f-8d5a-7c294a5f461c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:19.281622 [ 261 ] {2bfa70c7-6b97-4e7f-8d5a-7c294a5f461c} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.03.04 04:38:19.281856 [ 261 ] {2bfa70c7-6b97-4e7f-8d5a-7c294a5f461c} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:19.282006 [ 261 ] {2bfa70c7-6b97-4e7f-8d5a-7c294a5f461c} executeQuery: Read 19 rows, 34.86 KiB in 0.001895 sec., 10026.385224274407 rows/sec., 17.97 MiB/sec. 2026.03.04 04:38:19.282080 [ 261 ] {2bfa70c7-6b97-4e7f-8d5a-7c294a5f461c} TCPHandler: Processed in 0.002096931 sec. 2026.03.04 04:38:19.282198 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:19.282295 [ 261 ] {03b61c7b-9b50-4df8-a44e-cbcd2792634f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:38:19.282338 [ 261 ] {03b61c7b-9b50-4df8-a44e-cbcd2792634f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:38:19.282671 [ 261 ] {03b61c7b-9b50-4df8-a44e-cbcd2792634f} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:19.282709 [ 261 ] {03b61c7b-9b50-4df8-a44e-cbcd2792634f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:19.283052 [ 261 ] {03b61c7b-9b50-4df8-a44e-cbcd2792634f} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.03.04 04:38:19.283270 [ 261 ] {03b61c7b-9b50-4df8-a44e-cbcd2792634f} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:19.283405 [ 261 ] {03b61c7b-9b50-4df8-a44e-cbcd2792634f} executeQuery: Read 12 rows, 848.00 B in 0.00113 sec., 10619.469026548673 rows/sec., 732.85 KiB/sec. 2026.03.04 04:38:19.283443 [ 261 ] {03b61c7b-9b50-4df8-a44e-cbcd2792634f} TCPHandler: Processed in 0.001294355 sec. 2026.03.04 04:38:19.823195 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 2026.03.04 04:38:19.842434 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:19.842501 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:19.848871 [ 244 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.04 04:38:19.849661 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:19.853570 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 482 2026.03.04 04:38:20.000184 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 360.73 MiB, peak 373.36 MiB, free memory in arenas 0.00 B, will set to 363.07 MiB (RSS), difference: 2.33 MiB 2026.03.04 04:38:23.984412 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:23.984591 [ 261 ] {9d8ca37b-5491-4838-89b7-101f6c617e92} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:38:23.984658 [ 261 ] {9d8ca37b-5491-4838-89b7-101f6c617e92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:38:23.985349 [ 261 ] {9d8ca37b-5491-4838-89b7-101f6c617e92} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:23.985387 [ 261 ] {9d8ca37b-5491-4838-89b7-101f6c617e92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:23.985788 [ 261 ] {9d8ca37b-5491-4838-89b7-101f6c617e92} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.03.04 04:38:23.986024 [ 261 ] {9d8ca37b-5491-4838-89b7-101f6c617e92} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:23.986188 [ 261 ] {9d8ca37b-5491-4838-89b7-101f6c617e92} executeQuery: Read 56 rows, 4.38 KiB in 0.001646 sec., 34021.87120291616 rows/sec., 2.60 MiB/sec. 2026.03.04 04:38:23.986240 [ 261 ] {9d8ca37b-5491-4838-89b7-101f6c617e92} TCPHandler: Processed in 0.001956137 sec. 2026.03.04 04:38:23.986370 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:23.986474 [ 261 ] {9ca492d8-3d3c-46d9-bbe7-e797c1f36626} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:38:23.986517 [ 261 ] {9ca492d8-3d3c-46d9-bbe7-e797c1f36626} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:38:23.986955 [ 261 ] {9ca492d8-3d3c-46d9-bbe7-e797c1f36626} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:23.986989 [ 261 ] {9ca492d8-3d3c-46d9-bbe7-e797c1f36626} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:23.987300 [ 261 ] {9ca492d8-3d3c-46d9-bbe7-e797c1f36626} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.03.04 04:38:23.987506 [ 261 ] {9ca492d8-3d3c-46d9-bbe7-e797c1f36626} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:23.987641 [ 261 ] {9ca492d8-3d3c-46d9-bbe7-e797c1f36626} executeQuery: Read 64 rows, 5.12 KiB in 0.001191 sec., 53736.35600335852 rows/sec., 4.19 MiB/sec. 2026.03.04 04:38:23.987678 [ 261 ] {9ca492d8-3d3c-46d9-bbe7-e797c1f36626} TCPHandler: Processed in 0.001358416 sec. 2026.03.04 04:38:23.987794 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:23.987889 [ 261 ] {b8d9881d-56df-4a3b-931d-bbfe100d4d5c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:38:23.987931 [ 261 ] {b8d9881d-56df-4a3b-931d-bbfe100d4d5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:38:23.988319 [ 261 ] {b8d9881d-56df-4a3b-931d-bbfe100d4d5c} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:23.988353 [ 261 ] {b8d9881d-56df-4a3b-931d-bbfe100d4d5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:23.988678 [ 261 ] {b8d9881d-56df-4a3b-931d-bbfe100d4d5c} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.03.04 04:38:23.988886 [ 261 ] {b8d9881d-56df-4a3b-931d-bbfe100d4d5c} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:23.989011 [ 261 ] {b8d9881d-56df-4a3b-931d-bbfe100d4d5c} executeQuery: Read 128 rows, 9.13 KiB in 0.001142 sec., 112084.06304728547 rows/sec., 7.81 MiB/sec. 2026.03.04 04:38:23.989047 [ 261 ] {b8d9881d-56df-4a3b-931d-bbfe100d4d5c} TCPHandler: Processed in 0.001301315 sec. 2026.03.04 04:38:23.989161 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:23.989254 [ 261 ] {d2e61779-72fd-440b-952a-0da991ac3ca9} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:38:23.989295 [ 261 ] {d2e61779-72fd-440b-952a-0da991ac3ca9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:38:23.989623 [ 261 ] {d2e61779-72fd-440b-952a-0da991ac3ca9} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:23.989657 [ 261 ] {d2e61779-72fd-440b-952a-0da991ac3ca9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:23.989954 [ 261 ] {d2e61779-72fd-440b-952a-0da991ac3ca9} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.03.04 04:38:23.990167 [ 261 ] {d2e61779-72fd-440b-952a-0da991ac3ca9} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:23.990295 [ 261 ] {d2e61779-72fd-440b-952a-0da991ac3ca9} executeQuery: Read 48 rows, 3.31 KiB in 0.001059 sec., 45325.779036827196 rows/sec., 3.05 MiB/sec. 2026.03.04 04:38:23.990330 [ 261 ] {d2e61779-72fd-440b-952a-0da991ac3ca9} TCPHandler: Processed in 0.001217553 sec. 2026.03.04 04:38:25.694112 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 31196 2026.03.04 04:38:25.694777 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:25.694822 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:25.695344 [ 245 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.04 04:38:25.695592 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:25.695758 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31196 2026.03.04 04:38:27.353695 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 2026.03.04 04:38:27.371411 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:27.371482 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:27.377935 [ 244 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.04 04:38:27.378772 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:27.383282 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 490 2026.03.04 04:38:28.298727 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1774 2026.03.04 04:38:28.301289 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:28.301345 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:28.302555 [ 243 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.04 04:38:28.302842 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:28.303228 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1774 2026.03.04 04:38:28.986657 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:28.986855 [ 261 ] {29ca7136-6518-401f-84a8-a263501905cf} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:38:28.986927 [ 261 ] {29ca7136-6518-401f-84a8-a263501905cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:38:28.987685 [ 261 ] {29ca7136-6518-401f-84a8-a263501905cf} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:28.987724 [ 261 ] {29ca7136-6518-401f-84a8-a263501905cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:28.988130 [ 261 ] {29ca7136-6518-401f-84a8-a263501905cf} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.03.04 04:38:28.988356 [ 261 ] {29ca7136-6518-401f-84a8-a263501905cf} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:28.988503 [ 261 ] {29ca7136-6518-401f-84a8-a263501905cf} executeQuery: Read 123 rows, 10.82 KiB in 0.001703 sec., 72225.48443922489 rows/sec., 6.20 MiB/sec. 2026.03.04 04:38:28.988545 [ 261 ] {29ca7136-6518-401f-84a8-a263501905cf} TCPHandler: Processed in 0.002024409 sec. 2026.03.04 04:38:28.988677 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:28.988775 [ 261 ] {2c91f584-cf9b-481d-8925-3c55fcf03b1c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:38:28.988817 [ 261 ] {2c91f584-cf9b-481d-8925-3c55fcf03b1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:38:28.989240 [ 261 ] {2c91f584-cf9b-481d-8925-3c55fcf03b1c} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:28.989275 [ 261 ] {2c91f584-cf9b-481d-8925-3c55fcf03b1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:28.989579 [ 261 ] {2c91f584-cf9b-481d-8925-3c55fcf03b1c} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.03.04 04:38:28.989790 [ 261 ] {2c91f584-cf9b-481d-8925-3c55fcf03b1c} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:28.989919 [ 261 ] {2c91f584-cf9b-481d-8925-3c55fcf03b1c} executeQuery: Read 33 rows, 2.48 KiB in 0.001163 sec., 28374.89251934652 rows/sec., 2.08 MiB/sec. 2026.03.04 04:38:28.989958 [ 261 ] {2c91f584-cf9b-481d-8925-3c55fcf03b1c} TCPHandler: Processed in 0.001330655 sec. 2026.03.04 04:38:28.990074 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:28.990169 [ 261 ] {e00457ae-4496-4b4d-acb8-58a8ab4db292} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:38:28.990209 [ 261 ] {e00457ae-4496-4b4d-acb8-58a8ab4db292} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:38:28.990646 [ 261 ] {e00457ae-4496-4b4d-acb8-58a8ab4db292} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:28.990681 [ 261 ] {e00457ae-4496-4b4d-acb8-58a8ab4db292} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:28.990972 [ 261 ] {e00457ae-4496-4b4d-acb8-58a8ab4db292} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.04 04:38:28.991194 [ 261 ] {e00457ae-4496-4b4d-acb8-58a8ab4db292} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:28.991318 [ 261 ] {e00457ae-4496-4b4d-acb8-58a8ab4db292} executeQuery: Read 1 rows, 68.00 B in 0.001167 sec., 856.898029134533 rows/sec., 56.90 KiB/sec. 2026.03.04 04:38:28.991357 [ 261 ] {e00457ae-4496-4b4d-acb8-58a8ab4db292} TCPHandler: Processed in 0.001331865 sec. 2026.03.04 04:38:28.991474 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:28.991568 [ 261 ] {79a1381c-dacf-462d-a3a2-6b82b712cb1f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:38:28.991609 [ 261 ] {79a1381c-dacf-462d-a3a2-6b82b712cb1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:38:28.992038 [ 261 ] {79a1381c-dacf-462d-a3a2-6b82b712cb1f} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:28.992073 [ 261 ] {79a1381c-dacf-462d-a3a2-6b82b712cb1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:28.992381 [ 261 ] {79a1381c-dacf-462d-a3a2-6b82b712cb1f} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.03.04 04:38:28.992597 [ 261 ] {79a1381c-dacf-462d-a3a2-6b82b712cb1f} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:28.992723 [ 261 ] {79a1381c-dacf-462d-a3a2-6b82b712cb1f} executeQuery: Read 97 rows, 7.76 KiB in 0.001173 sec., 82693.94714407502 rows/sec., 6.46 MiB/sec. 2026.03.04 04:38:28.992761 [ 261 ] {79a1381c-dacf-462d-a3a2-6b82b712cb1f} TCPHandler: Processed in 0.001336285 sec. 2026.03.04 04:38:28.992892 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:28.992988 [ 261 ] {ead55a37-e540-4ae2-9779-f1c430157980} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:38:28.993030 [ 261 ] {ead55a37-e540-4ae2-9779-f1c430157980} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:38:28.993454 [ 261 ] {ead55a37-e540-4ae2-9779-f1c430157980} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:28.993490 [ 261 ] {ead55a37-e540-4ae2-9779-f1c430157980} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:28.993824 [ 261 ] {ead55a37-e540-4ae2-9779-f1c430157980} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.03.04 04:38:28.994039 [ 261 ] {ead55a37-e540-4ae2-9779-f1c430157980} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:28.994167 [ 261 ] {ead55a37-e540-4ae2-9779-f1c430157980} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2026.03.04 04:38:28.994170 [ 150 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 4 parts from all_1_104_22 to all_107_107_0 2026.03.04 04:38:28.994205 [ 261 ] {ead55a37-e540-4ae2-9779-f1c430157980} TCPHandler: Processed in 0.001361386 sec. 2026.03.04 04:38:28.994242 [ 150 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:28.994267 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:28.994337 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:28.994381 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_107_23} MergeTask::PrepareStage: Merging 4 parts: from all_1_104_22 to all_107_107_0 into Compact with storage Full 2026.03.04 04:38:28.994434 [ 261 ] {1998e823-d541-49eb-8526-d8c9ac7552e9} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.04 04:38:28.994481 [ 261 ] {1998e823-d541-49eb-8526-d8c9ac7552e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.04 04:38:28.994496 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_107_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:28.994534 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_107_23} MergeTreeSequentialSource: Reading 6 marks from part all_1_104_22, total 34370 rows starting from the beginning of the part 2026.03.04 04:38:28.994646 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_107_23} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part 2026.03.04 04:38:28.994724 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_107_23} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part 2026.03.04 04:38:28.994784 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_107_23} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 1219 rows starting from the beginning of the part 2026.03.04 04:38:28.994808 [ 261 ] {1998e823-d541-49eb-8526-d8c9ac7552e9} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:28.994849 [ 261 ] {1998e823-d541-49eb-8526-d8c9ac7552e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:28.995188 [ 261 ] {1998e823-d541-49eb-8526-d8c9ac7552e9} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.04 04:38:28.995405 [ 261 ] {1998e823-d541-49eb-8526-d8c9ac7552e9} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:28.995536 [ 261 ] {1998e823-d541-49eb-8526-d8c9ac7552e9} executeQuery: Read 1 rows, 65.00 B in 0.001119 sec., 893.6550491510277 rows/sec., 56.73 KiB/sec. 2026.03.04 04:38:28.995572 [ 261 ] {1998e823-d541-49eb-8526-d8c9ac7552e9} TCPHandler: Processed in 0.001286624 sec. 2026.03.04 04:38:28.995691 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:28.995791 [ 261 ] {6ed10ee0-6a61-494b-9e85-6c724d28937a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:38:28.995846 [ 261 ] {6ed10ee0-6a61-494b-9e85-6c724d28937a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:38:28.996798 [ 261 ] {6ed10ee0-6a61-494b-9e85-6c724d28937a} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:28.996836 [ 261 ] {6ed10ee0-6a61-494b-9e85-6c724d28937a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:28.997419 [ 261 ] {6ed10ee0-6a61-494b-9e85-6c724d28937a} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.03.04 04:38:28.997641 [ 261 ] {6ed10ee0-6a61-494b-9e85-6c724d28937a} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:28.997766 [ 150 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.03.04 04:38:28.997780 [ 261 ] {6ed10ee0-6a61-494b-9e85-6c724d28937a} executeQuery: Read 33 rows, 60.55 KiB in 0.002007 sec., 16442.451420029895 rows/sec., 29.46 MiB/sec. 2026.03.04 04:38:28.997811 [ 150 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:28.997836 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:28.997855 [ 261 ] {6ed10ee0-6a61-494b-9e85-6c724d28937a} TCPHandler: Processed in 0.002213952 sec. 2026.03.04 04:38:28.997962 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.03.04 04:38:28.997980 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:28.998095 [ 261 ] {218364d5-bbc4-41e7-8736-e28b658e9c10} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:38:28.998136 [ 261 ] {218364d5-bbc4-41e7-8736-e28b658e9c10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:38:28.998215 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:28.998289 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1915 rows starting from the beginning of the part 2026.03.04 04:38:28.998431 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 33 rows starting from the beginning of the part 2026.03.04 04:38:28.998486 [ 261 ] {218364d5-bbc4-41e7-8736-e28b658e9c10} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:28.998527 [ 261 ] {218364d5-bbc4-41e7-8736-e28b658e9c10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:28.998541 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part 2026.03.04 04:38:28.998650 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 33 rows starting from the beginning of the part 2026.03.04 04:38:28.998745 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 19 rows starting from the beginning of the part 2026.03.04 04:38:28.998839 [ 261 ] {218364d5-bbc4-41e7-8736-e28b658e9c10} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.03.04 04:38:28.998842 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 33 rows starting from the beginning of the part 2026.03.04 04:38:28.999084 [ 261 ] {218364d5-bbc4-41e7-8736-e28b658e9c10} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:28.999226 [ 261 ] {218364d5-bbc4-41e7-8736-e28b658e9c10} executeQuery: Read 60 rows, 4.14 KiB in 0.001149 sec., 52219.32114882506 rows/sec., 3.52 MiB/sec. 2026.03.04 04:38:28.999262 [ 261 ] {218364d5-bbc4-41e7-8736-e28b658e9c10} TCPHandler: Processed in 0.001330086 sec. 2026.03.04 04:38:29.000177 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 374.26 MiB, peak 374.26 MiB, free memory in arenas 0.00 B, will set to 364.53 MiB (RSS), difference: -9.74 MiB 2026.03.04 04:38:29.002505 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_107_23} MergeTask::MergeProjectionsStage: Merge sorted 35909 rows, containing 5 columns (5 merged, 0 gathered) in 0.008169777 sec., 4395346.409088033 rows/sec., 290.27 MiB/sec. 2026.03.04 04:38:29.002996 [ 195 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_107_23} MergedBlockOutputStream: filled checksums all_1_107_23 (state Temporary) 2026.03.04 04:38:29.003396 [ 195 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_107_23} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_107_23 to all_1_107_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:29.003503 [ 195 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_107_23} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 4 parts: [all_1_104_22, all_107_107_0] -> all_1_107_23 2026.03.04 04:38:29.003629 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2026.03.04 04:38:29.010246 [ 186 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 2041 rows, containing 19 columns (19 merged, 0 gathered) in 0.012345408 sec., 165324.62920626032 rows/sec., 296.25 MiB/sec. 2026.03.04 04:38:29.012038 [ 192 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.03.04 04:38:29.012411 [ 192 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_91_18} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:29.012516 [ 192 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_91_18} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.03.04 04:38:29.012646 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.87 MiB. 2026.03.04 04:38:30.000184 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 354.00 MiB, peak 374.26 MiB, free memory in arenas 0.00 B, will set to 370.01 MiB (RSS), difference: 16.01 MiB 2026.03.04 04:38:33.027288 [ 145 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:38:33.027337 [ 145 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:38:33.195889 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 31708 2026.03.04 04:38:33.196466 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:33.196515 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:33.197037 [ 245 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.04 04:38:33.197271 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:33.197423 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31708 2026.03.04 04:38:33.197433 [ 146 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.03.04 04:38:33.197532 [ 146 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:33.197570 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:33.197745 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.03.04 04:38:33.197870 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:33.197912 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_66_13} MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 29276 rows starting from the beginning of the part 2026.03.04 04:38:33.197982 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 512 rows starting from the beginning of the part 2026.03.04 04:38:33.198032 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 448 rows starting from the beginning of the part 2026.03.04 04:38:33.198078 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 512 rows starting from the beginning of the part 2026.03.04 04:38:33.198123 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 448 rows starting from the beginning of the part 2026.03.04 04:38:33.198170 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 512 rows starting from the beginning of the part 2026.03.04 04:38:33.200557 [ 187 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 31708 rows, containing 4 columns (4 merged, 0 gathered) in 0.002883705 sec., 10995576.870727068 rows/sec., 157.29 MiB/sec. 2026.03.04 04:38:33.200814 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.03.04 04:38:33.201065 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_66_13} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:33.201137 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_66_13} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.03.04 04:38:33.201224 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.96 MiB. 2026.03.04 04:38:33.986185 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:33.986362 [ 261 ] {210e4d10-ae1a-41c0-bd76-a24e4878dcef} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:38:33.986427 [ 261 ] {210e4d10-ae1a-41c0-bd76-a24e4878dcef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:38:33.987085 [ 261 ] {210e4d10-ae1a-41c0-bd76-a24e4878dcef} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:33.987128 [ 261 ] {210e4d10-ae1a-41c0-bd76-a24e4878dcef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:33.987515 [ 261 ] {210e4d10-ae1a-41c0-bd76-a24e4878dcef} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.03.04 04:38:33.987739 [ 261 ] {210e4d10-ae1a-41c0-bd76-a24e4878dcef} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:33.987896 [ 261 ] {210e4d10-ae1a-41c0-bd76-a24e4878dcef} executeQuery: Read 72 rows, 5.91 KiB in 0.001583 sec., 45483.25963360708 rows/sec., 3.65 MiB/sec. 2026.03.04 04:38:33.987948 [ 261 ] {210e4d10-ae1a-41c0-bd76-a24e4878dcef} TCPHandler: Processed in 0.001900907 sec. 2026.03.04 04:38:33.988084 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:33.988194 [ 261 ] {16d8a4f7-cb01-4f2f-b31c-b2480391fcf5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:38:33.988237 [ 261 ] {16d8a4f7-cb01-4f2f-b31c-b2480391fcf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:38:33.988679 [ 261 ] {16d8a4f7-cb01-4f2f-b31c-b2480391fcf5} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:33.988714 [ 261 ] {16d8a4f7-cb01-4f2f-b31c-b2480391fcf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:33.989013 [ 261 ] {16d8a4f7-cb01-4f2f-b31c-b2480391fcf5} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.03.04 04:38:33.989231 [ 261 ] {16d8a4f7-cb01-4f2f-b31c-b2480391fcf5} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:33.989363 [ 261 ] {16d8a4f7-cb01-4f2f-b31c-b2480391fcf5} executeQuery: Read 8 rows, 616.00 B in 0.001193 sec., 6705.783738474434 rows/sec., 504.24 KiB/sec. 2026.03.04 04:38:33.989415 [ 261 ] {16d8a4f7-cb01-4f2f-b31c-b2480391fcf5} TCPHandler: Processed in 0.001388387 sec. 2026.03.04 04:38:33.989549 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:33.989647 [ 261 ] {ca8fbaa2-cdea-4a44-8968-77c6eb048851} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:38:33.989686 [ 261 ] {ca8fbaa2-cdea-4a44-8968-77c6eb048851} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:38:33.990099 [ 261 ] {ca8fbaa2-cdea-4a44-8968-77c6eb048851} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:33.990132 [ 261 ] {ca8fbaa2-cdea-4a44-8968-77c6eb048851} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:33.990439 [ 261 ] {ca8fbaa2-cdea-4a44-8968-77c6eb048851} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.03.04 04:38:33.990640 [ 261 ] {ca8fbaa2-cdea-4a44-8968-77c6eb048851} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:33.990766 [ 261 ] {ca8fbaa2-cdea-4a44-8968-77c6eb048851} executeQuery: Read 72 rows, 5.76 KiB in 0.001139 sec., 63213.34503950834 rows/sec., 4.93 MiB/sec. 2026.03.04 04:38:33.990802 [ 261 ] {ca8fbaa2-cdea-4a44-8968-77c6eb048851} TCPHandler: Processed in 0.001302025 sec. 2026.03.04 04:38:33.990920 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:33.991013 [ 261 ] {7572903b-09e6-4653-bd88-237b23422f75} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:38:33.991055 [ 261 ] {7572903b-09e6-4653-bd88-237b23422f75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:38:33.991460 [ 261 ] {7572903b-09e6-4653-bd88-237b23422f75} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:33.991494 [ 261 ] {7572903b-09e6-4653-bd88-237b23422f75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:33.991812 [ 261 ] {7572903b-09e6-4653-bd88-237b23422f75} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.03.04 04:38:33.992015 [ 261 ] {7572903b-09e6-4653-bd88-237b23422f75} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:33.992146 [ 261 ] {7572903b-09e6-4653-bd88-237b23422f75} executeQuery: Read 160 rows, 11.41 KiB in 0.001151 sec., 139009.55690703736 rows/sec., 9.68 MiB/sec. 2026.03.04 04:38:33.992181 [ 261 ] {7572903b-09e6-4653-bd88-237b23422f75} TCPHandler: Processed in 0.001308856 sec. 2026.03.04 04:38:33.992291 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:33.992383 [ 261 ] {2ce8dd87-fe16-43f3-992e-868b59cbb19e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:38:33.992436 [ 261 ] {2ce8dd87-fe16-43f3-992e-868b59cbb19e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:38:33.993200 [ 261 ] {2ce8dd87-fe16-43f3-992e-868b59cbb19e} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:33.993233 [ 261 ] {2ce8dd87-fe16-43f3-992e-868b59cbb19e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:33.993736 [ 261 ] {2ce8dd87-fe16-43f3-992e-868b59cbb19e} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.03.04 04:38:33.993959 [ 261 ] {2ce8dd87-fe16-43f3-992e-868b59cbb19e} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:33.994094 [ 261 ] {2ce8dd87-fe16-43f3-992e-868b59cbb19e} executeQuery: Read 8 rows, 14.68 KiB in 0.001728 sec., 4629.62962962963 rows/sec., 8.30 MiB/sec. 2026.03.04 04:38:33.994165 [ 261 ] {2ce8dd87-fe16-43f3-992e-868b59cbb19e} TCPHandler: Processed in 0.001921147 sec. 2026.03.04 04:38:33.994285 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:33.994379 [ 261 ] {094cfc2b-1570-4b11-baca-d6d50cbeed54} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:38:33.994420 [ 261 ] {094cfc2b-1570-4b11-baca-d6d50cbeed54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:38:33.994799 [ 261 ] {094cfc2b-1570-4b11-baca-d6d50cbeed54} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:33.994836 [ 261 ] {094cfc2b-1570-4b11-baca-d6d50cbeed54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:33.995173 [ 261 ] {094cfc2b-1570-4b11-baca-d6d50cbeed54} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.03.04 04:38:33.995399 [ 261 ] {094cfc2b-1570-4b11-baca-d6d50cbeed54} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:33.995536 [ 261 ] {094cfc2b-1570-4b11-baca-d6d50cbeed54} executeQuery: Read 60 rows, 4.14 KiB in 0.001175 sec., 51063.82978723404 rows/sec., 3.44 MiB/sec. 2026.03.04 04:38:33.995574 [ 261 ] {094cfc2b-1570-4b11-baca-d6d50cbeed54} TCPHandler: Processed in 0.001336616 sec. 2026.03.04 04:38:34.883371 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 2026.03.04 04:38:34.902285 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:34.902342 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:34.908572 [ 244 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.04 04:38:34.909295 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:34.909574 [ 144 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.03.04 04:38:34.909610 [ 144 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:34.909628 [ 144 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:34.909727 [ 196 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.03.04 04:38:34.912900 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 497 2026.03.04 04:38:34.912921 [ 196 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:34.913784 [ 196 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part 2026.03.04 04:38:34.917226 [ 196 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 7 rows starting from the beginning of the part 2026.03.04 04:38:34.920623 [ 196 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 8 rows starting from the beginning of the part 2026.03.04 04:38:34.924408 [ 196 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 7 rows starting from the beginning of the part 2026.03.04 04:38:34.928684 [ 196 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 8 rows starting from the beginning of the part 2026.03.04 04:38:34.932595 [ 196 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 7 rows starting from the beginning of the part 2026.03.04 04:38:34.983495 [ 198 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.073807404 sec., 6733.741780160701 rows/sec., 34.82 MiB/sec. 2026.03.04 04:38:34.986726 [ 191 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.03.04 04:38:34.989053 [ 191 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_66_13} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:34.989178 [ 191 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_66_13} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.03.04 04:38:34.992228 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. 2026.03.04 04:38:38.303433 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1802 2026.03.04 04:38:38.305734 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:38.305791 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:38.306979 [ 243 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.04 04:38:38.307249 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:38.307638 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1802 2026.03.04 04:38:39.000717 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:39.000906 [ 261 ] {9bd49d78-17a3-4006-9513-0458f30dc53a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:38:39.000975 [ 261 ] {9bd49d78-17a3-4006-9513-0458f30dc53a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:38:39.001727 [ 261 ] {9bd49d78-17a3-4006-9513-0458f30dc53a} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:39.001782 [ 261 ] {9bd49d78-17a3-4006-9513-0458f30dc53a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:39.002201 [ 261 ] {9bd49d78-17a3-4006-9513-0458f30dc53a} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.04 04:38:39.002435 [ 261 ] {9bd49d78-17a3-4006-9513-0458f30dc53a} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:39.002594 [ 261 ] {9bd49d78-17a3-4006-9513-0458f30dc53a} executeQuery: Read 284 rows, 18.47 KiB in 0.00174 sec., 163218.3908045977 rows/sec., 10.37 MiB/sec. 2026.03.04 04:38:39.002649 [ 261 ] {9bd49d78-17a3-4006-9513-0458f30dc53a} TCPHandler: Processed in 0.00206155 sec. 2026.03.04 04:38:39.002776 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:39.002881 [ 261 ] {41538f13-555a-48f6-b447-d3cc395e3199} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:38:39.002925 [ 261 ] {41538f13-555a-48f6-b447-d3cc395e3199} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:38:39.003340 [ 261 ] {41538f13-555a-48f6-b447-d3cc395e3199} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:39.003378 [ 261 ] {41538f13-555a-48f6-b447-d3cc395e3199} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:39.003693 [ 261 ] {41538f13-555a-48f6-b447-d3cc395e3199} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.04 04:38:39.003903 [ 261 ] {41538f13-555a-48f6-b447-d3cc395e3199} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:39.004033 [ 261 ] {41538f13-555a-48f6-b447-d3cc395e3199} executeQuery: Read 8 rows, 668.00 B in 0.001176 sec., 6802.721088435374 rows/sec., 554.71 KiB/sec. 2026.03.04 04:38:39.004071 [ 261 ] {41538f13-555a-48f6-b447-d3cc395e3199} TCPHandler: Processed in 0.001347096 sec. 2026.03.04 04:38:39.004176 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:39.004273 [ 261 ] {31abc133-7e68-4c93-9caf-1340c8531498} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:38:39.004313 [ 261 ] {31abc133-7e68-4c93-9caf-1340c8531498} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:38:39.005171 [ 261 ] {31abc133-7e68-4c93-9caf-1340c8531498} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:39.005207 [ 261 ] {31abc133-7e68-4c93-9caf-1340c8531498} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:39.005563 [ 261 ] {31abc133-7e68-4c93-9caf-1340c8531498} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.03.04 04:38:39.005789 [ 261 ] {31abc133-7e68-4c93-9caf-1340c8531498} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:39.005917 [ 261 ] {31abc133-7e68-4c93-9caf-1340c8531498} executeQuery: Read 867 rows, 70.79 KiB in 0.001664 sec., 521033.6538461539 rows/sec., 41.54 MiB/sec. 2026.03.04 04:38:39.005942 [ 139 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.03.04 04:38:39.005954 [ 261 ] {31abc133-7e68-4c93-9caf-1340c8531498} TCPHandler: Processed in 0.001827456 sec. 2026.03.04 04:38:39.006018 [ 139 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:39.006045 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:39.006112 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:39.006163 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2026.03.04 04:38:39.006213 [ 261 ] {0f0baae3-b230-483f-af1f-292027619398} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:38:39.006259 [ 261 ] {0f0baae3-b230-483f-af1f-292027619398} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:38:39.006292 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:39.006332 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2895 rows starting from the beginning of the part 2026.03.04 04:38:39.006398 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 1958 rows starting from the beginning of the part 2026.03.04 04:38:39.006445 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 56 rows starting from the beginning of the part 2026.03.04 04:38:39.006490 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 123 rows starting from the beginning of the part 2026.03.04 04:38:39.006530 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 72 rows starting from the beginning of the part 2026.03.04 04:38:39.006572 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 867 rows starting from the beginning of the part 2026.03.04 04:38:39.006768 [ 261 ] {0f0baae3-b230-483f-af1f-292027619398} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:39.006809 [ 261 ] {0f0baae3-b230-483f-af1f-292027619398} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:39.007141 [ 261 ] {0f0baae3-b230-483f-af1f-292027619398} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.03.04 04:38:39.007361 [ 261 ] {0f0baae3-b230-483f-af1f-292027619398} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:39.007502 [ 261 ] {0f0baae3-b230-483f-af1f-292027619398} executeQuery: Read 183 rows, 11.58 KiB in 0.001308 sec., 139908.25688073394 rows/sec., 8.65 MiB/sec. 2026.03.04 04:38:39.007541 [ 261 ] {0f0baae3-b230-483f-af1f-292027619398} TCPHandler: Processed in 0.001478288 sec. 2026.03.04 04:38:39.007651 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:39.007746 [ 261 ] {c6007bbc-e879-40ae-a195-9f637eedca8c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:38:39.007785 [ 261 ] {c6007bbc-e879-40ae-a195-9f637eedca8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:38:39.008227 [ 261 ] {c6007bbc-e879-40ae-a195-9f637eedca8c} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:39.008263 [ 261 ] {c6007bbc-e879-40ae-a195-9f637eedca8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:39.008570 [ 261 ] {c6007bbc-e879-40ae-a195-9f637eedca8c} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.04 04:38:39.008662 [ 197 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 5971 rows, containing 5 columns (5 merged, 0 gathered) in 0.002552509 sec., 2339266.972222233 rows/sec., 189.00 MiB/sec. 2026.03.04 04:38:39.008786 [ 261 ] {c6007bbc-e879-40ae-a195-9f637eedca8c} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:39.008919 [ 261 ] {c6007bbc-e879-40ae-a195-9f637eedca8c} executeQuery: Read 149 rows, 9.86 KiB in 0.001191 sec., 125104.95382031906 rows/sec., 8.08 MiB/sec. 2026.03.04 04:38:39.008949 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.03.04 04:38:39.008957 [ 261 ] {c6007bbc-e879-40ae-a195-9f637eedca8c} TCPHandler: Processed in 0.001354277 sec. 2026.03.04 04:38:39.009084 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:39.009178 [ 261 ] {61c584fa-88b1-4b80-a2b3-f68bd32a78d8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:38:39.009219 [ 261 ] {61c584fa-88b1-4b80-a2b3-f68bd32a78d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:38:39.009220 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_111_22} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:39.009301 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_111_22} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.03.04 04:38:39.009386 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2026.03.04 04:38:39.009682 [ 261 ] {61c584fa-88b1-4b80-a2b3-f68bd32a78d8} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:39.009719 [ 261 ] {61c584fa-88b1-4b80-a2b3-f68bd32a78d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:39.010016 [ 261 ] {61c584fa-88b1-4b80-a2b3-f68bd32a78d8} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.04 04:38:39.010229 [ 261 ] {61c584fa-88b1-4b80-a2b3-f68bd32a78d8} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:39.010357 [ 261 ] {61c584fa-88b1-4b80-a2b3-f68bd32a78d8} executeQuery: Read 148 rows, 8.62 KiB in 0.001197 sec., 123642.43943191312 rows/sec., 7.03 MiB/sec. 2026.03.04 04:38:39.010395 [ 261 ] {61c584fa-88b1-4b80-a2b3-f68bd32a78d8} TCPHandler: Processed in 0.001359976 sec. 2026.03.04 04:38:39.010509 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:39.010605 [ 261 ] {75d8177b-5b50-4091-8bc7-d8b96cd46969} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:38:39.010645 [ 261 ] {75d8177b-5b50-4091-8bc7-d8b96cd46969} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:38:39.011284 [ 261 ] {75d8177b-5b50-4091-8bc7-d8b96cd46969} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:39.011321 [ 261 ] {75d8177b-5b50-4091-8bc7-d8b96cd46969} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:39.011642 [ 261 ] {75d8177b-5b50-4091-8bc7-d8b96cd46969} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.03.04 04:38:39.011847 [ 261 ] {75d8177b-5b50-4091-8bc7-d8b96cd46969} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:39.011976 [ 261 ] {75d8177b-5b50-4091-8bc7-d8b96cd46969} executeQuery: Read 531 rows, 38.47 KiB in 0.001389 sec., 382289.4168466523 rows/sec., 27.05 MiB/sec. 2026.03.04 04:38:39.011978 [ 139 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.03.04 04:38:39.012014 [ 261 ] {75d8177b-5b50-4091-8bc7-d8b96cd46969} TCPHandler: Processed in 0.00155219 sec. 2026.03.04 04:38:39.012043 [ 139 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:39.012070 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:39.012137 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:39.012159 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2026.03.04 04:38:39.012236 [ 261 ] {501186c9-2f31-43dc-bc31-68d5be244266} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.04 04:38:39.012269 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:39.012281 [ 261 ] {501186c9-2f31-43dc-bc31-68d5be244266} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.04 04:38:39.012308 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1552 rows starting from the beginning of the part 2026.03.04 04:38:39.012366 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 1023 rows starting from the beginning of the part 2026.03.04 04:38:39.012409 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 64 rows starting from the beginning of the part 2026.03.04 04:38:39.012450 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 97 rows starting from the beginning of the part 2026.03.04 04:38:39.012489 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 72 rows starting from the beginning of the part 2026.03.04 04:38:39.012534 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 531 rows starting from the beginning of the part 2026.03.04 04:38:39.012642 [ 261 ] {501186c9-2f31-43dc-bc31-68d5be244266} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:39.012684 [ 261 ] {501186c9-2f31-43dc-bc31-68d5be244266} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:39.013036 [ 261 ] {501186c9-2f31-43dc-bc31-68d5be244266} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.03.04 04:38:39.013265 [ 261 ] {501186c9-2f31-43dc-bc31-68d5be244266} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:39.013393 [ 261 ] {501186c9-2f31-43dc-bc31-68d5be244266} executeQuery: Read 12 rows, 642.00 B in 0.001175 sec., 10212.765957446809 rows/sec., 533.58 KiB/sec. 2026.03.04 04:38:39.013431 [ 261 ] {501186c9-2f31-43dc-bc31-68d5be244266} TCPHandler: Processed in 0.001342996 sec. 2026.03.04 04:38:39.013541 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:39.013635 [ 261 ] {99f405d5-b6f8-481d-9599-c6327e952153} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:38:39.013677 [ 261 ] {99f405d5-b6f8-481d-9599-c6327e952153} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:38:39.013782 [ 194 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 3339 rows, containing 5 columns (5 merged, 0 gathered) in 0.001657443 sec., 2014548.916614327 rows/sec., 149.21 MiB/sec. 2026.03.04 04:38:39.013963 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.03.04 04:38:39.014136 [ 261 ] {99f405d5-b6f8-481d-9599-c6327e952153} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:39.014178 [ 261 ] {99f405d5-b6f8-481d-9599-c6327e952153} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:39.014207 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_111_22} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:39.014296 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_111_22} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.03.04 04:38:39.014367 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.03.04 04:38:39.014536 [ 261 ] {99f405d5-b6f8-481d-9599-c6327e952153} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.03.04 04:38:39.014757 [ 261 ] {99f405d5-b6f8-481d-9599-c6327e952153} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:39.014887 [ 261 ] {99f405d5-b6f8-481d-9599-c6327e952153} executeQuery: Read 374 rows, 24.93 KiB in 0.00127 sec., 294488.18897637795 rows/sec., 19.17 MiB/sec. 2026.03.04 04:38:39.014925 [ 261 ] {99f405d5-b6f8-481d-9599-c6327e952153} TCPHandler: Processed in 0.001431538 sec. 2026.03.04 04:38:39.015037 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:39.015132 [ 261 ] {62b7fbff-8f1b-4e67-97a1-83dad4fb554a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.04 04:38:39.015173 [ 261 ] {62b7fbff-8f1b-4e67-97a1-83dad4fb554a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.04 04:38:39.015488 [ 261 ] {62b7fbff-8f1b-4e67-97a1-83dad4fb554a} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:39.015524 [ 261 ] {62b7fbff-8f1b-4e67-97a1-83dad4fb554a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:39.015861 [ 261 ] {62b7fbff-8f1b-4e67-97a1-83dad4fb554a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.04 04:38:39.016095 [ 261 ] {62b7fbff-8f1b-4e67-97a1-83dad4fb554a} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:39.016232 [ 261 ] {62b7fbff-8f1b-4e67-97a1-83dad4fb554a} executeQuery: Read 2 rows, 138.00 B in 0.001119 sec., 1787.3100983020554 rows/sec., 120.43 KiB/sec. 2026.03.04 04:38:39.016273 [ 261 ] {62b7fbff-8f1b-4e67-97a1-83dad4fb554a} TCPHandler: Processed in 0.001284435 sec. 2026.03.04 04:38:39.016415 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:39.016540 [ 261 ] {4f68aea2-f210-4f0d-aca0-590b30133bc2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:38:39.016604 [ 261 ] {4f68aea2-f210-4f0d-aca0-590b30133bc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:38:39.017646 [ 261 ] {4f68aea2-f210-4f0d-aca0-590b30133bc2} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:39.017688 [ 261 ] {4f68aea2-f210-4f0d-aca0-590b30133bc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:39.018270 [ 261 ] {4f68aea2-f210-4f0d-aca0-590b30133bc2} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.03.04 04:38:39.018492 [ 261 ] {4f68aea2-f210-4f0d-aca0-590b30133bc2} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:39.018637 [ 261 ] {4f68aea2-f210-4f0d-aca0-590b30133bc2} executeQuery: Read 33 rows, 60.55 KiB in 0.002121 sec., 15558.698727015559 rows/sec., 27.88 MiB/sec. 2026.03.04 04:38:39.018705 [ 261 ] {4f68aea2-f210-4f0d-aca0-590b30133bc2} TCPHandler: Processed in 0.002354715 sec. 2026.03.04 04:38:39.018827 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:39.018925 [ 261 ] {e5b711c3-eaa9-4aef-bc48-06cb31391ff3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:38:39.018967 [ 261 ] {e5b711c3-eaa9-4aef-bc48-06cb31391ff3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:38:39.019326 [ 261 ] {e5b711c3-eaa9-4aef-bc48-06cb31391ff3} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:39.019363 [ 261 ] {e5b711c3-eaa9-4aef-bc48-06cb31391ff3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:39.019681 [ 261 ] {e5b711c3-eaa9-4aef-bc48-06cb31391ff3} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.03.04 04:38:39.019893 [ 261 ] {e5b711c3-eaa9-4aef-bc48-06cb31391ff3} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:39.020013 [ 139 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.03.04 04:38:39.020020 [ 261 ] {e5b711c3-eaa9-4aef-bc48-06cb31391ff3} executeQuery: Read 120 rows, 7.39 KiB in 0.001114 sec., 107719.92818671455 rows/sec., 6.48 MiB/sec. 2026.03.04 04:38:39.020064 [ 139 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:39.020083 [ 261 ] {e5b711c3-eaa9-4aef-bc48-06cb31391ff3} TCPHandler: Processed in 0.001304625 sec. 2026.03.04 04:38:39.020088 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:39.020203 [ 197 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2026.03.04 04:38:39.020322 [ 197 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:39.020357 [ 197 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 5790 rows starting from the beginning of the part 2026.03.04 04:38:39.020415 [ 197 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 12 rows starting from the beginning of the part 2026.03.04 04:38:39.020465 [ 197 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 48 rows starting from the beginning of the part 2026.03.04 04:38:39.020512 [ 197 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part 2026.03.04 04:38:39.020565 [ 197 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part 2026.03.04 04:38:39.020635 [ 197 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 120 rows starting from the beginning of the part 2026.03.04 04:38:39.022646 [ 189 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 6090 rows, containing 4 columns (4 merged, 0 gathered) in 0.002495438 sec., 2440453.33925347 rows/sec., 162.34 MiB/sec. 2026.03.04 04:38:39.023262 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.03.04 04:38:39.023711 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_111_22} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:39.023838 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_111_22} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.03.04 04:38:39.023975 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. 2026.03.04 04:38:40.698531 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 32156 2026.03.04 04:38:40.699024 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:40.699058 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:40.699526 [ 245 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.04 04:38:40.699761 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:40.699886 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32156 2026.03.04 04:38:42.413915 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 505 2026.03.04 04:38:42.429918 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:42.429979 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:42.435383 [ 244 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.04 04:38:42.436070 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:42.439235 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 505 2026.03.04 04:38:43.986319 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:43.986518 [ 261 ] {9817258d-b7d2-4783-99c6-a50ad5f67a64} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:38:43.986590 [ 261 ] {9817258d-b7d2-4783-99c6-a50ad5f67a64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:38:43.987285 [ 261 ] {9817258d-b7d2-4783-99c6-a50ad5f67a64} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:43.987331 [ 261 ] {9817258d-b7d2-4783-99c6-a50ad5f67a64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:43.987721 [ 261 ] {9817258d-b7d2-4783-99c6-a50ad5f67a64} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.03.04 04:38:43.987939 [ 261 ] {9817258d-b7d2-4783-99c6-a50ad5f67a64} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:43.988099 [ 261 ] {9817258d-b7d2-4783-99c6-a50ad5f67a64} executeQuery: Read 72 rows, 5.91 KiB in 0.001635 sec., 44036.69724770643 rows/sec., 3.53 MiB/sec. 2026.03.04 04:38:43.988150 [ 261 ] {9817258d-b7d2-4783-99c6-a50ad5f67a64} TCPHandler: Processed in 0.001966468 sec. 2026.03.04 04:38:43.988273 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:43.988377 [ 261 ] {f15e2568-407a-4264-a468-9bff2b0ba0ab} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:38:43.988420 [ 261 ] {f15e2568-407a-4264-a468-9bff2b0ba0ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:38:43.988827 [ 261 ] {f15e2568-407a-4264-a468-9bff2b0ba0ab} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:43.988863 [ 261 ] {f15e2568-407a-4264-a468-9bff2b0ba0ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:43.989162 [ 261 ] {f15e2568-407a-4264-a468-9bff2b0ba0ab} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.03.04 04:38:43.989362 [ 261 ] {f15e2568-407a-4264-a468-9bff2b0ba0ab} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:43.989493 [ 261 ] {f15e2568-407a-4264-a468-9bff2b0ba0ab} executeQuery: Read 8 rows, 616.00 B in 0.001141 sec., 7011.393514460999 rows/sec., 527.22 KiB/sec. 2026.03.04 04:38:43.989531 [ 261 ] {f15e2568-407a-4264-a468-9bff2b0ba0ab} TCPHandler: Processed in 0.001307885 sec. 2026.03.04 04:38:43.989647 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:43.989742 [ 261 ] {4e9d076b-e71b-4db9-9f04-46b18752c1ec} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:38:43.989781 [ 261 ] {4e9d076b-e71b-4db9-9f04-46b18752c1ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:38:43.990189 [ 261 ] {4e9d076b-e71b-4db9-9f04-46b18752c1ec} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:43.990223 [ 261 ] {4e9d076b-e71b-4db9-9f04-46b18752c1ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:43.990519 [ 261 ] {4e9d076b-e71b-4db9-9f04-46b18752c1ec} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.03.04 04:38:43.990723 [ 261 ] {4e9d076b-e71b-4db9-9f04-46b18752c1ec} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:43.990847 [ 261 ] {4e9d076b-e71b-4db9-9f04-46b18752c1ec} executeQuery: Read 72 rows, 5.76 KiB in 0.001125 sec., 64000.00000000001 rows/sec., 5.00 MiB/sec. 2026.03.04 04:38:43.990884 [ 261 ] {4e9d076b-e71b-4db9-9f04-46b18752c1ec} TCPHandler: Processed in 0.001285494 sec. 2026.03.04 04:38:43.990996 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:43.991089 [ 261 ] {d624ea26-c42b-474a-84a4-8133137b8c9a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:38:43.991131 [ 261 ] {d624ea26-c42b-474a-84a4-8133137b8c9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:38:43.991530 [ 261 ] {d624ea26-c42b-474a-84a4-8133137b8c9a} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:43.991564 [ 261 ] {d624ea26-c42b-474a-84a4-8133137b8c9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:43.991895 [ 261 ] {d624ea26-c42b-474a-84a4-8133137b8c9a} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.03.04 04:38:43.992104 [ 261 ] {d624ea26-c42b-474a-84a4-8133137b8c9a} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:43.992231 [ 261 ] {d624ea26-c42b-474a-84a4-8133137b8c9a} executeQuery: Read 160 rows, 11.41 KiB in 0.001159 sec., 138050.04314063847 rows/sec., 9.61 MiB/sec. 2026.03.04 04:38:43.992229 [ 133 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 5 parts from all_1_107_23 to all_111_111_0 2026.03.04 04:38:43.992294 [ 261 ] {d624ea26-c42b-474a-84a4-8133137b8c9a} TCPHandler: Processed in 0.001345406 sec. 2026.03.04 04:38:43.992316 [ 133 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:43.992341 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:43.992406 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:43.992458 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_111_24} MergeTask::PrepareStage: Merging 5 parts: from all_1_107_23 to all_111_111_0 into Compact with storage Full 2026.03.04 04:38:43.992499 [ 261 ] {c31934b4-af12-4ede-9277-101b16002c82} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:38:43.992559 [ 261 ] {c31934b4-af12-4ede-9277-101b16002c82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:38:43.992613 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_111_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:43.992660 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_111_24} MergeTreeSequentialSource: Reading 6 marks from part all_1_107_23, total 35909 rows starting from the beginning of the part 2026.03.04 04:38:43.992734 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_111_24} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 128 rows starting from the beginning of the part 2026.03.04 04:38:43.992785 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_111_24} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 160 rows starting from the beginning of the part 2026.03.04 04:38:43.992832 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_111_24} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 160 rows starting from the beginning of the part 2026.03.04 04:38:43.992878 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_111_24} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 374 rows starting from the beginning of the part 2026.03.04 04:38:43.993354 [ 261 ] {c31934b4-af12-4ede-9277-101b16002c82} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:43.993394 [ 261 ] {c31934b4-af12-4ede-9277-101b16002c82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:43.994204 [ 261 ] {c31934b4-af12-4ede-9277-101b16002c82} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.03.04 04:38:43.994447 [ 261 ] {c31934b4-af12-4ede-9277-101b16002c82} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:43.994593 [ 261 ] {c31934b4-af12-4ede-9277-101b16002c82} executeQuery: Read 8 rows, 14.68 KiB in 0.002112 sec., 3787.8787878787875 rows/sec., 6.79 MiB/sec. 2026.03.04 04:38:43.994660 [ 261 ] {c31934b4-af12-4ede-9277-101b16002c82} TCPHandler: Processed in 0.002303074 sec. 2026.03.04 04:38:43.994774 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:43.994867 [ 261 ] {0a700daf-9ec8-4ba5-8c8f-32fe05ae0b2b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:38:43.994908 [ 261 ] {0a700daf-9ec8-4ba5-8c8f-32fe05ae0b2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:38:43.995240 [ 261 ] {0a700daf-9ec8-4ba5-8c8f-32fe05ae0b2b} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:43.995273 [ 261 ] {0a700daf-9ec8-4ba5-8c8f-32fe05ae0b2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:43.995805 [ 261 ] {0a700daf-9ec8-4ba5-8c8f-32fe05ae0b2b} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.03.04 04:38:43.996015 [ 261 ] {0a700daf-9ec8-4ba5-8c8f-32fe05ae0b2b} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:43.996149 [ 261 ] {0a700daf-9ec8-4ba5-8c8f-32fe05ae0b2b} executeQuery: Read 60 rows, 4.14 KiB in 0.0013 sec., 46153.846153846156 rows/sec., 3.11 MiB/sec. 2026.03.04 04:38:43.996184 [ 261 ] {0a700daf-9ec8-4ba5-8c8f-32fe05ae0b2b} TCPHandler: Processed in 0.001458368 sec. 2026.03.04 04:38:44.000176 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 375.96 MiB, peak 384.82 MiB, free memory in arenas 0.00 B, will set to 371.29 MiB (RSS), difference: -4.67 MiB 2026.03.04 04:38:44.000323 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_111_24} MergeTask::MergeProjectionsStage: Merge sorted 36731 rows, containing 5 columns (5 merged, 0 gathered) in 0.007910002 sec., 4643614.50224665 rows/sec., 306.83 MiB/sec. 2026.03.04 04:38:44.000663 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_111_24} MergedBlockOutputStream: filled checksums all_1_111_24 (state Temporary) 2026.03.04 04:38:44.000942 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_111_24} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_111_24 to all_1_111_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:44.001017 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_111_24} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 5 parts: [all_1_107_23, all_111_111_0] -> all_1_111_24 2026.03.04 04:38:44.001092 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.03.04 04:38:45.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 366.04 MiB, peak 384.82 MiB, free memory in arenas 0.00 B, will set to 371.29 MiB (RSS), difference: 5.25 MiB 2026.03.04 04:38:48.027370 [ 131 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:38:48.027420 [ 131 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:38:48.201005 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 32668 2026.03.04 04:38:48.201771 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:48.201819 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:48.202340 [ 245 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.03.04 04:38:48.202594 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:48.202816 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32668 2026.03.04 04:38:48.308722 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1838 2026.03.04 04:38:48.311113 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:48.311161 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:48.312348 [ 243 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.04 04:38:48.312610 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:48.312751 [ 131 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.03.04 04:38:48.312789 [ 131 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:48.312809 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:48.312898 [ 199 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.03.04 04:38:48.312992 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1838 2026.03.04 04:38:48.313331 [ 199 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:48.313477 [ 199 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1674 rows starting from the beginning of the part 2026.03.04 04:38:48.313821 [ 199 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 24 rows starting from the beginning of the part 2026.03.04 04:38:48.314152 [ 199 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 38 rows starting from the beginning of the part 2026.03.04 04:38:48.314467 [ 199 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 38 rows starting from the beginning of the part 2026.03.04 04:38:48.314763 [ 199 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 28 rows starting from the beginning of the part 2026.03.04 04:38:48.315062 [ 199 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 36 rows starting from the beginning of the part 2026.03.04 04:38:48.322608 [ 198 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1838 rows, containing 72 columns (72 merged, 0 gathered) in 0.009746618 sec., 188578.23298296906 rows/sec., 147.63 MiB/sec. 2026.03.04 04:38:48.324686 [ 200 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.03.04 04:38:48.325340 [ 200 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_51_10} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:48.325438 [ 200 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_51_10} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.03.04 04:38:48.325700 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.96 MiB. 2026.03.04 04:38:48.995651 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:48.995838 [ 261 ] {886b9a8e-4ae4-4532-a441-3a301ab927de} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:38:48.995908 [ 261 ] {886b9a8e-4ae4-4532-a441-3a301ab927de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:38:48.996660 [ 261 ] {886b9a8e-4ae4-4532-a441-3a301ab927de} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:48.996714 [ 261 ] {886b9a8e-4ae4-4532-a441-3a301ab927de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:48.997143 [ 261 ] {886b9a8e-4ae4-4532-a441-3a301ab927de} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.04 04:38:48.997385 [ 261 ] {886b9a8e-4ae4-4532-a441-3a301ab927de} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:48.997523 [ 130 ] {} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 2026.03.04 04:38:48.997553 [ 261 ] {886b9a8e-4ae4-4532-a441-3a301ab927de} executeQuery: Read 284 rows, 18.47 KiB in 0.001765 sec., 160906.51558073654 rows/sec., 10.22 MiB/sec. 2026.03.04 04:38:48.997595 [ 130 ] {} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:48.997620 [ 261 ] {886b9a8e-4ae4-4532-a441-3a301ab927de} TCPHandler: Processed in 0.00210709 sec. 2026.03.04 04:38:48.997621 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:48.997736 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_23_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full 2026.03.04 04:38:48.997761 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:48.997837 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:48.997868 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 308 rows starting from the beginning of the part 2026.03.04 04:38:48.997870 [ 261 ] {f3943e8c-078d-4123-83bf-215c12b1c7a6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:38:48.997922 [ 261 ] {f3943e8c-078d-4123-83bf-215c12b1c7a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:38:48.997927 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part 2026.03.04 04:38:48.997979 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 24 rows starting from the beginning of the part 2026.03.04 04:38:48.998024 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part 2026.03.04 04:38:48.998068 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 284 rows starting from the beginning of the part 2026.03.04 04:38:48.998106 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 284 rows starting from the beginning of the part 2026.03.04 04:38:48.998725 [ 261 ] {f3943e8c-078d-4123-83bf-215c12b1c7a6} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:48.998768 [ 261 ] {f3943e8c-078d-4123-83bf-215c12b1c7a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:48.999043 [ 200 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 948 rows, containing 5 columns (5 merged, 0 gathered) in 0.001344096 sec., 705306.7638025855 rows/sec., 48.88 MiB/sec. 2026.03.04 04:38:48.999164 [ 261 ] {f3943e8c-078d-4123-83bf-215c12b1c7a6} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.03.04 04:38:48.999196 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2026.03.04 04:38:48.999395 [ 261 ] {f3943e8c-078d-4123-83bf-215c12b1c7a6} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:48.999450 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_23_5} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:48.999517 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_23_5} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 2026.03.04 04:38:48.999539 [ 261 ] {f3943e8c-078d-4123-83bf-215c12b1c7a6} executeQuery: Read 863 rows, 70.49 KiB in 0.001694 sec., 509445.10035419127 rows/sec., 40.64 MiB/sec. 2026.03.04 04:38:48.999583 [ 261 ] {f3943e8c-078d-4123-83bf-215c12b1c7a6} TCPHandler: Processed in 0.001875266 sec. 2026.03.04 04:38:48.999586 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2026.03.04 04:38:48.999711 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:48.999815 [ 261 ] {c533816c-e435-4c48-b792-eb3cc719023e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:38:48.999859 [ 261 ] {c533816c-e435-4c48-b792-eb3cc719023e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:38:49.000328 [ 261 ] {c533816c-e435-4c48-b792-eb3cc719023e} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:49.000367 [ 261 ] {c533816c-e435-4c48-b792-eb3cc719023e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:49.000686 [ 261 ] {c533816c-e435-4c48-b792-eb3cc719023e} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.03.04 04:38:49.000894 [ 261 ] {c533816c-e435-4c48-b792-eb3cc719023e} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:49.001019 [ 130 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.03.04 04:38:49.001026 [ 261 ] {c533816c-e435-4c48-b792-eb3cc719023e} executeQuery: Read 175 rows, 11.02 KiB in 0.001234 sec., 141815.23500810371 rows/sec., 8.72 MiB/sec. 2026.03.04 04:38:49.001063 [ 130 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:49.001083 [ 261 ] {c533816c-e435-4c48-b792-eb3cc719023e} TCPHandler: Processed in 0.001425497 sec. 2026.03.04 04:38:49.001088 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:49.001206 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.03.04 04:38:49.001214 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:49.001332 [ 261 ] {5354eee8-4c5f-41f9-aa1c-a038b82e2dff} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:38:49.001335 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:49.001392 [ 261 ] {5354eee8-4c5f-41f9-aa1c-a038b82e2dff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:38:49.001396 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 226 rows starting from the beginning of the part 2026.03.04 04:38:49.001486 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 33 rows starting from the beginning of the part 2026.03.04 04:38:49.001537 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 8 rows starting from the beginning of the part 2026.03.04 04:38:49.001587 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 183 rows starting from the beginning of the part 2026.03.04 04:38:49.001633 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 8 rows starting from the beginning of the part 2026.03.04 04:38:49.001678 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 175 rows starting from the beginning of the part 2026.03.04 04:38:49.001851 [ 261 ] {5354eee8-4c5f-41f9-aa1c-a038b82e2dff} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:49.001895 [ 261 ] {5354eee8-4c5f-41f9-aa1c-a038b82e2dff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:49.002252 [ 261 ] {5354eee8-4c5f-41f9-aa1c-a038b82e2dff} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.04 04:38:49.002497 [ 261 ] {5354eee8-4c5f-41f9-aa1c-a038b82e2dff} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:49.002610 [ 130 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0 2026.03.04 04:38:49.002627 [ 195 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 633 rows, containing 5 columns (5 merged, 0 gathered) in 0.001463908 sec., 432404.22212324815 rows/sec., 29.07 MiB/sec. 2026.03.04 04:38:49.002642 [ 130 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:49.002632 [ 261 ] {5354eee8-4c5f-41f9-aa1c-a038b82e2dff} executeQuery: Read 149 rows, 9.86 KiB in 0.001319 sec., 112964.36694465503 rows/sec., 7.30 MiB/sec. 2026.03.04 04:38:49.002690 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:49.002732 [ 261 ] {5354eee8-4c5f-41f9-aa1c-a038b82e2dff} TCPHandler: Processed in 0.00156758 sec. 2026.03.04 04:38:49.002769 [ 201 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_39_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_34_7 to all_39_39_0 into Compact with storage Full 2026.03.04 04:38:49.002787 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.03.04 04:38:49.002842 [ 201 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_39_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:49.002865 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:49.002874 [ 201 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 883 rows starting from the beginning of the part 2026.03.04 04:38:49.002934 [ 201 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 24 rows starting from the beginning of the part 2026.03.04 04:38:49.002965 [ 261 ] {5370db2a-4672-435a-95a1-dc6f2e98c2b2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:38:49.002978 [ 201 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 708 rows starting from the beginning of the part 2026.03.04 04:38:49.003009 [ 261 ] {5370db2a-4672-435a-95a1-dc6f2e98c2b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:38:49.003019 [ 201 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part 2026.03.04 04:38:49.003053 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_96_19} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:49.003072 [ 201 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 149 rows starting from the beginning of the part 2026.03.04 04:38:49.003113 [ 201 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 149 rows starting from the beginning of the part 2026.03.04 04:38:49.003132 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_96_19} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.03.04 04:38:49.003206 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.04 04:38:49.003491 [ 261 ] {5370db2a-4672-435a-95a1-dc6f2e98c2b2} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:49.003532 [ 261 ] {5370db2a-4672-435a-95a1-dc6f2e98c2b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:49.003851 [ 261 ] {5370db2a-4672-435a-95a1-dc6f2e98c2b2} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.04 04:38:49.004067 [ 261 ] {5370db2a-4672-435a-95a1-dc6f2e98c2b2} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:49.004079 [ 195 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_39_8} MergeTask::MergeProjectionsStage: Merge sorted 1914 rows, containing 5 columns (5 merged, 0 gathered) in 0.001338996 sec., 1429429.2141276 rows/sec., 91.83 MiB/sec. 2026.03.04 04:38:49.004189 [ 129 ] {} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034) (MergerMutator): Selected 6 parts from all_1_18_4 to all_23_23_0 2026.03.04 04:38:49.004206 [ 261 ] {5370db2a-4672-435a-95a1-dc6f2e98c2b2} executeQuery: Read 148 rows, 8.62 KiB in 0.00126 sec., 117460.31746031746 rows/sec., 6.68 MiB/sec. 2026.03.04 04:38:49.004235 [ 129 ] {} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:49.004244 [ 201 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_39_8} MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary) 2026.03.04 04:38:49.004251 [ 261 ] {5370db2a-4672-435a-95a1-dc6f2e98c2b2} TCPHandler: Processed in 0.001437878 sec. 2026.03.04 04:38:49.004256 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:49.004369 [ 188 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_23_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_18_4 to all_23_23_0 into Compact with storage Full 2026.03.04 04:38:49.004382 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:49.004502 [ 261 ] {d695850e-2c28-4650-8d81-2dc5eaf6f0ce} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:38:49.004507 [ 201 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_39_8} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:49.004513 [ 188 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_23_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:49.004544 [ 261 ] {d695850e-2c28-4650-8d81-2dc5eaf6f0ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:38:49.004571 [ 188 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 160 rows starting from the beginning of the part 2026.03.04 04:38:49.004583 [ 201 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_39_8} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8 2026.03.04 04:38:49.004653 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2026.03.04 04:38:49.004654 [ 188 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part 2026.03.04 04:38:49.004724 [ 188 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 12 rows starting from the beginning of the part 2026.03.04 04:38:49.004774 [ 188 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part 2026.03.04 04:38:49.004821 [ 188 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 148 rows starting from the beginning of the part 2026.03.04 04:38:49.004868 [ 188 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_23_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 148 rows starting from the beginning of the part 2026.03.04 04:38:49.005164 [ 261 ] {d695850e-2c28-4650-8d81-2dc5eaf6f0ce} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:49.005206 [ 261 ] {d695850e-2c28-4650-8d81-2dc5eaf6f0ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:49.005567 [ 261 ] {d695850e-2c28-4650-8d81-2dc5eaf6f0ce} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.03.04 04:38:49.005766 [ 195 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_23_5} MergeTask::MergeProjectionsStage: Merge sorted 492 rows, containing 5 columns (5 merged, 0 gathered) in 0.001449068 sec., 339528.57974919054 rows/sec., 21.25 MiB/sec. 2026.03.04 04:38:49.005790 [ 261 ] {d695850e-2c28-4650-8d81-2dc5eaf6f0ce} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:49.005918 [ 192 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_23_5} MergedBlockOutputStream: filled checksums all_1_23_5 (state Temporary) 2026.03.04 04:38:49.005933 [ 261 ] {d695850e-2c28-4650-8d81-2dc5eaf6f0ce} executeQuery: Read 523 rows, 37.82 KiB in 0.00145 sec., 360689.6551724138 rows/sec., 25.47 MiB/sec. 2026.03.04 04:38:49.005978 [ 261 ] {d695850e-2c28-4650-8d81-2dc5eaf6f0ce} TCPHandler: Processed in 0.001647472 sec. 2026.03.04 04:38:49.006099 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:49.006197 [ 261 ] {e7235885-b13e-4487-b326-f68001b3159e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.04 04:38:49.006235 [ 192 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_23_5} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_merge_all_1_23_5 to all_1_23_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:49.006242 [ 261 ] {e7235885-b13e-4487-b326-f68001b3159e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.04 04:38:49.006320 [ 192 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_23_5} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034) (MergerMutator): Merged 6 parts: [all_1_18_4, all_23_23_0] -> all_1_23_5 2026.03.04 04:38:49.006407 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.04 04:38:49.006602 [ 261 ] {e7235885-b13e-4487-b326-f68001b3159e} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:49.006644 [ 261 ] {e7235885-b13e-4487-b326-f68001b3159e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:49.006962 [ 261 ] {e7235885-b13e-4487-b326-f68001b3159e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.03.04 04:38:49.007182 [ 261 ] {e7235885-b13e-4487-b326-f68001b3159e} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:49.007284 [ 129 ] {} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.03.04 04:38:49.007311 [ 261 ] {e7235885-b13e-4487-b326-f68001b3159e} executeQuery: Read 6 rows, 321.00 B in 0.001132 sec., 5300.3533568904595 rows/sec., 276.92 KiB/sec. 2026.03.04 04:38:49.007319 [ 129 ] {} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:49.007342 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:49.007349 [ 261 ] {e7235885-b13e-4487-b326-f68001b3159e} TCPHandler: Processed in 0.001301695 sec. 2026.03.04 04:38:49.007423 [ 186 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.03.04 04:38:49.007465 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:49.007529 [ 186 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:49.007562 [ 186 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part 2026.03.04 04:38:49.007579 [ 261 ] {fd3a8c2b-9a89-4f20-aead-e90101a60e14} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:38:49.007612 [ 186 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2026.03.04 04:38:49.007637 [ 261 ] {fd3a8c2b-9a89-4f20-aead-e90101a60e14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:38:49.007659 [ 186 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2026.03.04 04:38:49.007702 [ 186 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2026.03.04 04:38:49.007739 [ 186 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part 2026.03.04 04:38:49.007777 [ 186 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2026.03.04 04:38:49.008079 [ 261 ] {fd3a8c2b-9a89-4f20-aead-e90101a60e14} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:49.008122 [ 261 ] {fd3a8c2b-9a89-4f20-aead-e90101a60e14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:49.008487 [ 261 ] {fd3a8c2b-9a89-4f20-aead-e90101a60e14} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.03.04 04:38:49.008511 [ 195 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 78 rows, containing 4 columns (4 merged, 0 gathered) in 0.001123711 sec., 69412.86505160136 rows/sec., 3.54 MiB/sec. 2026.03.04 04:38:49.008716 [ 261 ] {fd3a8c2b-9a89-4f20-aead-e90101a60e14} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:49.008736 [ 195 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.03.04 04:38:49.008858 [ 261 ] {fd3a8c2b-9a89-4f20-aead-e90101a60e14} executeQuery: Read 265 rows, 18.03 KiB in 0.00131 sec., 202290.07633587788 rows/sec., 13.44 MiB/sec. 2026.03.04 04:38:49.008905 [ 261 ] {fd3a8c2b-9a89-4f20-aead-e90101a60e14} TCPHandler: Processed in 0.001490238 sec. 2026.03.04 04:38:49.009026 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:49.009101 [ 195 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_11_2} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:49.009124 [ 261 ] {91a697b2-d02e-44d0-910f-79b5bd7f84e4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.04 04:38:49.009171 [ 261 ] {91a697b2-d02e-44d0-910f-79b5bd7f84e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.04 04:38:49.009193 [ 195 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_11_2} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.03.04 04:38:49.009305 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.03.04 04:38:49.009504 [ 261 ] {91a697b2-d02e-44d0-910f-79b5bd7f84e4} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:49.009547 [ 261 ] {91a697b2-d02e-44d0-910f-79b5bd7f84e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:49.009851 [ 261 ] {91a697b2-d02e-44d0-910f-79b5bd7f84e4} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.04 04:38:49.010063 [ 261 ] {91a697b2-d02e-44d0-910f-79b5bd7f84e4} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:49.010153 [ 129 ] {} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.03.04 04:38:49.010180 [ 129 ] {} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:49.010193 [ 261 ] {91a697b2-d02e-44d0-910f-79b5bd7f84e4} executeQuery: Read 1 rows, 69.00 B in 0.001087 sec., 919.963201471941 rows/sec., 61.99 KiB/sec. 2026.03.04 04:38:49.010199 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:49.010232 [ 261 ] {91a697b2-d02e-44d0-910f-79b5bd7f84e4} TCPHandler: Processed in 0.001255184 sec. 2026.03.04 04:38:49.010278 [ 192 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.03.04 04:38:49.010344 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:49.010380 [ 192 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:49.010418 [ 192 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 12 rows starting from the beginning of the part 2026.03.04 04:38:49.010443 [ 261 ] {533de6e2-8bb8-43ac-aefc-ece4f54cff89} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:38:49.010469 [ 192 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2026.03.04 04:38:49.010504 [ 261 ] {533de6e2-8bb8-43ac-aefc-ece4f54cff89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:38:49.010519 [ 192 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2026.03.04 04:38:49.010589 [ 192 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2026.03.04 04:38:49.010634 [ 192 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part 2026.03.04 04:38:49.010671 [ 192 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part 2026.03.04 04:38:49.011369 [ 261 ] {533de6e2-8bb8-43ac-aefc-ece4f54cff89} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:49.011411 [ 261 ] {533de6e2-8bb8-43ac-aefc-ece4f54cff89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:49.011462 [ 187 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 18 rows, containing 4 columns (4 merged, 0 gathered) in 0.001215823 sec., 14804.786551989886 rows/sec., 981.52 KiB/sec. 2026.03.04 04:38:49.011606 [ 195 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.03.04 04:38:49.011875 [ 195 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_16_3} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:49.011942 [ 195 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_16_3} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.03.04 04:38:49.012005 [ 261 ] {533de6e2-8bb8-43ac-aefc-ece4f54cff89} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.03.04 04:38:49.012032 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.03.04 04:38:49.012260 [ 261 ] {533de6e2-8bb8-43ac-aefc-ece4f54cff89} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:49.012408 [ 261 ] {533de6e2-8bb8-43ac-aefc-ece4f54cff89} executeQuery: Read 33 rows, 60.55 KiB in 0.001983 sec., 16641.45234493192 rows/sec., 29.82 MiB/sec. 2026.03.04 04:38:49.012478 [ 261 ] {533de6e2-8bb8-43ac-aefc-ece4f54cff89} TCPHandler: Processed in 0.002183292 sec. 2026.03.04 04:38:49.012595 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:49.012690 [ 261 ] {ea4eb89a-f668-4cc2-9974-0684013c60f1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:38:49.012734 [ 261 ] {ea4eb89a-f668-4cc2-9974-0684013c60f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:38:49.013075 [ 261 ] {ea4eb89a-f668-4cc2-9974-0684013c60f1} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:49.013109 [ 261 ] {ea4eb89a-f668-4cc2-9974-0684013c60f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.07 GiB. 2026.03.04 04:38:49.013422 [ 261 ] {ea4eb89a-f668-4cc2-9974-0684013c60f1} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.03.04 04:38:49.013636 [ 261 ] {ea4eb89a-f668-4cc2-9974-0684013c60f1} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:49.013769 [ 261 ] {ea4eb89a-f668-4cc2-9974-0684013c60f1} executeQuery: Read 90 rows, 5.77 KiB in 0.001097 sec., 82041.9325432999 rows/sec., 5.13 MiB/sec. 2026.03.04 04:38:49.013804 [ 261 ] {ea4eb89a-f668-4cc2-9974-0684013c60f1} TCPHandler: Processed in 0.001259425 sec. 2026.03.04 04:38:49.267284 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:49.267503 [ 261 ] {f8bd852c-815b-42e0-83dc-d539612eb238} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:38:49.267593 [ 261 ] {f8bd852c-815b-42e0-83dc-d539612eb238} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:38:49.268288 [ 261 ] {f8bd852c-815b-42e0-83dc-d539612eb238} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:49.268340 [ 261 ] {f8bd852c-815b-42e0-83dc-d539612eb238} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:49.268745 [ 261 ] {f8bd852c-815b-42e0-83dc-d539612eb238} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.04 04:38:49.268992 [ 261 ] {f8bd852c-815b-42e0-83dc-d539612eb238} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:49.269166 [ 261 ] {f8bd852c-815b-42e0-83dc-d539612eb238} executeQuery: Read 4 rows, 334.00 B in 0.001718 sec., 2328.2887077997675 rows/sec., 189.86 KiB/sec. 2026.03.04 04:38:49.269222 [ 261 ] {f8bd852c-815b-42e0-83dc-d539612eb238} TCPHandler: Processed in 0.002082109 sec. 2026.03.04 04:38:49.269362 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:49.269469 [ 261 ] {f16d5a46-bae7-4f54-8b88-7fe2a8e239f2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:38:49.269517 [ 261 ] {f16d5a46-bae7-4f54-8b88-7fe2a8e239f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:38:49.271635 [ 261 ] {f16d5a46-bae7-4f54-8b88-7fe2a8e239f2} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:49.271684 [ 261 ] {f16d5a46-bae7-4f54-8b88-7fe2a8e239f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:49.272253 [ 261 ] {f16d5a46-bae7-4f54-8b88-7fe2a8e239f2} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.03.04 04:38:49.272518 [ 261 ] {f16d5a46-bae7-4f54-8b88-7fe2a8e239f2} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:49.272691 [ 261 ] {f16d5a46-bae7-4f54-8b88-7fe2a8e239f2} executeQuery: Read 1958 rows, 150.22 KiB in 0.003245 sec., 603389.8305084746 rows/sec., 45.21 MiB/sec. 2026.03.04 04:38:49.272742 [ 261 ] {f16d5a46-bae7-4f54-8b88-7fe2a8e239f2} TCPHandler: Processed in 0.003433066 sec. 2026.03.04 04:38:49.272901 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:49.273024 [ 261 ] {ce8ae04e-5140-4763-87b6-9a09982989ee} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:38:49.273075 [ 261 ] {ce8ae04e-5140-4763-87b6-9a09982989ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:38:49.273587 [ 261 ] {ce8ae04e-5140-4763-87b6-9a09982989ee} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:49.273630 [ 261 ] {ce8ae04e-5140-4763-87b6-9a09982989ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:49.273981 [ 261 ] {ce8ae04e-5140-4763-87b6-9a09982989ee} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.03.04 04:38:49.274204 [ 261 ] {ce8ae04e-5140-4763-87b6-9a09982989ee} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:49.274342 [ 261 ] {ce8ae04e-5140-4763-87b6-9a09982989ee} executeQuery: Read 23 rows, 1.71 KiB in 0.001354 sec., 16986.706056129984 rows/sec., 1.23 MiB/sec. 2026.03.04 04:38:49.274383 [ 261 ] {ce8ae04e-5140-4763-87b6-9a09982989ee} TCPHandler: Processed in 0.00154129 sec. 2026.03.04 04:38:49.274493 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:49.274602 [ 261 ] {8d82a91d-9cab-4dce-adb4-7aef660866ad} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:38:49.274646 [ 261 ] {8d82a91d-9cab-4dce-adb4-7aef660866ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:38:49.275302 [ 261 ] {8d82a91d-9cab-4dce-adb4-7aef660866ad} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:49.275337 [ 261 ] {8d82a91d-9cab-4dce-adb4-7aef660866ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:49.275686 [ 261 ] {8d82a91d-9cab-4dce-adb4-7aef660866ad} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.04 04:38:49.275910 [ 261 ] {8d82a91d-9cab-4dce-adb4-7aef660866ad} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:49.276045 [ 261 ] {8d82a91d-9cab-4dce-adb4-7aef660866ad} executeQuery: Read 708 rows, 42.29 KiB in 0.001465 sec., 483276.4505119454 rows/sec., 28.19 MiB/sec. 2026.03.04 04:38:49.276083 [ 261 ] {8d82a91d-9cab-4dce-adb4-7aef660866ad} TCPHandler: Processed in 0.001639742 sec. 2026.03.04 04:38:49.276198 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:49.276295 [ 261 ] {a82f8b40-6c52-41ed-b22f-f95639a77c06} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.04 04:38:49.276336 [ 261 ] {a82f8b40-6c52-41ed-b22f-f95639a77c06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.04 04:38:49.276730 [ 261 ] {a82f8b40-6c52-41ed-b22f-f95639a77c06} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:49.276765 [ 261 ] {a82f8b40-6c52-41ed-b22f-f95639a77c06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:49.277054 [ 261 ] {a82f8b40-6c52-41ed-b22f-f95639a77c06} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.04 04:38:49.277262 [ 261 ] {a82f8b40-6c52-41ed-b22f-f95639a77c06} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:49.277391 [ 261 ] {a82f8b40-6c52-41ed-b22f-f95639a77c06} executeQuery: Read 1 rows, 72.00 B in 0.001116 sec., 896.0573476702509 rows/sec., 63.00 KiB/sec. 2026.03.04 04:38:49.277429 [ 261 ] {a82f8b40-6c52-41ed-b22f-f95639a77c06} TCPHandler: Processed in 0.001278015 sec. 2026.03.04 04:38:49.277538 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:49.277633 [ 261 ] {ab0e739a-0806-4e33-bf33-bfd4c5b927a2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:38:49.277673 [ 261 ] {ab0e739a-0806-4e33-bf33-bfd4c5b927a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:38:49.278470 [ 261 ] {ab0e739a-0806-4e33-bf33-bfd4c5b927a2} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:49.278505 [ 261 ] {ab0e739a-0806-4e33-bf33-bfd4c5b927a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:49.278854 [ 261 ] {ab0e739a-0806-4e33-bf33-bfd4c5b927a2} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.03.04 04:38:49.279066 [ 261 ] {ab0e739a-0806-4e33-bf33-bfd4c5b927a2} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:49.279201 [ 261 ] {ab0e739a-0806-4e33-bf33-bfd4c5b927a2} executeQuery: Read 1023 rows, 72.19 KiB in 0.001587 sec., 644612.4763705104 rows/sec., 44.42 MiB/sec. 2026.03.04 04:38:49.279241 [ 261 ] {ab0e739a-0806-4e33-bf33-bfd4c5b927a2} TCPHandler: Processed in 0.001750484 sec. 2026.03.04 04:38:49.279358 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:49.279452 [ 261 ] {ff5133b1-dfe1-499d-b36b-81da34e95322} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:38:49.279497 [ 261 ] {ff5133b1-dfe1-499d-b36b-81da34e95322} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:38:49.280171 [ 261 ] {ff5133b1-dfe1-499d-b36b-81da34e95322} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:49.280207 [ 261 ] {ff5133b1-dfe1-499d-b36b-81da34e95322} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:49.280628 [ 261 ] {ff5133b1-dfe1-499d-b36b-81da34e95322} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.03.04 04:38:49.280848 [ 261 ] {ff5133b1-dfe1-499d-b36b-81da34e95322} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:49.280980 [ 261 ] {ff5133b1-dfe1-499d-b36b-81da34e95322} executeQuery: Read 1219 rows, 78.06 KiB in 0.001546 sec., 788486.4165588615 rows/sec., 49.31 MiB/sec. 2026.03.04 04:38:49.281018 [ 261 ] {ff5133b1-dfe1-499d-b36b-81da34e95322} TCPHandler: Processed in 0.001708003 sec. 2026.03.04 04:38:49.281133 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:49.281228 [ 261 ] {4d05c97f-5aaf-47ef-8517-ed2a9061ff1e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:38:49.281284 [ 261 ] {4d05c97f-5aaf-47ef-8517-ed2a9061ff1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:38:49.282083 [ 261 ] {4d05c97f-5aaf-47ef-8517-ed2a9061ff1e} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:49.282120 [ 261 ] {4d05c97f-5aaf-47ef-8517-ed2a9061ff1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:49.282650 [ 261 ] {4d05c97f-5aaf-47ef-8517-ed2a9061ff1e} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.03.04 04:38:49.282867 [ 261 ] {4d05c97f-5aaf-47ef-8517-ed2a9061ff1e} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:49.282995 [ 127 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.03.04 04:38:49.283007 [ 261 ] {4d05c97f-5aaf-47ef-8517-ed2a9061ff1e} executeQuery: Read 19 rows, 34.86 KiB in 0.001798 sec., 10567.296996662959 rows/sec., 18.94 MiB/sec. 2026.03.04 04:38:49.283063 [ 127 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:49.283087 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:49.283095 [ 261 ] {4d05c97f-5aaf-47ef-8517-ed2a9061ff1e} TCPHandler: Processed in 0.002011339 sec. 2026.03.04 04:38:49.283196 [ 191 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.03.04 04:38:49.283219 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:49.283321 [ 261 ] {5e43654d-c0cc-455f-8770-4f02e55011af} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:38:49.283362 [ 261 ] {5e43654d-c0cc-455f-8770-4f02e55011af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:38:49.283430 [ 191 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:49.283502 [ 191 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 2041 rows starting from the beginning of the part 2026.03.04 04:38:49.283658 [ 191 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 8 rows starting from the beginning of the part 2026.03.04 04:38:49.283701 [ 261 ] {5e43654d-c0cc-455f-8770-4f02e55011af} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:49.283743 [ 261 ] {5e43654d-c0cc-455f-8770-4f02e55011af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:49.283767 [ 191 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 33 rows starting from the beginning of the part 2026.03.04 04:38:49.283865 [ 191 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 8 rows starting from the beginning of the part 2026.03.04 04:38:49.283953 [ 191 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 33 rows starting from the beginning of the part 2026.03.04 04:38:49.284043 [ 191 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 19 rows starting from the beginning of the part 2026.03.04 04:38:49.284071 [ 261 ] {5e43654d-c0cc-455f-8770-4f02e55011af} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.03.04 04:38:49.284297 [ 261 ] {5e43654d-c0cc-455f-8770-4f02e55011af} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:49.284442 [ 261 ] {5e43654d-c0cc-455f-8770-4f02e55011af} executeQuery: Read 12 rows, 848.00 B in 0.00114 sec., 10526.315789473685 rows/sec., 726.43 KiB/sec. 2026.03.04 04:38:49.284481 [ 261 ] {5e43654d-c0cc-455f-8770-4f02e55011af} TCPHandler: Processed in 0.001311015 sec. 2026.03.04 04:38:49.296488 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 2142 rows, containing 19 columns (19 merged, 0 gathered) in 0.013339047 sec., 160581.1869468636 rows/sec., 287.75 MiB/sec. 2026.03.04 04:38:49.298529 [ 196 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.03.04 04:38:49.298946 [ 196 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_96_19} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:49.299032 [ 196 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_96_19} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.03.04 04:38:49.299213 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.22 MiB. 2026.03.04 04:38:49.940295 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 512 2026.03.04 04:38:49.956453 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:49.956513 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:49.962567 [ 244 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.03.04 04:38:49.963276 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:49.966125 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 512 2026.03.04 04:38:50.000196 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 374.40 MiB, peak 392.06 MiB, free memory in arenas 0.00 B, will set to 380.63 MiB (RSS), difference: 6.23 MiB 2026.03.04 04:38:53.984344 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:53.984549 [ 261 ] {7755c912-4084-406c-9d89-20db00d53e4b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:38:53.984625 [ 261 ] {7755c912-4084-406c-9d89-20db00d53e4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:38:53.985354 [ 261 ] {7755c912-4084-406c-9d89-20db00d53e4b} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:53.985399 [ 261 ] {7755c912-4084-406c-9d89-20db00d53e4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:53.985795 [ 261 ] {7755c912-4084-406c-9d89-20db00d53e4b} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.03.04 04:38:53.986024 [ 261 ] {7755c912-4084-406c-9d89-20db00d53e4b} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:53.986192 [ 261 ] {7755c912-4084-406c-9d89-20db00d53e4b} executeQuery: Read 56 rows, 4.38 KiB in 0.001697 sec., 32999.410724808484 rows/sec., 2.52 MiB/sec. 2026.03.04 04:38:53.986242 [ 261 ] {7755c912-4084-406c-9d89-20db00d53e4b} TCPHandler: Processed in 0.0020463 sec. 2026.03.04 04:38:53.986364 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:53.986469 [ 261 ] {79fcb288-ba2c-4082-a00d-e2b02f5633bf} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:38:53.986514 [ 261 ] {79fcb288-ba2c-4082-a00d-e2b02f5633bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:38:53.986948 [ 261 ] {79fcb288-ba2c-4082-a00d-e2b02f5633bf} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:53.986985 [ 261 ] {79fcb288-ba2c-4082-a00d-e2b02f5633bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:53.987303 [ 261 ] {79fcb288-ba2c-4082-a00d-e2b02f5633bf} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.03.04 04:38:53.987519 [ 261 ] {79fcb288-ba2c-4082-a00d-e2b02f5633bf} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:53.987657 [ 261 ] {79fcb288-ba2c-4082-a00d-e2b02f5633bf} executeQuery: Read 64 rows, 5.12 KiB in 0.001212 sec., 52805.280528052805 rows/sec., 4.12 MiB/sec. 2026.03.04 04:38:53.987696 [ 261 ] {79fcb288-ba2c-4082-a00d-e2b02f5633bf} TCPHandler: Processed in 0.001383006 sec. 2026.03.04 04:38:53.987820 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:53.987919 [ 261 ] {b60a49a8-5dca-4876-8210-ebe8037d4fb7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:38:53.987963 [ 261 ] {b60a49a8-5dca-4876-8210-ebe8037d4fb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:38:53.988346 [ 261 ] {b60a49a8-5dca-4876-8210-ebe8037d4fb7} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:53.988383 [ 261 ] {b60a49a8-5dca-4876-8210-ebe8037d4fb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:53.988724 [ 261 ] {b60a49a8-5dca-4876-8210-ebe8037d4fb7} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.03.04 04:38:53.988937 [ 261 ] {b60a49a8-5dca-4876-8210-ebe8037d4fb7} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:53.989071 [ 261 ] {b60a49a8-5dca-4876-8210-ebe8037d4fb7} executeQuery: Read 128 rows, 9.13 KiB in 0.001173 sec., 109121.90963341859 rows/sec., 7.60 MiB/sec. 2026.03.04 04:38:53.989108 [ 261 ] {b60a49a8-5dca-4876-8210-ebe8037d4fb7} TCPHandler: Processed in 0.001344576 sec. 2026.03.04 04:38:53.989222 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:53.989317 [ 261 ] {75225b42-1ab7-4442-8ba5-6ea091af49e5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:38:53.989359 [ 261 ] {75225b42-1ab7-4442-8ba5-6ea091af49e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:38:53.989695 [ 261 ] {75225b42-1ab7-4442-8ba5-6ea091af49e5} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:53.989731 [ 261 ] {75225b42-1ab7-4442-8ba5-6ea091af49e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:53.990032 [ 261 ] {75225b42-1ab7-4442-8ba5-6ea091af49e5} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.03.04 04:38:53.990242 [ 261 ] {75225b42-1ab7-4442-8ba5-6ea091af49e5} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:53.990373 [ 261 ] {75225b42-1ab7-4442-8ba5-6ea091af49e5} executeQuery: Read 48 rows, 3.31 KiB in 0.001075 sec., 44651.16279069767 rows/sec., 3.01 MiB/sec. 2026.03.04 04:38:53.990409 [ 261 ] {75225b42-1ab7-4442-8ba5-6ea091af49e5} TCPHandler: Processed in 0.001235734 sec. 2026.03.04 04:38:55.703206 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 33116 2026.03.04 04:38:55.703848 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:55.703893 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:55.704390 [ 245 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.03.04 04:38:55.704618 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:55.704755 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33116 2026.03.04 04:38:57.467165 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 520 2026.03.04 04:38:57.485694 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:57.485763 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:57.492257 [ 244 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.03.04 04:38:57.493107 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:57.497091 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 520 2026.03.04 04:38:58.314134 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 1886 2026.03.04 04:38:58.316882 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:58.316936 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:58.318174 [ 243 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.04 04:38:58.318464 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:58.318858 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1886 2026.03.04 04:38:58.994371 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:58.994576 [ 261 ] {63f56bc6-c0ed-4a25-b740-06b8920b30c2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:38:58.994648 [ 261 ] {63f56bc6-c0ed-4a25-b740-06b8920b30c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:38:58.995473 [ 261 ] {63f56bc6-c0ed-4a25-b740-06b8920b30c2} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:58.995524 [ 261 ] {63f56bc6-c0ed-4a25-b740-06b8920b30c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:58.995933 [ 261 ] {63f56bc6-c0ed-4a25-b740-06b8920b30c2} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.04 04:38:58.996150 [ 261 ] {63f56bc6-c0ed-4a25-b740-06b8920b30c2} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:58.996301 [ 261 ] {63f56bc6-c0ed-4a25-b740-06b8920b30c2} executeQuery: Read 284 rows, 18.47 KiB in 0.001781 sec., 159460.97697922515 rows/sec., 10.13 MiB/sec. 2026.03.04 04:38:58.996344 [ 261 ] {63f56bc6-c0ed-4a25-b740-06b8920b30c2} TCPHandler: Processed in 0.002113691 sec. 2026.03.04 04:38:58.996475 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:58.996570 [ 261 ] {5a94e585-7627-4126-859b-731f69706c53} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:38:58.996610 [ 261 ] {5a94e585-7627-4126-859b-731f69706c53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:38:58.997418 [ 261 ] {5a94e585-7627-4126-859b-731f69706c53} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:58.997454 [ 261 ] {5a94e585-7627-4126-859b-731f69706c53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:58.997807 [ 261 ] {5a94e585-7627-4126-859b-731f69706c53} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.03.04 04:38:58.998011 [ 261 ] {5a94e585-7627-4126-859b-731f69706c53} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:58.998142 [ 261 ] {5a94e585-7627-4126-859b-731f69706c53} executeQuery: Read 863 rows, 70.49 KiB in 0.001591 sec., 542426.1470773099 rows/sec., 43.27 MiB/sec. 2026.03.04 04:38:58.998147 [ 115 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.03.04 04:38:58.998180 [ 261 ] {5a94e585-7627-4126-859b-731f69706c53} TCPHandler: Processed in 0.001753994 sec. 2026.03.04 04:38:58.998217 [ 115 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:58.998241 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:58.998320 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:58.998348 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2026.03.04 04:38:58.998418 [ 261 ] {1938873a-debd-459a-ab47-afd6382793a7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:38:58.998461 [ 261 ] {1938873a-debd-459a-ab47-afd6382793a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:38:58.998470 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:58.998516 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2895 rows starting from the beginning of the part 2026.03.04 04:38:58.998591 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 72 rows starting from the beginning of the part 2026.03.04 04:38:58.998645 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 863 rows starting from the beginning of the part 2026.03.04 04:38:58.998691 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 1958 rows starting from the beginning of the part 2026.03.04 04:38:58.998735 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 56 rows starting from the beginning of the part 2026.03.04 04:38:58.998783 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 863 rows starting from the beginning of the part 2026.03.04 04:38:58.998927 [ 261 ] {1938873a-debd-459a-ab47-afd6382793a7} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:58.998969 [ 261 ] {1938873a-debd-459a-ab47-afd6382793a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:58.999321 [ 261 ] {1938873a-debd-459a-ab47-afd6382793a7} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.03.04 04:38:58.999551 [ 261 ] {1938873a-debd-459a-ab47-afd6382793a7} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:58.999686 [ 261 ] {1938873a-debd-459a-ab47-afd6382793a7} executeQuery: Read 175 rows, 11.02 KiB in 0.001286 sec., 136080.87091757386 rows/sec., 8.37 MiB/sec. 2026.03.04 04:38:58.999724 [ 261 ] {1938873a-debd-459a-ab47-afd6382793a7} TCPHandler: Processed in 0.001452578 sec. 2026.03.04 04:38:58.999846 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:58.999938 [ 261 ] {2c1ce67c-dcab-490d-b9e5-ccf8dc1bc5d4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:38:58.999976 [ 261 ] {2c1ce67c-dcab-490d-b9e5-ccf8dc1bc5d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:38:59.000412 [ 261 ] {2c1ce67c-dcab-490d-b9e5-ccf8dc1bc5d4} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:59.000447 [ 261 ] {2c1ce67c-dcab-490d-b9e5-ccf8dc1bc5d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:59.000742 [ 261 ] {2c1ce67c-dcab-490d-b9e5-ccf8dc1bc5d4} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.04 04:38:59.000953 [ 261 ] {2c1ce67c-dcab-490d-b9e5-ccf8dc1bc5d4} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:59.001035 [ 194 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 6707 rows, containing 5 columns (5 merged, 0 gathered) in 0.002731883 sec., 2455083.178891629 rows/sec., 198.84 MiB/sec. 2026.03.04 04:38:59.001080 [ 261 ] {2c1ce67c-dcab-490d-b9e5-ccf8dc1bc5d4} executeQuery: Read 149 rows, 9.86 KiB in 0.00116 sec., 128448.27586206897 rows/sec., 8.30 MiB/sec. 2026.03.04 04:38:59.001121 [ 261 ] {2c1ce67c-dcab-490d-b9e5-ccf8dc1bc5d4} TCPHandler: Processed in 0.001323206 sec. 2026.03.04 04:38:59.001163 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 384.33 MiB, peak 392.06 MiB, free memory in arenas 0.00 B, will set to 380.63 MiB (RSS), difference: -3.70 MiB 2026.03.04 04:38:59.001235 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:59.001332 [ 261 ] {a660c2d8-5bbf-4956-9c83-54075ef6f657} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:38:59.001361 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.03.04 04:38:59.001371 [ 261 ] {a660c2d8-5bbf-4956-9c83-54075ef6f657} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:38:59.001668 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_116_23} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:59.001741 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_116_23} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.03.04 04:38:59.001815 [ 261 ] {a660c2d8-5bbf-4956-9c83-54075ef6f657} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:59.001824 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2026.03.04 04:38:59.001850 [ 261 ] {a660c2d8-5bbf-4956-9c83-54075ef6f657} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:59.002143 [ 261 ] {a660c2d8-5bbf-4956-9c83-54075ef6f657} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.04 04:38:59.002341 [ 261 ] {a660c2d8-5bbf-4956-9c83-54075ef6f657} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:59.002468 [ 261 ] {a660c2d8-5bbf-4956-9c83-54075ef6f657} executeQuery: Read 148 rows, 8.62 KiB in 0.001153 sec., 128360.79791847356 rows/sec., 7.30 MiB/sec. 2026.03.04 04:38:59.002505 [ 261 ] {a660c2d8-5bbf-4956-9c83-54075ef6f657} TCPHandler: Processed in 0.001317076 sec. 2026.03.04 04:38:59.002619 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:59.002710 [ 261 ] {5fa6bcf2-40bf-4341-8be8-077910046a6c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:38:59.002748 [ 261 ] {5fa6bcf2-40bf-4341-8be8-077910046a6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:38:59.003377 [ 261 ] {5fa6bcf2-40bf-4341-8be8-077910046a6c} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:59.003412 [ 261 ] {5fa6bcf2-40bf-4341-8be8-077910046a6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:59.003720 [ 261 ] {5fa6bcf2-40bf-4341-8be8-077910046a6c} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.03.04 04:38:59.003922 [ 261 ] {5fa6bcf2-40bf-4341-8be8-077910046a6c} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:59.004047 [ 261 ] {5fa6bcf2-40bf-4341-8be8-077910046a6c} executeQuery: Read 523 rows, 37.82 KiB in 0.001353 sec., 386548.41093865485 rows/sec., 27.30 MiB/sec. 2026.03.04 04:38:59.004061 [ 111 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.03.04 04:38:59.004083 [ 261 ] {5fa6bcf2-40bf-4341-8be8-077910046a6c} TCPHandler: Processed in 0.001510689 sec. 2026.03.04 04:38:59.004114 [ 111 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:59.004142 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:59.004221 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:59.004223 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2026.03.04 04:38:59.004319 [ 261 ] {8f40b60d-f9be-413a-a796-e3f32d15ca52} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.04 04:38:59.004351 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:59.004364 [ 261 ] {8f40b60d-f9be-413a-a796-e3f32d15ca52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.04 04:38:59.004389 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1552 rows starting from the beginning of the part 2026.03.04 04:38:59.004449 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 72 rows starting from the beginning of the part 2026.03.04 04:38:59.004512 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 523 rows starting from the beginning of the part 2026.03.04 04:38:59.004553 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 1023 rows starting from the beginning of the part 2026.03.04 04:38:59.004593 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 64 rows starting from the beginning of the part 2026.03.04 04:38:59.004630 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 523 rows starting from the beginning of the part 2026.03.04 04:38:59.004732 [ 261 ] {8f40b60d-f9be-413a-a796-e3f32d15ca52} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:59.004774 [ 261 ] {8f40b60d-f9be-413a-a796-e3f32d15ca52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:59.005097 [ 261 ] {8f40b60d-f9be-413a-a796-e3f32d15ca52} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.03.04 04:38:59.005326 [ 261 ] {8f40b60d-f9be-413a-a796-e3f32d15ca52} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:59.005460 [ 261 ] {8f40b60d-f9be-413a-a796-e3f32d15ca52} executeQuery: Read 6 rows, 321.00 B in 0.001159 sec., 5176.876617773943 rows/sec., 270.47 KiB/sec. 2026.03.04 04:38:59.005496 [ 261 ] {8f40b60d-f9be-413a-a796-e3f32d15ca52} TCPHandler: Processed in 0.001323135 sec. 2026.03.04 04:38:59.005615 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:59.005708 [ 261 ] {e88bd332-325d-4114-9964-39de76d37a41} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:38:59.005748 [ 261 ] {e88bd332-325d-4114-9964-39de76d37a41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:38:59.006003 [ 194 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 3757 rows, containing 5 columns (5 merged, 0 gathered) in 0.001816735 sec., 2067995.6075046717 rows/sec., 152.81 MiB/sec. 2026.03.04 04:38:59.006163 [ 261 ] {e88bd332-325d-4114-9964-39de76d37a41} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:59.006184 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.03.04 04:38:59.006206 [ 261 ] {e88bd332-325d-4114-9964-39de76d37a41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:59.006477 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_116_23} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:59.006578 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_116_23} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.03.04 04:38:59.006586 [ 261 ] {e88bd332-325d-4114-9964-39de76d37a41} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.03.04 04:38:59.006656 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2026.03.04 04:38:59.006816 [ 261 ] {e88bd332-325d-4114-9964-39de76d37a41} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:59.006944 [ 111 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_111_24 to all_116_116_0 2026.03.04 04:38:59.006954 [ 261 ] {e88bd332-325d-4114-9964-39de76d37a41} executeQuery: Read 265 rows, 18.03 KiB in 0.001265 sec., 209486.16600790512 rows/sec., 13.92 MiB/sec. 2026.03.04 04:38:59.006982 [ 111 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:59.007004 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:59.007004 [ 261 ] {e88bd332-325d-4114-9964-39de76d37a41} TCPHandler: Processed in 0.001437057 sec. 2026.03.04 04:38:59.007084 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_116_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_24 to all_116_116_0 into Compact with storage Full 2026.03.04 04:38:59.007137 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:59.007178 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_116_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:59.007208 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_116_25} MergeTreeSequentialSource: Reading 6 marks from part all_1_111_24, total 36731 rows starting from the beginning of the part 2026.03.04 04:38:59.007229 [ 261 ] {63e16984-940c-475c-b08e-5c4d4bf9bf8e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.04 04:38:59.007269 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_116_25} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 160 rows starting from the beginning of the part 2026.03.04 04:38:59.007270 [ 261 ] {63e16984-940c-475c-b08e-5c4d4bf9bf8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.04 04:38:59.007313 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_116_25} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 265 rows starting from the beginning of the part 2026.03.04 04:38:59.007355 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_116_25} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 1219 rows starting from the beginning of the part 2026.03.04 04:38:59.007395 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_116_25} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 128 rows starting from the beginning of the part 2026.03.04 04:38:59.007435 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_116_25} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 265 rows starting from the beginning of the part 2026.03.04 04:38:59.007606 [ 261 ] {63e16984-940c-475c-b08e-5c4d4bf9bf8e} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:59.007641 [ 261 ] {63e16984-940c-475c-b08e-5c4d4bf9bf8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:59.007933 [ 261 ] {63e16984-940c-475c-b08e-5c4d4bf9bf8e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.04 04:38:59.008135 [ 261 ] {63e16984-940c-475c-b08e-5c4d4bf9bf8e} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:59.008264 [ 261 ] {63e16984-940c-475c-b08e-5c4d4bf9bf8e} executeQuery: Read 1 rows, 69.00 B in 0.001052 sec., 950.5703422053232 rows/sec., 64.05 KiB/sec. 2026.03.04 04:38:59.008299 [ 261 ] {63e16984-940c-475c-b08e-5c4d4bf9bf8e} TCPHandler: Processed in 0.001208563 sec. 2026.03.04 04:38:59.008419 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:59.008510 [ 261 ] {d0a83c81-5e97-4e81-b090-949b273c5af9} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:38:59.008564 [ 261 ] {d0a83c81-5e97-4e81-b090-949b273c5af9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:38:59.009423 [ 261 ] {d0a83c81-5e97-4e81-b090-949b273c5af9} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:59.009458 [ 261 ] {d0a83c81-5e97-4e81-b090-949b273c5af9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:59.010030 [ 261 ] {d0a83c81-5e97-4e81-b090-949b273c5af9} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.03.04 04:38:59.010263 [ 261 ] {d0a83c81-5e97-4e81-b090-949b273c5af9} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:59.010407 [ 261 ] {d0a83c81-5e97-4e81-b090-949b273c5af9} executeQuery: Read 33 rows, 60.55 KiB in 0.001914 sec., 17241.37931034483 rows/sec., 30.90 MiB/sec. 2026.03.04 04:38:59.010485 [ 261 ] {d0a83c81-5e97-4e81-b090-949b273c5af9} TCPHandler: Processed in 0.002112741 sec. 2026.03.04 04:38:59.010616 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:38:59.010711 [ 261 ] {499f3a9d-269d-4804-a7b8-db03ca800736} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:38:59.010750 [ 261 ] {499f3a9d-269d-4804-a7b8-db03ca800736} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:38:59.011095 [ 261 ] {499f3a9d-269d-4804-a7b8-db03ca800736} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:59.011131 [ 261 ] {499f3a9d-269d-4804-a7b8-db03ca800736} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:59.011430 [ 261 ] {499f3a9d-269d-4804-a7b8-db03ca800736} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.03.04 04:38:59.011649 [ 261 ] {499f3a9d-269d-4804-a7b8-db03ca800736} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:59.011770 [ 111 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.03.04 04:38:59.011776 [ 261 ] {499f3a9d-269d-4804-a7b8-db03ca800736} executeQuery: Read 90 rows, 5.77 KiB in 0.001084 sec., 83025.8302583026 rows/sec., 5.20 MiB/sec. 2026.03.04 04:38:59.011810 [ 111 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:38:59.011832 [ 261 ] {499f3a9d-269d-4804-a7b8-db03ca800736} TCPHandler: Processed in 0.001264324 sec. 2026.03.04 04:38:59.011833 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:38:59.011922 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2026.03.04 04:38:59.012015 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:38:59.012042 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 6090 rows starting from the beginning of the part 2026.03.04 04:38:59.012087 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 60 rows starting from the beginning of the part 2026.03.04 04:38:59.012125 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 90 rows starting from the beginning of the part 2026.03.04 04:38:59.012162 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 12 rows starting from the beginning of the part 2026.03.04 04:38:59.012195 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 48 rows starting from the beginning of the part 2026.03.04 04:38:59.012228 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 90 rows starting from the beginning of the part 2026.03.04 04:38:59.014104 [ 189 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 6390 rows, containing 4 columns (4 merged, 0 gathered) in 0.002210123 sec., 2891241.7996645435 rows/sec., 192.06 MiB/sec. 2026.03.04 04:38:59.014626 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.03.04 04:38:59.014678 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_116_25} MergeTask::MergeProjectionsStage: Merge sorted 38768 rows, containing 5 columns (5 merged, 0 gathered) in 0.007625977 sec., 5083676.49154987 rows/sec., 335.50 MiB/sec. 2026.03.04 04:38:59.014982 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_116_23} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:59.015075 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_116_23} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.03.04 04:38:59.015181 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. 2026.03.04 04:38:59.015294 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_116_25} MergedBlockOutputStream: filled checksums all_1_116_25 (state Temporary) 2026.03.04 04:38:59.015602 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_116_25} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_116_25 to all_1_116_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:38:59.015687 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_116_25} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_111_24, all_116_116_0] -> all_1_116_25 2026.03.04 04:38:59.015786 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.03.04 04:39:00.001168 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 377.84 MiB, peak 392.06 MiB, free memory in arenas 0.00 B, will set to 381.07 MiB (RSS), difference: 3.22 MiB 2026.03.04 04:39:00.413205 [ 112 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d) (MergerMutator): Selected 5 parts from all_1_30_7 to all_34_34_0 2026.03.04 04:39:00.413301 [ 112 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:00.413338 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:39:00.413502 [ 188 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_34_8} MergeTask::PrepareStage: Merging 5 parts: from all_1_30_7 to all_34_34_0 into Compact with storage Full 2026.03.04 04:39:00.413631 [ 188 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_34_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:39:00.413679 [ 188 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_34_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_30_7, total 20 rows starting from the beginning of the part 2026.03.04 04:39:00.413754 [ 188 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_34_8} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part 2026.03.04 04:39:00.413804 [ 188 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_34_8} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 4 rows starting from the beginning of the part 2026.03.04 04:39:00.413853 [ 188 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_34_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part 2026.03.04 04:39:00.413897 [ 188 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_34_8} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 4 rows starting from the beginning of the part 2026.03.04 04:39:00.414656 [ 188 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_34_8} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001208804 sec., 31436.030985999387 rows/sec., 2.62 MiB/sec. 2026.03.04 04:39:00.414778 [ 200 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_34_8} MergedBlockOutputStream: filled checksums all_1_34_8 (state Temporary) 2026.03.04 04:39:00.415036 [ 200 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_34_8} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_merge_all_1_34_8 to all_1_34_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:00.415103 [ 200 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_34_8} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d) (MergerMutator): Merged 5 parts: [all_1_30_7, all_34_34_0] -> all_1_34_8 2026.03.04 04:39:00.415166 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.04 04:39:03.027452 [ 108 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:39:03.027504 [ 108 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:39:03.046195 [ 217 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:03.046250 [ 217 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:03.063367 [ 217 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:03.072056 [ 220 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:03.072099 [ 220 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:03.074884 [ 220 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:03.205790 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 33628 2026.03.04 04:39:03.206300 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:03.206340 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:39:03.206820 [ 245 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.03.04 04:39:03.207051 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:03.207177 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33628 2026.03.04 04:39:03.207245 [ 225 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:03.207284 [ 225 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:03.210835 [ 225 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:03.338191 [ 224 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:03.338234 [ 224 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:03.341079 [ 224 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:03.985821 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:03.986004 [ 261 ] {660a9b0b-f172-4f13-9caf-1fd8bcf20bc4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:39:03.986073 [ 261 ] {660a9b0b-f172-4f13-9caf-1fd8bcf20bc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:39:03.986781 [ 261 ] {660a9b0b-f172-4f13-9caf-1fd8bcf20bc4} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:03.986832 [ 261 ] {660a9b0b-f172-4f13-9caf-1fd8bcf20bc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:39:03.987245 [ 261 ] {660a9b0b-f172-4f13-9caf-1fd8bcf20bc4} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.03.04 04:39:03.987487 [ 261 ] {660a9b0b-f172-4f13-9caf-1fd8bcf20bc4} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:03.987656 [ 261 ] {660a9b0b-f172-4f13-9caf-1fd8bcf20bc4} executeQuery: Read 72 rows, 5.91 KiB in 0.0017 sec., 42352.94117647059 rows/sec., 3.40 MiB/sec. 2026.03.04 04:39:03.987710 [ 261 ] {660a9b0b-f172-4f13-9caf-1fd8bcf20bc4} TCPHandler: Processed in 0.002021319 sec. 2026.03.04 04:39:03.987841 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:03.987946 [ 261 ] {7a664aa8-7498-449e-a45b-c4669812d08b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:39:03.987990 [ 261 ] {7a664aa8-7498-449e-a45b-c4669812d08b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:39:03.988424 [ 261 ] {7a664aa8-7498-449e-a45b-c4669812d08b} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:03.988463 [ 261 ] {7a664aa8-7498-449e-a45b-c4669812d08b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:39:03.988781 [ 261 ] {7a664aa8-7498-449e-a45b-c4669812d08b} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.03.04 04:39:03.988994 [ 261 ] {7a664aa8-7498-449e-a45b-c4669812d08b} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:03.989129 [ 261 ] {7a664aa8-7498-449e-a45b-c4669812d08b} executeQuery: Read 8 rows, 616.00 B in 0.001206 sec., 6633.499170812604 rows/sec., 498.81 KiB/sec. 2026.03.04 04:39:03.989168 [ 261 ] {7a664aa8-7498-449e-a45b-c4669812d08b} TCPHandler: Processed in 0.001377976 sec. 2026.03.04 04:39:03.989280 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:03.989376 [ 261 ] {d0a7c566-825d-4c17-b221-15d95dc5c1fa} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:39:03.989417 [ 261 ] {d0a7c566-825d-4c17-b221-15d95dc5c1fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:39:03.989843 [ 261 ] {d0a7c566-825d-4c17-b221-15d95dc5c1fa} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:03.989879 [ 261 ] {d0a7c566-825d-4c17-b221-15d95dc5c1fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:39:03.990202 [ 261 ] {d0a7c566-825d-4c17-b221-15d95dc5c1fa} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.03.04 04:39:03.990421 [ 261 ] {d0a7c566-825d-4c17-b221-15d95dc5c1fa} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:03.990556 [ 261 ] {d0a7c566-825d-4c17-b221-15d95dc5c1fa} executeQuery: Read 72 rows, 5.76 KiB in 0.001199 sec., 60050.04170141785 rows/sec., 4.69 MiB/sec. 2026.03.04 04:39:03.990595 [ 261 ] {d0a7c566-825d-4c17-b221-15d95dc5c1fa} TCPHandler: Processed in 0.001364896 sec. 2026.03.04 04:39:03.990710 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:03.990805 [ 261 ] {95d062e9-984f-44c0-b5a9-cbb0b42d76ba} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:39:03.990849 [ 261 ] {95d062e9-984f-44c0-b5a9-cbb0b42d76ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:39:03.991269 [ 261 ] {95d062e9-984f-44c0-b5a9-cbb0b42d76ba} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:03.991305 [ 261 ] {95d062e9-984f-44c0-b5a9-cbb0b42d76ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:39:03.991637 [ 261 ] {95d062e9-984f-44c0-b5a9-cbb0b42d76ba} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.03.04 04:39:03.991856 [ 261 ] {95d062e9-984f-44c0-b5a9-cbb0b42d76ba} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:03.991987 [ 261 ] {95d062e9-984f-44c0-b5a9-cbb0b42d76ba} executeQuery: Read 160 rows, 11.41 KiB in 0.001201 sec., 133222.31473771855 rows/sec., 9.28 MiB/sec. 2026.03.04 04:39:03.992026 [ 261 ] {95d062e9-984f-44c0-b5a9-cbb0b42d76ba} TCPHandler: Processed in 0.001364587 sec. 2026.03.04 04:39:03.992071 [ 225 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:03.992104 [ 225 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:03.992144 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:03.992239 [ 261 ] {8e03e2df-bbe3-4a5b-9b2c-a464b05d80a6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:39:03.992294 [ 261 ] {8e03e2df-bbe3-4a5b-9b2c-a464b05d80a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:39:03.993078 [ 261 ] {8e03e2df-bbe3-4a5b-9b2c-a464b05d80a6} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:03.993114 [ 261 ] {8e03e2df-bbe3-4a5b-9b2c-a464b05d80a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:39:03.993636 [ 261 ] {8e03e2df-bbe3-4a5b-9b2c-a464b05d80a6} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.03.04 04:39:03.993859 [ 261 ] {8e03e2df-bbe3-4a5b-9b2c-a464b05d80a6} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:03.994010 [ 261 ] {8e03e2df-bbe3-4a5b-9b2c-a464b05d80a6} executeQuery: Read 8 rows, 14.68 KiB in 0.001789 sec., 4471.771939631079 rows/sec., 8.01 MiB/sec. 2026.03.04 04:39:03.994078 [ 261 ] {8e03e2df-bbe3-4a5b-9b2c-a464b05d80a6} TCPHandler: Processed in 0.001982198 sec. 2026.03.04 04:39:03.994203 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:03.994299 [ 261 ] {fe0bd7af-de89-48fe-8bbe-c462545d066b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:39:03.994341 [ 261 ] {fe0bd7af-de89-48fe-8bbe-c462545d066b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:39:03.994698 [ 261 ] {fe0bd7af-de89-48fe-8bbe-c462545d066b} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:03.994791 [ 261 ] {fe0bd7af-de89-48fe-8bbe-c462545d066b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:39:03.995098 [ 225 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:03.995130 [ 261 ] {fe0bd7af-de89-48fe-8bbe-c462545d066b} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.03.04 04:39:03.995349 [ 261 ] {fe0bd7af-de89-48fe-8bbe-c462545d066b} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:03.995489 [ 261 ] {fe0bd7af-de89-48fe-8bbe-c462545d066b} executeQuery: Read 60 rows, 4.14 KiB in 0.001209 sec., 49627.79156327544 rows/sec., 3.34 MiB/sec. 2026.03.04 04:39:03.995526 [ 261 ] {fe0bd7af-de89-48fe-8bbe-c462545d066b} TCPHandler: Processed in 0.001372166 sec. 2026.03.04 04:39:04.221644 [ 221 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:04.221719 [ 221 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:04.224957 [ 221 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:04.998057 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 527 2026.03.04 04:39:05.015200 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:05.015260 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:39:05.021272 [ 244 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.03.04 04:39:05.022313 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:05.028984 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 527 2026.03.04 04:39:08.319994 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1920 2026.03.04 04:39:08.322440 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:08.322498 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:39:08.323719 [ 243 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.04 04:39:08.324001 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:08.324384 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1920 2026.03.04 04:39:08.988892 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:08.989092 [ 261 ] {75eb1cdb-6d66-4d4d-83d6-ca92c40bb9b4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:39:08.989168 [ 261 ] {75eb1cdb-6d66-4d4d-83d6-ca92c40bb9b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:39:08.989881 [ 261 ] {75eb1cdb-6d66-4d4d-83d6-ca92c40bb9b4} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:08.989932 [ 261 ] {75eb1cdb-6d66-4d4d-83d6-ca92c40bb9b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:39:08.990329 [ 261 ] {75eb1cdb-6d66-4d4d-83d6-ca92c40bb9b4} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.04 04:39:08.990554 [ 261 ] {75eb1cdb-6d66-4d4d-83d6-ca92c40bb9b4} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:08.990716 [ 261 ] {75eb1cdb-6d66-4d4d-83d6-ca92c40bb9b4} executeQuery: Read 24 rows, 2.04 KiB in 0.00168 sec., 14285.714285714284 rows/sec., 1.19 MiB/sec. 2026.03.04 04:39:08.990768 [ 261 ] {75eb1cdb-6d66-4d4d-83d6-ca92c40bb9b4} TCPHandler: Processed in 0.002018069 sec. 2026.03.04 04:39:08.990898 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:08.991003 [ 261 ] {7db8a1cf-cd3c-4f32-8567-6220ee7ef0d5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:39:08.991047 [ 261 ] {7db8a1cf-cd3c-4f32-8567-6220ee7ef0d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:39:08.991458 [ 261 ] {7db8a1cf-cd3c-4f32-8567-6220ee7ef0d5} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:08.991496 [ 261 ] {7db8a1cf-cd3c-4f32-8567-6220ee7ef0d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:39:08.991797 [ 261 ] {7db8a1cf-cd3c-4f32-8567-6220ee7ef0d5} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.04 04:39:08.992004 [ 261 ] {7db8a1cf-cd3c-4f32-8567-6220ee7ef0d5} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:08.992134 [ 261 ] {7db8a1cf-cd3c-4f32-8567-6220ee7ef0d5} executeQuery: Read 2 rows, 167.00 B in 0.001157 sec., 1728.608470181504 rows/sec., 140.96 KiB/sec. 2026.03.04 04:39:08.992173 [ 261 ] {7db8a1cf-cd3c-4f32-8567-6220ee7ef0d5} TCPHandler: Processed in 0.001326805 sec. 2026.03.04 04:39:08.992286 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:08.992382 [ 261 ] {08449472-889a-4e4f-9ca4-73c2541a308f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:39:08.992422 [ 261 ] {08449472-889a-4e4f-9ca4-73c2541a308f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:39:08.992950 [ 261 ] {08449472-889a-4e4f-9ca4-73c2541a308f} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:08.992987 [ 261 ] {08449472-889a-4e4f-9ca4-73c2541a308f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:39:08.993313 [ 261 ] {08449472-889a-4e4f-9ca4-73c2541a308f} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.03.04 04:39:08.993546 [ 261 ] {08449472-889a-4e4f-9ca4-73c2541a308f} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:08.993675 [ 261 ] {08449472-889a-4e4f-9ca4-73c2541a308f} executeQuery: Read 243 rows, 22.23 KiB in 0.001313 sec., 185072.3533891851 rows/sec., 16.54 MiB/sec. 2026.03.04 04:39:08.993713 [ 261 ] {08449472-889a-4e4f-9ca4-73c2541a308f} TCPHandler: Processed in 0.001475799 sec. 2026.03.04 04:39:08.993828 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:08.993924 [ 261 ] {5ba6b480-1ed4-4250-b171-1d126b35373d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:39:08.993963 [ 261 ] {5ba6b480-1ed4-4250-b171-1d126b35373d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:39:08.994372 [ 261 ] {5ba6b480-1ed4-4250-b171-1d126b35373d} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:08.994409 [ 261 ] {5ba6b480-1ed4-4250-b171-1d126b35373d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:39:08.994710 [ 261 ] {5ba6b480-1ed4-4250-b171-1d126b35373d} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.03.04 04:39:08.994915 [ 261 ] {5ba6b480-1ed4-4250-b171-1d126b35373d} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:08.995040 [ 261 ] {5ba6b480-1ed4-4250-b171-1d126b35373d} executeQuery: Read 47 rows, 3.58 KiB in 0.001134 sec., 41446.20811287478 rows/sec., 3.08 MiB/sec. 2026.03.04 04:39:08.995077 [ 261 ] {5ba6b480-1ed4-4250-b171-1d126b35373d} TCPHandler: Processed in 0.001298805 sec. 2026.03.04 04:39:08.995186 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:08.995280 [ 261 ] {5badfcfe-7b06-4c86-9452-deadb2b24b0b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:39:08.995320 [ 261 ] {5badfcfe-7b06-4c86-9452-deadb2b24b0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:39:08.995716 [ 261 ] {5badfcfe-7b06-4c86-9452-deadb2b24b0b} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:08.995751 [ 261 ] {5badfcfe-7b06-4c86-9452-deadb2b24b0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:39:08.996042 [ 261 ] {5badfcfe-7b06-4c86-9452-deadb2b24b0b} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.04 04:39:08.996247 [ 261 ] {5badfcfe-7b06-4c86-9452-deadb2b24b0b} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:08.996373 [ 261 ] {5badfcfe-7b06-4c86-9452-deadb2b24b0b} executeQuery: Read 24 rows, 2.04 KiB in 0.001111 sec., 21602.160216021603 rows/sec., 1.79 MiB/sec. 2026.03.04 04:39:08.996411 [ 261 ] {5badfcfe-7b06-4c86-9452-deadb2b24b0b} TCPHandler: Processed in 0.001273734 sec. 2026.03.04 04:39:08.996531 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:08.996627 [ 261 ] {4cdc3730-b282-40f0-b1f7-24998c39f274} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:39:08.996668 [ 261 ] {4cdc3730-b282-40f0-b1f7-24998c39f274} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:39:08.997060 [ 261 ] {4cdc3730-b282-40f0-b1f7-24998c39f274} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:08.997095 [ 261 ] {4cdc3730-b282-40f0-b1f7-24998c39f274} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:39:08.997388 [ 261 ] {4cdc3730-b282-40f0-b1f7-24998c39f274} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.04 04:39:08.997623 [ 261 ] {4cdc3730-b282-40f0-b1f7-24998c39f274} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:08.997750 [ 261 ] {4cdc3730-b282-40f0-b1f7-24998c39f274} executeQuery: Read 12 rows, 960.00 B in 0.001141 sec., 10517.090271691497 rows/sec., 821.65 KiB/sec. 2026.03.04 04:39:08.997788 [ 261 ] {4cdc3730-b282-40f0-b1f7-24998c39f274} TCPHandler: Processed in 0.001304865 sec. 2026.03.04 04:39:08.997895 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:08.997989 [ 261 ] {5133e1fa-f5e9-4625-8243-2480d81fea0f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:39:08.998028 [ 261 ] {5133e1fa-f5e9-4625-8243-2480d81fea0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:39:08.998487 [ 261 ] {5133e1fa-f5e9-4625-8243-2480d81fea0f} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:08.998523 [ 261 ] {5133e1fa-f5e9-4625-8243-2480d81fea0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:39:08.998827 [ 261 ] {5133e1fa-f5e9-4625-8243-2480d81fea0f} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.03.04 04:39:08.999035 [ 261 ] {5133e1fa-f5e9-4625-8243-2480d81fea0f} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:08.999162 [ 261 ] {5133e1fa-f5e9-4625-8243-2480d81fea0f} executeQuery: Read 135 rows, 11.18 KiB in 0.001192 sec., 113255.03355704699 rows/sec., 9.16 MiB/sec. 2026.03.04 04:39:08.999201 [ 261 ] {5133e1fa-f5e9-4625-8243-2480d81fea0f} TCPHandler: Processed in 0.001352896 sec. 2026.03.04 04:39:08.999309 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:08.999402 [ 261 ] {31299680-0401-4b22-8951-7ddc75fcf70d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:39:08.999445 [ 261 ] {31299680-0401-4b22-8951-7ddc75fcf70d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:39:08.999851 [ 261 ] {31299680-0401-4b22-8951-7ddc75fcf70d} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:08.999887 [ 261 ] {31299680-0401-4b22-8951-7ddc75fcf70d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:39:09.000336 [ 261 ] {31299680-0401-4b22-8951-7ddc75fcf70d} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.03.04 04:39:09.000551 [ 261 ] {31299680-0401-4b22-8951-7ddc75fcf70d} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:09.000679 [ 261 ] {31299680-0401-4b22-8951-7ddc75fcf70d} executeQuery: Read 197 rows, 14.47 KiB in 0.001296 sec., 152006.17283950618 rows/sec., 10.90 MiB/sec. 2026.03.04 04:39:09.000718 [ 261 ] {31299680-0401-4b22-8951-7ddc75fcf70d} TCPHandler: Processed in 0.001456738 sec. 2026.03.04 04:39:09.000831 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:09.000925 [ 261 ] {87be113b-610e-4394-b536-d6f75c80e611} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:39:09.000981 [ 261 ] {87be113b-610e-4394-b536-d6f75c80e611} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:39:09.001853 [ 261 ] {87be113b-610e-4394-b536-d6f75c80e611} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:09.001890 [ 261 ] {87be113b-610e-4394-b536-d6f75c80e611} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:39:09.002467 [ 261 ] {87be113b-610e-4394-b536-d6f75c80e611} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.03.04 04:39:09.002716 [ 261 ] {87be113b-610e-4394-b536-d6f75c80e611} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:09.002859 [ 261 ] {87be113b-610e-4394-b536-d6f75c80e611} executeQuery: Read 33 rows, 60.55 KiB in 0.001951 sec., 16914.402870322912 rows/sec., 30.31 MiB/sec. 2026.03.04 04:39:09.002928 [ 261 ] {87be113b-610e-4394-b536-d6f75c80e611} TCPHandler: Processed in 0.002146372 sec. 2026.03.04 04:39:09.003048 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:09.003144 [ 261 ] {5e162bb0-0c03-4ca4-85ef-219922b0216a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:39:09.003187 [ 261 ] {5e162bb0-0c03-4ca4-85ef-219922b0216a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:39:09.003537 [ 261 ] {5e162bb0-0c03-4ca4-85ef-219922b0216a} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:09.003574 [ 261 ] {5e162bb0-0c03-4ca4-85ef-219922b0216a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.06 GiB. 2026.03.04 04:39:09.003883 [ 261 ] {5e162bb0-0c03-4ca4-85ef-219922b0216a} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.03.04 04:39:09.004105 [ 261 ] {5e162bb0-0c03-4ca4-85ef-219922b0216a} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:09.004236 [ 261 ] {5e162bb0-0c03-4ca4-85ef-219922b0216a} executeQuery: Read 60 rows, 4.14 KiB in 0.00111 sec., 54054.054054054046 rows/sec., 3.64 MiB/sec. 2026.03.04 04:39:09.004273 [ 261 ] {5e162bb0-0c03-4ca4-85ef-219922b0216a} TCPHandler: Processed in 0.001273384 sec. 2026.03.04 04:39:10.707329 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 34076 2026.03.04 04:39:10.707892 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:10.707927 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:10.708411 [ 245 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.03.04 04:39:10.708639 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:10.708767 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34076 2026.03.04 04:39:10.708770 [ 97 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.03.04 04:39:10.708829 [ 97 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:10.708852 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:10.709037 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.03.04 04:39:10.709250 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:39:10.709312 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_71_14} MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 31708 rows starting from the beginning of the part 2026.03.04 04:39:10.709416 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 448 rows starting from the beginning of the part 2026.03.04 04:39:10.709500 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 512 rows starting from the beginning of the part 2026.03.04 04:39:10.709572 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 448 rows starting from the beginning of the part 2026.03.04 04:39:10.709638 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 512 rows starting from the beginning of the part 2026.03.04 04:39:10.709699 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 448 rows starting from the beginning of the part 2026.03.04 04:39:10.712011 [ 188 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 34076 rows, containing 4 columns (4 merged, 0 gathered) in 0.003061159 sec., 11131731.478175424 rows/sec., 159.24 MiB/sec. 2026.03.04 04:39:10.712498 [ 188 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.03.04 04:39:10.712826 [ 188 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_71_14} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:10.712910 [ 188 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_71_14} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.03.04 04:39:10.713016 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. 2026.03.04 04:39:12.529079 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 535 2026.03.04 04:39:12.547028 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:12.547094 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:12.552813 [ 244 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.03.04 04:39:12.553562 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:12.553859 [ 98 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.03.04 04:39:12.553930 [ 98 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:12.553953 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:12.554068 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.03.04 04:39:12.557403 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 535 2026.03.04 04:39:12.557700 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:39:12.559340 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 497 rows starting from the beginning of the part 2026.03.04 04:39:12.564258 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 8 rows starting from the beginning of the part 2026.03.04 04:39:12.568952 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 7 rows starting from the beginning of the part 2026.03.04 04:39:12.573533 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 8 rows starting from the beginning of the part 2026.03.04 04:39:12.578337 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 7 rows starting from the beginning of the part 2026.03.04 04:39:12.582697 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part 2026.03.04 04:39:12.636875 [ 188 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.082857808 sec., 6456.8447188465325 rows/sec., 33.39 MiB/sec. 2026.03.04 04:39:12.640333 [ 201 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.03.04 04:39:12.642499 [ 201 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_71_14} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:12.642618 [ 201 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_71_14} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.03.04 04:39:12.645745 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2026.03.04 04:39:13.985863 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:13.986072 [ 261 ] {a7b4004b-5639-4d7b-9e9c-08d871c6eeb2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:39:13.986144 [ 261 ] {a7b4004b-5639-4d7b-9e9c-08d871c6eeb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:39:13.986860 [ 261 ] {a7b4004b-5639-4d7b-9e9c-08d871c6eeb2} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:13.986905 [ 261 ] {a7b4004b-5639-4d7b-9e9c-08d871c6eeb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:13.987295 [ 261 ] {a7b4004b-5639-4d7b-9e9c-08d871c6eeb2} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.03.04 04:39:13.987513 [ 261 ] {a7b4004b-5639-4d7b-9e9c-08d871c6eeb2} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:13.987663 [ 261 ] {a7b4004b-5639-4d7b-9e9c-08d871c6eeb2} executeQuery: Read 72 rows, 5.91 KiB in 0.001645 sec., 43768.99696048632 rows/sec., 3.51 MiB/sec. 2026.03.04 04:39:13.987704 [ 261 ] {a7b4004b-5639-4d7b-9e9c-08d871c6eeb2} TCPHandler: Processed in 0.002023279 sec. 2026.03.04 04:39:13.987834 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:13.987930 [ 261 ] {59c1baff-90b7-4b47-9baa-d329b9c5b6c1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:39:13.987970 [ 261 ] {59c1baff-90b7-4b47-9baa-d329b9c5b6c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:39:13.988366 [ 261 ] {59c1baff-90b7-4b47-9baa-d329b9c5b6c1} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:13.988401 [ 261 ] {59c1baff-90b7-4b47-9baa-d329b9c5b6c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:13.988685 [ 261 ] {59c1baff-90b7-4b47-9baa-d329b9c5b6c1} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.03.04 04:39:13.988881 [ 261 ] {59c1baff-90b7-4b47-9baa-d329b9c5b6c1} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:13.989007 [ 261 ] {59c1baff-90b7-4b47-9baa-d329b9c5b6c1} executeQuery: Read 8 rows, 616.00 B in 0.001095 sec., 7305.936073059361 rows/sec., 549.37 KiB/sec. 2026.03.04 04:39:13.989005 [ 95 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.03.04 04:39:13.989045 [ 261 ] {59c1baff-90b7-4b47-9baa-d329b9c5b6c1} TCPHandler: Processed in 0.001258785 sec. 2026.03.04 04:39:13.989081 [ 95 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:13.989106 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:13.989177 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:13.989230 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.03.04 04:39:13.989273 [ 261 ] {2e0a25d4-c91c-4513-b66d-9624c8492aa6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:39:13.989316 [ 261 ] {2e0a25d4-c91c-4513-b66d-9624c8492aa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:39:13.989357 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:39:13.989399 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 226 rows starting from the beginning of the part 2026.03.04 04:39:13.989471 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 23 rows starting from the beginning of the part 2026.03.04 04:39:13.989527 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 175 rows starting from the beginning of the part 2026.03.04 04:39:13.989575 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 8 rows starting from the beginning of the part 2026.03.04 04:39:13.989618 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 47 rows starting from the beginning of the part 2026.03.04 04:39:13.989662 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 8 rows starting from the beginning of the part 2026.03.04 04:39:13.989750 [ 261 ] {2e0a25d4-c91c-4513-b66d-9624c8492aa6} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:13.989791 [ 261 ] {2e0a25d4-c91c-4513-b66d-9624c8492aa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:13.990118 [ 261 ] {2e0a25d4-c91c-4513-b66d-9624c8492aa6} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.03.04 04:39:13.990339 [ 261 ] {2e0a25d4-c91c-4513-b66d-9624c8492aa6} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:13.990466 [ 261 ] {2e0a25d4-c91c-4513-b66d-9624c8492aa6} executeQuery: Read 72 rows, 5.76 KiB in 0.00121 sec., 59504.13223140496 rows/sec., 4.65 MiB/sec. 2026.03.04 04:39:13.990504 [ 261 ] {2e0a25d4-c91c-4513-b66d-9624c8492aa6} TCPHandler: Processed in 0.001382067 sec. 2026.03.04 04:39:13.990533 [ 188 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 487 rows, containing 5 columns (5 merged, 0 gathered) in 0.001349676 sec., 360827.3393021733 rows/sec., 24.77 MiB/sec. 2026.03.04 04:39:13.990617 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:13.990713 [ 261 ] {dcbb1b3c-f978-4391-abf5-414b3518e0b8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:39:13.990741 [ 196 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.03.04 04:39:13.990757 [ 261 ] {dcbb1b3c-f978-4391-abf5-414b3518e0b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:39:13.991066 [ 196 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_101_20} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:13.991165 [ 196 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_101_20} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.03.04 04:39:13.991199 [ 261 ] {dcbb1b3c-f978-4391-abf5-414b3518e0b8} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:13.991240 [ 261 ] {dcbb1b3c-f978-4391-abf5-414b3518e0b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:13.991276 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.03.04 04:39:13.991563 [ 261 ] {dcbb1b3c-f978-4391-abf5-414b3518e0b8} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.03.04 04:39:13.991767 [ 261 ] {dcbb1b3c-f978-4391-abf5-414b3518e0b8} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:13.991901 [ 261 ] {dcbb1b3c-f978-4391-abf5-414b3518e0b8} executeQuery: Read 160 rows, 11.41 KiB in 0.001206 sec., 132669.98341625207 rows/sec., 9.24 MiB/sec. 2026.03.04 04:39:13.991937 [ 261 ] {dcbb1b3c-f978-4391-abf5-414b3518e0b8} TCPHandler: Processed in 0.001367556 sec. 2026.03.04 04:39:13.992048 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:13.992139 [ 261 ] {272313cd-5880-42b2-8a6f-ff61b8651b8d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:39:13.992192 [ 261 ] {272313cd-5880-42b2-8a6f-ff61b8651b8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:39:13.992968 [ 261 ] {272313cd-5880-42b2-8a6f-ff61b8651b8d} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:13.993003 [ 261 ] {272313cd-5880-42b2-8a6f-ff61b8651b8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:13.993518 [ 261 ] {272313cd-5880-42b2-8a6f-ff61b8651b8d} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.03.04 04:39:13.993732 [ 261 ] {272313cd-5880-42b2-8a6f-ff61b8651b8d} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:13.993873 [ 261 ] {272313cd-5880-42b2-8a6f-ff61b8651b8d} executeQuery: Read 8 rows, 14.68 KiB in 0.001749 sec., 4574.042309891367 rows/sec., 8.20 MiB/sec. 2026.03.04 04:39:13.993935 [ 261 ] {272313cd-5880-42b2-8a6f-ff61b8651b8d} TCPHandler: Processed in 0.001934887 sec. 2026.03.04 04:39:13.994053 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:13.994145 [ 261 ] {0b784079-200d-47c7-a17b-964a147fd5cd} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:39:13.994185 [ 261 ] {0b784079-200d-47c7-a17b-964a147fd5cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:39:13.994525 [ 261 ] {0b784079-200d-47c7-a17b-964a147fd5cd} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:13.994561 [ 261 ] {0b784079-200d-47c7-a17b-964a147fd5cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:13.994865 [ 261 ] {0b784079-200d-47c7-a17b-964a147fd5cd} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.03.04 04:39:13.995064 [ 261 ] {0b784079-200d-47c7-a17b-964a147fd5cd} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:13.995189 [ 261 ] {0b784079-200d-47c7-a17b-964a147fd5cd} executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. 2026.03.04 04:39:13.995224 [ 261 ] {0b784079-200d-47c7-a17b-964a147fd5cd} TCPHandler: Processed in 0.001218714 sec. 2026.03.04 04:39:15.790314 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60100 2026.03.04 04:39:15.790434 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.790461 [ 259 ] {} TCP-Session: 636cdf42-968f-4326-909f-2fd9d71bd1aa Authenticating user 'default' from [fd00:1122:3344:101::e]:60100 2026.03.04 04:39:15.790484 [ 259 ] {} TCP-Session: 636cdf42-968f-4326-909f-2fd9d71bd1aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.790497 [ 259 ] {} TCP-Session: 636cdf42-968f-4326-909f-2fd9d71bd1aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.790708 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55849 2026.03.04 04:39:15.790762 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61413 2026.03.04 04:39:15.790791 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.790791 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57867 2026.03.04 04:39:15.790831 [ 286 ] {} TCP-Session: 3095ea22-9f48-4783-8f8f-6cc706b74661 Authenticating user 'default' from [fd00:1122:3344:101::e]:55849 2026.03.04 04:39:15.790856 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52180 2026.03.04 04:39:15.790876 [ 286 ] {} TCP-Session: 3095ea22-9f48-4783-8f8f-6cc706b74661 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.790890 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.790916 [ 286 ] {} TCP-Session: 3095ea22-9f48-4783-8f8f-6cc706b74661 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.790923 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.790948 [ 288 ] {} TCP-Session: 18ceb4ef-4ef4-47e8-8581-1bbf5b024311 Authenticating user 'default' from [fd00:1122:3344:101::e]:61413 2026.03.04 04:39:15.790957 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.790973 [ 290 ] {} TCP-Session: ce254b82-57bb-4fd3-b360-4d286cc51c23 Authenticating user 'default' from [fd00:1122:3344:101::e]:57867 2026.03.04 04:39:15.790999 [ 288 ] {} TCP-Session: 18ceb4ef-4ef4-47e8-8581-1bbf5b024311 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.791002 [ 259 ] {} TCP-Session: 636cdf42-968f-4326-909f-2fd9d71bd1aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:15.791026 [ 288 ] {} TCP-Session: 18ceb4ef-4ef4-47e8-8581-1bbf5b024311 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.791025 [ 290 ] {} TCP-Session: ce254b82-57bb-4fd3-b360-4d286cc51c23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.791019 [ 294 ] {} TCP-Session: 163b9815-01f0-4c2c-9eb7-9a2dae3d1fac Authenticating user 'default' from [fd00:1122:3344:101::e]:52180 2026.03.04 04:39:15.791088 [ 290 ] {} TCP-Session: ce254b82-57bb-4fd3-b360-4d286cc51c23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.790826 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52238 2026.03.04 04:39:15.791114 [ 294 ] {} TCP-Session: 163b9815-01f0-4c2c-9eb7-9a2dae3d1fac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.790816 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34546 2026.03.04 04:39:15.791168 [ 294 ] {} TCP-Session: 163b9815-01f0-4c2c-9eb7-9a2dae3d1fac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.790816 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36210 2026.03.04 04:39:15.791234 [ 259 ] {b3651661-36c0-455b-bca0-55bd52a7e2ae} executeQuery: (from [fd00:1122:3344:101::e]:60100) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:39:15.790771 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43872 2026.03.04 04:39:15.791501 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.791532 [ 259 ] {b3651661-36c0-455b-bca0-55bd52a7e2ae} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:39:15.791539 [ 293 ] {} TCP-Session: 618c516d-b94d-4aec-be7f-8d46e5173a77 Authenticating user 'default' from [fd00:1122:3344:101::e]:52238 2026.03.04 04:39:15.791582 [ 293 ] {} TCP-Session: 618c516d-b94d-4aec-be7f-8d46e5173a77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.791596 [ 293 ] {} TCP-Session: 618c516d-b94d-4aec-be7f-8d46e5173a77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.791600 [ 259 ] {b3651661-36c0-455b-bca0-55bd52a7e2ae} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:39:15.791715 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.791745 [ 289 ] {} TCP-Session: 2dd87491-3090-47ee-9aeb-de3eb20766bf Authenticating user 'default' from [fd00:1122:3344:101::e]:43872 2026.03.04 04:39:15.791770 [ 289 ] {} TCP-Session: 2dd87491-3090-47ee-9aeb-de3eb20766bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.791783 [ 289 ] {} TCP-Session: 2dd87491-3090-47ee-9aeb-de3eb20766bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.791805 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.791835 [ 292 ] {} TCP-Session: 6fa9afbe-e107-4a0b-945b-be6255156388 Authenticating user 'default' from [fd00:1122:3344:101::e]:36210 2026.03.04 04:39:15.791851 [ 292 ] {} TCP-Session: 6fa9afbe-e107-4a0b-945b-be6255156388 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.791863 [ 292 ] {} TCP-Session: 6fa9afbe-e107-4a0b-945b-be6255156388 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.791918 [ 259 ] {b3651661-36c0-455b-bca0-55bd52a7e2ae} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:39:15.792051 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.792096 [ 291 ] {} TCP-Session: a4a2a630-b861-4873-923e-ebc13f86ece2 Authenticating user 'default' from [fd00:1122:3344:101::e]:34546 2026.03.04 04:39:15.792120 [ 291 ] {} TCP-Session: a4a2a630-b861-4873-923e-ebc13f86ece2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.792133 [ 291 ] {} TCP-Session: a4a2a630-b861-4873-923e-ebc13f86ece2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.792889 [ 346 ] {b3651661-36c0-455b-bca0-55bd52a7e2ae} AggregatingTransform: Aggregating 2026.03.04 04:39:15.792943 [ 346 ] {b3651661-36c0-455b-bca0-55bd52a7e2ae} Aggregator: Aggregation method: without_key 2026.03.04 04:39:15.792984 [ 346 ] {b3651661-36c0-455b-bca0-55bd52a7e2ae} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000955168 sec. (1046.936 rows/sec., 40.90 KiB/sec.) 2026.03.04 04:39:15.793005 [ 346 ] {b3651661-36c0-455b-bca0-55bd52a7e2ae} Aggregator: Merging aggregated data 2026.03.04 04:39:15.794443 [ 259 ] {b3651661-36c0-455b-bca0-55bd52a7e2ae} executeQuery: Read 1 rows, 40.00 B in 0.003281 sec., 304.7851264858275 rows/sec., 11.91 KiB/sec. 2026.03.04 04:39:15.794627 [ 259 ] {b3651661-36c0-455b-bca0-55bd52a7e2ae} TCPHandler: Processed in 0.003794663 sec. 2026.03.04 04:39:15.794780 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.794809 [ 259 ] {} TCP-Session: 636cdf42-968f-4326-909f-2fd9d71bd1aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.794810 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.794829 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.794848 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.794866 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.794879 [ 294 ] {} TCP-Session: 163b9815-01f0-4c2c-9eb7-9a2dae3d1fac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.794887 [ 292 ] {} TCP-Session: 6fa9afbe-e107-4a0b-945b-be6255156388 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.794908 [ 289 ] {} TCP-Session: 2dd87491-3090-47ee-9aeb-de3eb20766bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.794902 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.794933 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.794919 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.794983 [ 290 ] {} TCP-Session: ce254b82-57bb-4fd3-b360-4d286cc51c23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.794996 [ 293 ] {} TCP-Session: 618c516d-b94d-4aec-be7f-8d46e5173a77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.795024 [ 291 ] {} TCP-Session: a4a2a630-b861-4873-923e-ebc13f86ece2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.794885 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.794856 [ 286 ] {} TCP-Session: 3095ea22-9f48-4783-8f8f-6cc706b74661 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.795099 [ 288 ] {} TCP-Session: 18ceb4ef-4ef4-47e8-8581-1bbf5b024311 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.850794 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54978 2026.03.04 04:39:15.850954 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.850985 [ 259 ] {} TCP-Session: c1622730-f3c8-44eb-be33-f046765bda73 Authenticating user 'default' from [fd00:1122:3344:101::e]:54978 2026.03.04 04:39:15.851008 [ 259 ] {} TCP-Session: c1622730-f3c8-44eb-be33-f046765bda73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.851020 [ 259 ] {} TCP-Session: c1622730-f3c8-44eb-be33-f046765bda73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.851245 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59649 2026.03.04 04:39:15.851270 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51145 2026.03.04 04:39:15.851272 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49690 2026.03.04 04:39:15.851321 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.851313 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57375 2026.03.04 04:39:15.851354 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.851355 [ 286 ] {} TCP-Session: 8a906545-ca25-4a22-b002-56a0767d7279 Authenticating user 'default' from [fd00:1122:3344:101::e]:59649 2026.03.04 04:39:15.851374 [ 259 ] {} TCP-Session: c1622730-f3c8-44eb-be33-f046765bda73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:15.851390 [ 286 ] {} TCP-Session: 8a906545-ca25-4a22-b002-56a0767d7279 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.851381 [ 289 ] {} TCP-Session: 54e8d262-d76a-4855-9326-84c76e70ffca Authenticating user 'default' from [fd00:1122:3344:101::e]:51145 2026.03.04 04:39:15.851409 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.851406 [ 286 ] {} TCP-Session: 8a906545-ca25-4a22-b002-56a0767d7279 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.851422 [ 289 ] {} TCP-Session: 54e8d262-d76a-4855-9326-84c76e70ffca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.851434 [ 292 ] {} TCP-Session: df6dd906-9ae9-4676-991d-5ed1f80fcbb2 Authenticating user 'default' from [fd00:1122:3344:101::e]:57375 2026.03.04 04:39:15.851446 [ 289 ] {} TCP-Session: 54e8d262-d76a-4855-9326-84c76e70ffca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.851462 [ 292 ] {} TCP-Session: df6dd906-9ae9-4676-991d-5ed1f80fcbb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.851406 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.851483 [ 292 ] {} TCP-Session: df6dd906-9ae9-4676-991d-5ed1f80fcbb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.851517 [ 288 ] {} TCP-Session: c3f3a451-ff6d-42d0-822e-4357ea759ac5 Authenticating user 'default' from [fd00:1122:3344:101::e]:49690 2026.03.04 04:39:15.851334 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53221 2026.03.04 04:39:15.851558 [ 259 ] {fd54ad92-9b46-4431-83c8-479d7c27eb1f} executeQuery: (from [fd00:1122:3344:101::e]:54978) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:39:15.851550 [ 288 ] {} TCP-Session: c3f3a451-ff6d-42d0-822e-4357ea759ac5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.851327 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56603 2026.03.04 04:39:15.851627 [ 288 ] {} TCP-Session: c3f3a451-ff6d-42d0-822e-4357ea759ac5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.851284 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57639 2026.03.04 04:39:15.851665 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.851690 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.851713 [ 294 ] {} TCP-Session: f3827c1b-4d54-4405-8e20-ea45bd89a69c Authenticating user 'default' from [fd00:1122:3344:101::e]:53221 2026.03.04 04:39:15.851727 [ 293 ] {} TCP-Session: 8e0ab807-c36b-4beb-a462-13d082a100fd Authenticating user 'default' from [fd00:1122:3344:101::e]:56603 2026.03.04 04:39:15.851731 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.851750 [ 294 ] {} TCP-Session: f3827c1b-4d54-4405-8e20-ea45bd89a69c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.851756 [ 293 ] {} TCP-Session: 8e0ab807-c36b-4beb-a462-13d082a100fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.851770 [ 290 ] {} TCP-Session: 6b1ed385-fbd7-4925-8c44-7ccb178afcb3 Authenticating user 'default' from [fd00:1122:3344:101::e]:57639 2026.03.04 04:39:15.851775 [ 294 ] {} TCP-Session: f3827c1b-4d54-4405-8e20-ea45bd89a69c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.851790 [ 293 ] {} TCP-Session: 8e0ab807-c36b-4beb-a462-13d082a100fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.851806 [ 290 ] {} TCP-Session: 6b1ed385-fbd7-4925-8c44-7ccb178afcb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.851317 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54983 2026.03.04 04:39:15.851860 [ 259 ] {fd54ad92-9b46-4431-83c8-479d7c27eb1f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:39:15.851845 [ 290 ] {} TCP-Session: 6b1ed385-fbd7-4925-8c44-7ccb178afcb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.851939 [ 259 ] {fd54ad92-9b46-4431-83c8-479d7c27eb1f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:39:15.851961 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.851994 [ 291 ] {} TCP-Session: 6efb3759-aa20-4518-9869-1650efa2e0d5 Authenticating user 'default' from [fd00:1122:3344:101::e]:54983 2026.03.04 04:39:15.852018 [ 291 ] {} TCP-Session: 6efb3759-aa20-4518-9869-1650efa2e0d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.852031 [ 291 ] {} TCP-Session: 6efb3759-aa20-4518-9869-1650efa2e0d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.852244 [ 259 ] {fd54ad92-9b46-4431-83c8-479d7c27eb1f} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:39:15.853234 [ 324 ] {fd54ad92-9b46-4431-83c8-479d7c27eb1f} AggregatingTransform: Aggregating 2026.03.04 04:39:15.853273 [ 324 ] {fd54ad92-9b46-4431-83c8-479d7c27eb1f} Aggregator: Aggregation method: without_key 2026.03.04 04:39:15.853308 [ 324 ] {fd54ad92-9b46-4431-83c8-479d7c27eb1f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000957488 sec. (1044.400 rows/sec., 40.80 KiB/sec.) 2026.03.04 04:39:15.853326 [ 324 ] {fd54ad92-9b46-4431-83c8-479d7c27eb1f} Aggregator: Merging aggregated data 2026.03.04 04:39:15.854922 [ 259 ] {fd54ad92-9b46-4431-83c8-479d7c27eb1f} executeQuery: Read 1 rows, 40.00 B in 0.003435 sec., 291.12081513828235 rows/sec., 11.37 KiB/sec. 2026.03.04 04:39:15.855064 [ 259 ] {fd54ad92-9b46-4431-83c8-479d7c27eb1f} TCPHandler: Processed in 0.003840074 sec. 2026.03.04 04:39:15.855145 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.855175 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.855179 [ 259 ] {} TCP-Session: c1622730-f3c8-44eb-be33-f046765bda73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.855196 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.855214 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.855243 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.855259 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.855270 [ 286 ] {} TCP-Session: 8a906545-ca25-4a22-b002-56a0767d7279 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.855281 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.855290 [ 289 ] {} TCP-Session: 54e8d262-d76a-4855-9326-84c76e70ffca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.855294 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.855341 [ 291 ] {} TCP-Session: 6efb3759-aa20-4518-9869-1650efa2e0d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.855282 [ 292 ] {} TCP-Session: df6dd906-9ae9-4676-991d-5ed1f80fcbb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.855379 [ 293 ] {} TCP-Session: 8e0ab807-c36b-4beb-a462-13d082a100fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.855251 [ 288 ] {} TCP-Session: c3f3a451-ff6d-42d0-822e-4357ea759ac5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.855229 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.855220 [ 294 ] {} TCP-Session: f3827c1b-4d54-4405-8e20-ea45bd89a69c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.855471 [ 290 ] {} TCP-Session: 6b1ed385-fbd7-4925-8c44-7ccb178afcb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.989359 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32940 2026.03.04 04:39:15.989467 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.989494 [ 288 ] {} TCP-Session: 76cef9b9-e16b-4e45-a24e-d26baf92793b Authenticating user 'default' from [fd00:1122:3344:101::e]:32940 2026.03.04 04:39:15.989516 [ 288 ] {} TCP-Session: 76cef9b9-e16b-4e45-a24e-d26baf92793b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.989529 [ 288 ] {} TCP-Session: 76cef9b9-e16b-4e45-a24e-d26baf92793b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.989740 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47999 2026.03.04 04:39:15.989782 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58873 2026.03.04 04:39:15.989791 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48397 2026.03.04 04:39:15.989820 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43341 2026.03.04 04:39:15.989795 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40580 2026.03.04 04:39:15.989874 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.989887 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.989919 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.989938 [ 292 ] {} TCP-Session: 09cbc7b6-6ec5-44a2-a26f-11ec51ccf08d Authenticating user 'default' from [fd00:1122:3344:101::e]:58873 2026.03.04 04:39:15.989952 [ 293 ] {} TCP-Session: 12f28ea7-05af-4849-9d8b-5cad962159b0 Authenticating user 'default' from [fd00:1122:3344:101::e]:48397 2026.03.04 04:39:15.989976 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.989978 [ 259 ] {} TCP-Session: 552dd682-6184-4df3-9e39-8f067260ab05 Authenticating user 'default' from [fd00:1122:3344:101::e]:43341 2026.03.04 04:39:15.989995 [ 293 ] {} TCP-Session: 12f28ea7-05af-4849-9d8b-5cad962159b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.990035 [ 259 ] {} TCP-Session: 552dd682-6184-4df3-9e39-8f067260ab05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.990051 [ 293 ] {} TCP-Session: 12f28ea7-05af-4849-9d8b-5cad962159b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.990071 [ 259 ] {} TCP-Session: 552dd682-6184-4df3-9e39-8f067260ab05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.990026 [ 294 ] {} TCP-Session: 1b63ed25-71b4-4113-b620-0d53ae985c2c Authenticating user 'default' from [fd00:1122:3344:101::e]:40580 2026.03.04 04:39:15.989992 [ 292 ] {} TCP-Session: 09cbc7b6-6ec5-44a2-a26f-11ec51ccf08d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.990145 [ 294 ] {} TCP-Session: 1b63ed25-71b4-4113-b620-0d53ae985c2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.990167 [ 292 ] {} TCP-Session: 09cbc7b6-6ec5-44a2-a26f-11ec51ccf08d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.990176 [ 294 ] {} TCP-Session: 1b63ed25-71b4-4113-b620-0d53ae985c2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.989942 [ 288 ] {} TCP-Session: 76cef9b9-e16b-4e45-a24e-d26baf92793b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:15.989867 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.989782 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42343 2026.03.04 04:39:15.990278 [ 289 ] {} TCP-Session: f1473e77-3037-4e8e-83f4-a5c16a3572c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:47999 2026.03.04 04:39:15.989825 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43997 2026.03.04 04:39:15.990324 [ 289 ] {} TCP-Session: f1473e77-3037-4e8e-83f4-a5c16a3572c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.989745 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38947 2026.03.04 04:39:15.990351 [ 289 ] {} TCP-Session: f1473e77-3037-4e8e-83f4-a5c16a3572c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.990374 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.990384 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.990397 [ 288 ] {4a7856d9-81af-4f89-bf56-ec323724b4a3} executeQuery: (from [fd00:1122:3344:101::e]:32940) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:39:15.990427 [ 286 ] {} TCP-Session: 42c793ec-5a35-4b19-a79e-72ca565d6526 Authenticating user 'default' from [fd00:1122:3344:101::e]:43997 2026.03.04 04:39:15.990431 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:39:15.990455 [ 286 ] {} TCP-Session: 42c793ec-5a35-4b19-a79e-72ca565d6526 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.990421 [ 291 ] {} TCP-Session: ac227a19-5e67-4846-bb44-fa9e9ae4f710 Authenticating user 'default' from [fd00:1122:3344:101::e]:42343 2026.03.04 04:39:15.990491 [ 286 ] {} TCP-Session: 42c793ec-5a35-4b19-a79e-72ca565d6526 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.990484 [ 290 ] {} TCP-Session: b7409aa4-2730-41c0-b46a-f73dc92f4cff Authenticating user 'default' from [fd00:1122:3344:101::e]:38947 2026.03.04 04:39:15.990522 [ 291 ] {} TCP-Session: ac227a19-5e67-4846-bb44-fa9e9ae4f710 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.990559 [ 290 ] {} TCP-Session: b7409aa4-2730-41c0-b46a-f73dc92f4cff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.990561 [ 291 ] {} TCP-Session: ac227a19-5e67-4846-bb44-fa9e9ae4f710 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.990582 [ 290 ] {} TCP-Session: b7409aa4-2730-41c0-b46a-f73dc92f4cff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.990719 [ 288 ] {4a7856d9-81af-4f89-bf56-ec323724b4a3} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:39:15.990782 [ 288 ] {4a7856d9-81af-4f89-bf56-ec323724b4a3} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:39:15.991080 [ 288 ] {4a7856d9-81af-4f89-bf56-ec323724b4a3} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:39:15.992050 [ 322 ] {4a7856d9-81af-4f89-bf56-ec323724b4a3} AggregatingTransform: Aggregating 2026.03.04 04:39:15.992091 [ 322 ] {4a7856d9-81af-4f89-bf56-ec323724b4a3} Aggregator: Aggregation method: without_key 2026.03.04 04:39:15.992128 [ 322 ] {4a7856d9-81af-4f89-bf56-ec323724b4a3} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000947119 sec. (1055.834 rows/sec., 41.24 KiB/sec.) 2026.03.04 04:39:15.992147 [ 322 ] {4a7856d9-81af-4f89-bf56-ec323724b4a3} Aggregator: Merging aggregated data 2026.03.04 04:39:15.993442 [ 288 ] {4a7856d9-81af-4f89-bf56-ec323724b4a3} executeQuery: Read 1 rows, 40.00 B in 0.003101 sec., 322.4766204450177 rows/sec., 12.60 KiB/sec. 2026.03.04 04:39:15.993624 [ 288 ] {4a7856d9-81af-4f89-bf56-ec323724b4a3} TCPHandler: Processed in 0.003849105 sec. 2026.03.04 04:39:15.993771 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.993803 [ 288 ] {} TCP-Session: 76cef9b9-e16b-4e45-a24e-d26baf92793b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.993803 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.993823 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.993837 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.993856 [ 289 ] {} TCP-Session: f1473e77-3037-4e8e-83f4-a5c16a3572c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.993872 [ 259 ] {} TCP-Session: 552dd682-6184-4df3-9e39-8f067260ab05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.993865 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.993907 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.993933 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.993945 [ 291 ] {} TCP-Session: ac227a19-5e67-4846-bb44-fa9e9ae4f710 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.993966 [ 293 ] {} TCP-Session: 12f28ea7-05af-4849-9d8b-5cad962159b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.993981 [ 286 ] {} TCP-Session: 42c793ec-5a35-4b19-a79e-72ca565d6526 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.993946 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.993889 [ 292 ] {} TCP-Session: 09cbc7b6-6ec5-44a2-a26f-11ec51ccf08d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.993886 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:39:15.994050 [ 294 ] {} TCP-Session: 1b63ed25-71b4-4113-b620-0d53ae985c2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:15.994089 [ 290 ] {} TCP-Session: b7409aa4-2730-41c0-b46a-f73dc92f4cff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:39:18.027575 [ 90 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:39:18.027626 [ 90 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:39:18.208969 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 34588 2026.03.04 04:39:18.209886 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:18.209957 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:18.210659 [ 245 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.03.04 04:39:18.210989 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:18.211212 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34588 2026.03.04 04:39:18.324659 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1958 2026.03.04 04:39:18.328475 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:18.328554 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:18.330390 [ 243 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.04 04:39:18.330775 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:18.331323 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1958 2026.03.04 04:39:18.986892 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:18.987096 [ 261 ] {7d9fe26a-6be4-4973-91f2-e13efd417856} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:39:18.987172 [ 261 ] {7d9fe26a-6be4-4973-91f2-e13efd417856} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:39:18.987955 [ 261 ] {7d9fe26a-6be4-4973-91f2-e13efd417856} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:18.988006 [ 261 ] {7d9fe26a-6be4-4973-91f2-e13efd417856} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:18.988412 [ 261 ] {7d9fe26a-6be4-4973-91f2-e13efd417856} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.03.04 04:39:18.988641 [ 261 ] {7d9fe26a-6be4-4973-91f2-e13efd417856} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:18.988805 [ 261 ] {7d9fe26a-6be4-4973-91f2-e13efd417856} executeQuery: Read 122 rows, 10.72 KiB in 0.001764 sec., 69160.9977324263 rows/sec., 5.94 MiB/sec. 2026.03.04 04:39:18.988859 [ 261 ] {7d9fe26a-6be4-4973-91f2-e13efd417856} TCPHandler: Processed in 0.002107111 sec. 2026.03.04 04:39:18.988987 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:18.989091 [ 261 ] {38c1146d-1775-4654-a59b-a9263225f700} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:39:18.989136 [ 261 ] {38c1146d-1775-4654-a59b-a9263225f700} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:39:18.989560 [ 261 ] {38c1146d-1775-4654-a59b-a9263225f700} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:18.989598 [ 261 ] {38c1146d-1775-4654-a59b-a9263225f700} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:18.989898 [ 261 ] {38c1146d-1775-4654-a59b-a9263225f700} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.03.04 04:39:18.990111 [ 261 ] {38c1146d-1775-4654-a59b-a9263225f700} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:18.990245 [ 261 ] {38c1146d-1775-4654-a59b-a9263225f700} executeQuery: Read 33 rows, 2.48 KiB in 0.001179 sec., 27989.821882951655 rows/sec., 2.06 MiB/sec. 2026.03.04 04:39:18.990284 [ 261 ] {38c1146d-1775-4654-a59b-a9263225f700} TCPHandler: Processed in 0.001350086 sec. 2026.03.04 04:39:18.990407 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:18.990508 [ 261 ] {01264e38-22f0-4074-bddc-8a4f5952ec0a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:39:18.990550 [ 261 ] {01264e38-22f0-4074-bddc-8a4f5952ec0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:39:18.990984 [ 261 ] {01264e38-22f0-4074-bddc-8a4f5952ec0a} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:18.991020 [ 261 ] {01264e38-22f0-4074-bddc-8a4f5952ec0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:18.991325 [ 261 ] {01264e38-22f0-4074-bddc-8a4f5952ec0a} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.03.04 04:39:18.991546 [ 261 ] {01264e38-22f0-4074-bddc-8a4f5952ec0a} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:18.991673 [ 261 ] {01264e38-22f0-4074-bddc-8a4f5952ec0a} executeQuery: Read 97 rows, 7.76 KiB in 0.00119 sec., 81512.6050420168 rows/sec., 6.37 MiB/sec. 2026.03.04 04:39:18.991711 [ 261 ] {01264e38-22f0-4074-bddc-8a4f5952ec0a} TCPHandler: Processed in 0.001353326 sec. 2026.03.04 04:39:18.991825 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:18.991921 [ 261 ] {3bb0fd1d-e56b-4a6e-be4e-e9b32cf2851c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:39:18.991965 [ 261 ] {3bb0fd1d-e56b-4a6e-be4e-e9b32cf2851c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:39:18.992380 [ 261 ] {3bb0fd1d-e56b-4a6e-be4e-e9b32cf2851c} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:18.992416 [ 261 ] {3bb0fd1d-e56b-4a6e-be4e-e9b32cf2851c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:18.992742 [ 261 ] {3bb0fd1d-e56b-4a6e-be4e-e9b32cf2851c} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.03.04 04:39:18.992963 [ 261 ] {3bb0fd1d-e56b-4a6e-be4e-e9b32cf2851c} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:18.993096 [ 261 ] {3bb0fd1d-e56b-4a6e-be4e-e9b32cf2851c} executeQuery: Read 160 rows, 11.41 KiB in 0.001194 sec., 134003.3500837521 rows/sec., 9.33 MiB/sec. 2026.03.04 04:39:18.993132 [ 261 ] {3bb0fd1d-e56b-4a6e-be4e-e9b32cf2851c} TCPHandler: Processed in 0.001355006 sec. 2026.03.04 04:39:18.993242 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:18.993336 [ 261 ] {44f054cd-2981-41e1-864c-e0741e1110a2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:39:18.993391 [ 261 ] {44f054cd-2981-41e1-864c-e0741e1110a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:39:18.994236 [ 261 ] {44f054cd-2981-41e1-864c-e0741e1110a2} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:18.994271 [ 261 ] {44f054cd-2981-41e1-864c-e0741e1110a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:18.994824 [ 261 ] {44f054cd-2981-41e1-864c-e0741e1110a2} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.03.04 04:39:18.995044 [ 261 ] {44f054cd-2981-41e1-864c-e0741e1110a2} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:18.995162 [ 89 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.03.04 04:39:18.995183 [ 261 ] {44f054cd-2981-41e1-864c-e0741e1110a2} executeQuery: Read 33 rows, 60.55 KiB in 0.001865 sec., 17694.36997319035 rows/sec., 31.71 MiB/sec. 2026.03.04 04:39:18.995207 [ 89 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:18.995229 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:18.995254 [ 261 ] {44f054cd-2981-41e1-864c-e0741e1110a2} TCPHandler: Processed in 0.00205984 sec. 2026.03.04 04:39:18.995361 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.03.04 04:39:18.995369 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:18.995508 [ 261 ] {71c5ecf1-63b7-41f8-879f-71c636b6bc37} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:39:18.995551 [ 261 ] {71c5ecf1-63b7-41f8-879f-71c636b6bc37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:39:18.995656 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:39:18.995728 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 2142 rows starting from the beginning of the part 2026.03.04 04:39:18.995880 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 33 rows starting from the beginning of the part 2026.03.04 04:39:18.995892 [ 261 ] {71c5ecf1-63b7-41f8-879f-71c636b6bc37} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:18.995931 [ 261 ] {71c5ecf1-63b7-41f8-879f-71c636b6bc37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:18.995994 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 8 rows starting from the beginning of the part 2026.03.04 04:39:18.996099 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 33 rows starting from the beginning of the part 2026.03.04 04:39:18.996197 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 8 rows starting from the beginning of the part 2026.03.04 04:39:18.996254 [ 261 ] {71c5ecf1-63b7-41f8-879f-71c636b6bc37} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.03.04 04:39:18.996296 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 33 rows starting from the beginning of the part 2026.03.04 04:39:18.996486 [ 261 ] {71c5ecf1-63b7-41f8-879f-71c636b6bc37} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:18.996621 [ 261 ] {71c5ecf1-63b7-41f8-879f-71c636b6bc37} executeQuery: Read 60 rows, 4.14 KiB in 0.001134 sec., 52910.05291005291 rows/sec., 3.57 MiB/sec. 2026.03.04 04:39:18.996660 [ 261 ] {71c5ecf1-63b7-41f8-879f-71c636b6bc37} TCPHandler: Processed in 0.001339796 sec. 2026.03.04 04:39:19.000201 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 390.64 MiB, peak 399.79 MiB, free memory in arenas 0.00 B, will set to 383.08 MiB (RSS), difference: -7.56 MiB 2026.03.04 04:39:19.006488 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 2257 rows, containing 19 columns (19 merged, 0 gathered) in 0.011192475 sec., 201653.3429826736 rows/sec., 361.35 MiB/sec. 2026.03.04 04:39:19.008599 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.03.04 04:39:19.008994 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_101_20} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:19.009077 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_101_20} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.03.04 04:39:19.009221 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.43 MiB. 2026.03.04 04:39:19.246141 [ 223 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:19.246209 [ 223 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:19.250040 [ 223 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:19.272069 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:19.272285 [ 261 ] {adeee50b-b2ca-470b-a9d0-fc1dc86e6d25} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:39:19.272371 [ 261 ] {adeee50b-b2ca-470b-a9d0-fc1dc86e6d25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:39:19.273075 [ 261 ] {adeee50b-b2ca-470b-a9d0-fc1dc86e6d25} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:19.273121 [ 261 ] {adeee50b-b2ca-470b-a9d0-fc1dc86e6d25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:19.273518 [ 261 ] {adeee50b-b2ca-470b-a9d0-fc1dc86e6d25} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.04 04:39:19.273745 [ 261 ] {adeee50b-b2ca-470b-a9d0-fc1dc86e6d25} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:19.273897 [ 261 ] {adeee50b-b2ca-470b-a9d0-fc1dc86e6d25} executeQuery: Read 4 rows, 334.00 B in 0.001678 sec., 2383.7902264600716 rows/sec., 194.38 KiB/sec. 2026.03.04 04:39:19.273943 [ 261 ] {adeee50b-b2ca-470b-a9d0-fc1dc86e6d25} TCPHandler: Processed in 0.002065219 sec. 2026.03.04 04:39:19.274076 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:19.274180 [ 261 ] {83f7750c-a291-4211-8ce6-6d287889d343} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:39:19.274223 [ 261 ] {83f7750c-a291-4211-8ce6-6d287889d343} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:39:19.276021 [ 261 ] {83f7750c-a291-4211-8ce6-6d287889d343} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:19.276055 [ 261 ] {83f7750c-a291-4211-8ce6-6d287889d343} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:19.276486 [ 261 ] {83f7750c-a291-4211-8ce6-6d287889d343} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.03.04 04:39:19.276730 [ 261 ] {83f7750c-a291-4211-8ce6-6d287889d343} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:19.276852 [ 89 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.03.04 04:39:19.276858 [ 261 ] {83f7750c-a291-4211-8ce6-6d287889d343} executeQuery: Read 1958 rows, 150.22 KiB in 0.002702 sec., 724648.4085862325 rows/sec., 54.29 MiB/sec. 2026.03.04 04:39:19.276887 [ 89 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:19.276905 [ 261 ] {83f7750c-a291-4211-8ce6-6d287889d343} TCPHandler: Processed in 0.002883686 sec. 2026.03.04 04:39:19.276906 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:19.277030 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:19.277041 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2026.03.04 04:39:19.277126 [ 261 ] {b7e3f4ce-98e2-4b40-a37d-ad4e7f8f2c2b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:39:19.277169 [ 261 ] {b7e3f4ce-98e2-4b40-a37d-ad4e7f8f2c2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:39:19.277191 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:39:19.277229 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2895 rows starting from the beginning of the part 2026.03.04 04:39:19.277298 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 72 rows starting from the beginning of the part 2026.03.04 04:39:19.277346 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 243 rows starting from the beginning of the part 2026.03.04 04:39:19.277397 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 72 rows starting from the beginning of the part 2026.03.04 04:39:19.277454 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 122 rows starting from the beginning of the part 2026.03.04 04:39:19.277505 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 1958 rows starting from the beginning of the part 2026.03.04 04:39:19.277598 [ 261 ] {b7e3f4ce-98e2-4b40-a37d-ad4e7f8f2c2b} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:19.277640 [ 261 ] {b7e3f4ce-98e2-4b40-a37d-ad4e7f8f2c2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:19.277961 [ 261 ] {b7e3f4ce-98e2-4b40-a37d-ad4e7f8f2c2b} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.03.04 04:39:19.278173 [ 261 ] {b7e3f4ce-98e2-4b40-a37d-ad4e7f8f2c2b} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:19.278303 [ 261 ] {b7e3f4ce-98e2-4b40-a37d-ad4e7f8f2c2b} executeQuery: Read 23 rows, 1.71 KiB in 0.001197 sec., 19214.70342522974 rows/sec., 1.39 MiB/sec. 2026.03.04 04:39:19.278341 [ 261 ] {b7e3f4ce-98e2-4b40-a37d-ad4e7f8f2c2b} TCPHandler: Processed in 0.001359786 sec. 2026.03.04 04:39:19.278457 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:19.278551 [ 261 ] {126c6bfc-4e19-4770-b5c8-746300632448} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:39:19.278589 [ 261 ] {126c6bfc-4e19-4770-b5c8-746300632448} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:39:19.279361 [ 261 ] {126c6bfc-4e19-4770-b5c8-746300632448} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:19.279396 [ 261 ] {126c6bfc-4e19-4770-b5c8-746300632448} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:19.279745 [ 261 ] {126c6bfc-4e19-4770-b5c8-746300632448} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.04 04:39:19.279752 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 5362 rows, containing 5 columns (5 merged, 0 gathered) in 0.002775763 sec., 1931721.115959828 rows/sec., 156.38 MiB/sec. 2026.03.04 04:39:19.279959 [ 261 ] {126c6bfc-4e19-4770-b5c8-746300632448} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:19.280079 [ 197 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.03.04 04:39:19.280081 [ 261 ] {126c6bfc-4e19-4770-b5c8-746300632448} executeQuery: Read 708 rows, 42.29 KiB in 0.001549 sec., 457069.07682375726 rows/sec., 26.66 MiB/sec. 2026.03.04 04:39:19.280131 [ 261 ] {126c6bfc-4e19-4770-b5c8-746300632448} TCPHandler: Processed in 0.001721473 sec. 2026.03.04 04:39:19.280245 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:19.280339 [ 261 ] {facf84a4-1fd8-44ed-ac40-eff7b47a16d5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.04 04:39:19.280378 [ 261 ] {facf84a4-1fd8-44ed-ac40-eff7b47a16d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.04 04:39:19.280402 [ 197 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_121_24} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:19.280482 [ 197 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_121_24} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.03.04 04:39:19.280569 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. 2026.03.04 04:39:19.280763 [ 261 ] {facf84a4-1fd8-44ed-ac40-eff7b47a16d5} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:19.280797 [ 261 ] {facf84a4-1fd8-44ed-ac40-eff7b47a16d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:19.281089 [ 261 ] {facf84a4-1fd8-44ed-ac40-eff7b47a16d5} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.04 04:39:19.281320 [ 261 ] {facf84a4-1fd8-44ed-ac40-eff7b47a16d5} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:19.281444 [ 261 ] {facf84a4-1fd8-44ed-ac40-eff7b47a16d5} executeQuery: Read 1 rows, 72.00 B in 0.001123 sec., 890.4719501335708 rows/sec., 62.61 KiB/sec. 2026.03.04 04:39:19.281481 [ 261 ] {facf84a4-1fd8-44ed-ac40-eff7b47a16d5} TCPHandler: Processed in 0.001284895 sec. 2026.03.04 04:39:19.281596 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:19.281689 [ 261 ] {a9034d03-d448-4f1c-932e-c24b60046c94} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:39:19.281727 [ 261 ] {a9034d03-d448-4f1c-932e-c24b60046c94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:39:19.282667 [ 261 ] {a9034d03-d448-4f1c-932e-c24b60046c94} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:19.282702 [ 261 ] {a9034d03-d448-4f1c-932e-c24b60046c94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:19.283051 [ 261 ] {a9034d03-d448-4f1c-932e-c24b60046c94} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.03.04 04:39:19.283264 [ 261 ] {a9034d03-d448-4f1c-932e-c24b60046c94} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:19.283380 [ 89 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.03.04 04:39:19.283390 [ 261 ] {a9034d03-d448-4f1c-932e-c24b60046c94} executeQuery: Read 1023 rows, 72.19 KiB in 0.001719 sec., 595113.4380453752 rows/sec., 41.01 MiB/sec. 2026.03.04 04:39:19.283410 [ 89 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:19.283429 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:19.283430 [ 261 ] {a9034d03-d448-4f1c-932e-c24b60046c94} TCPHandler: Processed in 0.001882797 sec. 2026.03.04 04:39:19.283510 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2026.03.04 04:39:19.283551 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:19.283611 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:39:19.283640 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1552 rows starting from the beginning of the part 2026.03.04 04:39:19.283649 [ 261 ] {b665fa6a-5a9f-4f8f-85f3-dafecaddd0d2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:39:19.283687 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 72 rows starting from the beginning of the part 2026.03.04 04:39:19.283699 [ 261 ] {b665fa6a-5a9f-4f8f-85f3-dafecaddd0d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:39:19.283730 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 135 rows starting from the beginning of the part 2026.03.04 04:39:19.283771 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 72 rows starting from the beginning of the part 2026.03.04 04:39:19.283809 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 97 rows starting from the beginning of the part 2026.03.04 04:39:19.283849 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 1023 rows starting from the beginning of the part 2026.03.04 04:39:19.284449 [ 261 ] {b665fa6a-5a9f-4f8f-85f3-dafecaddd0d2} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:19.284491 [ 261 ] {b665fa6a-5a9f-4f8f-85f3-dafecaddd0d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:19.284921 [ 261 ] {b665fa6a-5a9f-4f8f-85f3-dafecaddd0d2} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.03.04 04:39:19.285012 [ 197 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 2951 rows, containing 5 columns (5 merged, 0 gathered) in 0.00153899 sec., 1917491.3417241178 rows/sec., 142.82 MiB/sec. 2026.03.04 04:39:19.285139 [ 261 ] {b665fa6a-5a9f-4f8f-85f3-dafecaddd0d2} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:19.285207 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.03.04 04:39:19.285258 [ 89 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_116_25 to all_121_121_0 2026.03.04 04:39:19.285272 [ 261 ] {b665fa6a-5a9f-4f8f-85f3-dafecaddd0d2} executeQuery: Read 1219 rows, 78.06 KiB in 0.001641 sec., 742839.7318708104 rows/sec., 46.45 MiB/sec. 2026.03.04 04:39:19.285294 [ 89 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:19.285313 [ 261 ] {b665fa6a-5a9f-4f8f-85f3-dafecaddd0d2} TCPHandler: Processed in 0.001809865 sec. 2026.03.04 04:39:19.285318 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:19.285423 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_121_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_25 to all_121_121_0 into Compact with storage Full 2026.03.04 04:39:19.285432 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:19.285495 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_121_24} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:19.285549 [ 261 ] {8f1bf6fc-6afc-43c1-9171-16c32782b9c5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:39:19.285579 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_121_24} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.03.04 04:39:19.285581 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_121_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:39:19.285608 [ 261 ] {8f1bf6fc-6afc-43c1-9171-16c32782b9c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:39:19.285636 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_121_26} MergeTreeSequentialSource: Reading 6 marks from part all_1_116_25, total 38768 rows starting from the beginning of the part 2026.03.04 04:39:19.285670 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.03.04 04:39:19.285706 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_121_26} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 160 rows starting from the beginning of the part 2026.03.04 04:39:19.285754 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_121_26} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 197 rows starting from the beginning of the part 2026.03.04 04:39:19.285796 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_121_26} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 160 rows starting from the beginning of the part 2026.03.04 04:39:19.285833 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_121_26} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part 2026.03.04 04:39:19.285870 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_121_26} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 1219 rows starting from the beginning of the part 2026.03.04 04:39:19.286460 [ 261 ] {8f1bf6fc-6afc-43c1-9171-16c32782b9c5} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:19.286500 [ 261 ] {8f1bf6fc-6afc-43c1-9171-16c32782b9c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:19.287043 [ 261 ] {8f1bf6fc-6afc-43c1-9171-16c32782b9c5} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.03.04 04:39:19.287301 [ 261 ] {8f1bf6fc-6afc-43c1-9171-16c32782b9c5} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:19.287446 [ 261 ] {8f1bf6fc-6afc-43c1-9171-16c32782b9c5} executeQuery: Read 19 rows, 34.86 KiB in 0.001914 sec., 9926.854754440961 rows/sec., 17.79 MiB/sec. 2026.03.04 04:39:19.287505 [ 261 ] {8f1bf6fc-6afc-43c1-9171-16c32782b9c5} TCPHandler: Processed in 0.002120791 sec. 2026.03.04 04:39:19.287613 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:19.287708 [ 261 ] {ed7a9e84-930c-4751-a30a-5d459a57298b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:39:19.287750 [ 261 ] {ed7a9e84-930c-4751-a30a-5d459a57298b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:39:19.288075 [ 261 ] {ed7a9e84-930c-4751-a30a-5d459a57298b} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:19.288110 [ 261 ] {ed7a9e84-930c-4751-a30a-5d459a57298b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:19.288433 [ 261 ] {ed7a9e84-930c-4751-a30a-5d459a57298b} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.03.04 04:39:19.288647 [ 261 ] {ed7a9e84-930c-4751-a30a-5d459a57298b} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:19.288754 [ 89 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.03.04 04:39:19.288779 [ 261 ] {ed7a9e84-930c-4751-a30a-5d459a57298b} executeQuery: Read 12 rows, 848.00 B in 0.001089 sec., 11019.283746556475 rows/sec., 760.45 KiB/sec. 2026.03.04 04:39:19.288781 [ 89 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:19.288807 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:19.288815 [ 261 ] {ed7a9e84-930c-4751-a30a-5d459a57298b} TCPHandler: Processed in 0.001249254 sec. 2026.03.04 04:39:19.288878 [ 197 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2026.03.04 04:39:19.288964 [ 197 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:39:19.288996 [ 197 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 6390 rows starting from the beginning of the part 2026.03.04 04:39:19.289060 [ 197 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 60 rows starting from the beginning of the part 2026.03.04 04:39:19.289108 [ 197 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part 2026.03.04 04:39:19.289153 [ 197 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 60 rows starting from the beginning of the part 2026.03.04 04:39:19.289198 [ 197 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 60 rows starting from the beginning of the part 2026.03.04 04:39:19.289245 [ 197 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 12 rows starting from the beginning of the part 2026.03.04 04:39:19.291062 [ 196 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 6642 rows, containing 4 columns (4 merged, 0 gathered) in 0.002212273 sec., 3002341.935195159 rows/sec., 199.55 MiB/sec. 2026.03.04 04:39:19.291813 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.03.04 04:39:19.292162 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_121_24} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:19.292241 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_121_24} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.03.04 04:39:19.292326 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. 2026.03.04 04:39:19.293743 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_121_26} MergeTask::MergeProjectionsStage: Merge sorted 40664 rows, containing 5 columns (5 merged, 0 gathered) in 0.008360681 sec., 4863718.637273686 rows/sec., 320.82 MiB/sec. 2026.03.04 04:39:19.294513 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_121_26} MergedBlockOutputStream: filled checksums all_1_121_26 (state Temporary) 2026.03.04 04:39:19.294789 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_121_26} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_121_26 to all_1_121_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:19.294871 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_121_26} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_116_25, all_121_121_0] -> all_1_121_26 2026.03.04 04:39:19.294953 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2026.03.04 04:39:20.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 375.16 MiB, peak 399.79 MiB, free memory in arenas 0.00 B, will set to 386.27 MiB (RSS), difference: 11.11 MiB 2026.03.04 04:39:20.057499 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 543 2026.03.04 04:39:20.075555 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:20.075624 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:20.081816 [ 244 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.03.04 04:39:20.082574 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:20.086150 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 543 2026.03.04 04:39:20.337450 [ 217 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:20.337507 [ 217 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:20.341107 [ 217 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:23.984480 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:23.984656 [ 261 ] {75374c9c-7816-440a-a25e-2b842ca0bfc3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:39:23.984719 [ 261 ] {75374c9c-7816-440a-a25e-2b842ca0bfc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:39:23.985377 [ 261 ] {75374c9c-7816-440a-a25e-2b842ca0bfc3} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:23.985415 [ 261 ] {75374c9c-7816-440a-a25e-2b842ca0bfc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:23.985801 [ 261 ] {75374c9c-7816-440a-a25e-2b842ca0bfc3} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.03.04 04:39:23.986016 [ 261 ] {75374c9c-7816-440a-a25e-2b842ca0bfc3} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:23.986164 [ 261 ] {75374c9c-7816-440a-a25e-2b842ca0bfc3} executeQuery: Read 56 rows, 4.38 KiB in 0.001557 sec., 35966.60244059088 rows/sec., 2.75 MiB/sec. 2026.03.04 04:39:23.986206 [ 261 ] {75374c9c-7816-440a-a25e-2b842ca0bfc3} TCPHandler: Processed in 0.001853816 sec. 2026.03.04 04:39:23.986327 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:23.986421 [ 261 ] {1da9fa34-b366-4425-8a44-3ada80346d51} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:39:23.986460 [ 261 ] {1da9fa34-b366-4425-8a44-3ada80346d51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:39:23.986876 [ 261 ] {1da9fa34-b366-4425-8a44-3ada80346d51} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:23.986910 [ 261 ] {1da9fa34-b366-4425-8a44-3ada80346d51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:23.987205 [ 261 ] {1da9fa34-b366-4425-8a44-3ada80346d51} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.03.04 04:39:23.987408 [ 261 ] {1da9fa34-b366-4425-8a44-3ada80346d51} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:23.987535 [ 261 ] {1da9fa34-b366-4425-8a44-3ada80346d51} executeQuery: Read 64 rows, 5.12 KiB in 0.001131 sec., 56587.09106984969 rows/sec., 4.42 MiB/sec. 2026.03.04 04:39:23.987571 [ 261 ] {1da9fa34-b366-4425-8a44-3ada80346d51} TCPHandler: Processed in 0.001291165 sec. 2026.03.04 04:39:23.987685 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:23.987778 [ 261 ] {5a9f6a77-102c-4a56-bbe8-f0f62148582a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:39:23.987821 [ 261 ] {5a9f6a77-102c-4a56-bbe8-f0f62148582a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:39:23.988199 [ 261 ] {5a9f6a77-102c-4a56-bbe8-f0f62148582a} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:23.988232 [ 261 ] {5a9f6a77-102c-4a56-bbe8-f0f62148582a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:23.988579 [ 261 ] {5a9f6a77-102c-4a56-bbe8-f0f62148582a} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.03.04 04:39:23.988780 [ 261 ] {5a9f6a77-102c-4a56-bbe8-f0f62148582a} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:23.988905 [ 261 ] {5a9f6a77-102c-4a56-bbe8-f0f62148582a} executeQuery: Read 128 rows, 9.13 KiB in 0.001145 sec., 111790.39301310045 rows/sec., 7.79 MiB/sec. 2026.03.04 04:39:23.988950 [ 261 ] {5a9f6a77-102c-4a56-bbe8-f0f62148582a} TCPHandler: Processed in 0.001311865 sec. 2026.03.04 04:39:23.989081 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:23.989190 [ 261 ] {979e8878-2cb4-4564-99ff-b6c6fec362a4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:39:23.989240 [ 261 ] {979e8878-2cb4-4564-99ff-b6c6fec362a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:39:23.989577 [ 261 ] {979e8878-2cb4-4564-99ff-b6c6fec362a4} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:23.989610 [ 261 ] {979e8878-2cb4-4564-99ff-b6c6fec362a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:23.989901 [ 261 ] {979e8878-2cb4-4564-99ff-b6c6fec362a4} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.03.04 04:39:23.990100 [ 261 ] {979e8878-2cb4-4564-99ff-b6c6fec362a4} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:23.990222 [ 261 ] {979e8878-2cb4-4564-99ff-b6c6fec362a4} executeQuery: Read 48 rows, 3.31 KiB in 0.001056 sec., 45454.54545454545 rows/sec., 3.06 MiB/sec. 2026.03.04 04:39:23.990256 [ 261 ] {979e8878-2cb4-4564-99ff-b6c6fec362a4} TCPHandler: Processed in 0.001233354 sec. 2026.03.04 04:39:25.527522 [ 217 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:25.527599 [ 217 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:25.530920 [ 217 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:25.711348 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 35036 2026.03.04 04:39:25.711897 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:25.711944 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:25.712452 [ 245 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.03.04 04:39:25.712707 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:25.712838 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35036 2026.03.04 04:39:27.586196 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 550 2026.03.04 04:39:27.603849 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:27.604001 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:27.610262 [ 244 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.03.04 04:39:27.610991 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:27.614158 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 550 2026.03.04 04:39:28.331525 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1996 2026.03.04 04:39:28.334107 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:28.334174 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:28.335472 [ 243 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.04 04:39:28.335770 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:28.336192 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1996 2026.03.04 04:39:28.987125 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:28.987325 [ 261 ] {05bb23d8-0cf4-458f-8bd0-1b96935f7c05} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:39:28.987395 [ 261 ] {05bb23d8-0cf4-458f-8bd0-1b96935f7c05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:39:28.988087 [ 261 ] {05bb23d8-0cf4-458f-8bd0-1b96935f7c05} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:28.988139 [ 261 ] {05bb23d8-0cf4-458f-8bd0-1b96935f7c05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:28.988552 [ 261 ] {05bb23d8-0cf4-458f-8bd0-1b96935f7c05} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.03.04 04:39:28.988794 [ 261 ] {05bb23d8-0cf4-458f-8bd0-1b96935f7c05} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:28.988968 [ 261 ] {05bb23d8-0cf4-458f-8bd0-1b96935f7c05} executeQuery: Read 122 rows, 10.72 KiB in 0.001693 sec., 72061.42941523922 rows/sec., 6.19 MiB/sec. 2026.03.04 04:39:28.989022 [ 261 ] {05bb23d8-0cf4-458f-8bd0-1b96935f7c05} TCPHandler: Processed in 0.00204027 sec. 2026.03.04 04:39:28.989150 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:28.989256 [ 261 ] {d8ef8ace-0e45-449a-a469-6a8c3bed4d1c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:39:28.989301 [ 261 ] {d8ef8ace-0e45-449a-a469-6a8c3bed4d1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:39:28.989748 [ 261 ] {d8ef8ace-0e45-449a-a469-6a8c3bed4d1c} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:28.989787 [ 261 ] {d8ef8ace-0e45-449a-a469-6a8c3bed4d1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:28.990103 [ 261 ] {d8ef8ace-0e45-449a-a469-6a8c3bed4d1c} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.03.04 04:39:28.990332 [ 261 ] {d8ef8ace-0e45-449a-a469-6a8c3bed4d1c} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:28.990465 [ 261 ] {d8ef8ace-0e45-449a-a469-6a8c3bed4d1c} executeQuery: Read 33 rows, 2.48 KiB in 0.001234 sec., 26742.301458670987 rows/sec., 1.96 MiB/sec. 2026.03.04 04:39:28.990504 [ 261 ] {d8ef8ace-0e45-449a-a469-6a8c3bed4d1c} TCPHandler: Processed in 0.001404967 sec. 2026.03.04 04:39:28.990615 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:28.990714 [ 261 ] {bbb8ac6c-0ebd-44ce-b189-1f43cb2ad25f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:39:28.990754 [ 261 ] {bbb8ac6c-0ebd-44ce-b189-1f43cb2ad25f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:39:28.991186 [ 261 ] {bbb8ac6c-0ebd-44ce-b189-1f43cb2ad25f} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:28.991222 [ 261 ] {bbb8ac6c-0ebd-44ce-b189-1f43cb2ad25f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:28.991539 [ 261 ] {bbb8ac6c-0ebd-44ce-b189-1f43cb2ad25f} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.03.04 04:39:28.991751 [ 261 ] {bbb8ac6c-0ebd-44ce-b189-1f43cb2ad25f} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:28.991884 [ 261 ] {bbb8ac6c-0ebd-44ce-b189-1f43cb2ad25f} executeQuery: Read 97 rows, 7.76 KiB in 0.001189 sec., 81581.1606391926 rows/sec., 6.37 MiB/sec. 2026.03.04 04:39:28.991923 [ 261 ] {bbb8ac6c-0ebd-44ce-b189-1f43cb2ad25f} TCPHandler: Processed in 0.001357387 sec. 2026.03.04 04:39:28.992042 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:28.992135 [ 261 ] {2ae9848d-cd68-4079-93d2-475116531fa9} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:39:28.992180 [ 261 ] {2ae9848d-cd68-4079-93d2-475116531fa9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:39:28.992596 [ 261 ] {2ae9848d-cd68-4079-93d2-475116531fa9} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:28.992633 [ 261 ] {2ae9848d-cd68-4079-93d2-475116531fa9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:28.992974 [ 261 ] {2ae9848d-cd68-4079-93d2-475116531fa9} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.03.04 04:39:28.993190 [ 261 ] {2ae9848d-cd68-4079-93d2-475116531fa9} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:28.993317 [ 261 ] {2ae9848d-cd68-4079-93d2-475116531fa9} executeQuery: Read 160 rows, 11.41 KiB in 0.001201 sec., 133222.31473771855 rows/sec., 9.28 MiB/sec. 2026.03.04 04:39:28.993355 [ 261 ] {2ae9848d-cd68-4079-93d2-475116531fa9} TCPHandler: Processed in 0.001360986 sec. 2026.03.04 04:39:28.993464 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:28.993558 [ 261 ] {133c1c80-5ea4-46cf-a084-f6e285375f3f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:39:28.993613 [ 261 ] {133c1c80-5ea4-46cf-a084-f6e285375f3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:39:28.994441 [ 261 ] {133c1c80-5ea4-46cf-a084-f6e285375f3f} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:28.994476 [ 261 ] {133c1c80-5ea4-46cf-a084-f6e285375f3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:28.995036 [ 261 ] {133c1c80-5ea4-46cf-a084-f6e285375f3f} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.03.04 04:39:28.995274 [ 261 ] {133c1c80-5ea4-46cf-a084-f6e285375f3f} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:28.995414 [ 261 ] {133c1c80-5ea4-46cf-a084-f6e285375f3f} executeQuery: Read 33 rows, 60.55 KiB in 0.001875 sec., 17600 rows/sec., 31.54 MiB/sec. 2026.03.04 04:39:28.995469 [ 261 ] {133c1c80-5ea4-46cf-a084-f6e285375f3f} TCPHandler: Processed in 0.00205321 sec. 2026.03.04 04:39:28.995585 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:28.995680 [ 261 ] {7a8dd9d1-47f3-4f75-8eeb-e7c9ba23acd8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:39:28.995722 [ 261 ] {7a8dd9d1-47f3-4f75-8eeb-e7c9ba23acd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:39:28.996058 [ 261 ] {7a8dd9d1-47f3-4f75-8eeb-e7c9ba23acd8} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:28.996095 [ 261 ] {7a8dd9d1-47f3-4f75-8eeb-e7c9ba23acd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.05 GiB. 2026.03.04 04:39:28.996400 [ 261 ] {7a8dd9d1-47f3-4f75-8eeb-e7c9ba23acd8} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.03.04 04:39:28.996618 [ 261 ] {7a8dd9d1-47f3-4f75-8eeb-e7c9ba23acd8} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:28.996751 [ 261 ] {7a8dd9d1-47f3-4f75-8eeb-e7c9ba23acd8} executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. 2026.03.04 04:39:28.996788 [ 261 ] {7a8dd9d1-47f3-4f75-8eeb-e7c9ba23acd8} TCPHandler: Processed in 0.001250814 sec. 2026.03.04 04:39:29.658539 [ 217 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:39:29.658652 [ 217 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:39:29.662704 [ 217 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:39:29.994251 [ 221 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:39:29.994301 [ 221 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:39:29.996766 [ 221 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:39:30.012158 [ 222 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:39:30.012213 [ 222 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:39:30.015537 [ 222 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:39:30.225414 [ 222 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:39:30.225447 [ 222 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:39:30.228413 [ 222 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:39:33.027664 [ 77 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:39:33.027710 [ 77 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:39:33.212990 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 35548 2026.03.04 04:39:33.213685 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:33.213720 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:33.214182 [ 245 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.03.04 04:39:33.214405 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:33.214533 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35548 2026.03.04 04:39:33.985884 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:33.986079 [ 261 ] {63ea135a-abef-4514-98d3-da4bad476735} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:39:33.986149 [ 261 ] {63ea135a-abef-4514-98d3-da4bad476735} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:39:33.986850 [ 261 ] {63ea135a-abef-4514-98d3-da4bad476735} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:33.986889 [ 261 ] {63ea135a-abef-4514-98d3-da4bad476735} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:33.987267 [ 261 ] {63ea135a-abef-4514-98d3-da4bad476735} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.03.04 04:39:33.987488 [ 261 ] {63ea135a-abef-4514-98d3-da4bad476735} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:33.987643 [ 261 ] {63ea135a-abef-4514-98d3-da4bad476735} executeQuery: Read 72 rows, 5.91 KiB in 0.001616 sec., 44554.455445544554 rows/sec., 3.57 MiB/sec. 2026.03.04 04:39:33.987694 [ 261 ] {63ea135a-abef-4514-98d3-da4bad476735} TCPHandler: Processed in 0.001947197 sec. 2026.03.04 04:39:33.987821 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:33.987923 [ 261 ] {19580a6e-ceaf-4ddc-a8e0-bba7cd902b9a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:39:33.987965 [ 261 ] {19580a6e-ceaf-4ddc-a8e0-bba7cd902b9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:39:33.988384 [ 261 ] {19580a6e-ceaf-4ddc-a8e0-bba7cd902b9a} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:33.988419 [ 261 ] {19580a6e-ceaf-4ddc-a8e0-bba7cd902b9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:33.988715 [ 261 ] {19580a6e-ceaf-4ddc-a8e0-bba7cd902b9a} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.03.04 04:39:33.988929 [ 261 ] {19580a6e-ceaf-4ddc-a8e0-bba7cd902b9a} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:33.989060 [ 261 ] {19580a6e-ceaf-4ddc-a8e0-bba7cd902b9a} executeQuery: Read 8 rows, 616.00 B in 0.00116 sec., 6896.551724137931 rows/sec., 518.59 KiB/sec. 2026.03.04 04:39:33.989098 [ 261 ] {19580a6e-ceaf-4ddc-a8e0-bba7cd902b9a} TCPHandler: Processed in 0.001325366 sec. 2026.03.04 04:39:33.989220 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:33.989316 [ 261 ] {60ccc825-9baa-40e7-ad41-bdb7a2d55269} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:39:33.989355 [ 261 ] {60ccc825-9baa-40e7-ad41-bdb7a2d55269} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:39:33.989775 [ 261 ] {60ccc825-9baa-40e7-ad41-bdb7a2d55269} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:33.989811 [ 261 ] {60ccc825-9baa-40e7-ad41-bdb7a2d55269} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:33.990104 [ 261 ] {60ccc825-9baa-40e7-ad41-bdb7a2d55269} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.03.04 04:39:33.990306 [ 261 ] {60ccc825-9baa-40e7-ad41-bdb7a2d55269} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:33.990428 [ 261 ] {60ccc825-9baa-40e7-ad41-bdb7a2d55269} executeQuery: Read 72 rows, 5.76 KiB in 0.001132 sec., 63604.24028268551 rows/sec., 4.97 MiB/sec. 2026.03.04 04:39:33.990464 [ 261 ] {60ccc825-9baa-40e7-ad41-bdb7a2d55269} TCPHandler: Processed in 0.001291235 sec. 2026.03.04 04:39:33.990576 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:33.990668 [ 261 ] {a9529577-04e6-4708-95f7-5e3a4b52ef26} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:39:33.990711 [ 261 ] {a9529577-04e6-4708-95f7-5e3a4b52ef26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:39:33.991120 [ 261 ] {a9529577-04e6-4708-95f7-5e3a4b52ef26} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:33.991155 [ 261 ] {a9529577-04e6-4708-95f7-5e3a4b52ef26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:33.991469 [ 261 ] {a9529577-04e6-4708-95f7-5e3a4b52ef26} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.03.04 04:39:33.991673 [ 261 ] {a9529577-04e6-4708-95f7-5e3a4b52ef26} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:33.991798 [ 261 ] {a9529577-04e6-4708-95f7-5e3a4b52ef26} executeQuery: Read 160 rows, 11.41 KiB in 0.001148 sec., 139372.82229965157 rows/sec., 9.71 MiB/sec. 2026.03.04 04:39:33.991835 [ 261 ] {a9529577-04e6-4708-95f7-5e3a4b52ef26} TCPHandler: Processed in 0.001306325 sec. 2026.03.04 04:39:33.991944 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:33.992035 [ 261 ] {2c6592e4-35a8-4c92-ba87-2e7af42256e7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:39:33.992089 [ 261 ] {2c6592e4-35a8-4c92-ba87-2e7af42256e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:39:33.992852 [ 261 ] {2c6592e4-35a8-4c92-ba87-2e7af42256e7} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:33.992888 [ 261 ] {2c6592e4-35a8-4c92-ba87-2e7af42256e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:33.993381 [ 261 ] {2c6592e4-35a8-4c92-ba87-2e7af42256e7} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.03.04 04:39:33.993588 [ 261 ] {2c6592e4-35a8-4c92-ba87-2e7af42256e7} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:33.993719 [ 261 ] {2c6592e4-35a8-4c92-ba87-2e7af42256e7} executeQuery: Read 8 rows, 14.68 KiB in 0.001701 sec., 4703.115814226925 rows/sec., 8.43 MiB/sec. 2026.03.04 04:39:33.993772 [ 261 ] {2c6592e4-35a8-4c92-ba87-2e7af42256e7} TCPHandler: Processed in 0.001875456 sec. 2026.03.04 04:39:33.993885 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:33.993978 [ 261 ] {0e50931b-dc94-4b7a-b99a-77d21d5085e3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:39:33.994019 [ 261 ] {0e50931b-dc94-4b7a-b99a-77d21d5085e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:39:33.994353 [ 261 ] {0e50931b-dc94-4b7a-b99a-77d21d5085e3} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:33.994389 [ 261 ] {0e50931b-dc94-4b7a-b99a-77d21d5085e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:33.994697 [ 261 ] {0e50931b-dc94-4b7a-b99a-77d21d5085e3} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.03.04 04:39:33.994894 [ 261 ] {0e50931b-dc94-4b7a-b99a-77d21d5085e3} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:33.995018 [ 261 ] {0e50931b-dc94-4b7a-b99a-77d21d5085e3} executeQuery: Read 60 rows, 4.14 KiB in 0.001058 sec., 56710.77504725898 rows/sec., 3.82 MiB/sec. 2026.03.04 04:39:33.995053 [ 261 ] {0e50931b-dc94-4b7a-b99a-77d21d5085e3} TCPHandler: Processed in 0.001214994 sec. 2026.03.04 04:39:34.053138 [ 76 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e) (MergerMutator): Selected 5 parts from all_1_39_8 to all_43_43_0 2026.03.04 04:39:34.053218 [ 76 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:34.053244 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:34.053379 [ 186 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_43_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_39_8 to all_43_43_0 into Compact with storage Full 2026.03.04 04:39:34.053538 [ 186 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_43_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:39:34.053572 [ 186 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 883 rows starting from the beginning of the part 2026.03.04 04:39:34.053644 [ 186 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 708 rows starting from the beginning of the part 2026.03.04 04:39:34.053688 [ 186 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 149 rows starting from the beginning of the part 2026.03.04 04:39:34.053731 [ 186 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 24 rows starting from the beginning of the part 2026.03.04 04:39:34.053771 [ 186 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 708 rows starting from the beginning of the part 2026.03.04 04:39:34.054889 [ 198 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_43_9} MergeTask::MergeProjectionsStage: Merge sorted 2472 rows, containing 5 columns (5 merged, 0 gathered) in 0.00157627 sec., 1568259.2449263134 rows/sec., 99.41 MiB/sec. 2026.03.04 04:39:34.055047 [ 186 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_43_9} MergedBlockOutputStream: filled checksums all_1_43_9 (state Temporary) 2026.03.04 04:39:34.055280 [ 186 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_43_9} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_merge_all_1_43_9 to all_1_43_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:34.055353 [ 186 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_43_9} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e) (MergerMutator): Merged 5 parts: [all_1_39_8, all_43_43_0] -> all_1_43_9 2026.03.04 04:39:34.055426 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2026.03.04 04:39:35.114248 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 558 2026.03.04 04:39:35.132714 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:35.132779 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:35.138972 [ 244 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.03.04 04:39:35.139700 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:35.143087 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 558 2026.03.04 04:39:38.336424 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 2020 2026.03.04 04:39:38.338671 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:38.338721 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:38.340177 [ 243 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.04 04:39:38.340495 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:38.340680 [ 73 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.03.04 04:39:38.340745 [ 73 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:38.340765 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:38.340894 [ 200 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.03.04 04:39:38.340947 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2020 2026.03.04 04:39:38.341498 [ 200 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:39:38.341654 [ 200 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1838 rows starting from the beginning of the part 2026.03.04 04:39:38.342022 [ 200 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 48 rows starting from the beginning of the part 2026.03.04 04:39:38.342365 [ 200 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 34 rows starting from the beginning of the part 2026.03.04 04:39:38.342695 [ 200 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 38 rows starting from the beginning of the part 2026.03.04 04:39:38.343047 [ 200 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 38 rows starting from the beginning of the part 2026.03.04 04:39:38.343401 [ 200 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 24 rows starting from the beginning of the part 2026.03.04 04:39:38.350012 [ 198 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2020 rows, containing 72 columns (72 merged, 0 gathered) in 0.009180487 sec., 220031.90026847163 rows/sec., 170.84 MiB/sec. 2026.03.04 04:39:38.351607 [ 192 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.03.04 04:39:38.352129 [ 192 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_56_11} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:38.352202 [ 192 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_56_11} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.03.04 04:39:38.352379 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.09 MiB. 2026.03.04 04:39:38.989503 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:38.989701 [ 261 ] {e04423f9-2af4-4a81-a10c-7b4ceabecb4e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:39:38.989774 [ 261 ] {e04423f9-2af4-4a81-a10c-7b4ceabecb4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:39:38.990532 [ 261 ] {e04423f9-2af4-4a81-a10c-7b4ceabecb4e} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:38.990590 [ 261 ] {e04423f9-2af4-4a81-a10c-7b4ceabecb4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:38.990971 [ 261 ] {e04423f9-2af4-4a81-a10c-7b4ceabecb4e} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.04 04:39:38.991203 [ 261 ] {e04423f9-2af4-4a81-a10c-7b4ceabecb4e} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:38.991360 [ 261 ] {e04423f9-2af4-4a81-a10c-7b4ceabecb4e} executeQuery: Read 24 rows, 2.04 KiB in 0.001714 sec., 14002.333722287047 rows/sec., 1.16 MiB/sec. 2026.03.04 04:39:38.991402 [ 261 ] {e04423f9-2af4-4a81-a10c-7b4ceabecb4e} TCPHandler: Processed in 0.002029079 sec. 2026.03.04 04:39:38.991542 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:38.991637 [ 261 ] {e3d90728-dd76-4996-8205-5e41f84b6b4f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:39:38.991680 [ 261 ] {e3d90728-dd76-4996-8205-5e41f84b6b4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:39:38.992103 [ 261 ] {e3d90728-dd76-4996-8205-5e41f84b6b4f} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:38.992140 [ 261 ] {e3d90728-dd76-4996-8205-5e41f84b6b4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:38.992447 [ 261 ] {e3d90728-dd76-4996-8205-5e41f84b6b4f} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.04 04:39:38.992660 [ 261 ] {e3d90728-dd76-4996-8205-5e41f84b6b4f} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:38.992796 [ 261 ] {e3d90728-dd76-4996-8205-5e41f84b6b4f} executeQuery: Read 8 rows, 668.00 B in 0.001177 sec., 6796.941376380628 rows/sec., 554.24 KiB/sec. 2026.03.04 04:39:38.992834 [ 261 ] {e3d90728-dd76-4996-8205-5e41f84b6b4f} TCPHandler: Processed in 0.001341646 sec. 2026.03.04 04:39:38.992948 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:38.993041 [ 261 ] {c24d1c3f-f4f8-4554-a744-82e5e9626df4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:39:38.993080 [ 261 ] {c24d1c3f-f4f8-4554-a744-82e5e9626df4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:39:38.993604 [ 261 ] {c24d1c3f-f4f8-4554-a744-82e5e9626df4} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:38.993640 [ 261 ] {c24d1c3f-f4f8-4554-a744-82e5e9626df4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:38.993976 [ 261 ] {c24d1c3f-f4f8-4554-a744-82e5e9626df4} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.03.04 04:39:38.994185 [ 261 ] {c24d1c3f-f4f8-4554-a744-82e5e9626df4} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:38.994313 [ 261 ] {c24d1c3f-f4f8-4554-a744-82e5e9626df4} executeQuery: Read 246 rows, 22.45 KiB in 0.00129 sec., 190697.67441860467 rows/sec., 17.00 MiB/sec. 2026.03.04 04:39:38.994351 [ 261 ] {c24d1c3f-f4f8-4554-a744-82e5e9626df4} TCPHandler: Processed in 0.001451739 sec. 2026.03.04 04:39:38.994463 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:38.994562 [ 261 ] {59786938-a728-436e-ba0f-6fc83945890c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:39:38.994602 [ 261 ] {59786938-a728-436e-ba0f-6fc83945890c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:39:38.995032 [ 261 ] {59786938-a728-436e-ba0f-6fc83945890c} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:38.995069 [ 261 ] {59786938-a728-436e-ba0f-6fc83945890c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:38.995366 [ 261 ] {59786938-a728-436e-ba0f-6fc83945890c} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.03.04 04:39:38.995571 [ 261 ] {59786938-a728-436e-ba0f-6fc83945890c} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:38.995673 [ 70 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.03.04 04:39:38.995703 [ 261 ] {59786938-a728-436e-ba0f-6fc83945890c} executeQuery: Read 53 rows, 4.00 KiB in 0.001164 sec., 45532.646048109964 rows/sec., 3.36 MiB/sec. 2026.03.04 04:39:38.995738 [ 70 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:38.995748 [ 261 ] {59786938-a728-436e-ba0f-6fc83945890c} TCPHandler: Processed in 0.001333435 sec. 2026.03.04 04:39:38.995769 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:38.995870 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:38.995871 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.03.04 04:39:38.995969 [ 261 ] {19ea6849-1ca3-4b10-ba80-ba3f5d706c69} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:39:38.995986 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:39:38.996009 [ 261 ] {19ea6849-1ca3-4b10-ba80-ba3f5d706c69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:39:38.996019 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 226 rows starting from the beginning of the part 2026.03.04 04:39:38.996085 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 33 rows starting from the beginning of the part 2026.03.04 04:39:38.996134 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 23 rows starting from the beginning of the part 2026.03.04 04:39:38.996183 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 33 rows starting from the beginning of the part 2026.03.04 04:39:38.996226 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 8 rows starting from the beginning of the part 2026.03.04 04:39:38.996272 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 53 rows starting from the beginning of the part 2026.03.04 04:39:38.996421 [ 261 ] {19ea6849-1ca3-4b10-ba80-ba3f5d706c69} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:38.996457 [ 261 ] {19ea6849-1ca3-4b10-ba80-ba3f5d706c69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:38.996760 [ 261 ] {19ea6849-1ca3-4b10-ba80-ba3f5d706c69} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.04 04:39:38.996966 [ 261 ] {19ea6849-1ca3-4b10-ba80-ba3f5d706c69} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:38.997075 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 376 rows, containing 5 columns (5 merged, 0 gathered) in 0.001248334 sec., 301201.4412809392 rows/sec., 21.55 MiB/sec. 2026.03.04 04:39:38.997103 [ 261 ] {19ea6849-1ca3-4b10-ba80-ba3f5d706c69} executeQuery: Read 24 rows, 2.04 KiB in 0.001152 sec., 20833.333333333332 rows/sec., 1.73 MiB/sec. 2026.03.04 04:39:38.997147 [ 261 ] {19ea6849-1ca3-4b10-ba80-ba3f5d706c69} TCPHandler: Processed in 0.001325325 sec. 2026.03.04 04:39:38.997255 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:38.997287 [ 191 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.03.04 04:39:38.997352 [ 261 ] {ded6e04e-f416-48e1-a05d-020c1a17d77e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:39:38.997398 [ 261 ] {ded6e04e-f416-48e1-a05d-020c1a17d77e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:39:38.997632 [ 191 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_106_21} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:38.997719 [ 191 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_106_21} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.03.04 04:39:38.997797 [ 261 ] {ded6e04e-f416-48e1-a05d-020c1a17d77e} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:38.997822 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.03.04 04:39:38.997841 [ 261 ] {ded6e04e-f416-48e1-a05d-020c1a17d77e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:38.998136 [ 261 ] {ded6e04e-f416-48e1-a05d-020c1a17d77e} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.03.04 04:39:38.998353 [ 261 ] {ded6e04e-f416-48e1-a05d-020c1a17d77e} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:38.998482 [ 261 ] {ded6e04e-f416-48e1-a05d-020c1a17d77e} executeQuery: Read 12 rows, 960.00 B in 0.001148 sec., 10452.961672473868 rows/sec., 816.64 KiB/sec. 2026.03.04 04:39:38.998520 [ 261 ] {ded6e04e-f416-48e1-a05d-020c1a17d77e} TCPHandler: Processed in 0.001313405 sec. 2026.03.04 04:39:38.998632 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:38.998725 [ 261 ] {11a81996-ad2b-457a-be23-4f2a48f4e850} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:39:38.998763 [ 261 ] {11a81996-ad2b-457a-be23-4f2a48f4e850} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:39:38.999253 [ 261 ] {11a81996-ad2b-457a-be23-4f2a48f4e850} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:38.999288 [ 261 ] {11a81996-ad2b-457a-be23-4f2a48f4e850} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:38.999588 [ 261 ] {11a81996-ad2b-457a-be23-4f2a48f4e850} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.03.04 04:39:38.999800 [ 261 ] {11a81996-ad2b-457a-be23-4f2a48f4e850} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:38.999925 [ 261 ] {11a81996-ad2b-457a-be23-4f2a48f4e850} executeQuery: Read 141 rows, 11.67 KiB in 0.001218 sec., 115763.54679802957 rows/sec., 9.36 MiB/sec. 2026.03.04 04:39:38.999963 [ 261 ] {11a81996-ad2b-457a-be23-4f2a48f4e850} TCPHandler: Processed in 0.001379107 sec. 2026.03.04 04:39:39.000073 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:39.000168 [ 261 ] {c87d83a1-5417-48bd-af6d-c4d1e8860c0f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:39:39.000211 [ 261 ] {c87d83a1-5417-48bd-af6d-c4d1e8860c0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:39:39.000622 [ 261 ] {c87d83a1-5417-48bd-af6d-c4d1e8860c0f} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:39.000659 [ 261 ] {c87d83a1-5417-48bd-af6d-c4d1e8860c0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:39.000994 [ 261 ] {c87d83a1-5417-48bd-af6d-c4d1e8860c0f} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.03.04 04:39:39.001205 [ 261 ] {c87d83a1-5417-48bd-af6d-c4d1e8860c0f} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:39.001334 [ 261 ] {c87d83a1-5417-48bd-af6d-c4d1e8860c0f} executeQuery: Read 200 rows, 14.68 KiB in 0.001184 sec., 168918.91891891893 rows/sec., 12.11 MiB/sec. 2026.03.04 04:39:39.001371 [ 261 ] {c87d83a1-5417-48bd-af6d-c4d1e8860c0f} TCPHandler: Processed in 0.001345846 sec. 2026.03.04 04:39:39.001480 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:39.001575 [ 261 ] {fc3e9018-c21d-4c1a-8657-68e4e2c48ba4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:39:39.001631 [ 261 ] {fc3e9018-c21d-4c1a-8657-68e4e2c48ba4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:39:39.002498 [ 261 ] {fc3e9018-c21d-4c1a-8657-68e4e2c48ba4} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:39.002534 [ 261 ] {fc3e9018-c21d-4c1a-8657-68e4e2c48ba4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:39.003081 [ 261 ] {fc3e9018-c21d-4c1a-8657-68e4e2c48ba4} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.03.04 04:39:39.003312 [ 261 ] {fc3e9018-c21d-4c1a-8657-68e4e2c48ba4} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:39.003447 [ 261 ] {fc3e9018-c21d-4c1a-8657-68e4e2c48ba4} executeQuery: Read 33 rows, 60.55 KiB in 0.00189 sec., 17460.31746031746 rows/sec., 31.29 MiB/sec. 2026.03.04 04:39:39.003501 [ 261 ] {fc3e9018-c21d-4c1a-8657-68e4e2c48ba4} TCPHandler: Processed in 0.0020693 sec. 2026.03.04 04:39:39.003622 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:39.003718 [ 261 ] {e48df6da-826f-4d16-805d-09d0ec5b0d76} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:39:39.003760 [ 261 ] {e48df6da-826f-4d16-805d-09d0ec5b0d76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:39:39.004108 [ 261 ] {e48df6da-826f-4d16-805d-09d0ec5b0d76} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:39.004144 [ 261 ] {e48df6da-826f-4d16-805d-09d0ec5b0d76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:39.004455 [ 261 ] {e48df6da-826f-4d16-805d-09d0ec5b0d76} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.03.04 04:39:39.004666 [ 261 ] {e48df6da-826f-4d16-805d-09d0ec5b0d76} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:39.004792 [ 261 ] {e48df6da-826f-4d16-805d-09d0ec5b0d76} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2026.03.04 04:39:39.004828 [ 261 ] {e48df6da-826f-4d16-805d-09d0ec5b0d76} TCPHandler: Processed in 0.001254424 sec. 2026.03.04 04:39:40.714674 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 35996 2026.03.04 04:39:40.715258 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:40.715307 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:40.715826 [ 245 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.03.04 04:39:40.716058 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:40.716186 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35996 2026.03.04 04:39:41.141601 [ 219 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:39:41.141686 [ 219 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:39:41.145664 [ 219 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:39:41.725358 [ 224 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:39:41.725414 [ 224 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:39:41.728767 [ 224 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:39:42.644129 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 565 2026.03.04 04:39:42.660061 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:42.660106 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:42.666201 [ 244 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.03.04 04:39:42.666908 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:42.669831 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 565 2026.03.04 04:39:43.053772 [ 225 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:39:43.053863 [ 225 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:39:43.056325 [ 225 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:39:43.986294 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:43.986500 [ 261 ] {c62a394c-4e71-4cb5-afa2-7fd6d7b5d41c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:39:43.986576 [ 261 ] {c62a394c-4e71-4cb5-afa2-7fd6d7b5d41c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:39:43.987265 [ 261 ] {c62a394c-4e71-4cb5-afa2-7fd6d7b5d41c} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:43.987311 [ 261 ] {c62a394c-4e71-4cb5-afa2-7fd6d7b5d41c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:43.987703 [ 261 ] {c62a394c-4e71-4cb5-afa2-7fd6d7b5d41c} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.03.04 04:39:43.987931 [ 261 ] {c62a394c-4e71-4cb5-afa2-7fd6d7b5d41c} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:43.988077 [ 65 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.03.04 04:39:43.988086 [ 261 ] {c62a394c-4e71-4cb5-afa2-7fd6d7b5d41c} executeQuery: Read 72 rows, 5.91 KiB in 0.001641 sec., 43875.68555758683 rows/sec., 3.52 MiB/sec. 2026.03.04 04:39:43.988123 [ 65 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:43.988147 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:43.988150 [ 261 ] {c62a394c-4e71-4cb5-afa2-7fd6d7b5d41c} TCPHandler: Processed in 0.001993818 sec. 2026.03.04 04:39:43.988241 [ 201 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2026.03.04 04:39:43.988285 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:43.988332 [ 201 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:39:43.988363 [ 201 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2895 rows starting from the beginning of the part 2026.03.04 04:39:43.988390 [ 261 ] {66a6b736-5f36-4dad-8afc-4edd2a8cd397} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:39:43.988423 [ 201 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 56 rows starting from the beginning of the part 2026.03.04 04:39:43.988433 [ 261 ] {66a6b736-5f36-4dad-8afc-4edd2a8cd397} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:39:43.988471 [ 201 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 122 rows starting from the beginning of the part 2026.03.04 04:39:43.988516 [ 201 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 72 rows starting from the beginning of the part 2026.03.04 04:39:43.988558 [ 201 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 246 rows starting from the beginning of the part 2026.03.04 04:39:43.988596 [ 201 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 72 rows starting from the beginning of the part 2026.03.04 04:39:43.988871 [ 261 ] {66a6b736-5f36-4dad-8afc-4edd2a8cd397} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:43.988906 [ 261 ] {66a6b736-5f36-4dad-8afc-4edd2a8cd397} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:43.989205 [ 261 ] {66a6b736-5f36-4dad-8afc-4edd2a8cd397} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.03.04 04:39:43.989425 [ 261 ] {66a6b736-5f36-4dad-8afc-4edd2a8cd397} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:43.989559 [ 261 ] {66a6b736-5f36-4dad-8afc-4edd2a8cd397} executeQuery: Read 8 rows, 616.00 B in 0.001194 sec., 6700.167504187605 rows/sec., 503.82 KiB/sec. 2026.03.04 04:39:43.989598 [ 261 ] {66a6b736-5f36-4dad-8afc-4edd2a8cd397} TCPHandler: Processed in 0.001364846 sec. 2026.03.04 04:39:43.989718 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:43.989816 [ 261 ] {5feec8f5-eab1-4bff-8901-58c22910bd70} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:39:43.989857 [ 261 ] {5feec8f5-eab1-4bff-8901-58c22910bd70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:39:43.989972 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 3463 rows, containing 5 columns (5 merged, 0 gathered) in 0.001765394 sec., 1961601.7727487462 rows/sec., 161.23 MiB/sec. 2026.03.04 04:39:43.990248 [ 201 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.03.04 04:39:43.990284 [ 261 ] {5feec8f5-eab1-4bff-8901-58c22910bd70} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:43.990317 [ 261 ] {5feec8f5-eab1-4bff-8901-58c22910bd70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:43.990491 [ 201 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_126_25} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:43.990556 [ 201 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_126_25} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.03.04 04:39:43.990620 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2026.03.04 04:39:43.990622 [ 261 ] {5feec8f5-eab1-4bff-8901-58c22910bd70} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.03.04 04:39:43.990834 [ 261 ] {5feec8f5-eab1-4bff-8901-58c22910bd70} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:43.990939 [ 65 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.03.04 04:39:43.990962 [ 261 ] {5feec8f5-eab1-4bff-8901-58c22910bd70} executeQuery: Read 72 rows, 5.76 KiB in 0.001166 sec., 61749.57118353345 rows/sec., 4.82 MiB/sec. 2026.03.04 04:39:43.990963 [ 65 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:43.990991 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:43.991000 [ 261 ] {5feec8f5-eab1-4bff-8901-58c22910bd70} TCPHandler: Processed in 0.001330876 sec. 2026.03.04 04:39:43.991091 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2026.03.04 04:39:43.991115 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:43.991216 [ 261 ] {e411b263-39ea-4c4d-9214-4b8bcaca4137} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:39:43.991228 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:39:43.991260 [ 261 ] {e411b263-39ea-4c4d-9214-4b8bcaca4137} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:39:43.991268 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1552 rows starting from the beginning of the part 2026.03.04 04:39:43.991348 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 64 rows starting from the beginning of the part 2026.03.04 04:39:43.991396 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 97 rows starting from the beginning of the part 2026.03.04 04:39:43.991437 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 72 rows starting from the beginning of the part 2026.03.04 04:39:43.991476 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 141 rows starting from the beginning of the part 2026.03.04 04:39:43.991517 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 72 rows starting from the beginning of the part 2026.03.04 04:39:43.991681 [ 261 ] {e411b263-39ea-4c4d-9214-4b8bcaca4137} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:43.991723 [ 261 ] {e411b263-39ea-4c4d-9214-4b8bcaca4137} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:43.992070 [ 261 ] {e411b263-39ea-4c4d-9214-4b8bcaca4137} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.03.04 04:39:43.992303 [ 261 ] {e411b263-39ea-4c4d-9214-4b8bcaca4137} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:43.992410 [ 65 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 2 parts from all_1_121_26 to all_122_122_0 2026.03.04 04:39:43.992432 [ 65 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:43.992435 [ 261 ] {e411b263-39ea-4c4d-9214-4b8bcaca4137} executeQuery: Read 160 rows, 11.41 KiB in 0.001237 sec., 129345.18997574778 rows/sec., 9.01 MiB/sec. 2026.03.04 04:39:43.992447 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:43.992474 [ 261 ] {e411b263-39ea-4c4d-9214-4b8bcaca4137} TCPHandler: Processed in 0.001408427 sec. 2026.03.04 04:39:43.992520 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_122_27} MergeTask::PrepareStage: Merging 2 parts: from all_1_121_26 to all_122_122_0 into Compact with storage Full 2026.03.04 04:39:43.992581 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:43.992641 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_122_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:39:43.992680 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_122_27} MergeTreeSequentialSource: Reading 6 marks from part all_1_121_26, total 40664 rows starting from the beginning of the part 2026.03.04 04:39:43.992682 [ 261 ] {3a3a22d8-1db2-4486-b429-0b8f4a455aa1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:39:43.992710 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 1998 rows, containing 5 columns (5 merged, 0 gathered) in 0.001670943 sec., 1195731.9908578568 rows/sec., 90.45 MiB/sec. 2026.03.04 04:39:43.992748 [ 261 ] {3a3a22d8-1db2-4486-b429-0b8f4a455aa1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:39:43.992751 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_122_27} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 128 rows starting from the beginning of the part 2026.03.04 04:39:43.992927 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.03.04 04:39:43.993206 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_126_25} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:43.993267 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_126_25} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.03.04 04:39:43.993340 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.03.04 04:39:43.993538 [ 261 ] {3a3a22d8-1db2-4486-b429-0b8f4a455aa1} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:43.993573 [ 261 ] {3a3a22d8-1db2-4486-b429-0b8f4a455aa1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:43.994091 [ 261 ] {3a3a22d8-1db2-4486-b429-0b8f4a455aa1} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.03.04 04:39:43.994317 [ 261 ] {3a3a22d8-1db2-4486-b429-0b8f4a455aa1} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:43.994426 [ 65 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.03.04 04:39:43.994451 [ 65 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:43.994457 [ 261 ] {3a3a22d8-1db2-4486-b429-0b8f4a455aa1} executeQuery: Read 8 rows, 14.68 KiB in 0.001796 sec., 4454.342984409799 rows/sec., 7.98 MiB/sec. 2026.03.04 04:39:43.994466 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:43.994524 [ 261 ] {3a3a22d8-1db2-4486-b429-0b8f4a455aa1} TCPHandler: Processed in 0.001990619 sec. 2026.03.04 04:39:43.994540 [ 190 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.03.04 04:39:43.994641 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:43.994738 [ 190 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:39:43.994741 [ 261 ] {28dcd374-0d63-4758-940d-6cf036198aec} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:39:43.994793 [ 190 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2257 rows starting from the beginning of the part 2026.03.04 04:39:43.994799 [ 261 ] {28dcd374-0d63-4758-940d-6cf036198aec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:39:43.994912 [ 190 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 19 rows starting from the beginning of the part 2026.03.04 04:39:43.995019 [ 190 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 33 rows starting from the beginning of the part 2026.03.04 04:39:43.995116 [ 190 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 8 rows starting from the beginning of the part 2026.03.04 04:39:43.995153 [ 261 ] {28dcd374-0d63-4758-940d-6cf036198aec} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:43.995193 [ 261 ] {28dcd374-0d63-4758-940d-6cf036198aec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:43.995220 [ 190 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 33 rows starting from the beginning of the part 2026.03.04 04:39:43.995326 [ 190 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 8 rows starting from the beginning of the part 2026.03.04 04:39:43.995521 [ 261 ] {28dcd374-0d63-4758-940d-6cf036198aec} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.03.04 04:39:43.995782 [ 261 ] {28dcd374-0d63-4758-940d-6cf036198aec} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:43.995892 [ 65 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.03.04 04:39:43.995913 [ 261 ] {28dcd374-0d63-4758-940d-6cf036198aec} executeQuery: Read 60 rows, 4.14 KiB in 0.001192 sec., 50335.57046979866 rows/sec., 3.39 MiB/sec. 2026.03.04 04:39:43.995916 [ 65 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:43.995942 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:43.995948 [ 261 ] {28dcd374-0d63-4758-940d-6cf036198aec} TCPHandler: Processed in 0.001357066 sec. 2026.03.04 04:39:43.996000 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2026.03.04 04:39:43.996071 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:39:43.996094 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 6642 rows starting from the beginning of the part 2026.03.04 04:39:43.996141 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 48 rows starting from the beginning of the part 2026.03.04 04:39:43.996180 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part 2026.03.04 04:39:43.996217 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 60 rows starting from the beginning of the part 2026.03.04 04:39:43.996256 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part 2026.03.04 04:39:43.996292 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 60 rows starting from the beginning of the part 2026.03.04 04:39:43.998239 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 6930 rows, containing 4 columns (4 merged, 0 gathered) in 0.002262894 sec., 3062450.1191836647 rows/sec., 203.66 MiB/sec. 2026.03.04 04:39:43.998846 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.03.04 04:39:43.999075 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_126_25} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:43.999133 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_126_25} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.03.04 04:39:43.999188 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2026.03.04 04:39:43.999990 [ 193 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_122_27} MergeTask::MergeProjectionsStage: Merge sorted 40792 rows, containing 5 columns (5 merged, 0 gathered) in 0.007500765 sec., 5438378.618714225 rows/sec., 358.79 MiB/sec. 2026.03.04 04:39:44.000446 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_122_27} MergedBlockOutputStream: filled checksums all_1_122_27 (state Temporary) 2026.03.04 04:39:44.000708 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_122_27} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_122_27 to all_1_122_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:44.000783 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_122_27} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 2 parts: [all_1_121_26, all_122_122_0] -> all_1_122_27 2026.03.04 04:39:44.000853 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.03.04 04:39:44.001176 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 395.58 MiB, peak 406.57 MiB, free memory in arenas 0.00 B, will set to 389.16 MiB (RSS), difference: -6.42 MiB 2026.03.04 04:39:44.006349 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 2358 rows, containing 19 columns (19 merged, 0 gathered) in 0.011844038 sec., 199087.50714916654 rows/sec., 356.76 MiB/sec. 2026.03.04 04:39:44.008064 [ 190 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.03.04 04:39:44.008401 [ 190 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_106_21} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:44.008478 [ 190 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_106_21} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.03.04 04:39:44.008594 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.52 MiB. 2026.03.04 04:39:45.001178 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 380.49 MiB, peak 406.57 MiB, free memory in arenas 0.00 B, will set to 390.74 MiB (RSS), difference: 10.25 MiB 2026.03.04 04:39:48.027747 [ 60 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:39:48.027797 [ 60 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:39:48.217220 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 36508 2026.03.04 04:39:48.217774 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:48.217826 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:48.218332 [ 245 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.03.04 04:39:48.218585 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:48.218751 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36508 2026.03.04 04:39:48.218755 [ 60 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.03.04 04:39:48.218825 [ 60 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:48.218845 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:48.218968 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.03.04 04:39:48.219109 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:39:48.219147 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_76_15} MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 34076 rows starting from the beginning of the part 2026.03.04 04:39:48.219213 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 512 rows starting from the beginning of the part 2026.03.04 04:39:48.219256 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 448 rows starting from the beginning of the part 2026.03.04 04:39:48.219300 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 512 rows starting from the beginning of the part 2026.03.04 04:39:48.219339 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 448 rows starting from the beginning of the part 2026.03.04 04:39:48.219376 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 512 rows starting from the beginning of the part 2026.03.04 04:39:48.222018 [ 193 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 36508 rows, containing 4 columns (4 merged, 0 gathered) in 0.00310805 sec., 11746271.778124548 rows/sec., 168.03 MiB/sec. 2026.03.04 04:39:48.222371 [ 194 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.03.04 04:39:48.222706 [ 194 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_76_15} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:48.222793 [ 194 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_76_15} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.03.04 04:39:48.222903 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.02 MiB. 2026.03.04 04:39:48.341989 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2052 2026.03.04 04:39:48.344299 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:48.344345 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:48.345546 [ 243 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.04 04:39:48.345816 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:48.346191 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2052 2026.03.04 04:39:48.987231 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:48.987517 [ 261 ] {4669c177-ec50-4347-a49f-c1e2ba441d69} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:39:48.987627 [ 261 ] {4669c177-ec50-4347-a49f-c1e2ba441d69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:39:48.988428 [ 261 ] {4669c177-ec50-4347-a49f-c1e2ba441d69} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:48.988487 [ 261 ] {4669c177-ec50-4347-a49f-c1e2ba441d69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:48.988907 [ 261 ] {4669c177-ec50-4347-a49f-c1e2ba441d69} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.03.04 04:39:48.989146 [ 261 ] {4669c177-ec50-4347-a49f-c1e2ba441d69} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:48.989313 [ 261 ] {4669c177-ec50-4347-a49f-c1e2ba441d69} executeQuery: Read 122 rows, 10.72 KiB in 0.001873 sec., 65136.14522156967 rows/sec., 5.59 MiB/sec. 2026.03.04 04:39:48.989365 [ 261 ] {4669c177-ec50-4347-a49f-c1e2ba441d69} TCPHandler: Processed in 0.002318205 sec. 2026.03.04 04:39:48.989495 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:48.989598 [ 261 ] {06a83ad0-a9b4-4133-ac97-7c78cbbf2a5d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:39:48.989643 [ 261 ] {06a83ad0-a9b4-4133-ac97-7c78cbbf2a5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:39:48.990080 [ 261 ] {06a83ad0-a9b4-4133-ac97-7c78cbbf2a5d} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:48.990118 [ 261 ] {06a83ad0-a9b4-4133-ac97-7c78cbbf2a5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:48.990425 [ 261 ] {06a83ad0-a9b4-4133-ac97-7c78cbbf2a5d} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.03.04 04:39:48.990638 [ 261 ] {06a83ad0-a9b4-4133-ac97-7c78cbbf2a5d} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:48.990776 [ 261 ] {06a83ad0-a9b4-4133-ac97-7c78cbbf2a5d} executeQuery: Read 33 rows, 2.48 KiB in 0.001203 sec., 27431.42144638404 rows/sec., 2.01 MiB/sec. 2026.03.04 04:39:48.990816 [ 261 ] {06a83ad0-a9b4-4133-ac97-7c78cbbf2a5d} TCPHandler: Processed in 0.001372326 sec. 2026.03.04 04:39:48.990918 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:48.991015 [ 261 ] {e992bf46-d27b-4580-83f8-2af4f7bc75e4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:39:48.991055 [ 261 ] {e992bf46-d27b-4580-83f8-2af4f7bc75e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:39:48.991502 [ 261 ] {e992bf46-d27b-4580-83f8-2af4f7bc75e4} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:48.991539 [ 261 ] {e992bf46-d27b-4580-83f8-2af4f7bc75e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:48.991864 [ 261 ] {e992bf46-d27b-4580-83f8-2af4f7bc75e4} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.03.04 04:39:48.992078 [ 261 ] {e992bf46-d27b-4580-83f8-2af4f7bc75e4} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:48.992211 [ 261 ] {e992bf46-d27b-4580-83f8-2af4f7bc75e4} executeQuery: Read 97 rows, 7.76 KiB in 0.001216 sec., 79769.73684210525 rows/sec., 6.23 MiB/sec. 2026.03.04 04:39:48.992250 [ 261 ] {e992bf46-d27b-4580-83f8-2af4f7bc75e4} TCPHandler: Processed in 0.001379757 sec. 2026.03.04 04:39:48.992362 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:48.992458 [ 261 ] {a90d24ce-3f23-44c2-b935-b892dd1df191} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:39:48.992502 [ 261 ] {a90d24ce-3f23-44c2-b935-b892dd1df191} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:39:48.992918 [ 261 ] {a90d24ce-3f23-44c2-b935-b892dd1df191} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:48.992955 [ 261 ] {a90d24ce-3f23-44c2-b935-b892dd1df191} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:48.993291 [ 261 ] {a90d24ce-3f23-44c2-b935-b892dd1df191} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.03.04 04:39:48.993508 [ 261 ] {a90d24ce-3f23-44c2-b935-b892dd1df191} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:48.993634 [ 59 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 2 parts from all_1_122_27 to all_123_123_0 2026.03.04 04:39:48.993642 [ 261 ] {a90d24ce-3f23-44c2-b935-b892dd1df191} executeQuery: Read 160 rows, 11.41 KiB in 0.001204 sec., 132890.36544850498 rows/sec., 9.26 MiB/sec. 2026.03.04 04:39:48.993707 [ 59 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:48.993726 [ 261 ] {a90d24ce-3f23-44c2-b935-b892dd1df191} TCPHandler: Processed in 0.001411517 sec. 2026.03.04 04:39:48.993734 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:48.993843 [ 196 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_123_28} MergeTask::PrepareStage: Merging 2 parts: from all_1_122_27 to all_123_123_0 into Compact with storage Full 2026.03.04 04:39:48.993860 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:48.993979 [ 261 ] {69324402-9cd7-4e78-ae41-05b6d0fdceff} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:39:48.993988 [ 196 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_123_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:39:48.994035 [ 196 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_123_28} MergeTreeSequentialSource: Reading 6 marks from part all_1_122_27, total 40792 rows starting from the beginning of the part 2026.03.04 04:39:48.994039 [ 261 ] {69324402-9cd7-4e78-ae41-05b6d0fdceff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:39:48.994108 [ 196 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_123_28} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part 2026.03.04 04:39:48.994940 [ 261 ] {69324402-9cd7-4e78-ae41-05b6d0fdceff} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:48.994982 [ 261 ] {69324402-9cd7-4e78-ae41-05b6d0fdceff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:48.995553 [ 261 ] {69324402-9cd7-4e78-ae41-05b6d0fdceff} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.03.04 04:39:48.995786 [ 261 ] {69324402-9cd7-4e78-ae41-05b6d0fdceff} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:48.995932 [ 261 ] {69324402-9cd7-4e78-ae41-05b6d0fdceff} executeQuery: Read 33 rows, 60.55 KiB in 0.001972 sec., 16734.2799188641 rows/sec., 29.99 MiB/sec. 2026.03.04 04:39:48.995999 [ 261 ] {69324402-9cd7-4e78-ae41-05b6d0fdceff} TCPHandler: Processed in 0.002188952 sec. 2026.03.04 04:39:48.996115 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:48.996211 [ 261 ] {71ec310e-cc48-420b-ad54-f6a98538b027} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:39:48.996254 [ 261 ] {71ec310e-cc48-420b-ad54-f6a98538b027} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:39:48.996610 [ 261 ] {71ec310e-cc48-420b-ad54-f6a98538b027} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:48.996646 [ 261 ] {71ec310e-cc48-420b-ad54-f6a98538b027} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:48.996960 [ 261 ] {71ec310e-cc48-420b-ad54-f6a98538b027} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.03.04 04:39:48.997175 [ 261 ] {71ec310e-cc48-420b-ad54-f6a98538b027} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:48.997311 [ 261 ] {71ec310e-cc48-420b-ad54-f6a98538b027} executeQuery: Read 60 rows, 4.14 KiB in 0.001118 sec., 53667.26296958855 rows/sec., 3.62 MiB/sec. 2026.03.04 04:39:48.997348 [ 261 ] {71ec310e-cc48-420b-ad54-f6a98538b027} TCPHandler: Processed in 0.001281024 sec. 2026.03.04 04:39:49.000189 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 397.64 MiB, peak 406.57 MiB, free memory in arenas 0.00 B, will set to 390.75 MiB (RSS), difference: -6.88 MiB 2026.03.04 04:39:49.000761 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_123_28} MergeTask::MergeProjectionsStage: Merge sorted 40952 rows, containing 5 columns (5 merged, 0 gathered) in 0.006957354 sec., 5886145.796232304 rows/sec., 388.42 MiB/sec. 2026.03.04 04:39:49.001521 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_123_28} MergedBlockOutputStream: filled checksums all_1_123_28 (state Temporary) 2026.03.04 04:39:49.001871 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_123_28} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_123_28 to all_1_123_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:49.001960 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_123_28} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 2 parts: [all_1_122_27, all_123_123_0] -> all_1_123_28 2026.03.04 04:39:49.002053 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.03.04 04:39:49.268846 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:49.269048 [ 261 ] {c4c68edc-402e-487e-90ef-3ef6ea537f79} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:39:49.269119 [ 261 ] {c4c68edc-402e-487e-90ef-3ef6ea537f79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:39:49.269776 [ 261 ] {c4c68edc-402e-487e-90ef-3ef6ea537f79} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:49.269830 [ 261 ] {c4c68edc-402e-487e-90ef-3ef6ea537f79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:49.270236 [ 261 ] {c4c68edc-402e-487e-90ef-3ef6ea537f79} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.03.04 04:39:49.270471 [ 261 ] {c4c68edc-402e-487e-90ef-3ef6ea537f79} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:49.270653 [ 261 ] {c4c68edc-402e-487e-90ef-3ef6ea537f79} executeQuery: Read 4 rows, 334.00 B in 0.001653 sec., 2419.8427102238356 rows/sec., 197.32 KiB/sec. 2026.03.04 04:39:49.270701 [ 222 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:49.270710 [ 261 ] {c4c68edc-402e-487e-90ef-3ef6ea537f79} TCPHandler: Processed in 0.002000338 sec. 2026.03.04 04:39:49.270758 [ 222 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:49.270888 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:49.271013 [ 261 ] {d00e00d6-8419-4594-a590-d473175e983c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:39:49.271066 [ 261 ] {d00e00d6-8419-4594-a590-d473175e983c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:39:49.272247 [ 261 ] {d00e00d6-8419-4594-a590-d473175e983c} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:49.272293 [ 261 ] {d00e00d6-8419-4594-a590-d473175e983c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:49.272755 [ 261 ] {d00e00d6-8419-4594-a590-d473175e983c} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.03.04 04:39:49.273023 [ 222 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:49.273026 [ 261 ] {d00e00d6-8419-4594-a590-d473175e983c} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:49.273199 [ 261 ] {d00e00d6-8419-4594-a590-d473175e983c} executeQuery: Read 1958 rows, 150.22 KiB in 0.002215 sec., 883972.9119638826 rows/sec., 66.23 MiB/sec. 2026.03.04 04:39:49.273251 [ 261 ] {d00e00d6-8419-4594-a590-d473175e983c} TCPHandler: Processed in 0.002419406 sec. 2026.03.04 04:39:49.273388 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:49.273493 [ 261 ] {99d6faed-b549-431e-8f3d-242d81091b6e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:39:49.273537 [ 261 ] {99d6faed-b549-431e-8f3d-242d81091b6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:39:49.273956 [ 261 ] {99d6faed-b549-431e-8f3d-242d81091b6e} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:49.273994 [ 261 ] {99d6faed-b549-431e-8f3d-242d81091b6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:49.274296 [ 261 ] {99d6faed-b549-431e-8f3d-242d81091b6e} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.03.04 04:39:49.274519 [ 261 ] {99d6faed-b549-431e-8f3d-242d81091b6e} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:49.274651 [ 261 ] {99d6faed-b549-431e-8f3d-242d81091b6e} executeQuery: Read 23 rows, 1.71 KiB in 0.001181 sec., 19475.02116850127 rows/sec., 1.41 MiB/sec. 2026.03.04 04:39:49.274688 [ 261 ] {99d6faed-b549-431e-8f3d-242d81091b6e} TCPHandler: Processed in 0.001353046 sec. 2026.03.04 04:39:49.274798 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:49.274893 [ 261 ] {28f7b887-52e7-4f56-9ab4-69da8e614cdd} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:39:49.274933 [ 261 ] {28f7b887-52e7-4f56-9ab4-69da8e614cdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:39:49.275560 [ 261 ] {28f7b887-52e7-4f56-9ab4-69da8e614cdd} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:49.275596 [ 261 ] {28f7b887-52e7-4f56-9ab4-69da8e614cdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:49.275930 [ 261 ] {28f7b887-52e7-4f56-9ab4-69da8e614cdd} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.04 04:39:49.276134 [ 261 ] {28f7b887-52e7-4f56-9ab4-69da8e614cdd} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:49.276258 [ 261 ] {28f7b887-52e7-4f56-9ab4-69da8e614cdd} executeQuery: Read 708 rows, 42.29 KiB in 0.001383 sec., 511930.5856832972 rows/sec., 29.86 MiB/sec. 2026.03.04 04:39:49.276296 [ 261 ] {28f7b887-52e7-4f56-9ab4-69da8e614cdd} TCPHandler: Processed in 0.0015473 sec. 2026.03.04 04:39:49.276409 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:49.276503 [ 261 ] {0dd94ba1-d015-4431-979c-a9968df98f29} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.04 04:39:49.276542 [ 261 ] {0dd94ba1-d015-4431-979c-a9968df98f29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.04 04:39:49.276919 [ 261 ] {0dd94ba1-d015-4431-979c-a9968df98f29} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:49.276956 [ 261 ] {0dd94ba1-d015-4431-979c-a9968df98f29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:49.277237 [ 261 ] {0dd94ba1-d015-4431-979c-a9968df98f29} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.03.04 04:39:49.277438 [ 261 ] {0dd94ba1-d015-4431-979c-a9968df98f29} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:49.277558 [ 59 ] {} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2026.03.04 04:39:49.277564 [ 261 ] {0dd94ba1-d015-4431-979c-a9968df98f29} executeQuery: Read 1 rows, 72.00 B in 0.001078 sec., 927.643784786642 rows/sec., 65.22 KiB/sec. 2026.03.04 04:39:49.277635 [ 59 ] {} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:49.277648 [ 261 ] {0dd94ba1-d015-4431-979c-a9968df98f29} TCPHandler: Processed in 0.001287605 sec. 2026.03.04 04:39:49.277669 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:49.277772 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:49.277804 [ 196 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2026.03.04 04:39:49.277871 [ 261 ] {f37c075e-418e-4728-8711-bb56e7cfeacd} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:39:49.277915 [ 261 ] {f37c075e-418e-4728-8711-bb56e7cfeacd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:39:49.277961 [ 196 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:39:49.278005 [ 196 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 1 rows starting from the beginning of the part 2026.03.04 04:39:49.278078 [ 196 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2026.03.04 04:39:49.278131 [ 196 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part 2026.03.04 04:39:49.278180 [ 196 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part 2026.03.04 04:39:49.278228 [ 196 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part 2026.03.04 04:39:49.278695 [ 261 ] {f37c075e-418e-4728-8711-bb56e7cfeacd} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:49.278736 [ 261 ] {f37c075e-418e-4728-8711-bb56e7cfeacd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:49.279018 [ 197 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 5 columns (5 merged, 0 gathered) in 0.001277145 sec., 3914.982245555517 rows/sec., 290.57 KiB/sec. 2026.03.04 04:39:49.279093 [ 261 ] {f37c075e-418e-4728-8711-bb56e7cfeacd} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.03.04 04:39:49.279145 [ 196 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2026.03.04 04:39:49.279438 [ 261 ] {f37c075e-418e-4728-8711-bb56e7cfeacd} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:49.279483 [ 196 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_17_4} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:49.279573 [ 196 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_17_4} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2026.03.04 04:39:49.279599 [ 261 ] {f37c075e-418e-4728-8711-bb56e7cfeacd} executeQuery: Read 1023 rows, 72.19 KiB in 0.001744 sec., 586582.5688073394 rows/sec., 40.42 MiB/sec. 2026.03.04 04:39:49.279651 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.04 04:39:49.279658 [ 261 ] {f37c075e-418e-4728-8711-bb56e7cfeacd} TCPHandler: Processed in 0.001935218 sec. 2026.03.04 04:39:49.279796 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:49.279894 [ 261 ] {849bff61-f33a-4741-a9ce-8038bbb950b1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:39:49.279936 [ 261 ] {849bff61-f33a-4741-a9ce-8038bbb950b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:39:49.280598 [ 261 ] {849bff61-f33a-4741-a9ce-8038bbb950b1} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:49.280635 [ 261 ] {849bff61-f33a-4741-a9ce-8038bbb950b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:49.281053 [ 261 ] {849bff61-f33a-4741-a9ce-8038bbb950b1} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.03.04 04:39:49.281264 [ 261 ] {849bff61-f33a-4741-a9ce-8038bbb950b1} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:49.281389 [ 59 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_123_28 to all_128_128_0 2026.03.04 04:39:49.281401 [ 261 ] {849bff61-f33a-4741-a9ce-8038bbb950b1} executeQuery: Read 1219 rows, 78.06 KiB in 0.001526 sec., 798820.4456094364 rows/sec., 49.95 MiB/sec. 2026.03.04 04:39:49.281423 [ 59 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:49.281446 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:49.281452 [ 261 ] {849bff61-f33a-4741-a9ce-8038bbb950b1} TCPHandler: Processed in 0.001701372 sec. 2026.03.04 04:39:49.281532 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_128_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_123_28 to all_128_128_0 into Compact with storage Full 2026.03.04 04:39:49.281576 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:49.281642 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_128_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:39:49.281675 [ 261 ] {a37becf2-f590-4246-a1d2-822c5896fd93} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:39:49.281676 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_128_29} MergeTreeSequentialSource: Reading 6 marks from part all_1_123_28, total 40952 rows starting from the beginning of the part 2026.03.04 04:39:49.281738 [ 261 ] {a37becf2-f590-4246-a1d2-822c5896fd93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:39:49.281755 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_128_29} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 160 rows starting from the beginning of the part 2026.03.04 04:39:49.281813 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_128_29} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 200 rows starting from the beginning of the part 2026.03.04 04:39:49.281862 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_128_29} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 160 rows starting from the beginning of the part 2026.03.04 04:39:49.281906 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_128_29} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 160 rows starting from the beginning of the part 2026.03.04 04:39:49.281951 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_128_29} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 1219 rows starting from the beginning of the part 2026.03.04 04:39:49.282554 [ 261 ] {a37becf2-f590-4246-a1d2-822c5896fd93} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:49.282596 [ 261 ] {a37becf2-f590-4246-a1d2-822c5896fd93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:49.283132 [ 261 ] {a37becf2-f590-4246-a1d2-822c5896fd93} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.03.04 04:39:49.283373 [ 261 ] {a37becf2-f590-4246-a1d2-822c5896fd93} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:49.283521 [ 261 ] {a37becf2-f590-4246-a1d2-822c5896fd93} executeQuery: Read 19 rows, 34.86 KiB in 0.001864 sec., 10193.1330472103 rows/sec., 18.27 MiB/sec. 2026.03.04 04:39:49.283588 [ 261 ] {a37becf2-f590-4246-a1d2-822c5896fd93} TCPHandler: Processed in 0.00206141 sec. 2026.03.04 04:39:49.283588 [ 222 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:39:49.283627 [ 222 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:39:49.283700 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:49.283800 [ 261 ] {aca8b3ed-2e0a-4d3e-b136-1554e2efe59a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:39:49.283841 [ 261 ] {aca8b3ed-2e0a-4d3e-b136-1554e2efe59a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:39:49.284178 [ 261 ] {aca8b3ed-2e0a-4d3e-b136-1554e2efe59a} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:49.284215 [ 261 ] {aca8b3ed-2e0a-4d3e-b136-1554e2efe59a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:49.284565 [ 261 ] {aca8b3ed-2e0a-4d3e-b136-1554e2efe59a} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.03.04 04:39:49.284830 [ 261 ] {aca8b3ed-2e0a-4d3e-b136-1554e2efe59a} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:49.285008 [ 261 ] {aca8b3ed-2e0a-4d3e-b136-1554e2efe59a} executeQuery: Read 12 rows, 848.00 B in 0.001225 sec., 9795.91836734694 rows/sec., 676.02 KiB/sec. 2026.03.04 04:39:49.285053 [ 261 ] {aca8b3ed-2e0a-4d3e-b136-1554e2efe59a} TCPHandler: Processed in 0.001402127 sec. 2026.03.04 04:39:49.287385 [ 222 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:39:49.289827 [ 192 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_128_29} MergeTask::MergeProjectionsStage: Merge sorted 42851 rows, containing 5 columns (5 merged, 0 gathered) in 0.008329841 sec., 5144275.863128721 rows/sec., 339.31 MiB/sec. 2026.03.04 04:39:49.290370 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_128_29} MergedBlockOutputStream: filled checksums all_1_128_29 (state Temporary) 2026.03.04 04:39:49.290850 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_128_29} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_128_29 to all_1_128_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:49.290927 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_128_29} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_123_28, all_128_128_0] -> all_1_128_29 2026.03.04 04:39:49.291040 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2026.03.04 04:39:50.000191 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 386.31 MiB, peak 406.57 MiB, free memory in arenas 0.00 B, will set to 390.78 MiB (RSS), difference: 4.47 MiB 2026.03.04 04:39:50.096607 [ 219 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:39:50.096656 [ 219 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:39:50.099951 [ 219 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:39:50.170823 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 573 2026.03.04 04:39:50.188110 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:50.188166 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:50.194189 [ 244 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.03.04 04:39:50.194991 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:50.195292 [ 59 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.03.04 04:39:50.195344 [ 59 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:50.195365 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:50.195492 [ 197 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.03.04 04:39:50.198211 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 573 2026.03.04 04:39:50.199193 [ 197 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:39:50.200904 [ 197 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part 2026.03.04 04:39:50.205814 [ 197 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 8 rows starting from the beginning of the part 2026.03.04 04:39:50.210622 [ 197 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 7 rows starting from the beginning of the part 2026.03.04 04:39:50.215284 [ 197 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 8 rows starting from the beginning of the part 2026.03.04 04:39:50.220492 [ 197 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 7 rows starting from the beginning of the part 2026.03.04 04:39:50.225192 [ 197 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 8 rows starting from the beginning of the part 2026.03.04 04:39:50.281200 [ 192 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.085766965 sec., 6680.8939782350935 rows/sec., 34.55 MiB/sec. 2026.03.04 04:39:50.284271 [ 200 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.03.04 04:39:50.286479 [ 200 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_76_15} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:50.286558 [ 200 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_76_15} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.03.04 04:39:50.289138 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2026.03.04 04:39:50.550427 [ 224 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:50.550466 [ 224 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:50.553619 [ 224 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:39:50.609862 [ 224 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:39:50.609909 [ 224 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:39:50.612513 [ 224 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:39:50.660718 [ 225 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:39:50.660777 [ 225 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:39:50.661785 [ 221 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:39:50.661814 [ 221 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:39:50.663735 [ 225 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:39:50.664602 [ 221 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:39:51.000197 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 391.87 MiB, peak 409.28 MiB, free memory in arenas 0.00 B, will set to 390.79 MiB (RSS), difference: -1.09 MiB 2026.03.04 04:39:53.983944 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:53.984232 [ 261 ] {6dcf0b2f-9d4a-43de-b0fa-cd80793abbf7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:39:53.984338 [ 261 ] {6dcf0b2f-9d4a-43de-b0fa-cd80793abbf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:39:53.985246 [ 261 ] {6dcf0b2f-9d4a-43de-b0fa-cd80793abbf7} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:53.985293 [ 261 ] {6dcf0b2f-9d4a-43de-b0fa-cd80793abbf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:53.985686 [ 261 ] {6dcf0b2f-9d4a-43de-b0fa-cd80793abbf7} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.03.04 04:39:53.985914 [ 261 ] {6dcf0b2f-9d4a-43de-b0fa-cd80793abbf7} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:53.986073 [ 261 ] {6dcf0b2f-9d4a-43de-b0fa-cd80793abbf7} executeQuery: Read 56 rows, 4.38 KiB in 0.001918 sec., 29197.080291970804 rows/sec., 2.23 MiB/sec. 2026.03.04 04:39:53.986117 [ 261 ] {6dcf0b2f-9d4a-43de-b0fa-cd80793abbf7} TCPHandler: Processed in 0.002365016 sec. 2026.03.04 04:39:53.986243 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:53.986340 [ 261 ] {a7f2119b-e577-475f-8542-94c5cf9e2e0f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:39:53.986379 [ 261 ] {a7f2119b-e577-475f-8542-94c5cf9e2e0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:39:53.986806 [ 261 ] {a7f2119b-e577-475f-8542-94c5cf9e2e0f} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:53.986842 [ 261 ] {a7f2119b-e577-475f-8542-94c5cf9e2e0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:53.987136 [ 261 ] {a7f2119b-e577-475f-8542-94c5cf9e2e0f} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.03.04 04:39:53.987340 [ 261 ] {a7f2119b-e577-475f-8542-94c5cf9e2e0f} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:53.987475 [ 261 ] {a7f2119b-e577-475f-8542-94c5cf9e2e0f} executeQuery: Read 64 rows, 5.12 KiB in 0.001153 sec., 55507.37207285343 rows/sec., 4.33 MiB/sec. 2026.03.04 04:39:53.987515 [ 261 ] {a7f2119b-e577-475f-8542-94c5cf9e2e0f} TCPHandler: Processed in 0.001323716 sec. 2026.03.04 04:39:53.987634 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:53.987730 [ 261 ] {aa798783-600a-4a70-962d-6d7d977f4adc} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:39:53.987772 [ 261 ] {aa798783-600a-4a70-962d-6d7d977f4adc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:39:53.988162 [ 261 ] {aa798783-600a-4a70-962d-6d7d977f4adc} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:53.988199 [ 261 ] {aa798783-600a-4a70-962d-6d7d977f4adc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:53.988520 [ 261 ] {aa798783-600a-4a70-962d-6d7d977f4adc} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.03.04 04:39:53.988726 [ 261 ] {aa798783-600a-4a70-962d-6d7d977f4adc} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:53.988857 [ 261 ] {aa798783-600a-4a70-962d-6d7d977f4adc} executeQuery: Read 128 rows, 9.13 KiB in 0.001145 sec., 111790.39301310045 rows/sec., 7.79 MiB/sec. 2026.03.04 04:39:53.988894 [ 261 ] {aa798783-600a-4a70-962d-6d7d977f4adc} TCPHandler: Processed in 0.001311165 sec. 2026.03.04 04:39:53.989010 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:53.989105 [ 261 ] {ffc3bd5f-96eb-43f4-86b9-7eedba57ff20} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:39:53.989144 [ 261 ] {ffc3bd5f-96eb-43f4-86b9-7eedba57ff20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:39:53.989472 [ 261 ] {ffc3bd5f-96eb-43f4-86b9-7eedba57ff20} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:53.989508 [ 261 ] {ffc3bd5f-96eb-43f4-86b9-7eedba57ff20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:53.989819 [ 261 ] {ffc3bd5f-96eb-43f4-86b9-7eedba57ff20} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.03.04 04:39:53.990026 [ 261 ] {ffc3bd5f-96eb-43f4-86b9-7eedba57ff20} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:53.990155 [ 261 ] {ffc3bd5f-96eb-43f4-86b9-7eedba57ff20} executeQuery: Read 48 rows, 3.31 KiB in 0.001067 sec., 44985.941893158386 rows/sec., 3.03 MiB/sec. 2026.03.04 04:39:53.990191 [ 261 ] {ffc3bd5f-96eb-43f4-86b9-7eedba57ff20} TCPHandler: Processed in 0.001231734 sec. 2026.03.04 04:39:55.718878 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 36956 2026.03.04 04:39:55.719718 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:55.719790 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:55.720555 [ 245 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.03.04 04:39:55.720785 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:55.720920 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36956 2026.03.04 04:39:57.698315 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 580 2026.03.04 04:39:57.714448 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:57.714503 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:57.720469 [ 244 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.03.04 04:39:57.721148 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:57.724017 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 580 2026.03.04 04:39:58.346374 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2090 2026.03.04 04:39:58.349031 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:58.349096 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:58.350358 [ 243 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.04 04:39:58.350645 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:58.351155 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2090 2026.03.04 04:39:58.987414 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:58.987616 [ 261 ] {de8802c8-526f-4587-b948-54a81345d37d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:39:58.987691 [ 261 ] {de8802c8-526f-4587-b948-54a81345d37d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:39:58.988467 [ 261 ] {de8802c8-526f-4587-b948-54a81345d37d} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:58.988511 [ 261 ] {de8802c8-526f-4587-b948-54a81345d37d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:58.988917 [ 261 ] {de8802c8-526f-4587-b948-54a81345d37d} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.03.04 04:39:58.989147 [ 261 ] {de8802c8-526f-4587-b948-54a81345d37d} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:58.989312 [ 261 ] {de8802c8-526f-4587-b948-54a81345d37d} executeQuery: Read 122 rows, 10.72 KiB in 0.001751 sec., 69674.47173043975 rows/sec., 5.98 MiB/sec. 2026.03.04 04:39:58.989363 [ 261 ] {de8802c8-526f-4587-b948-54a81345d37d} TCPHandler: Processed in 0.00208825 sec. 2026.03.04 04:39:58.989491 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:58.989596 [ 261 ] {d52152e7-5928-4b68-81cf-83e9cdb4a422} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:39:58.989640 [ 261 ] {d52152e7-5928-4b68-81cf-83e9cdb4a422} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:39:58.990078 [ 261 ] {d52152e7-5928-4b68-81cf-83e9cdb4a422} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:58.990113 [ 261 ] {d52152e7-5928-4b68-81cf-83e9cdb4a422} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:58.990418 [ 261 ] {d52152e7-5928-4b68-81cf-83e9cdb4a422} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.03.04 04:39:58.990653 [ 261 ] {d52152e7-5928-4b68-81cf-83e9cdb4a422} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:58.990786 [ 261 ] {d52152e7-5928-4b68-81cf-83e9cdb4a422} executeQuery: Read 33 rows, 2.48 KiB in 0.001214 sec., 27182.866556836903 rows/sec., 2.00 MiB/sec. 2026.03.04 04:39:58.990826 [ 261 ] {d52152e7-5928-4b68-81cf-83e9cdb4a422} TCPHandler: Processed in 0.001385647 sec. 2026.03.04 04:39:58.990940 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:58.991038 [ 261 ] {878464f3-2313-4824-a455-ee7a6d7a4f96} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:39:58.991078 [ 261 ] {878464f3-2313-4824-a455-ee7a6d7a4f96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:39:58.991512 [ 261 ] {878464f3-2313-4824-a455-ee7a6d7a4f96} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:58.991547 [ 261 ] {878464f3-2313-4824-a455-ee7a6d7a4f96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:58.991856 [ 261 ] {878464f3-2313-4824-a455-ee7a6d7a4f96} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.03.04 04:39:58.992070 [ 261 ] {878464f3-2313-4824-a455-ee7a6d7a4f96} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:58.992200 [ 261 ] {878464f3-2313-4824-a455-ee7a6d7a4f96} executeQuery: Read 97 rows, 7.76 KiB in 0.001182 sec., 82064.2978003384 rows/sec., 6.41 MiB/sec. 2026.03.04 04:39:58.992240 [ 261 ] {878464f3-2313-4824-a455-ee7a6d7a4f96} TCPHandler: Processed in 0.001348316 sec. 2026.03.04 04:39:58.992351 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:58.992446 [ 261 ] {1dcc74d3-5fcd-492b-935b-0d208fcb6fc4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:39:58.992492 [ 261 ] {1dcc74d3-5fcd-492b-935b-0d208fcb6fc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:39:58.992922 [ 261 ] {1dcc74d3-5fcd-492b-935b-0d208fcb6fc4} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:58.992958 [ 261 ] {1dcc74d3-5fcd-492b-935b-0d208fcb6fc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:58.993291 [ 261 ] {1dcc74d3-5fcd-492b-935b-0d208fcb6fc4} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.03.04 04:39:58.993500 [ 261 ] {1dcc74d3-5fcd-492b-935b-0d208fcb6fc4} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:58.993633 [ 261 ] {1dcc74d3-5fcd-492b-935b-0d208fcb6fc4} executeQuery: Read 160 rows, 11.41 KiB in 0.001206 sec., 132669.98341625207 rows/sec., 9.24 MiB/sec. 2026.03.04 04:39:58.993671 [ 261 ] {1dcc74d3-5fcd-492b-935b-0d208fcb6fc4} TCPHandler: Processed in 0.001368337 sec. 2026.03.04 04:39:58.993772 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:58.993866 [ 261 ] {642b8a50-87b9-4a4a-835c-0bd2a37028fd} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:39:58.993923 [ 261 ] {642b8a50-87b9-4a4a-835c-0bd2a37028fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:39:58.994779 [ 261 ] {642b8a50-87b9-4a4a-835c-0bd2a37028fd} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:58.994816 [ 261 ] {642b8a50-87b9-4a4a-835c-0bd2a37028fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:58.995364 [ 261 ] {642b8a50-87b9-4a4a-835c-0bd2a37028fd} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.03.04 04:39:58.995602 [ 261 ] {642b8a50-87b9-4a4a-835c-0bd2a37028fd} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:58.995738 [ 261 ] {642b8a50-87b9-4a4a-835c-0bd2a37028fd} executeQuery: Read 33 rows, 60.55 KiB in 0.00189 sec., 17460.31746031746 rows/sec., 31.29 MiB/sec. 2026.03.04 04:39:58.995792 [ 261 ] {642b8a50-87b9-4a4a-835c-0bd2a37028fd} TCPHandler: Processed in 0.00206824 sec. 2026.03.04 04:39:58.995905 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:39:58.996000 [ 261 ] {2cb39855-63c7-4fec-92c6-b0d2f4c417dd} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:39:58.996041 [ 261 ] {2cb39855-63c7-4fec-92c6-b0d2f4c417dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:39:58.996380 [ 261 ] {2cb39855-63c7-4fec-92c6-b0d2f4c417dd} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:39:58.996416 [ 261 ] {2cb39855-63c7-4fec-92c6-b0d2f4c417dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.04 GiB. 2026.03.04 04:39:58.996727 [ 261 ] {2cb39855-63c7-4fec-92c6-b0d2f4c417dd} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.03.04 04:39:58.996943 [ 261 ] {2cb39855-63c7-4fec-92c6-b0d2f4c417dd} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:39:58.997071 [ 261 ] {2cb39855-63c7-4fec-92c6-b0d2f4c417dd} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2026.03.04 04:39:58.997107 [ 261 ] {2cb39855-63c7-4fec-92c6-b0d2f4c417dd} TCPHandler: Processed in 0.001251114 sec. 2026.03.04 04:40:00.320877 [ 32 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d) (MergerMutator): Selected 5 parts from all_1_34_8 to all_38_38_0 2026.03.04 04:40:00.320966 [ 32 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:00.320990 [ 32 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:00.321124 [ 198 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_38_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_34_8 to all_38_38_0 into Compact with storage Full 2026.03.04 04:40:00.321297 [ 198 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_38_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:00.321349 [ 198 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_38_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_34_8, total 20 rows starting from the beginning of the part 2026.03.04 04:40:00.321425 [ 198 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_38_9} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 2 rows starting from the beginning of the part 2026.03.04 04:40:00.321478 [ 198 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_38_9} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 4 rows starting from the beginning of the part 2026.03.04 04:40:00.321527 [ 198 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_38_9} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 8 rows starting from the beginning of the part 2026.03.04 04:40:00.321574 [ 198 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_38_9} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 4 rows starting from the beginning of the part 2026.03.04 04:40:00.322461 [ 192 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_38_9} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001395377 sec., 27232.783684982627 rows/sec., 2.27 MiB/sec. 2026.03.04 04:40:00.322649 [ 199 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_38_9} MergedBlockOutputStream: filled checksums all_1_38_9 (state Temporary) 2026.03.04 04:40:00.322963 [ 199 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_38_9} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_merge_all_1_38_9 to all_1_38_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:00.323047 [ 199 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_38_9} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d) (MergerMutator): Merged 5 parts: [all_1_34_8, all_38_38_0] -> all_1_38_9 2026.03.04 04:40:00.323142 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.04 04:40:03.028050 [ 48 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:40:03.028108 [ 48 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:40:03.221138 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 37468 2026.03.04 04:40:03.221748 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:03.221791 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:03.222277 [ 245 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.03.04 04:40:03.222506 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:03.222637 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37468 2026.03.04 04:40:03.986954 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:03.987138 [ 261 ] {51e718d3-8ed1-4b8d-a357-47d5840c82ea} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:40:03.987208 [ 261 ] {51e718d3-8ed1-4b8d-a357-47d5840c82ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:40:03.987930 [ 261 ] {51e718d3-8ed1-4b8d-a357-47d5840c82ea} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:03.987979 [ 261 ] {51e718d3-8ed1-4b8d-a357-47d5840c82ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:03.988395 [ 261 ] {51e718d3-8ed1-4b8d-a357-47d5840c82ea} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.03.04 04:40:03.988642 [ 261 ] {51e718d3-8ed1-4b8d-a357-47d5840c82ea} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:03.988809 [ 261 ] {51e718d3-8ed1-4b8d-a357-47d5840c82ea} executeQuery: Read 72 rows, 5.91 KiB in 0.001721 sec., 41836.14177803602 rows/sec., 3.36 MiB/sec. 2026.03.04 04:40:03.988826 [ 47 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2026.03.04 04:40:03.988862 [ 261 ] {51e718d3-8ed1-4b8d-a357-47d5840c82ea} TCPHandler: Processed in 0.00203956 sec. 2026.03.04 04:40:03.988893 [ 47 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:03.988918 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:03.988995 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:03.989052 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2026.03.04 04:40:03.989106 [ 261 ] {48bf5782-9d20-479e-b6e1-ce681c9c5cc9} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:40:03.989155 [ 261 ] {48bf5782-9d20-479e-b6e1-ce681c9c5cc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:40:03.989199 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:03.989238 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2895 rows starting from the beginning of the part 2026.03.04 04:40:03.989306 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 122 rows starting from the beginning of the part 2026.03.04 04:40:03.989354 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 1958 rows starting from the beginning of the part 2026.03.04 04:40:03.989399 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 56 rows starting from the beginning of the part 2026.03.04 04:40:03.989438 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 122 rows starting from the beginning of the part 2026.03.04 04:40:03.989482 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 72 rows starting from the beginning of the part 2026.03.04 04:40:03.989603 [ 261 ] {48bf5782-9d20-479e-b6e1-ce681c9c5cc9} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:03.989649 [ 261 ] {48bf5782-9d20-479e-b6e1-ce681c9c5cc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:03.989991 [ 261 ] {48bf5782-9d20-479e-b6e1-ce681c9c5cc9} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.03.04 04:40:03.990232 [ 261 ] {48bf5782-9d20-479e-b6e1-ce681c9c5cc9} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:03.990361 [ 47 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.03.04 04:40:03.990376 [ 261 ] {48bf5782-9d20-479e-b6e1-ce681c9c5cc9} executeQuery: Read 8 rows, 616.00 B in 0.001295 sec., 6177.606177606178 rows/sec., 464.53 KiB/sec. 2026.03.04 04:40:03.990397 [ 47 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:03.990421 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:03.990426 [ 261 ] {48bf5782-9d20-479e-b6e1-ce681c9c5cc9} TCPHandler: Processed in 0.001481859 sec. 2026.03.04 04:40:03.990521 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2026.03.04 04:40:03.990550 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:03.990629 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:03.990653 [ 261 ] {b089e6b8-3e78-4893-b02f-8019bb1aa34f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:40:03.990666 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 226 rows starting from the beginning of the part 2026.03.04 04:40:03.990702 [ 261 ] {b089e6b8-3e78-4893-b02f-8019bb1aa34f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:40:03.990740 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 8 rows starting from the beginning of the part 2026.03.04 04:40:03.990790 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 33 rows starting from the beginning of the part 2026.03.04 04:40:03.990829 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 23 rows starting from the beginning of the part 2026.03.04 04:40:03.990868 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 33 rows starting from the beginning of the part 2026.03.04 04:40:03.990908 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 8 rows starting from the beginning of the part 2026.03.04 04:40:03.991150 [ 261 ] {b089e6b8-3e78-4893-b02f-8019bb1aa34f} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:03.991193 [ 261 ] {b089e6b8-3e78-4893-b02f-8019bb1aa34f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:03.991512 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 5225 rows, containing 5 columns (5 merged, 0 gathered) in 0.002513249 sec., 2078982.2257961708 rows/sec., 167.44 MiB/sec. 2026.03.04 04:40:03.991534 [ 261 ] {b089e6b8-3e78-4893-b02f-8019bb1aa34f} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.03.04 04:40:03.991765 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 331 rows, containing 5 columns (5 merged, 0 gathered) in 0.001284575 sec., 257672.77114999123 rows/sec., 18.23 MiB/sec. 2026.03.04 04:40:03.991783 [ 261 ] {b089e6b8-3e78-4893-b02f-8019bb1aa34f} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:03.991816 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2026.03.04 04:40:03.991917 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.03.04 04:40:03.991933 [ 47 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2026.03.04 04:40:03.991936 [ 261 ] {b089e6b8-3e78-4893-b02f-8019bb1aa34f} executeQuery: Read 72 rows, 5.76 KiB in 0.001304 sec., 55214.723926380364 rows/sec., 4.31 MiB/sec. 2026.03.04 04:40:03.991973 [ 47 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:03.991998 [ 261 ] {b089e6b8-3e78-4893-b02f-8019bb1aa34f} TCPHandler: Processed in 0.001498439 sec. 2026.03.04 04:40:03.992002 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:03.992098 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2026.03.04 04:40:03.992124 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:03.992134 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_131_26} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:03.992208 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:03.992219 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_111_22} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:03.992232 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_131_26} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2026.03.04 04:40:03.992229 [ 261 ] {54f5a744-e3f2-46a4-8b20-63332c2f78b2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:40:03.992248 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1552 rows starting from the beginning of the part 2026.03.04 04:40:03.992302 [ 199 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_111_22} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.03.04 04:40:03.992305 [ 261 ] {54f5a744-e3f2-46a4-8b20-63332c2f78b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:40:03.992327 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2026.03.04 04:40:03.992328 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 97 rows starting from the beginning of the part 2026.03.04 04:40:03.992382 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.03.04 04:40:03.992392 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 1023 rows starting from the beginning of the part 2026.03.04 04:40:03.992434 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 64 rows starting from the beginning of the part 2026.03.04 04:40:03.992474 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 97 rows starting from the beginning of the part 2026.03.04 04:40:03.992516 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 72 rows starting from the beginning of the part 2026.03.04 04:40:03.992754 [ 261 ] {54f5a744-e3f2-46a4-8b20-63332c2f78b2} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:03.992795 [ 261 ] {54f5a744-e3f2-46a4-8b20-63332c2f78b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:03.993152 [ 261 ] {54f5a744-e3f2-46a4-8b20-63332c2f78b2} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.03.04 04:40:03.993380 [ 261 ] {54f5a744-e3f2-46a4-8b20-63332c2f78b2} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:03.993523 [ 261 ] {54f5a744-e3f2-46a4-8b20-63332c2f78b2} executeQuery: Read 160 rows, 11.41 KiB in 0.001313 sec., 121858.33968012186 rows/sec., 8.49 MiB/sec. 2026.03.04 04:40:03.993562 [ 261 ] {54f5a744-e3f2-46a4-8b20-63332c2f78b2} TCPHandler: Processed in 0.001487678 sec. 2026.03.04 04:40:03.993665 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:03.993761 [ 261 ] {c4afed6d-8e5a-423c-b4ed-2a0eac3cf01e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:40:03.993768 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 2905 rows, containing 5 columns (5 merged, 0 gathered) in 0.001705493 sec., 1703319.8025438979 rows/sec., 126.45 MiB/sec. 2026.03.04 04:40:03.993819 [ 261 ] {c4afed6d-8e5a-423c-b4ed-2a0eac3cf01e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:40:03.993952 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2026.03.04 04:40:03.994195 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_131_26} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:03.994260 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_131_26} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2026.03.04 04:40:03.994332 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.03.04 04:40:03.994630 [ 261 ] {c4afed6d-8e5a-423c-b4ed-2a0eac3cf01e} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:03.994672 [ 261 ] {c4afed6d-8e5a-423c-b4ed-2a0eac3cf01e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:03.995221 [ 261 ] {c4afed6d-8e5a-423c-b4ed-2a0eac3cf01e} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2026.03.04 04:40:03.995467 [ 261 ] {c4afed6d-8e5a-423c-b4ed-2a0eac3cf01e} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:03.995620 [ 261 ] {c4afed6d-8e5a-423c-b4ed-2a0eac3cf01e} executeQuery: Read 8 rows, 14.68 KiB in 0.001879 sec., 4257.58382118148 rows/sec., 7.63 MiB/sec. 2026.03.04 04:40:03.995696 [ 261 ] {c4afed6d-8e5a-423c-b4ed-2a0eac3cf01e} TCPHandler: Processed in 0.00207886 sec. 2026.03.04 04:40:03.995809 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:03.995904 [ 261 ] {0c38bb93-e3b3-44d7-9f41-47efdd14173b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:40:03.995947 [ 261 ] {0c38bb93-e3b3-44d7-9f41-47efdd14173b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:40:03.996302 [ 261 ] {0c38bb93-e3b3-44d7-9f41-47efdd14173b} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:03.996338 [ 261 ] {0c38bb93-e3b3-44d7-9f41-47efdd14173b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:03.996664 [ 261 ] {0c38bb93-e3b3-44d7-9f41-47efdd14173b} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.03.04 04:40:03.996882 [ 261 ] {0c38bb93-e3b3-44d7-9f41-47efdd14173b} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:03.997019 [ 261 ] {0c38bb93-e3b3-44d7-9f41-47efdd14173b} executeQuery: Read 60 rows, 4.14 KiB in 0.001134 sec., 52910.05291005291 rows/sec., 3.57 MiB/sec. 2026.03.04 04:40:03.997019 [ 47 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2026.03.04 04:40:03.997057 [ 261 ] {0c38bb93-e3b3-44d7-9f41-47efdd14173b} TCPHandler: Processed in 0.001298685 sec. 2026.03.04 04:40:03.997072 [ 47 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:03.997097 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:03.997187 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2026.03.04 04:40:03.997312 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:03.997340 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 6930 rows starting from the beginning of the part 2026.03.04 04:40:03.997395 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 60 rows starting from the beginning of the part 2026.03.04 04:40:03.997440 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 12 rows starting from the beginning of the part 2026.03.04 04:40:03.997480 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 48 rows starting from the beginning of the part 2026.03.04 04:40:03.997520 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 60 rows starting from the beginning of the part 2026.03.04 04:40:03.997558 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 60 rows starting from the beginning of the part 2026.03.04 04:40:03.999298 [ 195 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 7170 rows, containing 4 columns (4 merged, 0 gathered) in 0.002153412 sec., 3329599.723601429 rows/sec., 221.52 MiB/sec. 2026.03.04 04:40:03.999704 [ 198 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2026.03.04 04:40:03.999977 [ 198 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_131_26} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:04.000177 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 394.40 MiB, peak 409.28 MiB, free memory in arenas 0.00 B, will set to 390.79 MiB (RSS), difference: -3.61 MiB 2026.03.04 04:40:04.000199 [ 198 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_131_26} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2026.03.04 04:40:04.000270 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. 2026.03.04 04:40:05.000203 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 387.70 MiB, peak 409.28 MiB, free memory in arenas 0.00 B, will set to 390.79 MiB (RSS), difference: 3.08 MiB 2026.03.04 04:40:05.224123 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 588 2026.03.04 04:40:05.241292 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:05.241350 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:05.247650 [ 244 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.03.04 04:40:05.248397 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:05.251374 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 588 2026.03.04 04:40:08.078082 [ 223 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:40:08.078139 [ 223 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:40:08.081532 [ 223 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:40:08.351409 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 2114 2026.03.04 04:40:08.353694 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:08.353754 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:08.354983 [ 243 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.04 04:40:08.355267 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:08.355513 [ 222 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:40:08.355562 [ 222 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:40:08.355663 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2114 2026.03.04 04:40:08.358114 [ 222 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2026.03.04 04:40:08.989617 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:08.989973 [ 261 ] {85e1a44f-f290-447f-953f-9897e19ef381} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:40:08.990085 [ 261 ] {85e1a44f-f290-447f-953f-9897e19ef381} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:40:08.990795 [ 261 ] {85e1a44f-f290-447f-953f-9897e19ef381} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:08.990845 [ 261 ] {85e1a44f-f290-447f-953f-9897e19ef381} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:08.991228 [ 261 ] {85e1a44f-f290-447f-953f-9897e19ef381} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.04 04:40:08.991451 [ 261 ] {85e1a44f-f290-447f-953f-9897e19ef381} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:08.991600 [ 261 ] {85e1a44f-f290-447f-953f-9897e19ef381} executeQuery: Read 24 rows, 2.04 KiB in 0.001706 sec., 14067.99531066823 rows/sec., 1.17 MiB/sec. 2026.03.04 04:40:08.991642 [ 261 ] {85e1a44f-f290-447f-953f-9897e19ef381} TCPHandler: Processed in 0.002156082 sec. 2026.03.04 04:40:08.991768 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:08.991865 [ 261 ] {41cd7007-b226-443d-b2e7-6b8e2a39944a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:40:08.991906 [ 261 ] {41cd7007-b226-443d-b2e7-6b8e2a39944a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:40:08.992293 [ 261 ] {41cd7007-b226-443d-b2e7-6b8e2a39944a} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:08.992328 [ 261 ] {41cd7007-b226-443d-b2e7-6b8e2a39944a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:08.992606 [ 261 ] {41cd7007-b226-443d-b2e7-6b8e2a39944a} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.03.04 04:40:08.992822 [ 261 ] {41cd7007-b226-443d-b2e7-6b8e2a39944a} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:08.992949 [ 261 ] {41cd7007-b226-443d-b2e7-6b8e2a39944a} executeQuery: Read 2 rows, 167.00 B in 0.001104 sec., 1811.5942028985507 rows/sec., 147.72 KiB/sec. 2026.03.04 04:40:08.992985 [ 261 ] {41cd7007-b226-443d-b2e7-6b8e2a39944a} TCPHandler: Processed in 0.001266905 sec. 2026.03.04 04:40:08.993106 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:08.993198 [ 261 ] {006fcf0b-9585-4088-8827-7339e46c881b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:40:08.993236 [ 261 ] {006fcf0b-9585-4088-8827-7339e46c881b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:40:08.993770 [ 261 ] {006fcf0b-9585-4088-8827-7339e46c881b} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:08.993807 [ 261 ] {006fcf0b-9585-4088-8827-7339e46c881b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:08.994124 [ 261 ] {006fcf0b-9585-4088-8827-7339e46c881b} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.03.04 04:40:08.994341 [ 261 ] {006fcf0b-9585-4088-8827-7339e46c881b} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:08.994467 [ 261 ] {006fcf0b-9585-4088-8827-7339e46c881b} executeQuery: Read 243 rows, 22.23 KiB in 0.001287 sec., 188811.18881118883 rows/sec., 16.87 MiB/sec. 2026.03.04 04:40:08.994503 [ 261 ] {006fcf0b-9585-4088-8827-7339e46c881b} TCPHandler: Processed in 0.001445588 sec. 2026.03.04 04:40:08.994629 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:08.994721 [ 261 ] {cec973b4-7956-47e4-a3d4-070b860581d0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:40:08.994759 [ 261 ] {cec973b4-7956-47e4-a3d4-070b860581d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:40:08.995179 [ 261 ] {cec973b4-7956-47e4-a3d4-070b860581d0} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:08.995214 [ 261 ] {cec973b4-7956-47e4-a3d4-070b860581d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:08.995493 [ 261 ] {cec973b4-7956-47e4-a3d4-070b860581d0} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.03.04 04:40:08.995693 [ 261 ] {cec973b4-7956-47e4-a3d4-070b860581d0} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:08.995816 [ 261 ] {cec973b4-7956-47e4-a3d4-070b860581d0} executeQuery: Read 47 rows, 3.58 KiB in 0.001113 sec., 42228.212039532795 rows/sec., 3.14 MiB/sec. 2026.03.04 04:40:08.995853 [ 261 ] {cec973b4-7956-47e4-a3d4-070b860581d0} TCPHandler: Processed in 0.001271625 sec. 2026.03.04 04:40:08.995968 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:08.996059 [ 261 ] {00a65d59-cfa5-45d5-a8a1-ad0e2d1eb8a0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:40:08.996097 [ 261 ] {00a65d59-cfa5-45d5-a8a1-ad0e2d1eb8a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:40:08.996491 [ 261 ] {00a65d59-cfa5-45d5-a8a1-ad0e2d1eb8a0} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:08.996527 [ 261 ] {00a65d59-cfa5-45d5-a8a1-ad0e2d1eb8a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:08.996804 [ 261 ] {00a65d59-cfa5-45d5-a8a1-ad0e2d1eb8a0} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.04 04:40:08.997008 [ 261 ] {00a65d59-cfa5-45d5-a8a1-ad0e2d1eb8a0} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:08.997135 [ 261 ] {00a65d59-cfa5-45d5-a8a1-ad0e2d1eb8a0} executeQuery: Read 24 rows, 2.04 KiB in 0.001094 sec., 21937.84277879342 rows/sec., 1.82 MiB/sec. 2026.03.04 04:40:08.997172 [ 261 ] {00a65d59-cfa5-45d5-a8a1-ad0e2d1eb8a0} TCPHandler: Processed in 0.001252455 sec. 2026.03.04 04:40:08.997281 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:08.997377 [ 261 ] {45ceb64c-9edd-4e65-8402-b5bfabe1268a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:40:08.997416 [ 261 ] {45ceb64c-9edd-4e65-8402-b5bfabe1268a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:40:08.997806 [ 261 ] {45ceb64c-9edd-4e65-8402-b5bfabe1268a} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:08.997841 [ 261 ] {45ceb64c-9edd-4e65-8402-b5bfabe1268a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:08.998124 [ 261 ] {45ceb64c-9edd-4e65-8402-b5bfabe1268a} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.03.04 04:40:08.998341 [ 261 ] {45ceb64c-9edd-4e65-8402-b5bfabe1268a} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:08.998465 [ 261 ] {45ceb64c-9edd-4e65-8402-b5bfabe1268a} executeQuery: Read 12 rows, 960.00 B in 0.001106 sec., 10849.9095840868 rows/sec., 847.65 KiB/sec. 2026.03.04 04:40:08.998501 [ 261 ] {45ceb64c-9edd-4e65-8402-b5bfabe1268a} TCPHandler: Processed in 0.001267834 sec. 2026.03.04 04:40:08.998624 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:08.998715 [ 261 ] {45fcf098-d6de-4dc1-9811-bef99ad6c863} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:40:08.998753 [ 261 ] {45fcf098-d6de-4dc1-9811-bef99ad6c863} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:40:08.999267 [ 261 ] {45fcf098-d6de-4dc1-9811-bef99ad6c863} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:08.999302 [ 261 ] {45fcf098-d6de-4dc1-9811-bef99ad6c863} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:08.999601 [ 261 ] {45fcf098-d6de-4dc1-9811-bef99ad6c863} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.03.04 04:40:08.999806 [ 261 ] {45fcf098-d6de-4dc1-9811-bef99ad6c863} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:08.999931 [ 261 ] {45fcf098-d6de-4dc1-9811-bef99ad6c863} executeQuery: Read 135 rows, 11.18 KiB in 0.001234 sec., 109400.32414910858 rows/sec., 8.85 MiB/sec. 2026.03.04 04:40:08.999967 [ 261 ] {45fcf098-d6de-4dc1-9811-bef99ad6c863} TCPHandler: Processed in 0.001390746 sec. 2026.03.04 04:40:09.000082 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:09.000173 [ 261 ] {a456aaa4-551b-4830-a273-f12351f4f8c4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:40:09.000215 [ 261 ] {a456aaa4-551b-4830-a273-f12351f4f8c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:40:09.000645 [ 261 ] {a456aaa4-551b-4830-a273-f12351f4f8c4} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:09.000681 [ 261 ] {a456aaa4-551b-4830-a273-f12351f4f8c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:09.001004 [ 261 ] {a456aaa4-551b-4830-a273-f12351f4f8c4} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.03.04 04:40:09.001204 [ 261 ] {a456aaa4-551b-4830-a273-f12351f4f8c4} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:09.001325 [ 261 ] {a456aaa4-551b-4830-a273-f12351f4f8c4} executeQuery: Read 197 rows, 14.47 KiB in 0.00117 sec., 168376.06837606838 rows/sec., 12.08 MiB/sec. 2026.03.04 04:40:09.001360 [ 261 ] {a456aaa4-551b-4830-a273-f12351f4f8c4} TCPHandler: Processed in 0.001325425 sec. 2026.03.04 04:40:09.001473 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:09.001566 [ 261 ] {04a356a3-6285-42e4-83fb-9fef18b5af76} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:40:09.001620 [ 261 ] {04a356a3-6285-42e4-83fb-9fef18b5af76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:40:09.002483 [ 261 ] {04a356a3-6285-42e4-83fb-9fef18b5af76} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:09.002517 [ 261 ] {04a356a3-6285-42e4-83fb-9fef18b5af76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:09.003047 [ 261 ] {04a356a3-6285-42e4-83fb-9fef18b5af76} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2026.03.04 04:40:09.003268 [ 261 ] {04a356a3-6285-42e4-83fb-9fef18b5af76} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:09.003375 [ 41 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2026.03.04 04:40:09.003398 [ 261 ] {04a356a3-6285-42e4-83fb-9fef18b5af76} executeQuery: Read 33 rows, 60.55 KiB in 0.001849 sec., 17847.48512709573 rows/sec., 31.98 MiB/sec. 2026.03.04 04:40:09.003412 [ 41 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:09.003435 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:09.003452 [ 261 ] {04a356a3-6285-42e4-83fb-9fef18b5af76} TCPHandler: Processed in 0.002025959 sec. 2026.03.04 04:40:09.003551 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2026.03.04 04:40:09.003569 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:09.003680 [ 261 ] {8c3b43f9-1bbe-4de5-bf84-3b3150709145} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:40:09.003721 [ 261 ] {8c3b43f9-1bbe-4de5-bf84-3b3150709145} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:40:09.003812 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:09.003886 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2358 rows starting from the beginning of the part 2026.03.04 04:40:09.004026 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 33 rows starting from the beginning of the part 2026.03.04 04:40:09.004058 [ 261 ] {8c3b43f9-1bbe-4de5-bf84-3b3150709145} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:09.004096 [ 261 ] {8c3b43f9-1bbe-4de5-bf84-3b3150709145} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:09.004139 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 19 rows starting from the beginning of the part 2026.03.04 04:40:09.004246 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 33 rows starting from the beginning of the part 2026.03.04 04:40:09.004349 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 8 rows starting from the beginning of the part 2026.03.04 04:40:09.004411 [ 261 ] {8c3b43f9-1bbe-4de5-bf84-3b3150709145} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.03.04 04:40:09.004454 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 33 rows starting from the beginning of the part 2026.03.04 04:40:09.004638 [ 261 ] {8c3b43f9-1bbe-4de5-bf84-3b3150709145} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:09.004768 [ 261 ] {8c3b43f9-1bbe-4de5-bf84-3b3150709145} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2026.03.04 04:40:09.004803 [ 261 ] {8c3b43f9-1bbe-4de5-bf84-3b3150709145} TCPHandler: Processed in 0.001282735 sec. 2026.03.04 04:40:09.014370 [ 195 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 2484 rows, containing 19 columns (19 merged, 0 gathered) in 0.01087404 sec., 228433.95830804374 rows/sec., 409.34 MiB/sec. 2026.03.04 04:40:09.016389 [ 198 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2026.03.04 04:40:09.016780 [ 198 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_111_22} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:09.016864 [ 198 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_111_22} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2026.03.04 04:40:09.017005 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.76 MiB. 2026.03.04 04:40:10.000193 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 391.07 MiB, peak 409.78 MiB, free memory in arenas 0.00 B, will set to 392.89 MiB (RSS), difference: 1.82 MiB 2026.03.04 04:40:10.722810 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 37916 2026.03.04 04:40:10.723393 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:10.723443 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:10.723940 [ 245 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.03.04 04:40:10.724163 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:10.724289 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37916 2026.03.04 04:40:12.751442 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 595 2026.03.04 04:40:12.769432 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:12.769498 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:12.775815 [ 244 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.03.04 04:40:12.776549 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:12.779895 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 595 2026.03.04 04:40:13.902773 [ 219 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:40:13.902857 [ 219 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:40:13.906513 [ 219 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:40:13.913343 [ 222 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:40:13.913398 [ 222 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:40:13.916287 [ 222 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:40:13.986750 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:13.987015 [ 261 ] {c212b335-1198-4a10-9185-5b7651088196} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:40:13.987113 [ 261 ] {c212b335-1198-4a10-9185-5b7651088196} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:40:13.987968 [ 261 ] {c212b335-1198-4a10-9185-5b7651088196} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:13.988017 [ 261 ] {c212b335-1198-4a10-9185-5b7651088196} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:13.988415 [ 261 ] {c212b335-1198-4a10-9185-5b7651088196} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.03.04 04:40:13.988653 [ 261 ] {c212b335-1198-4a10-9185-5b7651088196} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:13.988823 [ 261 ] {c212b335-1198-4a10-9185-5b7651088196} executeQuery: Read 72 rows, 5.91 KiB in 0.00188 sec., 38297.872340425536 rows/sec., 3.07 MiB/sec. 2026.03.04 04:40:13.988878 [ 261 ] {c212b335-1198-4a10-9185-5b7651088196} TCPHandler: Processed in 0.002303995 sec. 2026.03.04 04:40:13.989012 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:13.989116 [ 261 ] {5c46c150-df1b-4a0b-90a5-e4a8c82d4b91} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:40:13.989161 [ 261 ] {5c46c150-df1b-4a0b-90a5-e4a8c82d4b91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:40:13.989589 [ 261 ] {5c46c150-df1b-4a0b-90a5-e4a8c82d4b91} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:13.989627 [ 261 ] {5c46c150-df1b-4a0b-90a5-e4a8c82d4b91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:13.989943 [ 261 ] {5c46c150-df1b-4a0b-90a5-e4a8c82d4b91} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.03.04 04:40:13.990153 [ 261 ] {5c46c150-df1b-4a0b-90a5-e4a8c82d4b91} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:13.990287 [ 261 ] {5c46c150-df1b-4a0b-90a5-e4a8c82d4b91} executeQuery: Read 8 rows, 616.00 B in 0.001193 sec., 6705.783738474434 rows/sec., 504.24 KiB/sec. 2026.03.04 04:40:13.990332 [ 261 ] {5c46c150-df1b-4a0b-90a5-e4a8c82d4b91} TCPHandler: Processed in 0.001373237 sec. 2026.03.04 04:40:13.990443 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:13.990543 [ 261 ] {3ccd0e0a-c4c7-4acc-98e2-9e1b0c133c02} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:40:13.990584 [ 261 ] {3ccd0e0a-c4c7-4acc-98e2-9e1b0c133c02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:40:13.991003 [ 261 ] {3ccd0e0a-c4c7-4acc-98e2-9e1b0c133c02} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:13.991041 [ 261 ] {3ccd0e0a-c4c7-4acc-98e2-9e1b0c133c02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:13.991354 [ 261 ] {3ccd0e0a-c4c7-4acc-98e2-9e1b0c133c02} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.03.04 04:40:13.991565 [ 261 ] {3ccd0e0a-c4c7-4acc-98e2-9e1b0c133c02} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:13.991695 [ 261 ] {3ccd0e0a-c4c7-4acc-98e2-9e1b0c133c02} executeQuery: Read 72 rows, 5.76 KiB in 0.001171 sec., 61485.909479077716 rows/sec., 4.80 MiB/sec. 2026.03.04 04:40:13.991733 [ 261 ] {3ccd0e0a-c4c7-4acc-98e2-9e1b0c133c02} TCPHandler: Processed in 0.001340856 sec. 2026.03.04 04:40:13.991830 [ 219 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:40:13.991850 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:13.991876 [ 219 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:40:13.991967 [ 261 ] {c73c82b3-a429-4b42-8a85-4c76b9e5679f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:40:13.992016 [ 261 ] {c73c82b3-a429-4b42-8a85-4c76b9e5679f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:40:13.992433 [ 261 ] {c73c82b3-a429-4b42-8a85-4c76b9e5679f} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:13.992475 [ 261 ] {c73c82b3-a429-4b42-8a85-4c76b9e5679f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:13.992829 [ 261 ] {c73c82b3-a429-4b42-8a85-4c76b9e5679f} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.03.04 04:40:13.993046 [ 261 ] {c73c82b3-a429-4b42-8a85-4c76b9e5679f} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:13.993192 [ 261 ] {c73c82b3-a429-4b42-8a85-4c76b9e5679f} executeQuery: Read 160 rows, 11.41 KiB in 0.001243 sec., 128720.83668543847 rows/sec., 8.97 MiB/sec. 2026.03.04 04:40:13.993194 [ 37 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 2 parts from all_1_128_29 to all_129_129_0 2026.03.04 04:40:13.993237 [ 261 ] {c73c82b3-a429-4b42-8a85-4c76b9e5679f} TCPHandler: Processed in 0.001442348 sec. 2026.03.04 04:40:13.993244 [ 37 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:13.993267 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:13.993350 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:13.993366 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_129_30} MergeTask::PrepareStage: Merging 2 parts: from all_1_128_29 to all_129_129_0 into Compact with storage Full 2026.03.04 04:40:13.993416 [ 222 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:40:13.993448 [ 261 ] {c36cfd4f-3215-4d90-a21d-50997b444ff3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:40:13.993453 [ 222 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:40:13.993500 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_129_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:13.993517 [ 261 ] {c36cfd4f-3215-4d90-a21d-50997b444ff3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:40:13.993554 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_129_30} MergeTreeSequentialSource: Reading 7 marks from part all_1_128_29, total 42851 rows starting from the beginning of the part 2026.03.04 04:40:13.993635 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_129_30} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 128 rows starting from the beginning of the part 2026.03.04 04:40:13.994341 [ 219 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:40:13.994345 [ 261 ] {c36cfd4f-3215-4d90-a21d-50997b444ff3} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:13.994398 [ 261 ] {c36cfd4f-3215-4d90-a21d-50997b444ff3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:13.994980 [ 261 ] {c36cfd4f-3215-4d90-a21d-50997b444ff3} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2026.03.04 04:40:13.995262 [ 261 ] {c36cfd4f-3215-4d90-a21d-50997b444ff3} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:13.995416 [ 261 ] {c36cfd4f-3215-4d90-a21d-50997b444ff3} executeQuery: Read 8 rows, 14.68 KiB in 0.001986 sec., 4028.1973816717023 rows/sec., 7.22 MiB/sec. 2026.03.04 04:40:13.995481 [ 261 ] {c36cfd4f-3215-4d90-a21d-50997b444ff3} TCPHandler: Processed in 0.002182412 sec. 2026.03.04 04:40:13.995613 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:13.995709 [ 261 ] {9b132e80-4758-45ca-bd0d-599958ed8d2e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:40:13.995753 [ 261 ] {9b132e80-4758-45ca-bd0d-599958ed8d2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:40:13.995939 [ 222 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:40:13.996104 [ 261 ] {9b132e80-4758-45ca-bd0d-599958ed8d2e} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:13.996147 [ 261 ] {9b132e80-4758-45ca-bd0d-599958ed8d2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:13.996475 [ 261 ] {9b132e80-4758-45ca-bd0d-599958ed8d2e} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.03.04 04:40:13.996704 [ 261 ] {9b132e80-4758-45ca-bd0d-599958ed8d2e} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:13.996842 [ 261 ] {9b132e80-4758-45ca-bd0d-599958ed8d2e} executeQuery: Read 60 rows, 4.14 KiB in 0.001151 sec., 52128.583840139014 rows/sec., 3.51 MiB/sec. 2026.03.04 04:40:13.996880 [ 261 ] {9b132e80-4758-45ca-bd0d-599958ed8d2e} TCPHandler: Processed in 0.001324866 sec. 2026.03.04 04:40:14.001167 [ 195 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_129_30} MergeTask::MergeProjectionsStage: Merge sorted 42979 rows, containing 5 columns (5 merged, 0 gathered) in 0.007841112 sec., 5481237.865241562 rows/sec., 361.59 MiB/sec. 2026.03.04 04:40:14.001443 [ 195 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_129_30} MergedBlockOutputStream: filled checksums all_1_129_30 (state Temporary) 2026.03.04 04:40:14.001713 [ 195 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_129_30} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_129_30 to all_1_129_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:14.001787 [ 195 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_129_30} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 2 parts: [all_1_128_29, all_129_129_0] -> all_1_129_30 2026.03.04 04:40:14.001858 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2026.03.04 04:40:15.000186 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 389.88 MiB, peak 409.78 MiB, free memory in arenas 0.00 B, will set to 393.67 MiB (RSS), difference: 3.79 MiB 2026.03.04 04:40:15.617840 [ 225 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:40:15.617904 [ 225 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:40:15.620868 [ 225 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:40:15.849641 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64727 2026.03.04 04:40:15.849754 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:40:15.849785 [ 288 ] {} TCP-Session: a1455997-0df6-4d7c-a19e-fbd17301552d Authenticating user 'default' from [fd00:1122:3344:101::e]:64727 2026.03.04 04:40:15.849812 [ 288 ] {} TCP-Session: a1455997-0df6-4d7c-a19e-fbd17301552d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:15.849828 [ 288 ] {} TCP-Session: a1455997-0df6-4d7c-a19e-fbd17301552d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:15.850042 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38933 2026.03.04 04:40:15.850053 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57814 2026.03.04 04:40:15.850101 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36666 2026.03.04 04:40:15.850122 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32794 2026.03.04 04:40:15.850162 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:40:15.850160 [ 288 ] {} TCP-Session: a1455997-0df6-4d7c-a19e-fbd17301552d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:15.850193 [ 289 ] {} TCP-Session: ed170485-3d06-4b92-ac78-6075102b6795 Authenticating user 'default' from [fd00:1122:3344:101::e]:38933 2026.03.04 04:40:15.850206 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:40:15.850208 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:40:15.850247 [ 289 ] {} TCP-Session: ed170485-3d06-4b92-ac78-6075102b6795 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:15.850251 [ 294 ] {} TCP-Session: fe433781-3195-4399-a764-9bdf63db9676 Authenticating user 'default' from [fd00:1122:3344:101::e]:36666 2026.03.04 04:40:15.850273 [ 290 ] {} TCP-Session: f29e8d01-a89a-4dc7-8950-e5daac662692 Authenticating user 'default' from [fd00:1122:3344:101::e]:57814 2026.03.04 04:40:15.850277 [ 289 ] {} TCP-Session: ed170485-3d06-4b92-ac78-6075102b6795 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:15.850296 [ 294 ] {} TCP-Session: fe433781-3195-4399-a764-9bdf63db9676 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:15.850309 [ 290 ] {} TCP-Session: f29e8d01-a89a-4dc7-8950-e5daac662692 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:15.850328 [ 294 ] {} TCP-Session: fe433781-3195-4399-a764-9bdf63db9676 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:15.850343 [ 290 ] {} TCP-Session: f29e8d01-a89a-4dc7-8950-e5daac662692 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:15.850116 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55486 2026.03.04 04:40:15.850369 [ 288 ] {b9794ae0-05ac-4630-8880-0580bdd53137} executeQuery: (from [fd00:1122:3344:101::e]:64727) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:40:15.850087 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44081 2026.03.04 04:40:15.850094 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41568 2026.03.04 04:40:15.850476 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:40:15.850079 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42203 2026.03.04 04:40:15.850222 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:40:15.850548 [ 259 ] {} TCP-Session: 3e2aa4f9-6cce-48ec-83b4-12b5217657ff Authenticating user 'default' from [fd00:1122:3344:101::e]:55486 2026.03.04 04:40:15.850568 [ 286 ] {} TCP-Session: 8e72e766-7d69-4378-98af-5761e57df18b Authenticating user 'default' from [fd00:1122:3344:101::e]:32794 2026.03.04 04:40:15.850546 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:40:15.850586 [ 259 ] {} TCP-Session: 3e2aa4f9-6cce-48ec-83b4-12b5217657ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:15.850590 [ 286 ] {} TCP-Session: 8e72e766-7d69-4378-98af-5761e57df18b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:15.850623 [ 259 ] {} TCP-Session: 3e2aa4f9-6cce-48ec-83b4-12b5217657ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:15.850637 [ 286 ] {} TCP-Session: 8e72e766-7d69-4378-98af-5761e57df18b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:15.850617 [ 293 ] {} TCP-Session: a8734527-a8c1-4cde-83e1-8c97af2ee9b8 Authenticating user 'default' from [fd00:1122:3344:101::e]:41568 2026.03.04 04:40:15.850704 [ 293 ] {} TCP-Session: a8734527-a8c1-4cde-83e1-8c97af2ee9b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:15.850724 [ 288 ] {b9794ae0-05ac-4630-8880-0580bdd53137} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:40:15.850730 [ 293 ] {} TCP-Session: a8734527-a8c1-4cde-83e1-8c97af2ee9b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:15.850784 [ 288 ] {b9794ae0-05ac-4630-8880-0580bdd53137} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:40:15.851094 [ 288 ] {b9794ae0-05ac-4630-8880-0580bdd53137} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:40:15.851292 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:40:15.851301 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:40:15.851341 [ 292 ] {} TCP-Session: af46e244-bff2-4f0e-b410-d8da83dc252c Authenticating user 'default' from [fd00:1122:3344:101::e]:42203 2026.03.04 04:40:15.851368 [ 291 ] {} TCP-Session: 0861f294-30b5-4026-83f7-1ce6fef6d44c Authenticating user 'default' from [fd00:1122:3344:101::e]:44081 2026.03.04 04:40:15.851369 [ 292 ] {} TCP-Session: af46e244-bff2-4f0e-b410-d8da83dc252c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:15.851400 [ 291 ] {} TCP-Session: 0861f294-30b5-4026-83f7-1ce6fef6d44c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:15.851402 [ 292 ] {} TCP-Session: af46e244-bff2-4f0e-b410-d8da83dc252c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:15.851423 [ 291 ] {} TCP-Session: 0861f294-30b5-4026-83f7-1ce6fef6d44c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:15.852184 [ 339 ] {b9794ae0-05ac-4630-8880-0580bdd53137} AggregatingTransform: Aggregating 2026.03.04 04:40:15.852241 [ 339 ] {b9794ae0-05ac-4630-8880-0580bdd53137} Aggregator: Aggregation method: without_key 2026.03.04 04:40:15.852291 [ 339 ] {b9794ae0-05ac-4630-8880-0580bdd53137} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001082771 sec. (923.556 rows/sec., 36.08 KiB/sec.) 2026.03.04 04:40:15.852316 [ 339 ] {b9794ae0-05ac-4630-8880-0580bdd53137} Aggregator: Merging aggregated data 2026.03.04 04:40:15.853752 [ 288 ] {b9794ae0-05ac-4630-8880-0580bdd53137} executeQuery: Read 1 rows, 40.00 B in 0.003427 sec., 291.8004085205719 rows/sec., 11.40 KiB/sec. 2026.03.04 04:40:15.853980 [ 288 ] {b9794ae0-05ac-4630-8880-0580bdd53137} TCPHandler: Processed in 0.003945186 sec. 2026.03.04 04:40:15.854129 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:40:15.854165 [ 288 ] {} TCP-Session: a1455997-0df6-4d7c-a19e-fbd17301552d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:15.854180 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:40:15.854216 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:40:15.854234 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:40:15.854252 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:40:15.854286 [ 289 ] {} TCP-Session: ed170485-3d06-4b92-ac78-6075102b6795 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:15.854288 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:40:15.854312 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:40:15.854329 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:40:15.854351 [ 290 ] {} TCP-Session: f29e8d01-a89a-4dc7-8950-e5daac662692 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:15.854367 [ 292 ] {} TCP-Session: af46e244-bff2-4f0e-b410-d8da83dc252c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:15.854376 [ 259 ] {} TCP-Session: 3e2aa4f9-6cce-48ec-83b4-12b5217657ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:15.854322 [ 286 ] {} TCP-Session: 8e72e766-7d69-4378-98af-5761e57df18b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:15.854266 [ 291 ] {} TCP-Session: 0861f294-30b5-4026-83f7-1ce6fef6d44c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:15.854268 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:40:15.854241 [ 294 ] {} TCP-Session: fe433781-3195-4399-a764-9bdf63db9676 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:15.854501 [ 293 ] {} TCP-Session: a8734527-a8c1-4cde-83e1-8c97af2ee9b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.032598 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57662 2026.03.04 04:40:16.032724 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:40:16.032767 [ 288 ] {} TCP-Session: 3d8f77ae-646a-479b-b416-9856b14947a5 Authenticating user 'default' from [fd00:1122:3344:101::e]:57662 2026.03.04 04:40:16.032791 [ 288 ] {} TCP-Session: 3d8f77ae-646a-479b-b416-9856b14947a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.032804 [ 288 ] {} TCP-Session: 3d8f77ae-646a-479b-b416-9856b14947a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.032987 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35280 2026.03.04 04:40:16.033029 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65504 2026.03.04 04:40:16.033073 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35296 2026.03.04 04:40:16.033090 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35993 2026.03.04 04:40:16.033123 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:40:16.033055 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51328 2026.03.04 04:40:16.033152 [ 288 ] {} TCP-Session: 3d8f77ae-646a-479b-b416-9856b14947a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:16.033169 [ 289 ] {} TCP-Session: 764fc0d5-efcf-432d-97bc-a3b65980ad00 Authenticating user 'default' from [fd00:1122:3344:101::e]:35280 2026.03.04 04:40:16.033187 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:40:16.033223 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:40:16.033233 [ 289 ] {} TCP-Session: 764fc0d5-efcf-432d-97bc-a3b65980ad00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.033239 [ 286 ] {} TCP-Session: 3eb7f6c5-cc67-4114-b998-764e3a7b2e46 Authenticating user 'default' from [fd00:1122:3344:101::e]:35993 2026.03.04 04:40:16.033275 [ 289 ] {} TCP-Session: 764fc0d5-efcf-432d-97bc-a3b65980ad00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.033267 [ 293 ] {} TCP-Session: c3b9aba1-eaa4-45d7-9741-54797874fd2d Authenticating user 'default' from [fd00:1122:3344:101::e]:51328 2026.03.04 04:40:16.033288 [ 286 ] {} TCP-Session: 3eb7f6c5-cc67-4114-b998-764e3a7b2e46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.033316 [ 293 ] {} TCP-Session: c3b9aba1-eaa4-45d7-9741-54797874fd2d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.033325 [ 286 ] {} TCP-Session: 3eb7f6c5-cc67-4114-b998-764e3a7b2e46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.033338 [ 293 ] {} TCP-Session: c3b9aba1-eaa4-45d7-9741-54797874fd2d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.033048 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46521 2026.03.04 04:40:16.033367 [ 288 ] {588f2ba2-c42d-4c47-aae9-084067c44eb6} executeQuery: (from [fd00:1122:3344:101::e]:57662) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:40:16.033045 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64027 2026.03.04 04:40:16.033159 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:40:16.033475 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:40:16.033492 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:40:16.033506 [ 290 ] {} TCP-Session: 571572dd-8eaf-4af0-8ccb-69ec7316cadf Authenticating user 'default' from [fd00:1122:3344:101::e]:65504 2026.03.04 04:40:16.033518 [ 291 ] {} TCP-Session: 2634b403-8e2c-41cc-901a-21adf520c44c Authenticating user 'default' from [fd00:1122:3344:101::e]:46521 2026.03.04 04:40:16.033526 [ 292 ] {} TCP-Session: cb96fad9-f3e3-44c3-8ac8-d3cfb4795208 Authenticating user 'default' from [fd00:1122:3344:101::e]:64027 2026.03.04 04:40:16.033548 [ 290 ] {} TCP-Session: 571572dd-8eaf-4af0-8ccb-69ec7316cadf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.033569 [ 292 ] {} TCP-Session: cb96fad9-f3e3-44c3-8ac8-d3cfb4795208 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.033603 [ 290 ] {} TCP-Session: 571572dd-8eaf-4af0-8ccb-69ec7316cadf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.033613 [ 292 ] {} TCP-Session: cb96fad9-f3e3-44c3-8ac8-d3cfb4795208 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.033573 [ 291 ] {} TCP-Session: 2634b403-8e2c-41cc-901a-21adf520c44c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.033159 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:40:16.033665 [ 291 ] {} TCP-Session: 2634b403-8e2c-41cc-901a-21adf520c44c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.033087 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47621 2026.03.04 04:40:16.033718 [ 294 ] {} TCP-Session: 759a906f-96d3-4511-af99-8d77e2ca2d53 Authenticating user 'default' from [fd00:1122:3344:101::e]:35296 2026.03.04 04:40:16.033758 [ 288 ] {588f2ba2-c42d-4c47-aae9-084067c44eb6} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:40:16.033761 [ 294 ] {} TCP-Session: 759a906f-96d3-4511-af99-8d77e2ca2d53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.033790 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:40:16.033808 [ 294 ] {} TCP-Session: 759a906f-96d3-4511-af99-8d77e2ca2d53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.033830 [ 259 ] {} TCP-Session: 4d54d27e-6075-4f2e-b311-844c0101d974 Authenticating user 'default' from [fd00:1122:3344:101::e]:47621 2026.03.04 04:40:16.033831 [ 288 ] {588f2ba2-c42d-4c47-aae9-084067c44eb6} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:40:16.033860 [ 259 ] {} TCP-Session: 4d54d27e-6075-4f2e-b311-844c0101d974 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.033878 [ 259 ] {} TCP-Session: 4d54d27e-6075-4f2e-b311-844c0101d974 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.034183 [ 288 ] {588f2ba2-c42d-4c47-aae9-084067c44eb6} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:40:16.035305 [ 299 ] {588f2ba2-c42d-4c47-aae9-084067c44eb6} AggregatingTransform: Aggregating 2026.03.04 04:40:16.035362 [ 299 ] {588f2ba2-c42d-4c47-aae9-084067c44eb6} Aggregator: Aggregation method: without_key 2026.03.04 04:40:16.035404 [ 299 ] {588f2ba2-c42d-4c47-aae9-084067c44eb6} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001087341 sec. (919.675 rows/sec., 35.92 KiB/sec.) 2026.03.04 04:40:16.035425 [ 299 ] {588f2ba2-c42d-4c47-aae9-084067c44eb6} Aggregator: Merging aggregated data 2026.03.04 04:40:16.036740 [ 288 ] {588f2ba2-c42d-4c47-aae9-084067c44eb6} executeQuery: Read 1 rows, 40.00 B in 0.003447 sec., 290.1073397156948 rows/sec., 11.33 KiB/sec. 2026.03.04 04:40:16.036893 [ 288 ] {588f2ba2-c42d-4c47-aae9-084067c44eb6} TCPHandler: Processed in 0.003868134 sec. 2026.03.04 04:40:16.036978 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:40:16.037006 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:40:16.037029 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:40:16.037051 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:40:16.037071 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:40:16.037088 [ 289 ] {} TCP-Session: 764fc0d5-efcf-432d-97bc-a3b65980ad00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.037100 [ 286 ] {} TCP-Session: 3eb7f6c5-cc67-4114-b998-764e3a7b2e46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.037106 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:40:16.037125 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:40:16.037145 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:40:16.037163 [ 290 ] {} TCP-Session: 571572dd-8eaf-4af0-8ccb-69ec7316cadf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.037177 [ 292 ] {} TCP-Session: cb96fad9-f3e3-44c3-8ac8-d3cfb4795208 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.037199 [ 259 ] {} TCP-Session: 4d54d27e-6075-4f2e-b311-844c0101d974 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.037124 [ 293 ] {} TCP-Session: c3b9aba1-eaa4-45d7-9741-54797874fd2d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.037076 [ 291 ] {} TCP-Session: 2634b403-8e2c-41cc-901a-21adf520c44c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.037092 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:40:16.037013 [ 288 ] {} TCP-Session: 3d8f77ae-646a-479b-b416-9856b14947a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:16.037316 [ 294 ] {} TCP-Session: 759a906f-96d3-4511-af99-8d77e2ca2d53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:40:18.028155 [ 34 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:40:18.028230 [ 34 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:40:18.133054 [ 219 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:40:18.133137 [ 219 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:40:18.136018 [ 219 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:40:18.224437 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 38428 2026.03.04 04:40:18.224993 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:18.225049 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:18.225570 [ 245 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.03.04 04:40:18.225815 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:18.225973 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38428 2026.03.04 04:40:18.226045 [ 220 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:40:18.226092 [ 220 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:40:18.229132 [ 220 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:40:18.355836 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2150 2026.03.04 04:40:18.358468 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:18.358511 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:18.359807 [ 243 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.04 04:40:18.360066 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:18.360314 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2150 2026.03.04 04:40:18.987296 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:18.987485 [ 261 ] {201e408a-4570-4625-b169-b9817f6fa7d6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:40:18.987558 [ 261 ] {201e408a-4570-4625-b169-b9817f6fa7d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:40:18.988349 [ 261 ] {201e408a-4570-4625-b169-b9817f6fa7d6} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:18.988405 [ 261 ] {201e408a-4570-4625-b169-b9817f6fa7d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:18.988870 [ 261 ] {201e408a-4570-4625-b169-b9817f6fa7d6} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.03.04 04:40:18.989137 [ 261 ] {201e408a-4570-4625-b169-b9817f6fa7d6} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:18.989334 [ 261 ] {201e408a-4570-4625-b169-b9817f6fa7d6} executeQuery: Read 122 rows, 10.72 KiB in 0.001898 sec., 64278.1875658588 rows/sec., 5.52 MiB/sec. 2026.03.04 04:40:18.989397 [ 261 ] {201e408a-4570-4625-b169-b9817f6fa7d6} TCPHandler: Processed in 0.002236103 sec. 2026.03.04 04:40:18.989544 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:18.989659 [ 261 ] {c3b9bc68-4982-4f8f-a9a8-e468c5c469a7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:40:18.989707 [ 261 ] {c3b9bc68-4982-4f8f-a9a8-e468c5c469a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:40:18.990188 [ 261 ] {c3b9bc68-4982-4f8f-a9a8-e468c5c469a7} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:18.990231 [ 261 ] {c3b9bc68-4982-4f8f-a9a8-e468c5c469a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:18.990558 [ 261 ] {c3b9bc68-4982-4f8f-a9a8-e468c5c469a7} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.03.04 04:40:18.990772 [ 261 ] {c3b9bc68-4982-4f8f-a9a8-e468c5c469a7} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:18.990921 [ 261 ] {c3b9bc68-4982-4f8f-a9a8-e468c5c469a7} executeQuery: Read 33 rows, 2.48 KiB in 0.00129 sec., 25581.39534883721 rows/sec., 1.88 MiB/sec. 2026.03.04 04:40:18.990962 [ 261 ] {c3b9bc68-4982-4f8f-a9a8-e468c5c469a7} TCPHandler: Processed in 0.001475028 sec. 2026.03.04 04:40:18.991071 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:18.991180 [ 261 ] {fb1326ce-9a86-4cbf-a814-5cd2568c1e04} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:40:18.991224 [ 261 ] {fb1326ce-9a86-4cbf-a814-5cd2568c1e04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:40:18.991730 [ 261 ] {fb1326ce-9a86-4cbf-a814-5cd2568c1e04} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:18.991777 [ 261 ] {fb1326ce-9a86-4cbf-a814-5cd2568c1e04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:18.992156 [ 261 ] {fb1326ce-9a86-4cbf-a814-5cd2568c1e04} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.03.04 04:40:18.992405 [ 261 ] {fb1326ce-9a86-4cbf-a814-5cd2568c1e04} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:18.992546 [ 261 ] {fb1326ce-9a86-4cbf-a814-5cd2568c1e04} executeQuery: Read 97 rows, 7.76 KiB in 0.001387 sec., 69935.1117519827 rows/sec., 5.46 MiB/sec. 2026.03.04 04:40:18.992587 [ 261 ] {fb1326ce-9a86-4cbf-a814-5cd2568c1e04} TCPHandler: Processed in 0.00156695 sec. 2026.03.04 04:40:18.992723 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:18.992826 [ 261 ] {66471d15-8e82-4d18-b8af-4fb36aae95a6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:40:18.992872 [ 261 ] {66471d15-8e82-4d18-b8af-4fb36aae95a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:40:18.993325 [ 261 ] {66471d15-8e82-4d18-b8af-4fb36aae95a6} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:18.993365 [ 261 ] {66471d15-8e82-4d18-b8af-4fb36aae95a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:18.993706 [ 261 ] {66471d15-8e82-4d18-b8af-4fb36aae95a6} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.03.04 04:40:18.993913 [ 261 ] {66471d15-8e82-4d18-b8af-4fb36aae95a6} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:18.994048 [ 261 ] {66471d15-8e82-4d18-b8af-4fb36aae95a6} executeQuery: Read 160 rows, 11.41 KiB in 0.001244 sec., 128617.36334405144 rows/sec., 8.96 MiB/sec. 2026.03.04 04:40:18.994086 [ 261 ] {66471d15-8e82-4d18-b8af-4fb36aae95a6} TCPHandler: Processed in 0.001415587 sec. 2026.03.04 04:40:18.994084 [ 24 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 2 parts from all_1_129_30 to all_130_130_0 2026.03.04 04:40:18.994153 [ 24 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:18.994174 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:18.994207 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:18.994312 [ 261 ] {672bbc6b-563a-40d5-8f2f-ed687e63f92c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:40:18.994320 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_130_31} MergeTask::PrepareStage: Merging 2 parts: from all_1_129_30 to all_130_130_0 into Compact with storage Full 2026.03.04 04:40:18.994369 [ 261 ] {672bbc6b-563a-40d5-8f2f-ed687e63f92c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:40:18.994467 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_130_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:18.994509 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_130_31} MergeTreeSequentialSource: Reading 7 marks from part all_1_129_30, total 42979 rows starting from the beginning of the part 2026.03.04 04:40:18.994606 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_130_31} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 160 rows starting from the beginning of the part 2026.03.04 04:40:18.995259 [ 261 ] {672bbc6b-563a-40d5-8f2f-ed687e63f92c} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:18.995301 [ 261 ] {672bbc6b-563a-40d5-8f2f-ed687e63f92c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:18.995852 [ 261 ] {672bbc6b-563a-40d5-8f2f-ed687e63f92c} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2026.03.04 04:40:18.996082 [ 261 ] {672bbc6b-563a-40d5-8f2f-ed687e63f92c} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:18.996227 [ 261 ] {672bbc6b-563a-40d5-8f2f-ed687e63f92c} executeQuery: Read 33 rows, 60.55 KiB in 0.001932 sec., 17080.745341614907 rows/sec., 30.61 MiB/sec. 2026.03.04 04:40:18.996288 [ 261 ] {672bbc6b-563a-40d5-8f2f-ed687e63f92c} TCPHandler: Processed in 0.002130481 sec. 2026.03.04 04:40:18.996408 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:18.996504 [ 261 ] {bbc5f0b5-9f0a-4385-9c8c-df93cbb5937e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:40:18.996553 [ 261 ] {bbc5f0b5-9f0a-4385-9c8c-df93cbb5937e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:40:18.996905 [ 261 ] {bbc5f0b5-9f0a-4385-9c8c-df93cbb5937e} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:18.996942 [ 261 ] {bbc5f0b5-9f0a-4385-9c8c-df93cbb5937e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.03 GiB. 2026.03.04 04:40:18.997256 [ 261 ] {bbc5f0b5-9f0a-4385-9c8c-df93cbb5937e} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.03.04 04:40:18.997479 [ 261 ] {bbc5f0b5-9f0a-4385-9c8c-df93cbb5937e} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:18.997614 [ 261 ] {bbc5f0b5-9f0a-4385-9c8c-df93cbb5937e} executeQuery: Read 60 rows, 4.14 KiB in 0.001129 sec., 53144.37555358725 rows/sec., 3.58 MiB/sec. 2026.03.04 04:40:18.997652 [ 261 ] {bbc5f0b5-9f0a-4385-9c8c-df93cbb5937e} TCPHandler: Processed in 0.001293035 sec. 2026.03.04 04:40:19.000179 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 400.86 MiB, peak 409.78 MiB, free memory in arenas 0.00 B, will set to 393.70 MiB (RSS), difference: -7.16 MiB 2026.03.04 04:40:19.001719 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001263475 sec. 2026.03.04 04:40:19.002034 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_130_31} MergeTask::MergeProjectionsStage: Merge sorted 43139 rows, containing 5 columns (5 merged, 0 gathered) in 0.007763749 sec., 5556465.053159241 rows/sec., 366.63 MiB/sec. 2026.03.04 04:40:19.002419 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_130_31} MergedBlockOutputStream: filled checksums all_1_130_31 (state Temporary) 2026.03.04 04:40:19.002728 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_130_31} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_130_31 to all_1_130_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:19.002818 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_130_31} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 2 parts: [all_1_129_30, all_130_130_0] -> all_1_130_31 2026.03.04 04:40:19.002927 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2026.03.04 04:40:19.264713 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:19.264914 [ 261 ] {8ae59815-1f9f-4b8b-8dad-6a8568159672} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:40:19.264992 [ 261 ] {8ae59815-1f9f-4b8b-8dad-6a8568159672} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:40:19.265656 [ 261 ] {8ae59815-1f9f-4b8b-8dad-6a8568159672} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:19.265707 [ 261 ] {8ae59815-1f9f-4b8b-8dad-6a8568159672} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:19.266103 [ 261 ] {8ae59815-1f9f-4b8b-8dad-6a8568159672} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.03.04 04:40:19.266323 [ 261 ] {8ae59815-1f9f-4b8b-8dad-6a8568159672} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:19.266490 [ 261 ] {8ae59815-1f9f-4b8b-8dad-6a8568159672} executeQuery: Read 4 rows, 334.00 B in 0.001623 sec., 2464.5717806531115 rows/sec., 200.97 KiB/sec. 2026.03.04 04:40:19.266546 [ 261 ] {8ae59815-1f9f-4b8b-8dad-6a8568159672} TCPHandler: Processed in 0.001972248 sec. 2026.03.04 04:40:19.266672 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:19.266779 [ 261 ] {4ecfa4e2-afa4-469a-9567-6b5791495ff7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:40:19.266823 [ 261 ] {4ecfa4e2-afa4-469a-9567-6b5791495ff7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:40:19.268141 [ 261 ] {4ecfa4e2-afa4-469a-9567-6b5791495ff7} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:19.268179 [ 261 ] {4ecfa4e2-afa4-469a-9567-6b5791495ff7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:19.268599 [ 261 ] {4ecfa4e2-afa4-469a-9567-6b5791495ff7} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.03.04 04:40:19.268805 [ 261 ] {4ecfa4e2-afa4-469a-9567-6b5791495ff7} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:19.268935 [ 261 ] {4ecfa4e2-afa4-469a-9567-6b5791495ff7} executeQuery: Read 1958 rows, 150.22 KiB in 0.002181 sec., 897753.3241632278 rows/sec., 67.26 MiB/sec. 2026.03.04 04:40:19.268975 [ 261 ] {4ecfa4e2-afa4-469a-9567-6b5791495ff7} TCPHandler: Processed in 0.002357816 sec. 2026.03.04 04:40:19.269094 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:19.269190 [ 261 ] {099400e6-5d7e-4a50-97b1-020f19bcfb6f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:40:19.269230 [ 261 ] {099400e6-5d7e-4a50-97b1-020f19bcfb6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:40:19.269644 [ 261 ] {099400e6-5d7e-4a50-97b1-020f19bcfb6f} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:19.269680 [ 261 ] {099400e6-5d7e-4a50-97b1-020f19bcfb6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:19.269975 [ 261 ] {099400e6-5d7e-4a50-97b1-020f19bcfb6f} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.03.04 04:40:19.270181 [ 261 ] {099400e6-5d7e-4a50-97b1-020f19bcfb6f} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:19.270311 [ 261 ] {099400e6-5d7e-4a50-97b1-020f19bcfb6f} executeQuery: Read 23 rows, 1.71 KiB in 0.001139 sec., 20193.15188762072 rows/sec., 1.46 MiB/sec. 2026.03.04 04:40:19.270353 [ 261 ] {099400e6-5d7e-4a50-97b1-020f19bcfb6f} TCPHandler: Processed in 0.001308885 sec. 2026.03.04 04:40:19.270470 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:19.270565 [ 261 ] {19e727d5-a43b-4283-99a4-794a3f2f69d8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:40:19.270605 [ 261 ] {19e727d5-a43b-4283-99a4-794a3f2f69d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:40:19.271311 [ 261 ] {19e727d5-a43b-4283-99a4-794a3f2f69d8} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:19.271349 [ 261 ] {19e727d5-a43b-4283-99a4-794a3f2f69d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:19.271693 [ 261 ] {19e727d5-a43b-4283-99a4-794a3f2f69d8} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.04 04:40:19.271896 [ 261 ] {19e727d5-a43b-4283-99a4-794a3f2f69d8} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:19.272022 [ 261 ] {19e727d5-a43b-4283-99a4-794a3f2f69d8} executeQuery: Read 708 rows, 42.29 KiB in 0.001475 sec., 480000 rows/sec., 28.00 MiB/sec. 2026.03.04 04:40:19.272060 [ 261 ] {19e727d5-a43b-4283-99a4-794a3f2f69d8} TCPHandler: Processed in 0.001639171 sec. 2026.03.04 04:40:19.272180 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:19.272276 [ 261 ] {1d066b2b-2166-4e0b-a46e-8f988a319890} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.04 04:40:19.272314 [ 261 ] {1d066b2b-2166-4e0b-a46e-8f988a319890} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.04 04:40:19.272699 [ 261 ] {1d066b2b-2166-4e0b-a46e-8f988a319890} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:19.272735 [ 261 ] {1d066b2b-2166-4e0b-a46e-8f988a319890} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:19.273025 [ 261 ] {1d066b2b-2166-4e0b-a46e-8f988a319890} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.04 04:40:19.273237 [ 261 ] {1d066b2b-2166-4e0b-a46e-8f988a319890} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:19.273368 [ 261 ] {1d066b2b-2166-4e0b-a46e-8f988a319890} executeQuery: Read 1 rows, 72.00 B in 0.00111 sec., 900.9009009009009 rows/sec., 63.34 KiB/sec. 2026.03.04 04:40:19.273405 [ 261 ] {1d066b2b-2166-4e0b-a46e-8f988a319890} TCPHandler: Processed in 0.001274454 sec. 2026.03.04 04:40:19.273517 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:19.273612 [ 261 ] {ac9b96be-2605-45e9-88c1-a35f179044bc} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:40:19.273650 [ 261 ] {ac9b96be-2605-45e9-88c1-a35f179044bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:40:19.274585 [ 261 ] {ac9b96be-2605-45e9-88c1-a35f179044bc} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:19.274620 [ 261 ] {ac9b96be-2605-45e9-88c1-a35f179044bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:19.274961 [ 261 ] {ac9b96be-2605-45e9-88c1-a35f179044bc} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.03.04 04:40:19.275166 [ 261 ] {ac9b96be-2605-45e9-88c1-a35f179044bc} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:19.275297 [ 261 ] {ac9b96be-2605-45e9-88c1-a35f179044bc} executeQuery: Read 1023 rows, 72.19 KiB in 0.001702 sec., 601057.5793184489 rows/sec., 41.42 MiB/sec. 2026.03.04 04:40:19.275334 [ 261 ] {ac9b96be-2605-45e9-88c1-a35f179044bc} TCPHandler: Processed in 0.001866086 sec. 2026.03.04 04:40:19.275448 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:19.275544 [ 261 ] {5cfe7239-adbd-43b2-892b-244c6f223ba6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:40:19.275588 [ 261 ] {5cfe7239-adbd-43b2-892b-244c6f223ba6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:40:19.276319 [ 261 ] {5cfe7239-adbd-43b2-892b-244c6f223ba6} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:19.276355 [ 261 ] {5cfe7239-adbd-43b2-892b-244c6f223ba6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:19.276769 [ 261 ] {5cfe7239-adbd-43b2-892b-244c6f223ba6} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.03.04 04:40:19.276975 [ 261 ] {5cfe7239-adbd-43b2-892b-244c6f223ba6} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:19.277103 [ 261 ] {5cfe7239-adbd-43b2-892b-244c6f223ba6} executeQuery: Read 1219 rows, 78.06 KiB in 0.001577 sec., 772986.6835764109 rows/sec., 48.34 MiB/sec. 2026.03.04 04:40:19.277102 [ 24 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_130_31 to all_135_135_0 2026.03.04 04:40:19.277140 [ 261 ] {5cfe7239-adbd-43b2-892b-244c6f223ba6} TCPHandler: Processed in 0.001740183 sec. 2026.03.04 04:40:19.277180 [ 24 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:19.277208 [ 24 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:19.277273 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:19.277309 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_135_32} MergeTask::PrepareStage: Merging 6 parts: from all_1_130_31 to all_135_135_0 into Compact with storage Full 2026.03.04 04:40:19.277371 [ 261 ] {f296d106-42ad-411a-be93-22891a84ca96} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:40:19.277400 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_135_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:19.277425 [ 261 ] {f296d106-42ad-411a-be93-22891a84ca96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:40:19.277432 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_135_32} MergeTreeSequentialSource: Reading 7 marks from part all_1_130_31, total 43139 rows starting from the beginning of the part 2026.03.04 04:40:19.277496 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_135_32} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 160 rows starting from the beginning of the part 2026.03.04 04:40:19.277546 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_135_32} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 197 rows starting from the beginning of the part 2026.03.04 04:40:19.277598 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_135_32} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 160 rows starting from the beginning of the part 2026.03.04 04:40:19.277650 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_135_32} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 160 rows starting from the beginning of the part 2026.03.04 04:40:19.277694 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_135_32} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 1219 rows starting from the beginning of the part 2026.03.04 04:40:19.278274 [ 261 ] {f296d106-42ad-411a-be93-22891a84ca96} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:19.278310 [ 261 ] {f296d106-42ad-411a-be93-22891a84ca96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:19.278829 [ 261 ] {f296d106-42ad-411a-be93-22891a84ca96} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2026.03.04 04:40:19.279052 [ 261 ] {f296d106-42ad-411a-be93-22891a84ca96} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:19.279193 [ 261 ] {f296d106-42ad-411a-be93-22891a84ca96} executeQuery: Read 19 rows, 34.86 KiB in 0.001839 sec., 10331.702011963023 rows/sec., 18.51 MiB/sec. 2026.03.04 04:40:19.279249 [ 261 ] {f296d106-42ad-411a-be93-22891a84ca96} TCPHandler: Processed in 0.002025629 sec. 2026.03.04 04:40:19.279365 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:19.279460 [ 261 ] {9519834b-9b9b-4063-9845-1884701b27ed} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:40:19.279502 [ 261 ] {9519834b-9b9b-4063-9845-1884701b27ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:40:19.279828 [ 261 ] {9519834b-9b9b-4063-9845-1884701b27ed} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:19.279865 [ 261 ] {9519834b-9b9b-4063-9845-1884701b27ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:19.280162 [ 261 ] {9519834b-9b9b-4063-9845-1884701b27ed} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.03.04 04:40:19.280368 [ 261 ] {9519834b-9b9b-4063-9845-1884701b27ed} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:19.280498 [ 261 ] {9519834b-9b9b-4063-9845-1884701b27ed} executeQuery: Read 12 rows, 848.00 B in 0.001056 sec., 11363.636363636362 rows/sec., 784.21 KiB/sec. 2026.03.04 04:40:19.280534 [ 261 ] {9519834b-9b9b-4063-9845-1884701b27ed} TCPHandler: Processed in 0.001219014 sec. 2026.03.04 04:40:19.285407 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_135_32} MergeTask::MergeProjectionsStage: Merge sorted 45035 rows, containing 5 columns (5 merged, 0 gathered) in 0.008136177 sec., 5535154.901374442 rows/sec., 365.06 MiB/sec. 2026.03.04 04:40:19.285835 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_135_32} MergedBlockOutputStream: filled checksums all_1_135_32 (state Temporary) 2026.03.04 04:40:19.286112 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_135_32} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_135_32 to all_1_135_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:19.286179 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_135_32} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_130_31, all_135_135_0] -> all_1_135_32 2026.03.04 04:40:19.286247 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2026.03.04 04:40:20.000182 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 387.71 MiB, peak 409.78 MiB, free memory in arenas 0.00 B, will set to 393.70 MiB (RSS), difference: 5.99 MiB 2026.03.04 04:40:20.279966 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 603 2026.03.04 04:40:20.297085 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:20.297148 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:20.303614 [ 244 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.03.04 04:40:20.304398 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:20.308065 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 603 2026.03.04 04:40:21.478507 [ 25 ] {} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 2026.03.04 04:40:21.478582 [ 25 ] {} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:21.478608 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:21.478712 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_27_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_23_5 to all_27_27_0 into Compact with storage Full 2026.03.04 04:40:21.478722 [ 219 ] {} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.03.04 04:40:21.478787 [ 219 ] {} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.03.04 04:40:21.478842 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_27_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:21.478888 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 308 rows starting from the beginning of the part 2026.03.04 04:40:21.478968 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 284 rows starting from the beginning of the part 2026.03.04 04:40:21.479022 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part 2026.03.04 04:40:21.479074 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 24 rows starting from the beginning of the part 2026.03.04 04:40:21.479123 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 24 rows starting from the beginning of the part 2026.03.04 04:40:21.480072 [ 201 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_27_6} MergeTask::MergeProjectionsStage: Merge sorted 664 rows, containing 5 columns (5 merged, 0 gathered) in 0.001402867 sec., 473316.42985400616 rows/sec., 33.20 MiB/sec. 2026.03.04 04:40:21.480266 [ 186 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_27_6} MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) 2026.03.04 04:40:21.480608 [ 186 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_27_6} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:21.480690 [ 186 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_27_6} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 2026.03.04 04:40:21.480787 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.03.04 04:40:21.480998 [ 219 ] {} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.03.04 04:40:23.429734 [ 75 ] {} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034) (MergerMutator): Selected 5 parts from all_1_23_5 to all_27_27_0 2026.03.04 04:40:23.429799 [ 75 ] {} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:23.429819 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:23.429903 [ 221 ] {} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.03.04 04:40:23.429929 [ 199 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_27_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_23_5 to all_27_27_0 into Compact with storage Full 2026.03.04 04:40:23.429961 [ 221 ] {} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.03.04 04:40:23.430061 [ 199 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_27_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:23.430098 [ 199 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_23_5, total 160 rows starting from the beginning of the part 2026.03.04 04:40:23.430170 [ 199 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 148 rows starting from the beginning of the part 2026.03.04 04:40:23.430214 [ 199 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 12 rows starting from the beginning of the part 2026.03.04 04:40:23.430256 [ 199 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 12 rows starting from the beginning of the part 2026.03.04 04:40:23.430295 [ 199 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_27_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 12 rows starting from the beginning of the part 2026.03.04 04:40:23.431051 [ 186 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_27_6} MergeTask::MergeProjectionsStage: Merge sorted 344 rows, containing 5 columns (5 merged, 0 gathered) in 0.001159823 sec., 296596.9807462001 rows/sec., 18.80 MiB/sec. 2026.03.04 04:40:23.431263 [ 201 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_27_6} MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) 2026.03.04 04:40:23.431561 [ 201 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_27_6} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:23.431628 [ 201 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_27_6} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034) (MergerMutator): Merged 5 parts: [all_1_23_5, all_27_27_0] -> all_1_27_6 2026.03.04 04:40:23.431719 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.03.04 04:40:23.432273 [ 221 ] {} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.03.04 04:40:23.983825 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:23.984024 [ 261 ] {0d37be5d-fde8-468d-9c23-efcce81339cf} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:40:23.984101 [ 261 ] {0d37be5d-fde8-468d-9c23-efcce81339cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:40:23.984859 [ 261 ] {0d37be5d-fde8-468d-9c23-efcce81339cf} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:23.984919 [ 261 ] {0d37be5d-fde8-468d-9c23-efcce81339cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:23.985313 [ 261 ] {0d37be5d-fde8-468d-9c23-efcce81339cf} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.03.04 04:40:23.985547 [ 261 ] {0d37be5d-fde8-468d-9c23-efcce81339cf} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:23.985719 [ 261 ] {0d37be5d-fde8-468d-9c23-efcce81339cf} executeQuery: Read 56 rows, 4.38 KiB in 0.001749 sec., 32018.296169239566 rows/sec., 2.44 MiB/sec. 2026.03.04 04:40:23.985715 [ 75 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2026.03.04 04:40:23.985770 [ 261 ] {0d37be5d-fde8-468d-9c23-efcce81339cf} TCPHandler: Processed in 0.00207772 sec. 2026.03.04 04:40:23.985797 [ 75 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:23.985826 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:23.985902 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:23.985975 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2026.03.04 04:40:23.986009 [ 261 ] {24eaad45-cdd5-43ef-9990-50042e1a84ea} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:40:23.986060 [ 261 ] {24eaad45-cdd5-43ef-9990-50042e1a84ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:40:23.986135 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:23.986179 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 2895 rows starting from the beginning of the part 2026.03.04 04:40:23.986267 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 243 rows starting from the beginning of the part 2026.03.04 04:40:23.986326 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 72 rows starting from the beginning of the part 2026.03.04 04:40:23.986378 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 122 rows starting from the beginning of the part 2026.03.04 04:40:23.986426 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 1958 rows starting from the beginning of the part 2026.03.04 04:40:23.986484 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 56 rows starting from the beginning of the part 2026.03.04 04:40:23.986511 [ 261 ] {24eaad45-cdd5-43ef-9990-50042e1a84ea} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:23.986555 [ 261 ] {24eaad45-cdd5-43ef-9990-50042e1a84ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:23.986892 [ 261 ] {24eaad45-cdd5-43ef-9990-50042e1a84ea} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.03.04 04:40:23.987110 [ 261 ] {24eaad45-cdd5-43ef-9990-50042e1a84ea} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:23.987237 [ 75 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2026.03.04 04:40:23.987247 [ 261 ] {24eaad45-cdd5-43ef-9990-50042e1a84ea} executeQuery: Read 64 rows, 5.12 KiB in 0.001263 sec., 50673.00079176564 rows/sec., 3.96 MiB/sec. 2026.03.04 04:40:23.987269 [ 75 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:23.987292 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:23.987295 [ 261 ] {24eaad45-cdd5-43ef-9990-50042e1a84ea} TCPHandler: Processed in 0.001455618 sec. 2026.03.04 04:40:23.987384 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2026.03.04 04:40:23.987424 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:23.987478 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:23.987510 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1552 rows starting from the beginning of the part 2026.03.04 04:40:23.987520 [ 261 ] {307c01bd-c7d9-424c-b864-154b3d9ba501} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:40:23.987566 [ 261 ] {307c01bd-c7d9-424c-b864-154b3d9ba501} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:40:23.987573 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 135 rows starting from the beginning of the part 2026.03.04 04:40:23.987620 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 72 rows starting from the beginning of the part 2026.03.04 04:40:23.987663 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 97 rows starting from the beginning of the part 2026.03.04 04:40:23.987703 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 1023 rows starting from the beginning of the part 2026.03.04 04:40:23.987742 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 64 rows starting from the beginning of the part 2026.03.04 04:40:23.988060 [ 261 ] {307c01bd-c7d9-424c-b864-154b3d9ba501} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:23.988098 [ 261 ] {307c01bd-c7d9-424c-b864-154b3d9ba501} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:23.988463 [ 261 ] {307c01bd-c7d9-424c-b864-154b3d9ba501} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.03.04 04:40:23.988504 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 5346 rows, containing 5 columns (5 merged, 0 gathered) in 0.00259686 sec., 2058640.0499064256 rows/sec., 166.56 MiB/sec. 2026.03.04 04:40:23.988691 [ 261 ] {307c01bd-c7d9-424c-b864-154b3d9ba501} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:23.988783 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2026.03.04 04:40:23.988854 [ 261 ] {307c01bd-c7d9-424c-b864-154b3d9ba501} executeQuery: Read 128 rows, 9.13 KiB in 0.001354 sec., 94534.71196454948 rows/sec., 6.58 MiB/sec. 2026.03.04 04:40:23.988900 [ 261 ] {307c01bd-c7d9-424c-b864-154b3d9ba501} TCPHandler: Processed in 0.001523969 sec. 2026.03.04 04:40:23.989028 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:23.989050 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_136_27} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:23.989116 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 2943 rows, containing 5 columns (5 merged, 0 gathered) in 0.001772334 sec., 1660522.2266231985 rows/sec., 123.64 MiB/sec. 2026.03.04 04:40:23.989129 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_136_27} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2026.03.04 04:40:23.989129 [ 261 ] {98f3eaec-701e-4b54-98e5-e9aea316ab7c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:40:23.989194 [ 261 ] {98f3eaec-701e-4b54-98e5-e9aea316ab7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:40:23.989220 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. 2026.03.04 04:40:23.989334 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2026.03.04 04:40:23.989572 [ 261 ] {98f3eaec-701e-4b54-98e5-e9aea316ab7c} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:23.989618 [ 261 ] {98f3eaec-701e-4b54-98e5-e9aea316ab7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:23.989620 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_136_27} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:23.989718 [ 191 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_136_27} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2026.03.04 04:40:23.989813 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.03.04 04:40:23.989961 [ 261 ] {98f3eaec-701e-4b54-98e5-e9aea316ab7c} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.03.04 04:40:23.990183 [ 261 ] {98f3eaec-701e-4b54-98e5-e9aea316ab7c} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:23.990314 [ 87 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2026.03.04 04:40:23.990321 [ 261 ] {98f3eaec-701e-4b54-98e5-e9aea316ab7c} executeQuery: Read 48 rows, 3.31 KiB in 0.001213 sec., 39571.31079967024 rows/sec., 2.67 MiB/sec. 2026.03.04 04:40:23.990355 [ 87 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:23.990376 [ 261 ] {98f3eaec-701e-4b54-98e5-e9aea316ab7c} TCPHandler: Processed in 0.001398097 sec. 2026.03.04 04:40:23.990378 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:23.990533 [ 192 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2026.03.04 04:40:23.990681 [ 192 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:23.990718 [ 192 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 7170 rows starting from the beginning of the part 2026.03.04 04:40:23.990785 [ 192 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 60 rows starting from the beginning of the part 2026.03.04 04:40:23.990830 [ 192 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 60 rows starting from the beginning of the part 2026.03.04 04:40:23.990873 [ 192 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 60 rows starting from the beginning of the part 2026.03.04 04:40:23.990910 [ 192 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 12 rows starting from the beginning of the part 2026.03.04 04:40:23.990958 [ 192 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 48 rows starting from the beginning of the part 2026.03.04 04:40:23.992850 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 7410 rows, containing 4 columns (4 merged, 0 gathered) in 0.002385606 sec., 3106129.008729857 rows/sec., 206.74 MiB/sec. 2026.03.04 04:40:23.993264 [ 191 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2026.03.04 04:40:23.993522 [ 191 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_136_27} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:23.993593 [ 191 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_136_27} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2026.03.04 04:40:23.993667 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. 2026.03.04 04:40:24.000166 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 390.07 MiB, peak 409.78 MiB, free memory in arenas 0.00 B, will set to 393.70 MiB (RSS), difference: 3.62 MiB 2026.03.04 04:40:25.727082 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 38876 2026.03.04 04:40:25.727621 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:25.727668 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:25.728179 [ 245 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.03.04 04:40:25.728436 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:25.728573 [ 123 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.03.04 04:40:25.728592 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38876 2026.03.04 04:40:25.728639 [ 123 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:25.728664 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:25.728858 [ 190 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.03.04 04:40:25.729044 [ 190 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:25.729081 [ 190 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_81_16} MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 36508 rows starting from the beginning of the part 2026.03.04 04:40:25.729146 [ 190 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 448 rows starting from the beginning of the part 2026.03.04 04:40:25.729188 [ 190 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 512 rows starting from the beginning of the part 2026.03.04 04:40:25.729229 [ 190 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 448 rows starting from the beginning of the part 2026.03.04 04:40:25.729268 [ 190 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 512 rows starting from the beginning of the part 2026.03.04 04:40:25.729305 [ 190 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 448 rows starting from the beginning of the part 2026.03.04 04:40:25.731732 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 38876 rows, containing 4 columns (4 merged, 0 gathered) in 0.002962307 sec., 13123555.391119152 rows/sec., 187.73 MiB/sec. 2026.03.04 04:40:25.732036 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.03.04 04:40:25.732324 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_81_16} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:25.732410 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_81_16} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.03.04 04:40:25.732505 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2026.03.04 04:40:27.809125 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 610 2026.03.04 04:40:27.825902 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:27.825956 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:27.832130 [ 244 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.03.04 04:40:27.832834 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:27.833220 [ 142 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.03.04 04:40:27.833315 [ 142 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:27.833355 [ 142 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:27.833536 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.03.04 04:40:27.836052 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 610 2026.03.04 04:40:27.837641 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:27.839206 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part 2026.03.04 04:40:27.843825 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 7 rows starting from the beginning of the part 2026.03.04 04:40:27.848411 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 8 rows starting from the beginning of the part 2026.03.04 04:40:27.853033 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 7 rows starting from the beginning of the part 2026.03.04 04:40:27.858059 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 8 rows starting from the beginning of the part 2026.03.04 04:40:27.862882 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 7 rows starting from the beginning of the part 2026.03.04 04:40:27.919722 [ 194 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 610 rows, containing 679 columns (679 merged, 0 gathered) in 0.086259844 sec., 7071.6566563695615 rows/sec., 36.57 MiB/sec. 2026.03.04 04:40:27.921993 [ 194 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.03.04 04:40:27.923753 [ 194 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_81_16} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:27.923853 [ 194 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_81_16} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.03.04 04:40:27.925483 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2026.03.04 04:40:28.000180 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 394.79 MiB, peak 412.19 MiB, free memory in arenas 0.00 B, will set to 393.73 MiB (RSS), difference: -1.06 MiB 2026.03.04 04:40:28.361478 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2188 2026.03.04 04:40:28.363966 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:28.364021 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:28.365223 [ 243 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.04 04:40:28.365497 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:28.365692 [ 152 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2026.03.04 04:40:28.365760 [ 152 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:28.365780 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:28.365890 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2188 2026.03.04 04:40:28.365897 [ 196 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_61_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_56_11 to all_61_61_0 into Compact with storage Full 2026.03.04 04:40:28.366516 [ 196 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:28.366671 [ 196 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2020 rows starting from the beginning of the part 2026.03.04 04:40:28.367078 [ 196 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 32 rows starting from the beginning of the part 2026.03.04 04:40:28.367422 [ 196 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 38 rows starting from the beginning of the part 2026.03.04 04:40:28.367777 [ 196 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 24 rows starting from the beginning of the part 2026.03.04 04:40:28.368110 [ 196 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 36 rows starting from the beginning of the part 2026.03.04 04:40:28.368436 [ 196 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 38 rows starting from the beginning of the part 2026.03.04 04:40:28.375284 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2188 rows, containing 72 columns (72 merged, 0 gathered) in 0.009437642 sec., 231837.57129164255 rows/sec., 178.84 MiB/sec. 2026.03.04 04:40:28.377067 [ 200 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2026.03.04 04:40:28.377582 [ 200 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_61_12} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:28.377653 [ 200 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_61_12} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2026.03.04 04:40:28.377823 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. 2026.03.04 04:40:28.986834 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:28.987035 [ 261 ] {04d63bd2-cb44-4e25-a6d4-a47838799a19} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:40:28.987104 [ 261 ] {04d63bd2-cb44-4e25-a6d4-a47838799a19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:40:28.987820 [ 261 ] {04d63bd2-cb44-4e25-a6d4-a47838799a19} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:28.987869 [ 261 ] {04d63bd2-cb44-4e25-a6d4-a47838799a19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:28.988273 [ 261 ] {04d63bd2-cb44-4e25-a6d4-a47838799a19} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.03.04 04:40:28.988506 [ 261 ] {04d63bd2-cb44-4e25-a6d4-a47838799a19} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:28.988658 [ 261 ] {04d63bd2-cb44-4e25-a6d4-a47838799a19} executeQuery: Read 122 rows, 10.72 KiB in 0.001679 sec., 72662.29898749256 rows/sec., 6.24 MiB/sec. 2026.03.04 04:40:28.988701 [ 261 ] {04d63bd2-cb44-4e25-a6d4-a47838799a19} TCPHandler: Processed in 0.002012069 sec. 2026.03.04 04:40:28.988829 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:28.988925 [ 261 ] {0210c0a8-dbf7-446a-9db9-432b25a47add} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:40:28.988966 [ 261 ] {0210c0a8-dbf7-446a-9db9-432b25a47add} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:40:28.989389 [ 261 ] {0210c0a8-dbf7-446a-9db9-432b25a47add} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:28.989427 [ 261 ] {0210c0a8-dbf7-446a-9db9-432b25a47add} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:28.989732 [ 261 ] {0210c0a8-dbf7-446a-9db9-432b25a47add} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.03.04 04:40:28.989940 [ 261 ] {0210c0a8-dbf7-446a-9db9-432b25a47add} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:28.990071 [ 261 ] {0210c0a8-dbf7-446a-9db9-432b25a47add} executeQuery: Read 33 rows, 2.48 KiB in 0.001165 sec., 28326.18025751073 rows/sec., 2.08 MiB/sec. 2026.03.04 04:40:28.990084 [ 152 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.03.04 04:40:28.990110 [ 261 ] {0210c0a8-dbf7-446a-9db9-432b25a47add} TCPHandler: Processed in 0.001331055 sec. 2026.03.04 04:40:28.990164 [ 152 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:28.990196 [ 152 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:28.990253 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:28.990333 [ 195 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2026.03.04 04:40:28.990356 [ 261 ] {bb373df8-a0d5-4219-92c8-093147a4393b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:40:28.990418 [ 261 ] {bb373df8-a0d5-4219-92c8-093147a4393b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:40:28.990492 [ 195 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:28.990535 [ 195 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 226 rows starting from the beginning of the part 2026.03.04 04:40:28.990617 [ 195 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 47 rows starting from the beginning of the part 2026.03.04 04:40:28.990673 [ 195 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 8 rows starting from the beginning of the part 2026.03.04 04:40:28.990726 [ 195 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 33 rows starting from the beginning of the part 2026.03.04 04:40:28.990774 [ 195 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 23 rows starting from the beginning of the part 2026.03.04 04:40:28.990822 [ 195 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 33 rows starting from the beginning of the part 2026.03.04 04:40:28.990863 [ 261 ] {bb373df8-a0d5-4219-92c8-093147a4393b} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:28.990905 [ 261 ] {bb373df8-a0d5-4219-92c8-093147a4393b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:28.991259 [ 261 ] {bb373df8-a0d5-4219-92c8-093147a4393b} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.03.04 04:40:28.991488 [ 261 ] {bb373df8-a0d5-4219-92c8-093147a4393b} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:28.991626 [ 261 ] {bb373df8-a0d5-4219-92c8-093147a4393b} executeQuery: Read 97 rows, 7.76 KiB in 0.001288 sec., 75310.55900621117 rows/sec., 5.88 MiB/sec. 2026.03.04 04:40:28.991666 [ 261 ] {bb373df8-a0d5-4219-92c8-093147a4393b} TCPHandler: Processed in 0.001460978 sec. 2026.03.04 04:40:28.991723 [ 195 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 370 rows, containing 5 columns (5 merged, 0 gathered) in 0.001451588 sec., 254893.26172440115 rows/sec., 18.24 MiB/sec. 2026.03.04 04:40:28.991793 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:28.991893 [ 261 ] {f78014bf-18b9-4b9d-a1dc-94339ef05aee} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:40:28.991915 [ 188 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.03.04 04:40:28.991940 [ 261 ] {f78014bf-18b9-4b9d-a1dc-94339ef05aee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:40:28.992219 [ 188 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_116_23} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:28.992303 [ 188 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_116_23} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.03.04 04:40:28.992362 [ 261 ] {f78014bf-18b9-4b9d-a1dc-94339ef05aee} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:28.992396 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.04 04:40:28.992403 [ 261 ] {f78014bf-18b9-4b9d-a1dc-94339ef05aee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:28.992814 [ 261 ] {f78014bf-18b9-4b9d-a1dc-94339ef05aee} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.03.04 04:40:28.993029 [ 261 ] {f78014bf-18b9-4b9d-a1dc-94339ef05aee} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:28.993161 [ 261 ] {f78014bf-18b9-4b9d-a1dc-94339ef05aee} executeQuery: Read 160 rows, 11.41 KiB in 0.001286 sec., 124416.7962674961 rows/sec., 8.67 MiB/sec. 2026.03.04 04:40:28.993199 [ 261 ] {f78014bf-18b9-4b9d-a1dc-94339ef05aee} TCPHandler: Processed in 0.001454688 sec. 2026.03.04 04:40:28.993312 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:28.993408 [ 261 ] {4453a32d-18a7-4809-a4aa-97a3c1dc59b3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:40:28.993463 [ 261 ] {4453a32d-18a7-4809-a4aa-97a3c1dc59b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:40:28.994338 [ 261 ] {4453a32d-18a7-4809-a4aa-97a3c1dc59b3} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:28.994375 [ 261 ] {4453a32d-18a7-4809-a4aa-97a3c1dc59b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:28.994929 [ 261 ] {4453a32d-18a7-4809-a4aa-97a3c1dc59b3} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2026.03.04 04:40:28.995166 [ 261 ] {4453a32d-18a7-4809-a4aa-97a3c1dc59b3} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:28.995309 [ 261 ] {4453a32d-18a7-4809-a4aa-97a3c1dc59b3} executeQuery: Read 33 rows, 60.55 KiB in 0.001918 sec., 17205.422314911368 rows/sec., 30.83 MiB/sec. 2026.03.04 04:40:28.995380 [ 261 ] {4453a32d-18a7-4809-a4aa-97a3c1dc59b3} TCPHandler: Processed in 0.002117501 sec. 2026.03.04 04:40:28.995501 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:28.995603 [ 261 ] {3c102b99-cb4f-4efe-a91b-50d396cad6c5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:40:28.995647 [ 261 ] {3c102b99-cb4f-4efe-a91b-50d396cad6c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:40:28.996009 [ 261 ] {3c102b99-cb4f-4efe-a91b-50d396cad6c5} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:28.996051 [ 261 ] {3c102b99-cb4f-4efe-a91b-50d396cad6c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:28.996358 [ 261 ] {3c102b99-cb4f-4efe-a91b-50d396cad6c5} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.03.04 04:40:28.996564 [ 261 ] {3c102b99-cb4f-4efe-a91b-50d396cad6c5} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:28.996695 [ 261 ] {3c102b99-cb4f-4efe-a91b-50d396cad6c5} executeQuery: Read 60 rows, 4.14 KiB in 0.00111 sec., 54054.054054054046 rows/sec., 3.64 MiB/sec. 2026.03.04 04:40:28.996732 [ 261 ] {3c102b99-cb4f-4efe-a91b-50d396cad6c5} TCPHandler: Processed in 0.001279975 sec. 2026.03.04 04:40:33.028288 [ 104 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:40:33.028364 [ 104 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:40:33.186724 [ 223 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:40:33.186783 [ 223 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:40:33.190461 [ 223 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:40:33.228777 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 39388 2026.03.04 04:40:33.229372 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:33.229415 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:33.229901 [ 245 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.03.04 04:40:33.230129 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:33.230259 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39388 2026.03.04 04:40:33.265290 [ 223 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:40:33.265324 [ 223 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:40:33.269078 [ 223 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:40:33.312484 [ 221 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:40:33.312518 [ 221 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:40:33.315439 [ 221 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:40:33.986691 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:33.986875 [ 261 ] {58fafc37-086a-4986-8dea-cd8fc96509e4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:40:33.986947 [ 261 ] {58fafc37-086a-4986-8dea-cd8fc96509e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:40:33.987624 [ 261 ] {58fafc37-086a-4986-8dea-cd8fc96509e4} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:33.987678 [ 261 ] {58fafc37-086a-4986-8dea-cd8fc96509e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:33.988079 [ 261 ] {58fafc37-086a-4986-8dea-cd8fc96509e4} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.03.04 04:40:33.988316 [ 261 ] {58fafc37-086a-4986-8dea-cd8fc96509e4} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:33.988478 [ 261 ] {58fafc37-086a-4986-8dea-cd8fc96509e4} executeQuery: Read 72 rows, 5.91 KiB in 0.001653 sec., 43557.16878402904 rows/sec., 3.49 MiB/sec. 2026.03.04 04:40:33.988534 [ 261 ] {58fafc37-086a-4986-8dea-cd8fc96509e4} TCPHandler: Processed in 0.001981858 sec. 2026.03.04 04:40:33.988663 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:33.988769 [ 261 ] {5fb0652d-ee72-4f8d-86f3-159a6b6ce6ca} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:40:33.988814 [ 261 ] {5fb0652d-ee72-4f8d-86f3-159a6b6ce6ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:40:33.989249 [ 261 ] {5fb0652d-ee72-4f8d-86f3-159a6b6ce6ca} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:33.989288 [ 261 ] {5fb0652d-ee72-4f8d-86f3-159a6b6ce6ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:33.989610 [ 261 ] {5fb0652d-ee72-4f8d-86f3-159a6b6ce6ca} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.03.04 04:40:33.989831 [ 261 ] {5fb0652d-ee72-4f8d-86f3-159a6b6ce6ca} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:33.989967 [ 261 ] {5fb0652d-ee72-4f8d-86f3-159a6b6ce6ca} executeQuery: Read 8 rows, 616.00 B in 0.001221 sec., 6552.006552006552 rows/sec., 492.68 KiB/sec. 2026.03.04 04:40:33.990006 [ 261 ] {5fb0652d-ee72-4f8d-86f3-159a6b6ce6ca} TCPHandler: Processed in 0.001393797 sec. 2026.03.04 04:40:33.990072 [ 221 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:40:33.990106 [ 221 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:40:33.990112 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:33.990212 [ 261 ] {d3254d1e-b912-404a-9749-21189e9be9b5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:40:33.990255 [ 261 ] {d3254d1e-b912-404a-9749-21189e9be9b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:40:33.990694 [ 261 ] {d3254d1e-b912-404a-9749-21189e9be9b5} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:33.990731 [ 261 ] {d3254d1e-b912-404a-9749-21189e9be9b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:33.991044 [ 261 ] {d3254d1e-b912-404a-9749-21189e9be9b5} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.03.04 04:40:33.991273 [ 261 ] {d3254d1e-b912-404a-9749-21189e9be9b5} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:33.991410 [ 261 ] {d3254d1e-b912-404a-9749-21189e9be9b5} executeQuery: Read 72 rows, 5.76 KiB in 0.001217 sec., 59161.87345932621 rows/sec., 4.62 MiB/sec. 2026.03.04 04:40:33.991453 [ 261 ] {d3254d1e-b912-404a-9749-21189e9be9b5} TCPHandler: Processed in 0.001391967 sec. 2026.03.04 04:40:33.991540 [ 223 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:40:33.991572 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:33.991595 [ 223 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:40:33.991678 [ 261 ] {95b170fa-cd62-4e46-a9cd-4e9b8a9795fb} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:40:33.991731 [ 261 ] {95b170fa-cd62-4e46-a9cd-4e9b8a9795fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:40:33.992150 [ 261 ] {95b170fa-cd62-4e46-a9cd-4e9b8a9795fb} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:33.992192 [ 261 ] {95b170fa-cd62-4e46-a9cd-4e9b8a9795fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:33.992587 [ 261 ] {95b170fa-cd62-4e46-a9cd-4e9b8a9795fb} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.03.04 04:40:33.992864 [ 261 ] {95b170fa-cd62-4e46-a9cd-4e9b8a9795fb} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:33.993006 [ 261 ] {95b170fa-cd62-4e46-a9cd-4e9b8a9795fb} executeQuery: Read 160 rows, 11.41 KiB in 0.001347 sec., 118782.47958426131 rows/sec., 8.27 MiB/sec. 2026.03.04 04:40:33.993044 [ 261 ] {95b170fa-cd62-4e46-a9cd-4e9b8a9795fb} TCPHandler: Processed in 0.001525639 sec. 2026.03.04 04:40:33.993150 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:33.993257 [ 261 ] {1a701dc9-d0a6-4588-8211-1cceaab8ec5c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:40:33.993321 [ 261 ] {1a701dc9-d0a6-4588-8211-1cceaab8ec5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:40:33.993669 [ 221 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:40:33.994145 [ 223 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:40:33.994304 [ 261 ] {1a701dc9-d0a6-4588-8211-1cceaab8ec5c} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:33.994357 [ 261 ] {1a701dc9-d0a6-4588-8211-1cceaab8ec5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:33.995107 [ 261 ] {1a701dc9-d0a6-4588-8211-1cceaab8ec5c} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2026.03.04 04:40:33.995432 [ 261 ] {1a701dc9-d0a6-4588-8211-1cceaab8ec5c} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:33.995588 [ 88 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2026.03.04 04:40:33.995621 [ 261 ] {1a701dc9-d0a6-4588-8211-1cceaab8ec5c} executeQuery: Read 8 rows, 14.68 KiB in 0.00239 sec., 3347.2803347280333 rows/sec., 6.00 MiB/sec. 2026.03.04 04:40:33.995655 [ 88 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:33.995680 [ 88 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:33.995686 [ 261 ] {1a701dc9-d0a6-4588-8211-1cceaab8ec5c} TCPHandler: Processed in 0.002584939 sec. 2026.03.04 04:40:33.995771 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2026.03.04 04:40:33.995817 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:33.995928 [ 261 ] {116d3dca-f872-4512-b30c-8abdbae1d58b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:40:33.995948 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:33.995979 [ 261 ] {116d3dca-f872-4512-b30c-8abdbae1d58b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:40:33.996002 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2484 rows starting from the beginning of the part 2026.03.04 04:40:33.996126 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 8 rows starting from the beginning of the part 2026.03.04 04:40:33.996235 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 33 rows starting from the beginning of the part 2026.03.04 04:40:33.996332 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 19 rows starting from the beginning of the part 2026.03.04 04:40:33.996358 [ 261 ] {116d3dca-f872-4512-b30c-8abdbae1d58b} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:33.996395 [ 261 ] {116d3dca-f872-4512-b30c-8abdbae1d58b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:33.996431 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 33 rows starting from the beginning of the part 2026.03.04 04:40:33.996530 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 8 rows starting from the beginning of the part 2026.03.04 04:40:33.996712 [ 261 ] {116d3dca-f872-4512-b30c-8abdbae1d58b} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.03.04 04:40:33.996941 [ 261 ] {116d3dca-f872-4512-b30c-8abdbae1d58b} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:33.997075 [ 261 ] {116d3dca-f872-4512-b30c-8abdbae1d58b} executeQuery: Read 60 rows, 4.14 KiB in 0.001171 sec., 51238.25789923143 rows/sec., 3.45 MiB/sec. 2026.03.04 04:40:33.997115 [ 261 ] {116d3dca-f872-4512-b30c-8abdbae1d58b} TCPHandler: Processed in 0.001354896 sec. 2026.03.04 04:40:34.000215 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 402.91 MiB, peak 412.19 MiB, free memory in arenas 0.00 B, will set to 393.94 MiB (RSS), difference: -8.97 MiB 2026.03.04 04:40:34.006558 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 2585 rows, containing 19 columns (19 merged, 0 gathered) in 0.010824269 sec., 238815.20313288594 rows/sec., 427.95 MiB/sec. 2026.03.04 04:40:34.008963 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2026.03.04 04:40:34.009285 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_116_23} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:34.009350 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_116_23} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2026.03.04 04:40:34.009455 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.83 MiB. 2026.03.04 04:40:35.000176 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 385.26 MiB, peak 412.19 MiB, free memory in arenas 0.00 B, will set to 399.25 MiB (RSS), difference: 14.00 MiB 2026.03.04 04:40:35.336169 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 618 2026.03.04 04:40:35.355068 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:35.355135 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:35.361552 [ 244 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2026.03.04 04:40:35.362295 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:35.366056 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 618 2026.03.04 04:40:35.513131 [ 149 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e) (MergerMutator): Selected 5 parts from all_1_43_9 to all_47_47_0 2026.03.04 04:40:35.513204 [ 149 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:35.513230 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:35.513347 [ 189 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_47_10} MergeTask::PrepareStage: Merging 5 parts: from all_1_43_9 to all_47_47_0 into Compact with storage Full 2026.03.04 04:40:35.513476 [ 189 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_47_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:35.513516 [ 189 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_47_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_43_9, total 883 rows starting from the beginning of the part 2026.03.04 04:40:35.513593 [ 189 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_47_10} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 24 rows starting from the beginning of the part 2026.03.04 04:40:35.513648 [ 189 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_47_10} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 708 rows starting from the beginning of the part 2026.03.04 04:40:35.513700 [ 189 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_47_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 24 rows starting from the beginning of the part 2026.03.04 04:40:35.513745 [ 189 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_47_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 708 rows starting from the beginning of the part 2026.03.04 04:40:35.514915 [ 188 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_47_10} MergeTask::MergeProjectionsStage: Merge sorted 2347 rows, containing 5 columns (5 merged, 0 gathered) in 0.001617181 sec., 1451290.8573622864 rows/sec., 91.88 MiB/sec. 2026.03.04 04:40:35.515138 [ 199 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_47_10} MergedBlockOutputStream: filled checksums all_1_47_10 (state Temporary) 2026.03.04 04:40:35.515447 [ 199 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_47_10} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_merge_all_1_47_10 to all_1_47_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:35.515533 [ 199 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_47_10} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e) (MergerMutator): Merged 5 parts: [all_1_43_9, all_47_47_0] -> all_1_47_10 2026.03.04 04:40:35.515639 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2026.03.04 04:40:38.366158 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 2212 2026.03.04 04:40:38.368323 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:38.368375 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:38.369606 [ 243 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.04 04:40:38.369892 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:38.370284 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2212 2026.03.04 04:40:38.989948 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:38.990126 [ 261 ] {f1b45288-8417-41e4-97d6-4aad09e1f2f1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:40:38.990192 [ 261 ] {f1b45288-8417-41e4-97d6-4aad09e1f2f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:40:38.990863 [ 261 ] {f1b45288-8417-41e4-97d6-4aad09e1f2f1} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:38.990908 [ 261 ] {f1b45288-8417-41e4-97d6-4aad09e1f2f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:38.991289 [ 261 ] {f1b45288-8417-41e4-97d6-4aad09e1f2f1} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.04 04:40:38.991522 [ 261 ] {f1b45288-8417-41e4-97d6-4aad09e1f2f1} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:38.991675 [ 261 ] {f1b45288-8417-41e4-97d6-4aad09e1f2f1} executeQuery: Read 24 rows, 2.04 KiB in 0.001598 sec., 15018.773466833542 rows/sec., 1.25 MiB/sec. 2026.03.04 04:40:38.991722 [ 261 ] {f1b45288-8417-41e4-97d6-4aad09e1f2f1} TCPHandler: Processed in 0.001902757 sec. 2026.03.04 04:40:38.991861 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:38.991961 [ 261 ] {c6dc651a-8d41-43b9-b426-c912363dfb97} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:40:38.992003 [ 261 ] {c6dc651a-8d41-43b9-b426-c912363dfb97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:40:38.992437 [ 261 ] {c6dc651a-8d41-43b9-b426-c912363dfb97} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:38.992475 [ 261 ] {c6dc651a-8d41-43b9-b426-c912363dfb97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:38.992763 [ 261 ] {c6dc651a-8d41-43b9-b426-c912363dfb97} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.03.04 04:40:38.993037 [ 261 ] {c6dc651a-8d41-43b9-b426-c912363dfb97} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:38.993204 [ 261 ] {c6dc651a-8d41-43b9-b426-c912363dfb97} executeQuery: Read 8 rows, 668.00 B in 0.001263 sec., 6334.125098970705 rows/sec., 516.50 KiB/sec. 2026.03.04 04:40:38.993257 [ 261 ] {c6dc651a-8d41-43b9-b426-c912363dfb97} TCPHandler: Processed in 0.001447348 sec. 2026.03.04 04:40:38.993407 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:38.993506 [ 261 ] {599f36ff-e2a8-44c2-9e05-114ce29d5558} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:40:38.993545 [ 261 ] {599f36ff-e2a8-44c2-9e05-114ce29d5558} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:40:38.994162 [ 261 ] {599f36ff-e2a8-44c2-9e05-114ce29d5558} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:38.994199 [ 261 ] {599f36ff-e2a8-44c2-9e05-114ce29d5558} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:38.994518 [ 261 ] {599f36ff-e2a8-44c2-9e05-114ce29d5558} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.03.04 04:40:38.994728 [ 261 ] {599f36ff-e2a8-44c2-9e05-114ce29d5558} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:38.994858 [ 261 ] {599f36ff-e2a8-44c2-9e05-114ce29d5558} executeQuery: Read 246 rows, 22.45 KiB in 0.001371 sec., 179431.07221006564 rows/sec., 15.99 MiB/sec. 2026.03.04 04:40:38.994895 [ 261 ] {599f36ff-e2a8-44c2-9e05-114ce29d5558} TCPHandler: Processed in 0.001546709 sec. 2026.03.04 04:40:38.995027 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:38.995126 [ 261 ] {389e098c-3437-4a19-9ed7-6e3a835dd81a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:40:38.995166 [ 261 ] {389e098c-3437-4a19-9ed7-6e3a835dd81a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:40:38.995609 [ 261 ] {389e098c-3437-4a19-9ed7-6e3a835dd81a} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:38.995646 [ 261 ] {389e098c-3437-4a19-9ed7-6e3a835dd81a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:38.995936 [ 261 ] {389e098c-3437-4a19-9ed7-6e3a835dd81a} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.03.04 04:40:38.996146 [ 261 ] {389e098c-3437-4a19-9ed7-6e3a835dd81a} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:38.996276 [ 261 ] {389e098c-3437-4a19-9ed7-6e3a835dd81a} executeQuery: Read 53 rows, 4.00 KiB in 0.001167 sec., 45415.59554413024 rows/sec., 3.35 MiB/sec. 2026.03.04 04:40:38.996319 [ 261 ] {389e098c-3437-4a19-9ed7-6e3a835dd81a} TCPHandler: Processed in 0.001343346 sec. 2026.03.04 04:40:38.996432 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:38.996527 [ 261 ] {0786fe55-5220-486d-b8d1-58249a3a283a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:40:38.996565 [ 261 ] {0786fe55-5220-486d-b8d1-58249a3a283a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:40:38.996973 [ 261 ] {0786fe55-5220-486d-b8d1-58249a3a283a} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:38.997009 [ 261 ] {0786fe55-5220-486d-b8d1-58249a3a283a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:38.997296 [ 261 ] {0786fe55-5220-486d-b8d1-58249a3a283a} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.04 04:40:38.997499 [ 261 ] {0786fe55-5220-486d-b8d1-58249a3a283a} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:38.997626 [ 261 ] {0786fe55-5220-486d-b8d1-58249a3a283a} executeQuery: Read 24 rows, 2.04 KiB in 0.001118 sec., 21466.90518783542 rows/sec., 1.78 MiB/sec. 2026.03.04 04:40:38.997665 [ 261 ] {0786fe55-5220-486d-b8d1-58249a3a283a} TCPHandler: Processed in 0.001282105 sec. 2026.03.04 04:40:38.997779 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:38.997872 [ 261 ] {4c87c56d-8c44-4cc3-8e44-4af08f74ef72} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:40:38.997912 [ 261 ] {4c87c56d-8c44-4cc3-8e44-4af08f74ef72} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:40:38.998306 [ 261 ] {4c87c56d-8c44-4cc3-8e44-4af08f74ef72} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:38.998342 [ 261 ] {4c87c56d-8c44-4cc3-8e44-4af08f74ef72} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:38.998628 [ 261 ] {4c87c56d-8c44-4cc3-8e44-4af08f74ef72} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.03.04 04:40:38.998830 [ 261 ] {4c87c56d-8c44-4cc3-8e44-4af08f74ef72} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:38.998958 [ 261 ] {4c87c56d-8c44-4cc3-8e44-4af08f74ef72} executeQuery: Read 12 rows, 960.00 B in 0.001102 sec., 10889.29219600726 rows/sec., 850.73 KiB/sec. 2026.03.04 04:40:38.998995 [ 261 ] {4c87c56d-8c44-4cc3-8e44-4af08f74ef72} TCPHandler: Processed in 0.001265754 sec. 2026.03.04 04:40:38.999107 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:38.999201 [ 261 ] {a4c8ad06-3e58-4807-a1e1-61c6c1234569} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:40:38.999241 [ 261 ] {a4c8ad06-3e58-4807-a1e1-61c6c1234569} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:40:38.999730 [ 261 ] {a4c8ad06-3e58-4807-a1e1-61c6c1234569} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:38.999766 [ 261 ] {a4c8ad06-3e58-4807-a1e1-61c6c1234569} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:39.000062 [ 261 ] {a4c8ad06-3e58-4807-a1e1-61c6c1234569} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.03.04 04:40:39.000383 [ 261 ] {a4c8ad06-3e58-4807-a1e1-61c6c1234569} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:39.000509 [ 261 ] {a4c8ad06-3e58-4807-a1e1-61c6c1234569} executeQuery: Read 141 rows, 11.67 KiB in 0.001325 sec., 106415.09433962264 rows/sec., 8.60 MiB/sec. 2026.03.04 04:40:39.000545 [ 261 ] {a4c8ad06-3e58-4807-a1e1-61c6c1234569} TCPHandler: Processed in 0.001487409 sec. 2026.03.04 04:40:39.000660 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:39.000755 [ 261 ] {babff809-a1d4-48b6-bba7-276a89831151} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:40:39.000800 [ 261 ] {babff809-a1d4-48b6-bba7-276a89831151} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:40:39.001426 [ 261 ] {babff809-a1d4-48b6-bba7-276a89831151} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:39.001467 [ 261 ] {babff809-a1d4-48b6-bba7-276a89831151} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:39.001877 [ 261 ] {babff809-a1d4-48b6-bba7-276a89831151} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.03.04 04:40:39.002092 [ 261 ] {babff809-a1d4-48b6-bba7-276a89831151} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:39.002222 [ 261 ] {babff809-a1d4-48b6-bba7-276a89831151} executeQuery: Read 200 rows, 14.68 KiB in 0.001484 sec., 134770.88948787062 rows/sec., 9.66 MiB/sec. 2026.03.04 04:40:39.002260 [ 261 ] {babff809-a1d4-48b6-bba7-276a89831151} TCPHandler: Processed in 0.001651702 sec. 2026.03.04 04:40:39.002381 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:39.002476 [ 261 ] {d5ec6a2a-6d21-4372-90b7-fcaeeddd4e6b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:40:39.002531 [ 261 ] {d5ec6a2a-6d21-4372-90b7-fcaeeddd4e6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:40:39.003473 [ 261 ] {d5ec6a2a-6d21-4372-90b7-fcaeeddd4e6b} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:39.003572 [ 261 ] {d5ec6a2a-6d21-4372-90b7-fcaeeddd4e6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:39.004151 [ 261 ] {d5ec6a2a-6d21-4372-90b7-fcaeeddd4e6b} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2026.03.04 04:40:39.004373 [ 261 ] {d5ec6a2a-6d21-4372-90b7-fcaeeddd4e6b} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:39.004514 [ 261 ] {d5ec6a2a-6d21-4372-90b7-fcaeeddd4e6b} executeQuery: Read 33 rows, 60.55 KiB in 0.002055 sec., 16058.394160583943 rows/sec., 28.78 MiB/sec. 2026.03.04 04:40:39.004588 [ 261 ] {d5ec6a2a-6d21-4372-90b7-fcaeeddd4e6b} TCPHandler: Processed in 0.002255973 sec. 2026.03.04 04:40:39.004719 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:39.004821 [ 261 ] {79d784bf-479a-4622-9829-4cdab12358f5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:40:39.004864 [ 261 ] {79d784bf-479a-4622-9829-4cdab12358f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:40:39.005227 [ 261 ] {79d784bf-479a-4622-9829-4cdab12358f5} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:39.005263 [ 261 ] {79d784bf-479a-4622-9829-4cdab12358f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:39.005565 [ 261 ] {79d784bf-479a-4622-9829-4cdab12358f5} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.03.04 04:40:39.005778 [ 261 ] {79d784bf-479a-4622-9829-4cdab12358f5} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:39.005908 [ 261 ] {79d784bf-479a-4622-9829-4cdab12358f5} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2026.03.04 04:40:39.005944 [ 261 ] {79d784bf-479a-4622-9829-4cdab12358f5} TCPHandler: Processed in 0.001276634 sec. 2026.03.04 04:40:39.267710 [ 221 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:40:39.267778 [ 221 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:40:39.270770 [ 221 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:40:40.730448 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 39836 2026.03.04 04:40:40.730970 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:40.731011 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:40.731502 [ 245 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.03.04 04:40:40.731740 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:40.731864 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39836 2026.03.04 04:40:42.866160 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 625 2026.03.04 04:40:42.885225 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:42.885293 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:42.891612 [ 244 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2026.03.04 04:40:42.892352 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:42.896054 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 625 2026.03.04 04:40:43.986969 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:43.987260 [ 261 ] {b8c6a56e-4717-4f4e-aa09-2ccde5539cac} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:40:43.987367 [ 261 ] {b8c6a56e-4717-4f4e-aa09-2ccde5539cac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:40:43.988231 [ 261 ] {b8c6a56e-4717-4f4e-aa09-2ccde5539cac} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:43.988279 [ 261 ] {b8c6a56e-4717-4f4e-aa09-2ccde5539cac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:43.988676 [ 261 ] {b8c6a56e-4717-4f4e-aa09-2ccde5539cac} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.03.04 04:40:43.988911 [ 261 ] {b8c6a56e-4717-4f4e-aa09-2ccde5539cac} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:43.989076 [ 261 ] {b8c6a56e-4717-4f4e-aa09-2ccde5539cac} executeQuery: Read 72 rows, 5.91 KiB in 0.001895 sec., 37994.72295514512 rows/sec., 3.05 MiB/sec. 2026.03.04 04:40:43.989129 [ 261 ] {b8c6a56e-4717-4f4e-aa09-2ccde5539cac} TCPHandler: Processed in 0.002354615 sec. 2026.03.04 04:40:43.989265 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:43.989370 [ 261 ] {51f62776-ec6b-459c-bd9c-63054d51e68c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:40:43.989414 [ 261 ] {51f62776-ec6b-459c-bd9c-63054d51e68c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:40:43.989846 [ 261 ] {51f62776-ec6b-459c-bd9c-63054d51e68c} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:43.989885 [ 261 ] {51f62776-ec6b-459c-bd9c-63054d51e68c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:43.990192 [ 261 ] {51f62776-ec6b-459c-bd9c-63054d51e68c} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.03.04 04:40:43.990404 [ 261 ] {51f62776-ec6b-459c-bd9c-63054d51e68c} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:43.990542 [ 261 ] {51f62776-ec6b-459c-bd9c-63054d51e68c} executeQuery: Read 8 rows, 616.00 B in 0.001196 sec., 6688.963210702341 rows/sec., 502.98 KiB/sec. 2026.03.04 04:40:43.990582 [ 261 ] {51f62776-ec6b-459c-bd9c-63054d51e68c} TCPHandler: Processed in 0.001369046 sec. 2026.03.04 04:40:43.990697 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:43.990796 [ 261 ] {d82e7e9f-185f-4f9e-9803-a51f84b9031a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:40:43.990837 [ 261 ] {d82e7e9f-185f-4f9e-9803-a51f84b9031a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:40:43.991269 [ 261 ] {d82e7e9f-185f-4f9e-9803-a51f84b9031a} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:43.991307 [ 261 ] {d82e7e9f-185f-4f9e-9803-a51f84b9031a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:43.991612 [ 261 ] {d82e7e9f-185f-4f9e-9803-a51f84b9031a} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.03.04 04:40:43.991832 [ 261 ] {d82e7e9f-185f-4f9e-9803-a51f84b9031a} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:43.991963 [ 261 ] {d82e7e9f-185f-4f9e-9803-a51f84b9031a} executeQuery: Read 72 rows, 5.76 KiB in 0.001187 sec., 60657.11878685763 rows/sec., 4.74 MiB/sec. 2026.03.04 04:40:43.992002 [ 261 ] {d82e7e9f-185f-4f9e-9803-a51f84b9031a} TCPHandler: Processed in 0.001355436 sec. 2026.03.04 04:40:43.992118 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:43.992214 [ 261 ] {e3dbb90f-fcee-4a29-8489-da817f320865} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:40:43.992259 [ 261 ] {e3dbb90f-fcee-4a29-8489-da817f320865} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:40:43.992677 [ 261 ] {e3dbb90f-fcee-4a29-8489-da817f320865} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:43.992713 [ 261 ] {e3dbb90f-fcee-4a29-8489-da817f320865} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:43.993032 [ 261 ] {e3dbb90f-fcee-4a29-8489-da817f320865} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.03.04 04:40:43.993240 [ 261 ] {e3dbb90f-fcee-4a29-8489-da817f320865} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:43.993365 [ 261 ] {e3dbb90f-fcee-4a29-8489-da817f320865} executeQuery: Read 160 rows, 11.41 KiB in 0.00121 sec., 132231.40495867768 rows/sec., 9.21 MiB/sec. 2026.03.04 04:40:43.993390 [ 143 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 2 parts from all_1_135_32 to all_136_136_0 2026.03.04 04:40:43.993401 [ 261 ] {e3dbb90f-fcee-4a29-8489-da817f320865} TCPHandler: Processed in 0.001374617 sec. 2026.03.04 04:40:43.993457 [ 143 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:43.993481 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:43.993540 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:43.993570 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_136_33} MergeTask::PrepareStage: Merging 2 parts: from all_1_135_32 to all_136_136_0 into Compact with storage Full 2026.03.04 04:40:43.993632 [ 261 ] {a1d281c3-d4b1-4483-be4b-3ca1c33e4863} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:40:43.993669 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_136_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:43.993684 [ 261 ] {a1d281c3-d4b1-4483-be4b-3ca1c33e4863} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:40:43.993702 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_136_33} MergeTreeSequentialSource: Reading 7 marks from part all_1_135_32, total 45035 rows starting from the beginning of the part 2026.03.04 04:40:43.993838 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_136_33} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 128 rows starting from the beginning of the part 2026.03.04 04:40:43.994542 [ 261 ] {a1d281c3-d4b1-4483-be4b-3ca1c33e4863} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:43.994578 [ 261 ] {a1d281c3-d4b1-4483-be4b-3ca1c33e4863} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:43.995095 [ 261 ] {a1d281c3-d4b1-4483-be4b-3ca1c33e4863} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2026.03.04 04:40:43.995351 [ 261 ] {a1d281c3-d4b1-4483-be4b-3ca1c33e4863} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:43.995496 [ 261 ] {a1d281c3-d4b1-4483-be4b-3ca1c33e4863} executeQuery: Read 8 rows, 14.68 KiB in 0.001824 sec., 4385.964912280701 rows/sec., 7.86 MiB/sec. 2026.03.04 04:40:43.995575 [ 261 ] {a1d281c3-d4b1-4483-be4b-3ca1c33e4863} TCPHandler: Processed in 0.00203175 sec. 2026.03.04 04:40:43.995691 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:43.995787 [ 261 ] {feb2210c-9a7b-418e-8dff-2618c007637c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:40:43.995830 [ 261 ] {feb2210c-9a7b-418e-8dff-2618c007637c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:40:43.996185 [ 261 ] {feb2210c-9a7b-418e-8dff-2618c007637c} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:43.996221 [ 261 ] {feb2210c-9a7b-418e-8dff-2618c007637c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:43.996549 [ 261 ] {feb2210c-9a7b-418e-8dff-2618c007637c} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.03.04 04:40:43.996762 [ 261 ] {feb2210c-9a7b-418e-8dff-2618c007637c} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:43.996893 [ 261 ] {feb2210c-9a7b-418e-8dff-2618c007637c} executeQuery: Read 60 rows, 4.14 KiB in 0.001124 sec., 53380.78291814947 rows/sec., 3.60 MiB/sec. 2026.03.04 04:40:43.996930 [ 261 ] {feb2210c-9a7b-418e-8dff-2618c007637c} TCPHandler: Processed in 0.001289515 sec. 2026.03.04 04:40:44.000291 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 406.01 MiB, peak 412.19 MiB, free memory in arenas 0.00 B, will set to 399.27 MiB (RSS), difference: -6.74 MiB 2026.03.04 04:40:44.000878 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_136_33} MergeTask::MergeProjectionsStage: Merge sorted 45163 rows, containing 5 columns (5 merged, 0 gathered) in 0.007282591 sec., 6201501.635887558 rows/sec., 409.08 MiB/sec. 2026.03.04 04:40:44.001319 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_136_33} MergedBlockOutputStream: filled checksums all_1_136_33 (state Temporary) 2026.03.04 04:40:44.001625 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_136_33} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_136_33 to all_1_136_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:44.001699 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_136_33} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 2 parts: [all_1_135_32, all_136_136_0] -> all_1_136_33 2026.03.04 04:40:44.001759 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.03.04 04:40:45.000371 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 393.01 MiB, peak 412.19 MiB, free memory in arenas 0.00 B, will set to 399.27 MiB (RSS), difference: 6.26 MiB 2026.03.04 04:40:48.028411 [ 136 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:40:48.028488 [ 136 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:40:48.232210 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 40348 2026.03.04 04:40:48.232968 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:48.233009 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:48.233488 [ 245 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.03.04 04:40:48.233707 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:48.233835 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40348 2026.03.04 04:40:48.370626 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2244 2026.03.04 04:40:48.372957 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:48.373005 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:48.374175 [ 243 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.04 04:40:48.374436 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:48.374701 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2244 2026.03.04 04:40:48.987728 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:48.987933 [ 261 ] {24754fd1-5f63-4e47-93fc-c90e0b47a302} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:40:48.988004 [ 261 ] {24754fd1-5f63-4e47-93fc-c90e0b47a302} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:40:48.988729 [ 261 ] {24754fd1-5f63-4e47-93fc-c90e0b47a302} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:48.988783 [ 261 ] {24754fd1-5f63-4e47-93fc-c90e0b47a302} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:48.989210 [ 261 ] {24754fd1-5f63-4e47-93fc-c90e0b47a302} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.03.04 04:40:48.989444 [ 261 ] {24754fd1-5f63-4e47-93fc-c90e0b47a302} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:48.989614 [ 261 ] {24754fd1-5f63-4e47-93fc-c90e0b47a302} executeQuery: Read 122 rows, 10.72 KiB in 0.001736 sec., 70276.49769585254 rows/sec., 6.03 MiB/sec. 2026.03.04 04:40:48.989639 [ 136 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2026.03.04 04:40:48.989668 [ 261 ] {24754fd1-5f63-4e47-93fc-c90e0b47a302} TCPHandler: Processed in 0.00208775 sec. 2026.03.04 04:40:48.989717 [ 136 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:48.989747 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:48.989826 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:48.989870 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2026.03.04 04:40:48.989936 [ 261 ] {6ff4bdd2-4f73-4d9f-b418-0e847fc23c01} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:40:48.989985 [ 261 ] {6ff4bdd2-4f73-4d9f-b418-0e847fc23c01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:40:48.989991 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:48.990034 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 2895 rows starting from the beginning of the part 2026.03.04 04:40:48.990106 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 122 rows starting from the beginning of the part 2026.03.04 04:40:48.990153 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 72 rows starting from the beginning of the part 2026.03.04 04:40:48.990196 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 246 rows starting from the beginning of the part 2026.03.04 04:40:48.990239 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 72 rows starting from the beginning of the part 2026.03.04 04:40:48.990279 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 122 rows starting from the beginning of the part 2026.03.04 04:40:48.990440 [ 261 ] {6ff4bdd2-4f73-4d9f-b418-0e847fc23c01} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:48.990485 [ 261 ] {6ff4bdd2-4f73-4d9f-b418-0e847fc23c01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:48.990825 [ 261 ] {6ff4bdd2-4f73-4d9f-b418-0e847fc23c01} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.03.04 04:40:48.991052 [ 261 ] {6ff4bdd2-4f73-4d9f-b418-0e847fc23c01} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:48.991198 [ 261 ] {6ff4bdd2-4f73-4d9f-b418-0e847fc23c01} executeQuery: Read 33 rows, 2.48 KiB in 0.001286 sec., 25660.964230171074 rows/sec., 1.88 MiB/sec. 2026.03.04 04:40:48.991240 [ 261 ] {6ff4bdd2-4f73-4d9f-b418-0e847fc23c01} TCPHandler: Processed in 0.001471448 sec. 2026.03.04 04:40:48.991351 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:48.991448 [ 261 ] {5ac5486f-24ab-40a1-b0eb-79376083e83b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:40:48.991490 [ 261 ] {5ac5486f-24ab-40a1-b0eb-79376083e83b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:40:48.991804 [ 191 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 3529 rows, containing 5 columns (5 merged, 0 gathered) in 0.001975898 sec., 1786023.3676029837 rows/sec., 147.31 MiB/sec. 2026.03.04 04:40:48.991933 [ 261 ] {5ac5486f-24ab-40a1-b0eb-79376083e83b} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:48.991974 [ 261 ] {5ac5486f-24ab-40a1-b0eb-79376083e83b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:48.992163 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2026.03.04 04:40:48.992303 [ 261 ] {5ac5486f-24ab-40a1-b0eb-79376083e83b} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.03.04 04:40:48.992563 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_141_28} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:48.992592 [ 261 ] {5ac5486f-24ab-40a1-b0eb-79376083e83b} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:48.992665 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_141_28} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2026.03.04 04:40:48.992740 [ 135 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2026.03.04 04:40:48.992742 [ 261 ] {5ac5486f-24ab-40a1-b0eb-79376083e83b} executeQuery: Read 97 rows, 7.76 KiB in 0.001314 sec., 73820.39573820395 rows/sec., 5.77 MiB/sec. 2026.03.04 04:40:48.992790 [ 135 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:48.992792 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2026.03.04 04:40:48.992826 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:48.992835 [ 261 ] {5ac5486f-24ab-40a1-b0eb-79376083e83b} TCPHandler: Processed in 0.00153356 sec. 2026.03.04 04:40:48.992933 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2026.03.04 04:40:48.993002 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:48.993035 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:48.993070 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1552 rows starting from the beginning of the part 2026.03.04 04:40:48.993127 [ 261 ] {f9f75baf-2988-4dce-8662-b0b7a25dd6b7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:40:48.993135 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 97 rows starting from the beginning of the part 2026.03.04 04:40:48.993189 [ 261 ] {f9f75baf-2988-4dce-8662-b0b7a25dd6b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:40:48.993201 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 72 rows starting from the beginning of the part 2026.03.04 04:40:48.993256 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 141 rows starting from the beginning of the part 2026.03.04 04:40:48.993298 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 72 rows starting from the beginning of the part 2026.03.04 04:40:48.993340 [ 186 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 97 rows starting from the beginning of the part 2026.03.04 04:40:48.993690 [ 261 ] {f9f75baf-2988-4dce-8662-b0b7a25dd6b7} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:48.993740 [ 261 ] {f9f75baf-2988-4dce-8662-b0b7a25dd6b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:48.994135 [ 261 ] {f9f75baf-2988-4dce-8662-b0b7a25dd6b7} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.03.04 04:40:48.994360 [ 261 ] {f9f75baf-2988-4dce-8662-b0b7a25dd6b7} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:48.994447 [ 194 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 2031 rows, containing 5 columns (5 merged, 0 gathered) in 0.00155038 sec., 1310001.419006953 rows/sec., 99.23 MiB/sec. 2026.03.04 04:40:48.994486 [ 135 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 2 parts from all_1_136_33 to all_137_137_0 2026.03.04 04:40:48.994499 [ 261 ] {f9f75baf-2988-4dce-8662-b0b7a25dd6b7} executeQuery: Read 160 rows, 11.41 KiB in 0.001397 sec., 114531.1381531854 rows/sec., 7.98 MiB/sec. 2026.03.04 04:40:48.994529 [ 135 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:48.994553 [ 261 ] {f9f75baf-2988-4dce-8662-b0b7a25dd6b7} TCPHandler: Processed in 0.001613191 sec. 2026.03.04 04:40:48.994553 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:48.994636 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_137_34} MergeTask::PrepareStage: Merging 2 parts: from all_1_136_33 to all_137_137_0 into Compact with storage Full 2026.03.04 04:40:48.994668 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2026.03.04 04:40:48.994676 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:48.994751 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_137_34} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:48.994777 [ 261 ] {d39814bc-3de0-4adf-a4cd-4bb736dcdff7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:40:48.994792 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_137_34} MergeTreeSequentialSource: Reading 7 marks from part all_1_136_33, total 45163 rows starting from the beginning of the part 2026.03.04 04:40:48.994840 [ 261 ] {d39814bc-3de0-4adf-a4cd-4bb736dcdff7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:40:48.994879 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_137_34} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 160 rows starting from the beginning of the part 2026.03.04 04:40:48.994966 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_141_28} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:48.995048 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_141_28} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2026.03.04 04:40:48.995136 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.03.04 04:40:48.995749 [ 261 ] {d39814bc-3de0-4adf-a4cd-4bb736dcdff7} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:48.995787 [ 261 ] {d39814bc-3de0-4adf-a4cd-4bb736dcdff7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:48.996366 [ 261 ] {d39814bc-3de0-4adf-a4cd-4bb736dcdff7} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2026.03.04 04:40:48.996593 [ 261 ] {d39814bc-3de0-4adf-a4cd-4bb736dcdff7} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:48.996738 [ 261 ] {d39814bc-3de0-4adf-a4cd-4bb736dcdff7} executeQuery: Read 33 rows, 60.55 KiB in 0.001979 sec., 16675.088428499243 rows/sec., 29.88 MiB/sec. 2026.03.04 04:40:48.996811 [ 261 ] {d39814bc-3de0-4adf-a4cd-4bb736dcdff7} TCPHandler: Processed in 0.002186472 sec. 2026.03.04 04:40:48.996934 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:48.997032 [ 261 ] {05d0766c-68f1-47de-a221-870019261bc1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:40:48.997074 [ 261 ] {05d0766c-68f1-47de-a221-870019261bc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:40:48.997422 [ 261 ] {05d0766c-68f1-47de-a221-870019261bc1} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:48.997459 [ 261 ] {05d0766c-68f1-47de-a221-870019261bc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:48.997767 [ 261 ] {05d0766c-68f1-47de-a221-870019261bc1} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.03.04 04:40:48.997981 [ 261 ] {05d0766c-68f1-47de-a221-870019261bc1} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:48.998106 [ 135 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2026.03.04 04:40:48.998113 [ 261 ] {05d0766c-68f1-47de-a221-870019261bc1} executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. 2026.03.04 04:40:48.998142 [ 135 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:48.998173 [ 261 ] {05d0766c-68f1-47de-a221-870019261bc1} TCPHandler: Processed in 0.001290475 sec. 2026.03.04 04:40:48.998177 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.02 GiB. 2026.03.04 04:40:48.998282 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2026.03.04 04:40:48.998409 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:48.998443 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 7410 rows starting from the beginning of the part 2026.03.04 04:40:48.998508 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 60 rows starting from the beginning of the part 2026.03.04 04:40:48.998556 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 60 rows starting from the beginning of the part 2026.03.04 04:40:48.998598 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 60 rows starting from the beginning of the part 2026.03.04 04:40:48.998638 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 60 rows starting from the beginning of the part 2026.03.04 04:40:48.998677 [ 194 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 60 rows starting from the beginning of the part 2026.03.04 04:40:49.001078 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 7710 rows, containing 4 columns (4 merged, 0 gathered) in 0.002840405 sec., 2714401.64342761 rows/sec., 180.76 MiB/sec. 2026.03.04 04:40:49.001161 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 410.17 MiB, peak 412.19 MiB, free memory in arenas 0.00 B, will set to 399.53 MiB (RSS), difference: -10.65 MiB 2026.03.04 04:40:49.001630 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2026.03.04 04:40:49.001981 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_141_28} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:49.002068 [ 200 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_141_28} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2026.03.04 04:40:49.002177 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. 2026.03.04 04:40:49.002851 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_137_34} MergeTask::MergeProjectionsStage: Merge sorted 45323 rows, containing 5 columns (5 merged, 0 gathered) in 0.008238339 sec., 5501473.051788716 rows/sec., 362.97 MiB/sec. 2026.03.04 04:40:49.003412 [ 190 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_137_34} MergedBlockOutputStream: filled checksums all_1_137_34 (state Temporary) 2026.03.04 04:40:49.003737 [ 190 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_137_34} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_137_34 to all_1_137_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:49.003824 [ 190 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_137_34} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 2 parts: [all_1_136_33, all_137_137_0] -> all_1_137_34 2026.03.04 04:40:49.003922 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.03.04 04:40:49.273592 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:49.273789 [ 261 ] {233064a5-c712-46fc-96b6-d78ca60e12b6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:40:49.273859 [ 261 ] {233064a5-c712-46fc-96b6-d78ca60e12b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:40:49.274515 [ 261 ] {233064a5-c712-46fc-96b6-d78ca60e12b6} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:49.274567 [ 261 ] {233064a5-c712-46fc-96b6-d78ca60e12b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:40:49.274954 [ 261 ] {233064a5-c712-46fc-96b6-d78ca60e12b6} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.03.04 04:40:49.275185 [ 261 ] {233064a5-c712-46fc-96b6-d78ca60e12b6} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:49.275350 [ 261 ] {233064a5-c712-46fc-96b6-d78ca60e12b6} executeQuery: Read 4 rows, 334.00 B in 0.001611 sec., 2482.9298572315333 rows/sec., 202.47 KiB/sec. 2026.03.04 04:40:49.275409 [ 261 ] {233064a5-c712-46fc-96b6-d78ca60e12b6} TCPHandler: Processed in 0.001961618 sec. 2026.03.04 04:40:49.275540 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:49.275646 [ 261 ] {88cf00a6-f25b-4bee-b2f1-e51193670f4d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:40:49.275690 [ 261 ] {88cf00a6-f25b-4bee-b2f1-e51193670f4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:40:49.277109 [ 261 ] {88cf00a6-f25b-4bee-b2f1-e51193670f4d} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:49.277149 [ 261 ] {88cf00a6-f25b-4bee-b2f1-e51193670f4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:40:49.277603 [ 261 ] {88cf00a6-f25b-4bee-b2f1-e51193670f4d} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.03.04 04:40:49.277821 [ 261 ] {88cf00a6-f25b-4bee-b2f1-e51193670f4d} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:49.277966 [ 261 ] {88cf00a6-f25b-4bee-b2f1-e51193670f4d} executeQuery: Read 1958 rows, 150.22 KiB in 0.002343 sec., 835680.7511737089 rows/sec., 62.61 MiB/sec. 2026.03.04 04:40:49.278008 [ 261 ] {88cf00a6-f25b-4bee-b2f1-e51193670f4d} TCPHandler: Processed in 0.002523239 sec. 2026.03.04 04:40:49.278133 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:49.278234 [ 261 ] {033df0fc-9987-493f-ae64-3c9499a9deb1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:40:49.278275 [ 261 ] {033df0fc-9987-493f-ae64-3c9499a9deb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:40:49.278699 [ 261 ] {033df0fc-9987-493f-ae64-3c9499a9deb1} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:49.278738 [ 261 ] {033df0fc-9987-493f-ae64-3c9499a9deb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:40:49.279044 [ 261 ] {033df0fc-9987-493f-ae64-3c9499a9deb1} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.03.04 04:40:49.279251 [ 261 ] {033df0fc-9987-493f-ae64-3c9499a9deb1} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:49.279369 [ 135 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.03.04 04:40:49.279389 [ 261 ] {033df0fc-9987-493f-ae64-3c9499a9deb1} executeQuery: Read 23 rows, 1.71 KiB in 0.001176 sec., 19557.8231292517 rows/sec., 1.42 MiB/sec. 2026.03.04 04:40:49.279437 [ 135 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:49.279449 [ 261 ] {033df0fc-9987-493f-ae64-3c9499a9deb1} TCPHandler: Processed in 0.001368796 sec. 2026.03.04 04:40:49.279466 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:40:49.279579 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:49.279605 [ 196 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2026.03.04 04:40:49.279682 [ 261 ] {b6ef51cd-a49b-40af-863d-d98ac858bccc} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:40:49.279728 [ 261 ] {b6ef51cd-a49b-40af-863d-d98ac858bccc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:40:49.279766 [ 196 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:49.279810 [ 196 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 226 rows starting from the beginning of the part 2026.03.04 04:40:49.279889 [ 196 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 8 rows starting from the beginning of the part 2026.03.04 04:40:49.279938 [ 196 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 53 rows starting from the beginning of the part 2026.03.04 04:40:49.279984 [ 196 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 8 rows starting from the beginning of the part 2026.03.04 04:40:49.280022 [ 196 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 33 rows starting from the beginning of the part 2026.03.04 04:40:49.280065 [ 196 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 23 rows starting from the beginning of the part 2026.03.04 04:40:49.280378 [ 261 ] {b6ef51cd-a49b-40af-863d-d98ac858bccc} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:49.280419 [ 261 ] {b6ef51cd-a49b-40af-863d-d98ac858bccc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:40:49.280787 [ 261 ] {b6ef51cd-a49b-40af-863d-d98ac858bccc} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.04 04:40:49.280963 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 351 rows, containing 5 columns (5 merged, 0 gathered) in 0.001419307 sec., 247303.7898072792 rows/sec., 17.60 MiB/sec. 2026.03.04 04:40:49.281003 [ 261 ] {b6ef51cd-a49b-40af-863d-d98ac858bccc} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:49.281128 [ 196 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.03.04 04:40:49.281149 [ 261 ] {b6ef51cd-a49b-40af-863d-d98ac858bccc} executeQuery: Read 708 rows, 42.29 KiB in 0.001486 sec., 476446.8371467026 rows/sec., 27.79 MiB/sec. 2026.03.04 04:40:49.281194 [ 261 ] {b6ef51cd-a49b-40af-863d-d98ac858bccc} TCPHandler: Processed in 0.001666962 sec. 2026.03.04 04:40:49.281317 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:49.281412 [ 196 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_121_24} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:49.281417 [ 261 ] {bb06f0d7-c9d9-4301-94dd-2416f15e2a39} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.04 04:40:49.281471 [ 261 ] {bb06f0d7-c9d9-4301-94dd-2416f15e2a39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.04 04:40:49.281498 [ 196 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_121_24} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.03.04 04:40:49.281583 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.04 04:40:49.281867 [ 261 ] {bb06f0d7-c9d9-4301-94dd-2416f15e2a39} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:49.281909 [ 261 ] {bb06f0d7-c9d9-4301-94dd-2416f15e2a39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:40:49.282208 [ 261 ] {bb06f0d7-c9d9-4301-94dd-2416f15e2a39} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.04 04:40:49.282426 [ 261 ] {bb06f0d7-c9d9-4301-94dd-2416f15e2a39} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:49.282559 [ 261 ] {bb06f0d7-c9d9-4301-94dd-2416f15e2a39} executeQuery: Read 1 rows, 72.00 B in 0.00116 sec., 862.0689655172414 rows/sec., 60.61 KiB/sec. 2026.03.04 04:40:49.282599 [ 261 ] {bb06f0d7-c9d9-4301-94dd-2416f15e2a39} TCPHandler: Processed in 0.001332396 sec. 2026.03.04 04:40:49.282710 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:49.282807 [ 261 ] {ed340052-2b1b-4e88-828d-e9a3febe585d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:40:49.282847 [ 261 ] {ed340052-2b1b-4e88-828d-e9a3febe585d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:40:49.283621 [ 261 ] {ed340052-2b1b-4e88-828d-e9a3febe585d} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:49.283658 [ 261 ] {ed340052-2b1b-4e88-828d-e9a3febe585d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:40:49.284016 [ 261 ] {ed340052-2b1b-4e88-828d-e9a3febe585d} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.03.04 04:40:49.284228 [ 261 ] {ed340052-2b1b-4e88-828d-e9a3febe585d} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:49.284371 [ 261 ] {ed340052-2b1b-4e88-828d-e9a3febe585d} executeQuery: Read 1023 rows, 72.19 KiB in 0.001582 sec., 646649.8103666245 rows/sec., 44.56 MiB/sec. 2026.03.04 04:40:49.284410 [ 261 ] {ed340052-2b1b-4e88-828d-e9a3febe585d} TCPHandler: Processed in 0.001750574 sec. 2026.03.04 04:40:49.284534 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:49.284656 [ 261 ] {3090aee3-f016-4619-8d13-5367319ee3c0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:40:49.284709 [ 261 ] {3090aee3-f016-4619-8d13-5367319ee3c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:40:49.285386 [ 261 ] {3090aee3-f016-4619-8d13-5367319ee3c0} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:49.285424 [ 261 ] {3090aee3-f016-4619-8d13-5367319ee3c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:40:49.285854 [ 261 ] {3090aee3-f016-4619-8d13-5367319ee3c0} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.03.04 04:40:49.286066 [ 261 ] {3090aee3-f016-4619-8d13-5367319ee3c0} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:49.286199 [ 134 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_137_34 to all_142_142_0 2026.03.04 04:40:49.286203 [ 261 ] {3090aee3-f016-4619-8d13-5367319ee3c0} executeQuery: Read 1219 rows, 78.06 KiB in 0.001572 sec., 775445.2926208652 rows/sec., 48.49 MiB/sec. 2026.03.04 04:40:49.286246 [ 134 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:49.286273 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:40:49.286290 [ 261 ] {3090aee3-f016-4619-8d13-5367319ee3c0} TCPHandler: Processed in 0.001816035 sec. 2026.03.04 04:40:49.286361 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_142_35} MergeTask::PrepareStage: Merging 6 parts: from all_1_137_34 to all_142_142_0 into Compact with storage Full 2026.03.04 04:40:49.286434 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:49.286483 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_142_35} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:49.286521 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_142_35} MergeTreeSequentialSource: Reading 7 marks from part all_1_137_34, total 45323 rows starting from the beginning of the part 2026.03.04 04:40:49.286557 [ 261 ] {cd0a9f4b-49be-468d-a4fa-92ba0deae179} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:40:49.286587 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_142_35} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part 2026.03.04 04:40:49.286628 [ 261 ] {cd0a9f4b-49be-468d-a4fa-92ba0deae179} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:40:49.286640 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_142_35} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 200 rows starting from the beginning of the part 2026.03.04 04:40:49.286692 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_142_35} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 160 rows starting from the beginning of the part 2026.03.04 04:40:49.286733 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_142_35} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 160 rows starting from the beginning of the part 2026.03.04 04:40:49.286774 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_142_35} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 1219 rows starting from the beginning of the part 2026.03.04 04:40:49.287543 [ 261 ] {cd0a9f4b-49be-468d-a4fa-92ba0deae179} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:49.287586 [ 261 ] {cd0a9f4b-49be-468d-a4fa-92ba0deae179} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:40:49.288150 [ 261 ] {cd0a9f4b-49be-468d-a4fa-92ba0deae179} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2026.03.04 04:40:49.288394 [ 261 ] {cd0a9f4b-49be-468d-a4fa-92ba0deae179} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:49.288545 [ 261 ] {cd0a9f4b-49be-468d-a4fa-92ba0deae179} executeQuery: Read 19 rows, 34.86 KiB in 0.002013 sec., 9438.648782911077 rows/sec., 16.91 MiB/sec. 2026.03.04 04:40:49.288613 [ 261 ] {cd0a9f4b-49be-468d-a4fa-92ba0deae179} TCPHandler: Processed in 0.002242264 sec. 2026.03.04 04:40:49.288730 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:49.288828 [ 261 ] {15264691-c7af-47ff-866d-74ed2d508561} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:40:49.288870 [ 261 ] {15264691-c7af-47ff-866d-74ed2d508561} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:40:49.289201 [ 261 ] {15264691-c7af-47ff-866d-74ed2d508561} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:49.289238 [ 261 ] {15264691-c7af-47ff-866d-74ed2d508561} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:40:49.289571 [ 261 ] {15264691-c7af-47ff-866d-74ed2d508561} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.03.04 04:40:49.289786 [ 261 ] {15264691-c7af-47ff-866d-74ed2d508561} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:49.289924 [ 261 ] {15264691-c7af-47ff-866d-74ed2d508561} executeQuery: Read 12 rows, 848.00 B in 0.001115 sec., 10762.331838565022 rows/sec., 742.71 KiB/sec. 2026.03.04 04:40:49.289963 [ 261 ] {15264691-c7af-47ff-866d-74ed2d508561} TCPHandler: Processed in 0.001283445 sec. 2026.03.04 04:40:49.294889 [ 196 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_142_35} MergeTask::MergeProjectionsStage: Merge sorted 47222 rows, containing 5 columns (5 merged, 0 gathered) in 0.008559225 sec., 5517088.287783064 rows/sec., 363.85 MiB/sec. 2026.03.04 04:40:49.295650 [ 195 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_142_35} MergedBlockOutputStream: filled checksums all_1_142_35 (state Temporary) 2026.03.04 04:40:49.295995 [ 195 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_142_35} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_142_35 to all_1_142_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:49.296081 [ 195 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_142_35} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_137_34, all_142_142_0] -> all_1_142_35 2026.03.04 04:40:49.296182 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2026.03.04 04:40:50.001166 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 389.90 MiB, peak 412.19 MiB, free memory in arenas 0.00 B, will set to 399.53 MiB (RSS), difference: 9.63 MiB 2026.03.04 04:40:50.396242 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 633 2026.03.04 04:40:50.415572 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:50.415636 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:40:50.422216 [ 244 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2026.03.04 04:40:50.422960 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:50.426871 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 633 2026.03.04 04:40:53.036586 [ 217 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:40:53.036643 [ 217 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:40:53.039914 [ 217 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:40:53.223226 [ 221 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:40:53.223304 [ 221 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:40:53.226056 [ 221 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:40:53.276035 [ 223 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:40:53.276084 [ 223 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:40:53.278493 [ 223 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:40:53.654125 [ 222 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:40:53.654199 [ 222 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:40:53.656010 [ 222 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:40:53.984241 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:53.984443 [ 261 ] {72688c36-3257-49ad-92e5-bd4e1340a303} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:40:53.984515 [ 261 ] {72688c36-3257-49ad-92e5-bd4e1340a303} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:40:53.985309 [ 261 ] {72688c36-3257-49ad-92e5-bd4e1340a303} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:53.985356 [ 261 ] {72688c36-3257-49ad-92e5-bd4e1340a303} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:40:53.985736 [ 261 ] {72688c36-3257-49ad-92e5-bd4e1340a303} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.03.04 04:40:53.985951 [ 261 ] {72688c36-3257-49ad-92e5-bd4e1340a303} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:53.986101 [ 261 ] {72688c36-3257-49ad-92e5-bd4e1340a303} executeQuery: Read 56 rows, 4.38 KiB in 0.001712 sec., 32710.280373831774 rows/sec., 2.50 MiB/sec. 2026.03.04 04:40:53.986143 [ 261 ] {72688c36-3257-49ad-92e5-bd4e1340a303} TCPHandler: Processed in 0.00204508 sec. 2026.03.04 04:40:53.986267 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:53.986361 [ 261 ] {554c8d26-ca71-493b-b960-adb57ce05d33} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:40:53.986401 [ 261 ] {554c8d26-ca71-493b-b960-adb57ce05d33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:40:53.986823 [ 261 ] {554c8d26-ca71-493b-b960-adb57ce05d33} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:53.986858 [ 261 ] {554c8d26-ca71-493b-b960-adb57ce05d33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:40:53.987141 [ 261 ] {554c8d26-ca71-493b-b960-adb57ce05d33} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.03.04 04:40:53.987338 [ 261 ] {554c8d26-ca71-493b-b960-adb57ce05d33} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:53.987465 [ 261 ] {554c8d26-ca71-493b-b960-adb57ce05d33} executeQuery: Read 64 rows, 5.12 KiB in 0.001122 sec., 57040.998217468805 rows/sec., 4.45 MiB/sec. 2026.03.04 04:40:53.987502 [ 261 ] {554c8d26-ca71-493b-b960-adb57ce05d33} TCPHandler: Processed in 0.001283595 sec. 2026.03.04 04:40:53.987614 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:53.987707 [ 261 ] {e3adfa17-d182-4a68-939c-6993068f4533} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:40:53.987750 [ 261 ] {e3adfa17-d182-4a68-939c-6993068f4533} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:40:53.988133 [ 261 ] {e3adfa17-d182-4a68-939c-6993068f4533} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:53.988169 [ 261 ] {e3adfa17-d182-4a68-939c-6993068f4533} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:40:53.988491 [ 261 ] {e3adfa17-d182-4a68-939c-6993068f4533} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.03.04 04:40:53.988691 [ 261 ] {e3adfa17-d182-4a68-939c-6993068f4533} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:53.988815 [ 261 ] {e3adfa17-d182-4a68-939c-6993068f4533} executeQuery: Read 128 rows, 9.13 KiB in 0.001126 sec., 113676.73179396092 rows/sec., 7.92 MiB/sec. 2026.03.04 04:40:53.988851 [ 261 ] {e3adfa17-d182-4a68-939c-6993068f4533} TCPHandler: Processed in 0.001285215 sec. 2026.03.04 04:40:53.988962 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:53.989055 [ 261 ] {9a3809a2-8019-4884-9f71-8e2afbfaea44} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:40:53.989095 [ 261 ] {9a3809a2-8019-4884-9f71-8e2afbfaea44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:40:53.989416 [ 261 ] {9a3809a2-8019-4884-9f71-8e2afbfaea44} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:53.989451 [ 261 ] {9a3809a2-8019-4884-9f71-8e2afbfaea44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:40:53.989736 [ 261 ] {9a3809a2-8019-4884-9f71-8e2afbfaea44} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.03.04 04:40:53.989937 [ 261 ] {9a3809a2-8019-4884-9f71-8e2afbfaea44} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:53.990068 [ 261 ] {9a3809a2-8019-4884-9f71-8e2afbfaea44} executeQuery: Read 48 rows, 3.31 KiB in 0.001032 sec., 46511.62790697675 rows/sec., 3.13 MiB/sec. 2026.03.04 04:40:53.990104 [ 261 ] {9a3809a2-8019-4884-9f71-8e2afbfaea44} TCPHandler: Processed in 0.001189913 sec. 2026.03.04 04:40:55.240903 [ 219 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:40:55.240972 [ 219 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:40:55.244285 [ 219 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:40:55.734864 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 40796 2026.03.04 04:40:55.735535 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:55.735574 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:40:55.736077 [ 245 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.03.04 04:40:55.736314 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:55.736462 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40796 2026.03.04 04:40:57.114591 [ 221 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:40:57.114644 [ 221 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:40:57.118144 [ 221 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:40:57.927864 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 640 2026.03.04 04:40:57.946137 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:57.946192 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:40:57.952416 [ 244 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2026.03.04 04:40:57.953120 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:57.956429 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 640 2026.03.04 04:40:58.000180 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 396.04 MiB, peak 412.19 MiB, free memory in arenas 0.00 B, will set to 399.53 MiB (RSS), difference: 3.48 MiB 2026.03.04 04:40:58.375731 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2282 2026.03.04 04:40:58.378229 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:58.378282 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:40:58.379488 [ 243 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.04 04:40:58.379767 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:58.380035 [ 220 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:40:58.380106 [ 220 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:40:58.380164 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2282 2026.03.04 04:40:58.382896 [ 220 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2026.03.04 04:40:58.979062 [ 225 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:40:58.979153 [ 225 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:40:58.982032 [ 225 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:40:58.988740 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:58.988995 [ 261 ] {9a472508-4da1-42a8-9eeb-b6226a5d1849} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:40:58.989095 [ 261 ] {9a472508-4da1-42a8-9eeb-b6226a5d1849} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:40:58.989783 [ 261 ] {9a472508-4da1-42a8-9eeb-b6226a5d1849} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:58.989823 [ 261 ] {9a472508-4da1-42a8-9eeb-b6226a5d1849} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:40:58.990200 [ 261 ] {9a472508-4da1-42a8-9eeb-b6226a5d1849} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.03.04 04:40:58.990422 [ 261 ] {9a472508-4da1-42a8-9eeb-b6226a5d1849} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:58.990576 [ 261 ] {9a472508-4da1-42a8-9eeb-b6226a5d1849} executeQuery: Read 122 rows, 10.72 KiB in 0.001655 sec., 73716.01208459215 rows/sec., 6.33 MiB/sec. 2026.03.04 04:40:58.990626 [ 261 ] {9a472508-4da1-42a8-9eeb-b6226a5d1849} TCPHandler: Processed in 0.00206373 sec. 2026.03.04 04:40:58.990750 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:58.990851 [ 261 ] {7e72fa7a-3977-4a29-acbc-8dbe85ae4d08} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:40:58.990893 [ 261 ] {7e72fa7a-3977-4a29-acbc-8dbe85ae4d08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:40:58.991308 [ 261 ] {7e72fa7a-3977-4a29-acbc-8dbe85ae4d08} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:58.991344 [ 261 ] {7e72fa7a-3977-4a29-acbc-8dbe85ae4d08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:40:58.991629 [ 261 ] {7e72fa7a-3977-4a29-acbc-8dbe85ae4d08} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.03.04 04:40:58.991844 [ 261 ] {7e72fa7a-3977-4a29-acbc-8dbe85ae4d08} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:58.991970 [ 261 ] {7e72fa7a-3977-4a29-acbc-8dbe85ae4d08} executeQuery: Read 33 rows, 2.48 KiB in 0.001142 sec., 28896.672504378283 rows/sec., 2.12 MiB/sec. 2026.03.04 04:40:58.992007 [ 261 ] {7e72fa7a-3977-4a29-acbc-8dbe85ae4d08} TCPHandler: Processed in 0.001308285 sec. 2026.03.04 04:40:58.992118 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:58.992213 [ 261 ] {b91f2342-5b63-41f0-bafd-1cff3f61e61e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:40:58.992252 [ 261 ] {b91f2342-5b63-41f0-bafd-1cff3f61e61e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:40:58.992669 [ 261 ] {b91f2342-5b63-41f0-bafd-1cff3f61e61e} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:58.992706 [ 261 ] {b91f2342-5b63-41f0-bafd-1cff3f61e61e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:40:58.993000 [ 261 ] {b91f2342-5b63-41f0-bafd-1cff3f61e61e} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.03.04 04:40:58.993199 [ 261 ] {b91f2342-5b63-41f0-bafd-1cff3f61e61e} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:58.993324 [ 261 ] {b91f2342-5b63-41f0-bafd-1cff3f61e61e} executeQuery: Read 97 rows, 7.76 KiB in 0.00113 sec., 85840.70796460178 rows/sec., 6.70 MiB/sec. 2026.03.04 04:40:58.993360 [ 261 ] {b91f2342-5b63-41f0-bafd-1cff3f61e61e} TCPHandler: Processed in 0.001290565 sec. 2026.03.04 04:40:58.993471 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:58.993565 [ 261 ] {5e58db02-7a59-4c04-bc71-a59ff1e1feff} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:40:58.993608 [ 261 ] {5e58db02-7a59-4c04-bc71-a59ff1e1feff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:40:58.994004 [ 261 ] {5e58db02-7a59-4c04-bc71-a59ff1e1feff} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:58.994040 [ 261 ] {5e58db02-7a59-4c04-bc71-a59ff1e1feff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:40:58.994359 [ 261 ] {5e58db02-7a59-4c04-bc71-a59ff1e1feff} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.03.04 04:40:58.994565 [ 261 ] {5e58db02-7a59-4c04-bc71-a59ff1e1feff} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:58.994692 [ 261 ] {5e58db02-7a59-4c04-bc71-a59ff1e1feff} executeQuery: Read 160 rows, 11.41 KiB in 0.001145 sec., 139737.99126637555 rows/sec., 9.73 MiB/sec. 2026.03.04 04:40:58.994729 [ 261 ] {5e58db02-7a59-4c04-bc71-a59ff1e1feff} TCPHandler: Processed in 0.001305355 sec. 2026.03.04 04:40:58.994830 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:58.994922 [ 261 ] {9691af34-d42d-492e-8c38-8a29db0a9042} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:40:58.994975 [ 261 ] {9691af34-d42d-492e-8c38-8a29db0a9042} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:40:58.995799 [ 261 ] {9691af34-d42d-492e-8c38-8a29db0a9042} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:58.995834 [ 261 ] {9691af34-d42d-492e-8c38-8a29db0a9042} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:40:58.996367 [ 261 ] {9691af34-d42d-492e-8c38-8a29db0a9042} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2026.03.04 04:40:58.996592 [ 261 ] {9691af34-d42d-492e-8c38-8a29db0a9042} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:58.996719 [ 126 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2026.03.04 04:40:58.996727 [ 261 ] {9691af34-d42d-492e-8c38-8a29db0a9042} executeQuery: Read 33 rows, 60.55 KiB in 0.001823 sec., 18102.029621503018 rows/sec., 32.44 MiB/sec. 2026.03.04 04:40:58.996792 [ 126 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:58.996820 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:40:58.996834 [ 261 ] {9691af34-d42d-492e-8c38-8a29db0a9042} TCPHandler: Processed in 0.00204989 sec. 2026.03.04 04:40:58.996939 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2026.03.04 04:40:58.996953 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:40:58.997055 [ 261 ] {e56bd81a-5d5b-4315-9a21-0824c0525d08} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:40:58.997096 [ 261 ] {e56bd81a-5d5b-4315-9a21-0824c0525d08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:40:58.997150 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:40:58.997209 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2585 rows starting from the beginning of the part 2026.03.04 04:40:58.997342 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 33 rows starting from the beginning of the part 2026.03.04 04:40:58.997426 [ 261 ] {e56bd81a-5d5b-4315-9a21-0824c0525d08} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:40:58.997460 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 8 rows starting from the beginning of the part 2026.03.04 04:40:58.997462 [ 261 ] {e56bd81a-5d5b-4315-9a21-0824c0525d08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:40:58.997565 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 33 rows starting from the beginning of the part 2026.03.04 04:40:58.997669 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 19 rows starting from the beginning of the part 2026.03.04 04:40:58.997775 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 33 rows starting from the beginning of the part 2026.03.04 04:40:58.997776 [ 261 ] {e56bd81a-5d5b-4315-9a21-0824c0525d08} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.03.04 04:40:58.997994 [ 261 ] {e56bd81a-5d5b-4315-9a21-0824c0525d08} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:58.998122 [ 261 ] {e56bd81a-5d5b-4315-9a21-0824c0525d08} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2026.03.04 04:40:58.998157 [ 261 ] {e56bd81a-5d5b-4315-9a21-0824c0525d08} TCPHandler: Processed in 0.001252014 sec. 2026.03.04 04:40:59.000170 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 408.68 MiB, peak 412.19 MiB, free memory in arenas 0.00 B, will set to 399.53 MiB (RSS), difference: -9.15 MiB 2026.03.04 04:40:59.006240 [ 195 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 2711 rows, containing 19 columns (19 merged, 0 gathered) in 0.00934001 sec., 290256.6485474855 rows/sec., 520.13 MiB/sec. 2026.03.04 04:40:59.008828 [ 199 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2026.03.04 04:40:59.009245 [ 199 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_121_24} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:40:59.009333 [ 199 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_121_24} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2026.03.04 04:40:59.009517 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.05 MiB. 2026.03.04 04:41:00.000167 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 390.83 MiB, peak 412.19 MiB, free memory in arenas 0.00 B, will set to 401.97 MiB (RSS), difference: 11.14 MiB 2026.03.04 04:41:00.737639 [ 122 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d) (MergerMutator): Selected 5 parts from all_1_38_9 to all_42_42_0 2026.03.04 04:41:00.737707 [ 122 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:00.737732 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:00.737849 [ 217 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Found 5 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.03.04 04:41:00.737876 [ 199 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_42_10} MergeTask::PrepareStage: Merging 5 parts: from all_1_38_9 to all_42_42_0 into Compact with storage Full 2026.03.04 04:41:00.737903 [ 217 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Removing 5 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.03.04 04:41:00.738039 [ 199 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_42_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:00.738083 [ 199 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_42_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_38_9, total 20 rows starting from the beginning of the part 2026.03.04 04:41:00.738158 [ 199 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_42_10} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2 rows starting from the beginning of the part 2026.03.04 04:41:00.738204 [ 199 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_42_10} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 4 rows starting from the beginning of the part 2026.03.04 04:41:00.738247 [ 199 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_42_10} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 8 rows starting from the beginning of the part 2026.03.04 04:41:00.738289 [ 199 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_42_10} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 4 rows starting from the beginning of the part 2026.03.04 04:41:00.739041 [ 201 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_42_10} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001227674 sec., 30952.842529857277 rows/sec., 2.58 MiB/sec. 2026.03.04 04:41:00.739235 [ 189 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_42_10} MergedBlockOutputStream: filled checksums all_1_42_10 (state Temporary) 2026.03.04 04:41:00.739587 [ 189 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_42_10} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_merge_all_1_42_10 to all_1_42_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:00.739669 [ 189 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_42_10} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d) (MergerMutator): Merged 5 parts: [all_1_38_9, all_42_42_0] -> all_1_42_10 2026.03.04 04:41:00.739774 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.03.04 04:41:00.740463 [ 217 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Removing 5 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.03.04 04:41:03.028752 [ 120 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:41:03.028809 [ 120 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:41:03.237540 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 41308 2026.03.04 04:41:03.238093 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:03.238145 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:03.238645 [ 245 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.03.04 04:41:03.238892 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:03.239040 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41308 2026.03.04 04:41:03.239065 [ 119 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.03.04 04:41:03.239138 [ 119 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:03.239162 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:03.239274 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.03.04 04:41:03.239403 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:03.239445 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_86_17} MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 38876 rows starting from the beginning of the part 2026.03.04 04:41:03.239518 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 512 rows starting from the beginning of the part 2026.03.04 04:41:03.239569 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 448 rows starting from the beginning of the part 2026.03.04 04:41:03.239615 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 512 rows starting from the beginning of the part 2026.03.04 04:41:03.239661 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 448 rows starting from the beginning of the part 2026.03.04 04:41:03.239709 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 512 rows starting from the beginning of the part 2026.03.04 04:41:03.242174 [ 201 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 41308 rows, containing 4 columns (4 merged, 0 gathered) in 0.002950308 sec., 14001250.03897898 rows/sec., 200.29 MiB/sec. 2026.03.04 04:41:03.242630 [ 188 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.03.04 04:41:03.242981 [ 188 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_86_17} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:03.243074 [ 188 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_86_17} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.03.04 04:41:03.243186 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.13 MiB. 2026.03.04 04:41:03.986622 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:03.986811 [ 261 ] {2451f716-87fd-4016-9b5e-f932805ea4b1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:41:03.986880 [ 261 ] {2451f716-87fd-4016-9b5e-f932805ea4b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:41:03.987572 [ 261 ] {2451f716-87fd-4016-9b5e-f932805ea4b1} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:03.987627 [ 261 ] {2451f716-87fd-4016-9b5e-f932805ea4b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:03.988030 [ 261 ] {2451f716-87fd-4016-9b5e-f932805ea4b1} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2026.03.04 04:41:03.988256 [ 261 ] {2451f716-87fd-4016-9b5e-f932805ea4b1} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:03.988416 [ 261 ] {2451f716-87fd-4016-9b5e-f932805ea4b1} executeQuery: Read 72 rows, 5.91 KiB in 0.001653 sec., 43557.16878402904 rows/sec., 3.49 MiB/sec. 2026.03.04 04:41:03.988469 [ 261 ] {2451f716-87fd-4016-9b5e-f932805ea4b1} TCPHandler: Processed in 0.001983709 sec. 2026.03.04 04:41:03.988599 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:03.988706 [ 261 ] {afa51d2e-2f3b-4b62-99ab-724fbf8d4aa3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:41:03.988750 [ 261 ] {afa51d2e-2f3b-4b62-99ab-724fbf8d4aa3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:41:03.989173 [ 261 ] {afa51d2e-2f3b-4b62-99ab-724fbf8d4aa3} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:03.989213 [ 261 ] {afa51d2e-2f3b-4b62-99ab-724fbf8d4aa3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:03.989521 [ 261 ] {afa51d2e-2f3b-4b62-99ab-724fbf8d4aa3} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.03.04 04:41:03.989741 [ 261 ] {afa51d2e-2f3b-4b62-99ab-724fbf8d4aa3} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:03.989874 [ 261 ] {afa51d2e-2f3b-4b62-99ab-724fbf8d4aa3} executeQuery: Read 8 rows, 616.00 B in 0.001193 sec., 6705.783738474434 rows/sec., 504.24 KiB/sec. 2026.03.04 04:41:03.989914 [ 261 ] {afa51d2e-2f3b-4b62-99ab-724fbf8d4aa3} TCPHandler: Processed in 0.001369687 sec. 2026.03.04 04:41:03.990027 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:03.990125 [ 261 ] {0fcc795d-7671-4e5d-b4fd-46a00d6bf0fe} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:41:03.990167 [ 261 ] {0fcc795d-7671-4e5d-b4fd-46a00d6bf0fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:41:03.990599 [ 261 ] {0fcc795d-7671-4e5d-b4fd-46a00d6bf0fe} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:03.990636 [ 261 ] {0fcc795d-7671-4e5d-b4fd-46a00d6bf0fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:03.990939 [ 261 ] {0fcc795d-7671-4e5d-b4fd-46a00d6bf0fe} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2026.03.04 04:41:03.991143 [ 261 ] {0fcc795d-7671-4e5d-b4fd-46a00d6bf0fe} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:03.991274 [ 261 ] {0fcc795d-7671-4e5d-b4fd-46a00d6bf0fe} executeQuery: Read 72 rows, 5.76 KiB in 0.001168 sec., 61643.83561643836 rows/sec., 4.81 MiB/sec. 2026.03.04 04:41:03.991313 [ 261 ] {0fcc795d-7671-4e5d-b4fd-46a00d6bf0fe} TCPHandler: Processed in 0.001336476 sec. 2026.03.04 04:41:03.991429 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:03.991527 [ 261 ] {243df9db-bc09-4f21-9850-b557e7e30712} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:41:03.991572 [ 261 ] {243df9db-bc09-4f21-9850-b557e7e30712} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:41:03.991989 [ 261 ] {243df9db-bc09-4f21-9850-b557e7e30712} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:03.992026 [ 261 ] {243df9db-bc09-4f21-9850-b557e7e30712} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:03.992356 [ 261 ] {243df9db-bc09-4f21-9850-b557e7e30712} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2026.03.04 04:41:03.992564 [ 261 ] {243df9db-bc09-4f21-9850-b557e7e30712} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:03.992697 [ 261 ] {243df9db-bc09-4f21-9850-b557e7e30712} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2026.03.04 04:41:03.992735 [ 261 ] {243df9db-bc09-4f21-9850-b557e7e30712} TCPHandler: Processed in 0.001356616 sec. 2026.03.04 04:41:03.992856 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:03.992951 [ 261 ] {8afedcff-a1b1-4334-aee7-7f4d04b6b028} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:41:03.993007 [ 261 ] {8afedcff-a1b1-4334-aee7-7f4d04b6b028} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:41:03.993799 [ 261 ] {8afedcff-a1b1-4334-aee7-7f4d04b6b028} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:03.993835 [ 261 ] {8afedcff-a1b1-4334-aee7-7f4d04b6b028} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:03.994343 [ 261 ] {8afedcff-a1b1-4334-aee7-7f4d04b6b028} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2026.03.04 04:41:03.994557 [ 261 ] {8afedcff-a1b1-4334-aee7-7f4d04b6b028} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:03.994694 [ 261 ] {8afedcff-a1b1-4334-aee7-7f4d04b6b028} executeQuery: Read 8 rows, 14.68 KiB in 0.00176 sec., 4545.454545454545 rows/sec., 8.15 MiB/sec. 2026.03.04 04:41:03.994750 [ 261 ] {8afedcff-a1b1-4334-aee7-7f4d04b6b028} TCPHandler: Processed in 0.001944528 sec. 2026.03.04 04:41:03.994877 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:03.994973 [ 261 ] {bd16dc74-68c9-4236-a36f-2e75eee70e6b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:41:03.995015 [ 261 ] {bd16dc74-68c9-4236-a36f-2e75eee70e6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:41:03.995349 [ 261 ] {bd16dc74-68c9-4236-a36f-2e75eee70e6b} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:03.995385 [ 261 ] {bd16dc74-68c9-4236-a36f-2e75eee70e6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:03.995693 [ 261 ] {bd16dc74-68c9-4236-a36f-2e75eee70e6b} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2026.03.04 04:41:03.995902 [ 261 ] {bd16dc74-68c9-4236-a36f-2e75eee70e6b} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:03.996031 [ 261 ] {bd16dc74-68c9-4236-a36f-2e75eee70e6b} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2026.03.04 04:41:03.996067 [ 261 ] {bd16dc74-68c9-4236-a36f-2e75eee70e6b} TCPHandler: Processed in 0.001240384 sec. 2026.03.04 04:41:05.033671 [ 224 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Found 5 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.03.04 04:41:05.033733 [ 224 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Removing 5 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.03.04 04:41:05.035791 [ 224 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Removing 5 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.03.04 04:41:05.457454 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 648 2026.03.04 04:41:05.476472 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:05.476536 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:05.483170 [ 244 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2026.03.04 04:41:05.483972 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:05.484320 [ 118 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2026.03.04 04:41:05.484424 [ 118 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:05.484463 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:05.484644 [ 193 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2026.03.04 04:41:05.488171 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 648 2026.03.04 04:41:05.488938 [ 193 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:05.490577 [ 193 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 610 rows starting from the beginning of the part 2026.03.04 04:41:05.495616 [ 193 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 8 rows starting from the beginning of the part 2026.03.04 04:41:05.500518 [ 193 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 7 rows starting from the beginning of the part 2026.03.04 04:41:05.505306 [ 193 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part 2026.03.04 04:41:05.510439 [ 193 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 7 rows starting from the beginning of the part 2026.03.04 04:41:05.515061 [ 193 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part 2026.03.04 04:41:05.573912 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 679 columns (679 merged, 0 gathered) in 0.089352953 sec., 7252.1386058723765 rows/sec., 37.50 MiB/sec. 2026.03.04 04:41:05.577400 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2026.03.04 04:41:05.579681 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_86_17} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:05.579797 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_86_17} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2026.03.04 04:41:05.583075 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2026.03.04 04:41:05.967938 [ 221 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:41:05.967995 [ 221 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:41:05.970894 [ 221 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:41:06.000175 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 403.05 MiB, peak 420.46 MiB, free memory in arenas 0.00 B, will set to 401.98 MiB (RSS), difference: -1.07 MiB 2026.03.04 04:41:08.381325 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 2306 2026.03.04 04:41:08.383556 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:08.383606 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:08.384811 [ 243 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.04 04:41:08.385104 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:08.385495 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2306 2026.03.04 04:41:08.996109 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:08.996292 [ 261 ] {9dd04bea-f4a2-4301-aeea-f962a80aa177} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:41:08.996358 [ 261 ] {9dd04bea-f4a2-4301-aeea-f962a80aa177} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:41:08.997148 [ 261 ] {9dd04bea-f4a2-4301-aeea-f962a80aa177} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:08.997196 [ 261 ] {9dd04bea-f4a2-4301-aeea-f962a80aa177} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:08.997590 [ 261 ] {9dd04bea-f4a2-4301-aeea-f962a80aa177} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.04 04:41:08.997807 [ 261 ] {9dd04bea-f4a2-4301-aeea-f962a80aa177} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:08.997962 [ 261 ] {9dd04bea-f4a2-4301-aeea-f962a80aa177} executeQuery: Read 284 rows, 18.47 KiB in 0.001721 sec., 165020.3370133643 rows/sec., 10.48 MiB/sec. 2026.03.04 04:41:08.998005 [ 261 ] {9dd04bea-f4a2-4301-aeea-f962a80aa177} TCPHandler: Processed in 0.002032279 sec. 2026.03.04 04:41:08.998143 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:08.998239 [ 261 ] {a920d2df-8689-4b67-9e9e-c2426590e067} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:41:08.998280 [ 261 ] {a920d2df-8689-4b67-9e9e-c2426590e067} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:41:08.998679 [ 261 ] {a920d2df-8689-4b67-9e9e-c2426590e067} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:08.998717 [ 261 ] {a920d2df-8689-4b67-9e9e-c2426590e067} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:08.999007 [ 261 ] {a920d2df-8689-4b67-9e9e-c2426590e067} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.03.04 04:41:08.999210 [ 261 ] {a920d2df-8689-4b67-9e9e-c2426590e067} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:08.999337 [ 261 ] {a920d2df-8689-4b67-9e9e-c2426590e067} executeQuery: Read 2 rows, 167.00 B in 0.001117 sec., 1790.510295434199 rows/sec., 146.00 KiB/sec. 2026.03.04 04:41:08.999375 [ 261 ] {a920d2df-8689-4b67-9e9e-c2426590e067} TCPHandler: Processed in 0.001282754 sec. 2026.03.04 04:41:08.999487 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:08.999582 [ 261 ] {30790d2b-224b-4395-a659-7467e04ecf09} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:41:08.999622 [ 261 ] {30790d2b-224b-4395-a659-7467e04ecf09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:41:09.000457 [ 261 ] {30790d2b-224b-4395-a659-7467e04ecf09} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:09.000495 [ 261 ] {30790d2b-224b-4395-a659-7467e04ecf09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:09.000857 [ 261 ] {30790d2b-224b-4395-a659-7467e04ecf09} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2026.03.04 04:41:09.001068 [ 261 ] {30790d2b-224b-4395-a659-7467e04ecf09} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:09.001196 [ 261 ] {30790d2b-224b-4395-a659-7467e04ecf09} executeQuery: Read 864 rows, 70.57 KiB in 0.001631 sec., 529736.3580625383 rows/sec., 42.25 MiB/sec. 2026.03.04 04:41:09.001202 [ 111 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2026.03.04 04:41:09.001235 [ 261 ] {30790d2b-224b-4395-a659-7467e04ecf09} TCPHandler: Processed in 0.001797925 sec. 2026.03.04 04:41:09.001273 [ 111 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:09.001297 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:09.001369 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:09.001424 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2026.03.04 04:41:09.001468 [ 261 ] {58cfaa7b-c363-4eb7-b20b-f7566c80675b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:41:09.001513 [ 261 ] {58cfaa7b-c363-4eb7-b20b-f7566c80675b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:41:09.001571 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:09.001609 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 2895 rows starting from the beginning of the part 2026.03.04 04:41:09.001684 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 1958 rows starting from the beginning of the part 2026.03.04 04:41:09.001734 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 56 rows starting from the beginning of the part 2026.03.04 04:41:09.001779 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 122 rows starting from the beginning of the part 2026.03.04 04:41:09.001821 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 72 rows starting from the beginning of the part 2026.03.04 04:41:09.001864 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 864 rows starting from the beginning of the part 2026.03.04 04:41:09.001982 [ 261 ] {58cfaa7b-c363-4eb7-b20b-f7566c80675b} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:09.002027 [ 261 ] {58cfaa7b-c363-4eb7-b20b-f7566c80675b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:09.002350 [ 261 ] {58cfaa7b-c363-4eb7-b20b-f7566c80675b} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.03.04 04:41:09.002562 [ 261 ] {58cfaa7b-c363-4eb7-b20b-f7566c80675b} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:09.002695 [ 261 ] {58cfaa7b-c363-4eb7-b20b-f7566c80675b} executeQuery: Read 177 rows, 11.16 KiB in 0.001245 sec., 142168.6746987952 rows/sec., 8.76 MiB/sec. 2026.03.04 04:41:09.002734 [ 261 ] {58cfaa7b-c363-4eb7-b20b-f7566c80675b} TCPHandler: Processed in 0.001414677 sec. 2026.03.04 04:41:09.002853 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:09.002947 [ 261 ] {3a29f753-719e-49db-bc5d-43b6e4042a2f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:41:09.002987 [ 261 ] {3a29f753-719e-49db-bc5d-43b6e4042a2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:41:09.003430 [ 261 ] {3a29f753-719e-49db-bc5d-43b6e4042a2f} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:09.003465 [ 261 ] {3a29f753-719e-49db-bc5d-43b6e4042a2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:09.003760 [ 261 ] {3a29f753-719e-49db-bc5d-43b6e4042a2f} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.04 04:41:09.003966 [ 261 ] {3a29f753-719e-49db-bc5d-43b6e4042a2f} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:09.004098 [ 261 ] {3a29f753-719e-49db-bc5d-43b6e4042a2f} executeQuery: Read 149 rows, 9.86 KiB in 0.001168 sec., 127568.49315068494 rows/sec., 8.24 MiB/sec. 2026.03.04 04:41:09.004135 [ 261 ] {3a29f753-719e-49db-bc5d-43b6e4042a2f} TCPHandler: Processed in 0.001333196 sec. 2026.03.04 04:41:09.004142 [ 190 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 5967 rows, containing 5 columns (5 merged, 0 gathered) in 0.002775244 sec., 2150081.2180838874 rows/sec., 173.71 MiB/sec. 2026.03.04 04:41:09.004338 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:09.004435 [ 261 ] {f7d098d9-300f-43c7-b79e-ea3b4ca0bc93} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:41:09.004466 [ 201 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2026.03.04 04:41:09.004476 [ 261 ] {f7d098d9-300f-43c7-b79e-ea3b4ca0bc93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:41:09.004727 [ 201 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_146_29} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:09.004794 [ 201 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_146_29} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2026.03.04 04:41:09.004871 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2026.03.04 04:41:09.004934 [ 261 ] {f7d098d9-300f-43c7-b79e-ea3b4ca0bc93} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:09.004969 [ 261 ] {f7d098d9-300f-43c7-b79e-ea3b4ca0bc93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:09.005271 [ 261 ] {f7d098d9-300f-43c7-b79e-ea3b4ca0bc93} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.03.04 04:41:09.005492 [ 261 ] {f7d098d9-300f-43c7-b79e-ea3b4ca0bc93} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:09.005618 [ 261 ] {f7d098d9-300f-43c7-b79e-ea3b4ca0bc93} executeQuery: Read 148 rows, 8.62 KiB in 0.001198 sec., 123539.23205342237 rows/sec., 7.03 MiB/sec. 2026.03.04 04:41:09.005656 [ 261 ] {f7d098d9-300f-43c7-b79e-ea3b4ca0bc93} TCPHandler: Processed in 0.001368476 sec. 2026.03.04 04:41:09.005778 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:09.005873 [ 261 ] {b72daf7e-d865-4546-82c2-3b5a3008975e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:41:09.005912 [ 261 ] {b72daf7e-d865-4546-82c2-3b5a3008975e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:41:09.006636 [ 261 ] {b72daf7e-d865-4546-82c2-3b5a3008975e} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:09.006673 [ 261 ] {b72daf7e-d865-4546-82c2-3b5a3008975e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:09.006995 [ 261 ] {b72daf7e-d865-4546-82c2-3b5a3008975e} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2026.03.04 04:41:09.007207 [ 261 ] {b72daf7e-d865-4546-82c2-3b5a3008975e} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:09.007336 [ 261 ] {b72daf7e-d865-4546-82c2-3b5a3008975e} executeQuery: Read 525 rows, 37.98 KiB in 0.001479 sec., 354969.5740365111 rows/sec., 25.08 MiB/sec. 2026.03.04 04:41:09.007337 [ 111 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2026.03.04 04:41:09.007375 [ 261 ] {b72daf7e-d865-4546-82c2-3b5a3008975e} TCPHandler: Processed in 0.001646311 sec. 2026.03.04 04:41:09.007402 [ 111 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:09.007427 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:09.007502 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:09.007507 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2026.03.04 04:41:09.007603 [ 261 ] {175159c3-81ca-4841-a41a-68d44df897a5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.04 04:41:09.007618 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:09.007651 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1552 rows starting from the beginning of the part 2026.03.04 04:41:09.007654 [ 261 ] {175159c3-81ca-4841-a41a-68d44df897a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.04 04:41:09.007701 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 1023 rows starting from the beginning of the part 2026.03.04 04:41:09.007744 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 64 rows starting from the beginning of the part 2026.03.04 04:41:09.007781 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 97 rows starting from the beginning of the part 2026.03.04 04:41:09.007815 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 72 rows starting from the beginning of the part 2026.03.04 04:41:09.007851 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 525 rows starting from the beginning of the part 2026.03.04 04:41:09.008015 [ 261 ] {175159c3-81ca-4841-a41a-68d44df897a5} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:09.008056 [ 261 ] {175159c3-81ca-4841-a41a-68d44df897a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:09.008375 [ 261 ] {175159c3-81ca-4841-a41a-68d44df897a5} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.03.04 04:41:09.008605 [ 261 ] {175159c3-81ca-4841-a41a-68d44df897a5} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:09.008735 [ 261 ] {175159c3-81ca-4841-a41a-68d44df897a5} executeQuery: Read 6 rows, 321.00 B in 0.00115 sec., 5217.391304347826 rows/sec., 272.59 KiB/sec. 2026.03.04 04:41:09.008772 [ 261 ] {175159c3-81ca-4841-a41a-68d44df897a5} TCPHandler: Processed in 0.001319706 sec. 2026.03.04 04:41:09.008887 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:09.008981 [ 261 ] {21f10c36-b6b2-42b8-9c3a-1d8242f7585c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:41:09.009025 [ 261 ] {21f10c36-b6b2-42b8-9c3a-1d8242f7585c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:41:09.009064 [ 190 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 3333 rows, containing 5 columns (5 merged, 0 gathered) in 0.001591121 sec., 2094749.5507884063 rows/sec., 155.11 MiB/sec. 2026.03.04 04:41:09.009260 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2026.03.04 04:41:09.009467 [ 261 ] {21f10c36-b6b2-42b8-9c3a-1d8242f7585c} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:09.009510 [ 261 ] {21f10c36-b6b2-42b8-9c3a-1d8242f7585c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:09.009539 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_146_29} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:09.009626 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_146_29} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2026.03.04 04:41:09.009709 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.03.04 04:41:09.009868 [ 261 ] {21f10c36-b6b2-42b8-9c3a-1d8242f7585c} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2026.03.04 04:41:09.010088 [ 261 ] {21f10c36-b6b2-42b8-9c3a-1d8242f7585c} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:09.010216 [ 261 ] {21f10c36-b6b2-42b8-9c3a-1d8242f7585c} executeQuery: Read 266 rows, 18.10 KiB in 0.001252 sec., 212460.06389776355 rows/sec., 14.12 MiB/sec. 2026.03.04 04:41:09.010254 [ 261 ] {21f10c36-b6b2-42b8-9c3a-1d8242f7585c} TCPHandler: Processed in 0.001416287 sec. 2026.03.04 04:41:09.010371 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:09.010467 [ 261 ] {17fba893-b7a2-4803-a279-ee43bcc4dc5b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.04 04:41:09.010509 [ 261 ] {17fba893-b7a2-4803-a279-ee43bcc4dc5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.04 04:41:09.010824 [ 261 ] {17fba893-b7a2-4803-a279-ee43bcc4dc5b} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:09.010861 [ 261 ] {17fba893-b7a2-4803-a279-ee43bcc4dc5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:09.011150 [ 261 ] {17fba893-b7a2-4803-a279-ee43bcc4dc5b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.03.04 04:41:09.011382 [ 261 ] {17fba893-b7a2-4803-a279-ee43bcc4dc5b} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:09.011544 [ 261 ] {17fba893-b7a2-4803-a279-ee43bcc4dc5b} executeQuery: Read 1 rows, 69.00 B in 0.001094 sec., 914.0767824497259 rows/sec., 61.59 KiB/sec. 2026.03.04 04:41:09.011596 [ 261 ] {17fba893-b7a2-4803-a279-ee43bcc4dc5b} TCPHandler: Processed in 0.001274195 sec. 2026.03.04 04:41:09.011723 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:09.011819 [ 261 ] {2b12cee1-d496-4849-bd8f-6a9784c103d8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:41:09.011876 [ 261 ] {2b12cee1-d496-4849-bd8f-6a9784c103d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:41:09.012772 [ 261 ] {2b12cee1-d496-4849-bd8f-6a9784c103d8} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:09.012837 [ 261 ] {2b12cee1-d496-4849-bd8f-6a9784c103d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:09.013396 [ 261 ] {2b12cee1-d496-4849-bd8f-6a9784c103d8} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2026.03.04 04:41:09.013633 [ 261 ] {2b12cee1-d496-4849-bd8f-6a9784c103d8} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:09.013776 [ 261 ] {2b12cee1-d496-4849-bd8f-6a9784c103d8} executeQuery: Read 33 rows, 60.55 KiB in 0.001975 sec., 16708.86075949367 rows/sec., 29.94 MiB/sec. 2026.03.04 04:41:09.013848 [ 261 ] {2b12cee1-d496-4849-bd8f-6a9784c103d8} TCPHandler: Processed in 0.002177162 sec. 2026.03.04 04:41:09.013971 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:09.014069 [ 261 ] {daced2f6-a619-471b-b972-a54c94603ba7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:41:09.014110 [ 261 ] {daced2f6-a619-471b-b972-a54c94603ba7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:41:09.014462 [ 261 ] {daced2f6-a619-471b-b972-a54c94603ba7} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:09.014499 [ 261 ] {daced2f6-a619-471b-b972-a54c94603ba7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:09.014818 [ 261 ] {daced2f6-a619-471b-b972-a54c94603ba7} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2026.03.04 04:41:09.015038 [ 261 ] {daced2f6-a619-471b-b972-a54c94603ba7} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:09.015172 [ 261 ] {daced2f6-a619-471b-b972-a54c94603ba7} executeQuery: Read 90 rows, 5.77 KiB in 0.001122 sec., 80213.90374331552 rows/sec., 5.02 MiB/sec. 2026.03.04 04:41:09.015198 [ 112 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2026.03.04 04:41:09.015210 [ 261 ] {daced2f6-a619-471b-b972-a54c94603ba7} TCPHandler: Processed in 0.001290095 sec. 2026.03.04 04:41:09.015253 [ 112 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:09.015281 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:09.015389 [ 198 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2026.03.04 04:41:09.015522 [ 198 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:09.015556 [ 198 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 7710 rows starting from the beginning of the part 2026.03.04 04:41:09.015619 [ 198 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 12 rows starting from the beginning of the part 2026.03.04 04:41:09.015663 [ 198 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 48 rows starting from the beginning of the part 2026.03.04 04:41:09.015703 [ 198 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 60 rows starting from the beginning of the part 2026.03.04 04:41:09.015744 [ 198 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 60 rows starting from the beginning of the part 2026.03.04 04:41:09.015782 [ 198 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 90 rows starting from the beginning of the part 2026.03.04 04:41:09.017712 [ 196 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 7980 rows, containing 4 columns (4 merged, 0 gathered) in 0.002368486 sec., 3369240.941259522 rows/sec., 224.27 MiB/sec. 2026.03.04 04:41:09.018121 [ 198 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2026.03.04 04:41:09.018366 [ 198 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_146_29} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:09.018437 [ 198 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_146_29} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2026.03.04 04:41:09.018505 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. 2026.03.04 04:41:10.740171 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 41756 2026.03.04 04:41:10.740864 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:10.740919 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:10.741451 [ 245 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.03.04 04:41:10.741692 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:10.741849 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41756 2026.03.04 04:41:12.988221 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 655 2026.03.04 04:41:13.005695 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:13.005743 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:13.011851 [ 244 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2026.03.04 04:41:13.012558 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:13.015550 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 655 2026.03.04 04:41:13.986438 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:13.986635 [ 261 ] {2ad50169-f755-4c0c-b067-029d8962af18} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:41:13.986714 [ 261 ] {2ad50169-f755-4c0c-b067-029d8962af18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:41:13.987494 [ 261 ] {2ad50169-f755-4c0c-b067-029d8962af18} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:13.987541 [ 261 ] {2ad50169-f755-4c0c-b067-029d8962af18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:13.987928 [ 261 ] {2ad50169-f755-4c0c-b067-029d8962af18} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2026.03.04 04:41:13.988153 [ 261 ] {2ad50169-f755-4c0c-b067-029d8962af18} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:13.988312 [ 261 ] {2ad50169-f755-4c0c-b067-029d8962af18} executeQuery: Read 72 rows, 5.91 KiB in 0.001732 sec., 41570.43879907621 rows/sec., 3.33 MiB/sec. 2026.03.04 04:41:13.988361 [ 261 ] {2ad50169-f755-4c0c-b067-029d8962af18} TCPHandler: Processed in 0.0020613 sec. 2026.03.04 04:41:13.988491 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:13.988593 [ 261 ] {e7856c2a-aa0a-4c75-810d-93ddadd9ca8d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:41:13.988636 [ 261 ] {e7856c2a-aa0a-4c75-810d-93ddadd9ca8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:41:13.989049 [ 261 ] {e7856c2a-aa0a-4c75-810d-93ddadd9ca8d} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:13.989086 [ 261 ] {e7856c2a-aa0a-4c75-810d-93ddadd9ca8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:13.989392 [ 261 ] {e7856c2a-aa0a-4c75-810d-93ddadd9ca8d} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.03.04 04:41:13.989600 [ 261 ] {e7856c2a-aa0a-4c75-810d-93ddadd9ca8d} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:13.989729 [ 261 ] {e7856c2a-aa0a-4c75-810d-93ddadd9ca8d} executeQuery: Read 8 rows, 616.00 B in 0.001159 sec., 6902.502157031923 rows/sec., 519.04 KiB/sec. 2026.03.04 04:41:13.989766 [ 261 ] {e7856c2a-aa0a-4c75-810d-93ddadd9ca8d} TCPHandler: Processed in 0.001324646 sec. 2026.03.04 04:41:13.989871 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:13.989965 [ 261 ] {fac64685-62e2-4906-aa25-5086580f6fa6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:41:13.990005 [ 261 ] {fac64685-62e2-4906-aa25-5086580f6fa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:41:13.990414 [ 261 ] {fac64685-62e2-4906-aa25-5086580f6fa6} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:13.990450 [ 261 ] {fac64685-62e2-4906-aa25-5086580f6fa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:13.990744 [ 261 ] {fac64685-62e2-4906-aa25-5086580f6fa6} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2026.03.04 04:41:13.990950 [ 261 ] {fac64685-62e2-4906-aa25-5086580f6fa6} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:13.991077 [ 261 ] {fac64685-62e2-4906-aa25-5086580f6fa6} executeQuery: Read 72 rows, 5.76 KiB in 0.001132 sec., 63604.24028268551 rows/sec., 4.97 MiB/sec. 2026.03.04 04:41:13.991114 [ 261 ] {fac64685-62e2-4906-aa25-5086580f6fa6} TCPHandler: Processed in 0.001290405 sec. 2026.03.04 04:41:13.991223 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:13.991316 [ 261 ] {a05833fe-be0d-462c-89b1-8956bb301298} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:41:13.991359 [ 261 ] {a05833fe-be0d-462c-89b1-8956bb301298} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:41:13.991786 [ 261 ] {a05833fe-be0d-462c-89b1-8956bb301298} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:13.991822 [ 261 ] {a05833fe-be0d-462c-89b1-8956bb301298} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:13.992158 [ 261 ] {a05833fe-be0d-462c-89b1-8956bb301298} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2026.03.04 04:41:13.992363 [ 261 ] {a05833fe-be0d-462c-89b1-8956bb301298} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:13.992490 [ 261 ] {a05833fe-be0d-462c-89b1-8956bb301298} executeQuery: Read 160 rows, 11.41 KiB in 0.001192 sec., 134228.1879194631 rows/sec., 9.35 MiB/sec. 2026.03.04 04:41:13.992486 [ 107 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 5 parts from all_1_142_35 to all_146_146_0 2026.03.04 04:41:13.992528 [ 261 ] {a05833fe-be0d-462c-89b1-8956bb301298} TCPHandler: Processed in 0.001352006 sec. 2026.03.04 04:41:13.992565 [ 107 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:13.992590 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:13.992648 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:13.992704 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_146_36} MergeTask::PrepareStage: Merging 5 parts: from all_1_142_35 to all_146_146_0 into Compact with storage Full 2026.03.04 04:41:13.992746 [ 261 ] {0c86345a-71a4-462f-b85e-241c52d71667} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:41:13.992803 [ 261 ] {0c86345a-71a4-462f-b85e-241c52d71667} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:41:13.992836 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_146_36} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:13.992881 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_146_36} MergeTreeSequentialSource: Reading 7 marks from part all_1_142_35, total 47222 rows starting from the beginning of the part 2026.03.04 04:41:13.992957 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_146_36} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 128 rows starting from the beginning of the part 2026.03.04 04:41:13.993012 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_146_36} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 160 rows starting from the beginning of the part 2026.03.04 04:41:13.993059 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_146_36} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 160 rows starting from the beginning of the part 2026.03.04 04:41:13.993108 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_146_36} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 266 rows starting from the beginning of the part 2026.03.04 04:41:13.993589 [ 261 ] {0c86345a-71a4-462f-b85e-241c52d71667} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:13.993629 [ 261 ] {0c86345a-71a4-462f-b85e-241c52d71667} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:13.994155 [ 261 ] {0c86345a-71a4-462f-b85e-241c52d71667} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2026.03.04 04:41:13.994389 [ 261 ] {0c86345a-71a4-462f-b85e-241c52d71667} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:13.994534 [ 261 ] {0c86345a-71a4-462f-b85e-241c52d71667} executeQuery: Read 8 rows, 14.68 KiB in 0.001807 sec., 4427.227448810183 rows/sec., 7.93 MiB/sec. 2026.03.04 04:41:13.994597 [ 261 ] {0c86345a-71a4-462f-b85e-241c52d71667} TCPHandler: Processed in 0.001995728 sec. 2026.03.04 04:41:13.994706 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:13.994799 [ 261 ] {1d126980-6b14-4eb3-b925-0fbc92121de5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:41:13.994840 [ 261 ] {1d126980-6b14-4eb3-b925-0fbc92121de5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:41:13.995173 [ 261 ] {1d126980-6b14-4eb3-b925-0fbc92121de5} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:13.995208 [ 261 ] {1d126980-6b14-4eb3-b925-0fbc92121de5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:13.995512 [ 261 ] {1d126980-6b14-4eb3-b925-0fbc92121de5} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2026.03.04 04:41:13.995718 [ 261 ] {1d126980-6b14-4eb3-b925-0fbc92121de5} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:13.995846 [ 261 ] {1d126980-6b14-4eb3-b925-0fbc92121de5} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2026.03.04 04:41:13.995881 [ 261 ] {1d126980-6b14-4eb3-b925-0fbc92121de5} TCPHandler: Processed in 0.001223174 sec. 2026.03.04 04:41:14.000206 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 409.50 MiB, peak 420.46 MiB, free memory in arenas 0.00 B, will set to 402.14 MiB (RSS), difference: -7.36 MiB 2026.03.04 04:41:14.000829 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_146_36} MergeTask::MergeProjectionsStage: Merge sorted 47936 rows, containing 5 columns (5 merged, 0 gathered) in 0.008179018 sec., 5860850.287895197 rows/sec., 386.74 MiB/sec. 2026.03.04 04:41:14.001641 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_146_36} MergedBlockOutputStream: filled checksums all_1_146_36 (state Temporary) 2026.03.04 04:41:14.002020 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_146_36} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_146_36 to all_1_146_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:14.002123 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_146_36} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 5 parts: [all_1_142_35, all_146_146_0] -> all_1_146_36 2026.03.04 04:41:14.002236 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2026.03.04 04:41:15.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 395.61 MiB, peak 420.46 MiB, free memory in arenas 0.00 B, will set to 402.14 MiB (RSS), difference: 6.53 MiB 2026.03.04 04:41:15.503760 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36800 2026.03.04 04:41:15.503883 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.503912 [ 259 ] {} TCP-Session: dbc02836-b417-48f6-a3c5-b3f0ba7f972e Authenticating user 'default' from [fd00:1122:3344:101::e]:36800 2026.03.04 04:41:15.503935 [ 259 ] {} TCP-Session: dbc02836-b417-48f6-a3c5-b3f0ba7f972e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.503949 [ 259 ] {} TCP-Session: dbc02836-b417-48f6-a3c5-b3f0ba7f972e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.504191 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47876 2026.03.04 04:41:15.504214 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48489 2026.03.04 04:41:15.504215 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65298 2026.03.04 04:41:15.504264 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64827 2026.03.04 04:41:15.504289 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59067 2026.03.04 04:41:15.504290 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.504284 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37985 2026.03.04 04:41:15.504369 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.504364 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.504429 [ 292 ] {} TCP-Session: 82151256-699d-4c6a-8111-31d39aedb9ac Authenticating user 'default' from [fd00:1122:3344:101::e]:64827 2026.03.04 04:41:15.504349 [ 289 ] {} TCP-Session: d06715a2-a7ba-4649-896b-3584455a43f8 Authenticating user 'default' from [fd00:1122:3344:101::e]:48489 2026.03.04 04:41:15.504454 [ 288 ] {} TCP-Session: d9e45431-87c0-400b-a6f4-dc8b20b4d94b Authenticating user 'default' from [fd00:1122:3344:101::e]:65298 2026.03.04 04:41:15.504462 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.504487 [ 289 ] {} TCP-Session: d06715a2-a7ba-4649-896b-3584455a43f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.504505 [ 288 ] {} TCP-Session: d9e45431-87c0-400b-a6f4-dc8b20b4d94b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.504519 [ 294 ] {} TCP-Session: 1bcbe07b-9492-46a8-b540-9ecd05aeafb6 Authenticating user 'default' from [fd00:1122:3344:101::e]:37985 2026.03.04 04:41:15.504534 [ 289 ] {} TCP-Session: d06715a2-a7ba-4649-896b-3584455a43f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.504540 [ 288 ] {} TCP-Session: d9e45431-87c0-400b-a6f4-dc8b20b4d94b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.504563 [ 294 ] {} TCP-Session: 1bcbe07b-9492-46a8-b540-9ecd05aeafb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.504471 [ 292 ] {} TCP-Session: 82151256-699d-4c6a-8111-31d39aedb9ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.504595 [ 294 ] {} TCP-Session: 1bcbe07b-9492-46a8-b540-9ecd05aeafb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.504640 [ 292 ] {} TCP-Session: 82151256-699d-4c6a-8111-31d39aedb9ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.504283 [ 259 ] {} TCP-Session: dbc02836-b417-48f6-a3c5-b3f0ba7f972e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:15.504278 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.504744 [ 286 ] {} TCP-Session: ea4910b5-7a6a-469b-b7fd-2a1fc93aa576 Authenticating user 'default' from [fd00:1122:3344:101::e]:47876 2026.03.04 04:41:15.504229 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61468 2026.03.04 04:41:15.504769 [ 286 ] {} TCP-Session: ea4910b5-7a6a-469b-b7fd-2a1fc93aa576 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.504372 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.504825 [ 286 ] {} TCP-Session: ea4910b5-7a6a-469b-b7fd-2a1fc93aa576 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.504852 [ 293 ] {} TCP-Session: 9479fbd0-01bf-4a03-87e0-25368897a577 Authenticating user 'default' from [fd00:1122:3344:101::e]:59067 2026.03.04 04:41:15.504864 [ 259 ] {b755b57a-9c9c-4c86-8162-788912ac8b37} executeQuery: (from [fd00:1122:3344:101::e]:36800) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:41:15.504885 [ 293 ] {} TCP-Session: 9479fbd0-01bf-4a03-87e0-25368897a577 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.504263 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47211 2026.03.04 04:41:15.504917 [ 293 ] {} TCP-Session: 9479fbd0-01bf-4a03-87e0-25368897a577 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.505027 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.505060 [ 290 ] {} TCP-Session: 315edd17-a48a-4b92-8005-e9f96ee5b6ea Authenticating user 'default' from [fd00:1122:3344:101::e]:61468 2026.03.04 04:41:15.505078 [ 290 ] {} TCP-Session: 315edd17-a48a-4b92-8005-e9f96ee5b6ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.505090 [ 290 ] {} TCP-Session: 315edd17-a48a-4b92-8005-e9f96ee5b6ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.505171 [ 259 ] {b755b57a-9c9c-4c86-8162-788912ac8b37} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:41:15.505234 [ 259 ] {b755b57a-9c9c-4c86-8162-788912ac8b37} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:41:15.505322 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.505373 [ 291 ] {} TCP-Session: b9b9a9ee-0b3d-4651-b6b0-1658d9038229 Authenticating user 'default' from [fd00:1122:3344:101::e]:47211 2026.03.04 04:41:15.505397 [ 291 ] {} TCP-Session: b9b9a9ee-0b3d-4651-b6b0-1658d9038229 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.505411 [ 291 ] {} TCP-Session: b9b9a9ee-0b3d-4651-b6b0-1658d9038229 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.505538 [ 259 ] {b755b57a-9c9c-4c86-8162-788912ac8b37} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:41:15.506632 [ 315 ] {b755b57a-9c9c-4c86-8162-788912ac8b37} AggregatingTransform: Aggregating 2026.03.04 04:41:15.506703 [ 315 ] {b755b57a-9c9c-4c86-8162-788912ac8b37} Aggregator: Aggregation method: without_key 2026.03.04 04:41:15.506750 [ 315 ] {b755b57a-9c9c-4c86-8162-788912ac8b37} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001102422 sec. (907.094 rows/sec., 35.43 KiB/sec.) 2026.03.04 04:41:15.506775 [ 315 ] {b755b57a-9c9c-4c86-8162-788912ac8b37} Aggregator: Merging aggregated data 2026.03.04 04:41:15.508252 [ 259 ] {b755b57a-9c9c-4c86-8162-788912ac8b37} executeQuery: Read 1 rows, 40.00 B in 0.003442 sec., 290.52876234747237 rows/sec., 11.35 KiB/sec. 2026.03.04 04:41:15.508421 [ 259 ] {b755b57a-9c9c-4c86-8162-788912ac8b37} TCPHandler: Processed in 0.004258032 sec. 2026.03.04 04:41:15.508511 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.508548 [ 259 ] {} TCP-Session: dbc02836-b417-48f6-a3c5-b3f0ba7f972e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.508553 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.508609 [ 294 ] {} TCP-Session: 1bcbe07b-9492-46a8-b540-9ecd05aeafb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.508610 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.508636 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.508661 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.508665 [ 286 ] {} TCP-Session: ea4910b5-7a6a-469b-b7fd-2a1fc93aa576 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.508692 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.508712 [ 288 ] {} TCP-Session: d9e45431-87c0-400b-a6f4-dc8b20b4d94b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.508744 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.508722 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.508771 [ 291 ] {} TCP-Session: b9b9a9ee-0b3d-4651-b6b0-1658d9038229 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.508792 [ 292 ] {} TCP-Session: 82151256-699d-4c6a-8111-31d39aedb9ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.508819 [ 293 ] {} TCP-Session: 9479fbd0-01bf-4a03-87e0-25368897a577 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.508700 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.508670 [ 289 ] {} TCP-Session: d06715a2-a7ba-4649-896b-3584455a43f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.508885 [ 290 ] {} TCP-Session: 315edd17-a48a-4b92-8005-e9f96ee5b6ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.761346 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57438 2026.03.04 04:41:15.761448 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.761475 [ 259 ] {} TCP-Session: c17a0c78-7be4-47f8-9b54-e9478665516e Authenticating user 'default' from [fd00:1122:3344:101::e]:57438 2026.03.04 04:41:15.761497 [ 259 ] {} TCP-Session: c17a0c78-7be4-47f8-9b54-e9478665516e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.761509 [ 259 ] {} TCP-Session: c17a0c78-7be4-47f8-9b54-e9478665516e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.761677 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54975 2026.03.04 04:41:15.761720 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65499 2026.03.04 04:41:15.761722 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39075 2026.03.04 04:41:15.761761 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35567 2026.03.04 04:41:15.761790 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.761775 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57282 2026.03.04 04:41:15.761817 [ 289 ] {} TCP-Session: 604c8bdb-8b08-4021-8299-0cb34608a4ce Authenticating user 'default' from [fd00:1122:3344:101::e]:65499 2026.03.04 04:41:15.761842 [ 259 ] {} TCP-Session: c17a0c78-7be4-47f8-9b54-e9478665516e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:15.761856 [ 289 ] {} TCP-Session: 604c8bdb-8b08-4021-8299-0cb34608a4ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.761859 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.761875 [ 289 ] {} TCP-Session: 604c8bdb-8b08-4021-8299-0cb34608a4ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.761862 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.761890 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.761896 [ 292 ] {} TCP-Session: da9516e0-1d2c-4115-bb46-c9beb618aa1d Authenticating user 'default' from [fd00:1122:3344:101::e]:35567 2026.03.04 04:41:15.761931 [ 293 ] {} TCP-Session: d53f961f-4cb0-40e9-b3c7-bf06736d6021 Authenticating user 'default' from [fd00:1122:3344:101::e]:57282 2026.03.04 04:41:15.761922 [ 288 ] {} TCP-Session: f249432c-31ae-4632-a22d-8abe9728b437 Authenticating user 'default' from [fd00:1122:3344:101::e]:39075 2026.03.04 04:41:15.761949 [ 292 ] {} TCP-Session: da9516e0-1d2c-4115-bb46-c9beb618aa1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.761970 [ 288 ] {} TCP-Session: f249432c-31ae-4632-a22d-8abe9728b437 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.761965 [ 293 ] {} TCP-Session: d53f961f-4cb0-40e9-b3c7-bf06736d6021 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.761986 [ 292 ] {} TCP-Session: da9516e0-1d2c-4115-bb46-c9beb618aa1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.761996 [ 288 ] {} TCP-Session: f249432c-31ae-4632-a22d-8abe9728b437 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.762004 [ 293 ] {} TCP-Session: d53f961f-4cb0-40e9-b3c7-bf06736d6021 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.762034 [ 259 ] {df47bf36-66d9-466a-970a-3f529cd489b0} executeQuery: (from [fd00:1122:3344:101::e]:57438) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:41:15.761756 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.761743 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58075 2026.03.04 04:41:15.762095 [ 286 ] {} TCP-Session: 9b659d89-bc77-4adf-b374-91b736e6960e Authenticating user 'default' from [fd00:1122:3344:101::e]:54975 2026.03.04 04:41:15.761780 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59851 2026.03.04 04:41:15.762150 [ 286 ] {} TCP-Session: 9b659d89-bc77-4adf-b374-91b736e6960e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.761761 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38699 2026.03.04 04:41:15.762187 [ 286 ] {} TCP-Session: 9b659d89-bc77-4adf-b374-91b736e6960e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.762213 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.762205 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.762260 [ 294 ] {} TCP-Session: cdbf053b-9d0e-4609-a9ef-c8c4129f07ca Authenticating user 'default' from [fd00:1122:3344:101::e]:59851 2026.03.04 04:41:15.762277 [ 290 ] {} TCP-Session: 358f97ba-27b8-4cc2-aaab-41b8c05c3425 Authenticating user 'default' from [fd00:1122:3344:101::e]:58075 2026.03.04 04:41:15.762285 [ 294 ] {} TCP-Session: cdbf053b-9d0e-4609-a9ef-c8c4129f07ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.762300 [ 290 ] {} TCP-Session: 358f97ba-27b8-4cc2-aaab-41b8c05c3425 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.762303 [ 294 ] {} TCP-Session: cdbf053b-9d0e-4609-a9ef-c8c4129f07ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.762309 [ 259 ] {df47bf36-66d9-466a-970a-3f529cd489b0} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:41:15.762317 [ 290 ] {} TCP-Session: 358f97ba-27b8-4cc2-aaab-41b8c05c3425 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.762309 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.762379 [ 259 ] {df47bf36-66d9-466a-970a-3f529cd489b0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:41:15.762406 [ 291 ] {} TCP-Session: 96186472-ef57-4230-924f-6ba124e49500 Authenticating user 'default' from [fd00:1122:3344:101::e]:38699 2026.03.04 04:41:15.762435 [ 291 ] {} TCP-Session: 96186472-ef57-4230-924f-6ba124e49500 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.762447 [ 291 ] {} TCP-Session: 96186472-ef57-4230-924f-6ba124e49500 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.762679 [ 259 ] {df47bf36-66d9-466a-970a-3f529cd489b0} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:41:15.763546 [ 320 ] {df47bf36-66d9-466a-970a-3f529cd489b0} AggregatingTransform: Aggregating 2026.03.04 04:41:15.763594 [ 320 ] {df47bf36-66d9-466a-970a-3f529cd489b0} Aggregator: Aggregation method: without_key 2026.03.04 04:41:15.763628 [ 320 ] {df47bf36-66d9-466a-970a-3f529cd489b0} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000846417 sec. (1181.451 rows/sec., 46.15 KiB/sec.) 2026.03.04 04:41:15.763646 [ 320 ] {df47bf36-66d9-466a-970a-3f529cd489b0} Aggregator: Merging aggregated data 2026.03.04 04:41:15.765205 [ 259 ] {df47bf36-66d9-466a-970a-3f529cd489b0} executeQuery: Read 1 rows, 40.00 B in 0.003241 sec., 308.54674483184203 rows/sec., 12.05 KiB/sec. 2026.03.04 04:41:15.765351 [ 259 ] {df47bf36-66d9-466a-970a-3f529cd489b0} TCPHandler: Processed in 0.00365178 sec. 2026.03.04 04:41:15.765462 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.765490 [ 259 ] {} TCP-Session: c17a0c78-7be4-47f8-9b54-e9478665516e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.765501 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.765528 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.765548 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.765563 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.765585 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.765606 [ 289 ] {} TCP-Session: 604c8bdb-8b08-4021-8299-0cb34608a4ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.765620 [ 290 ] {} TCP-Session: 358f97ba-27b8-4cc2-aaab-41b8c05c3425 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.765627 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.765646 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.765576 [ 293 ] {} TCP-Session: d53f961f-4cb0-40e9-b3c7-bf06736d6021 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.765703 [ 288 ] {} TCP-Session: f249432c-31ae-4632-a22d-8abe9728b437 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.765712 [ 292 ] {} TCP-Session: da9516e0-1d2c-4115-bb46-c9beb618aa1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.765636 [ 286 ] {} TCP-Session: 9b659d89-bc77-4adf-b374-91b736e6960e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.765603 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.765553 [ 291 ] {} TCP-Session: 96186472-ef57-4230-924f-6ba124e49500 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.765802 [ 294 ] {} TCP-Session: cdbf053b-9d0e-4609-a9ef-c8c4129f07ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.813352 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57695 2026.03.04 04:41:15.813439 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.813465 [ 259 ] {} TCP-Session: fdc106e8-0a8c-431a-a55a-112db4fb6788 Authenticating user 'default' from [fd00:1122:3344:101::e]:57695 2026.03.04 04:41:15.813484 [ 259 ] {} TCP-Session: fdc106e8-0a8c-431a-a55a-112db4fb6788 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.813496 [ 259 ] {} TCP-Session: fdc106e8-0a8c-431a-a55a-112db4fb6788 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.813673 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58478 2026.03.04 04:41:15.813686 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57326 2026.03.04 04:41:15.813697 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38146 2026.03.04 04:41:15.813731 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50498 2026.03.04 04:41:15.813744 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.813745 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65525 2026.03.04 04:41:15.813780 [ 286 ] {} TCP-Session: f51f9775-ab86-411b-b197-dc404a2ae470 Authenticating user 'default' from [fd00:1122:3344:101::e]:58478 2026.03.04 04:41:15.813793 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.813807 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.813811 [ 286 ] {} TCP-Session: f51f9775-ab86-411b-b197-dc404a2ae470 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.813822 [ 259 ] {} TCP-Session: fdc106e8-0a8c-431a-a55a-112db4fb6788 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:15.813831 [ 286 ] {} TCP-Session: f51f9775-ab86-411b-b197-dc404a2ae470 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.813829 [ 292 ] {} TCP-Session: 78eaf2e2-e501-428b-a5fc-ad41beff2b02 Authenticating user 'default' from [fd00:1122:3344:101::e]:50498 2026.03.04 04:41:15.813835 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.813867 [ 292 ] {} TCP-Session: 78eaf2e2-e501-428b-a5fc-ad41beff2b02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.813884 [ 294 ] {} TCP-Session: 669c96ad-87c6-4174-86ce-a450bdcb3bb9 Authenticating user 'default' from [fd00:1122:3344:101::e]:65525 2026.03.04 04:41:15.813894 [ 292 ] {} TCP-Session: 78eaf2e2-e501-428b-a5fc-ad41beff2b02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.813910 [ 294 ] {} TCP-Session: 669c96ad-87c6-4174-86ce-a450bdcb3bb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.813741 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51003 2026.03.04 04:41:15.813935 [ 294 ] {} TCP-Session: 669c96ad-87c6-4174-86ce-a450bdcb3bb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.813701 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51681 2026.03.04 04:41:15.813974 [ 259 ] {30c79884-2dce-4f99-8c1b-79594d03aea0} executeQuery: (from [fd00:1122:3344:101::e]:57695) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:41:15.814001 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.813825 [ 289 ] {} TCP-Session: b448463b-4806-45db-b5dc-24bfafb66855 Authenticating user 'default' from [fd00:1122:3344:101::e]:38146 2026.03.04 04:41:15.814033 [ 293 ] {} TCP-Session: 91210923-b47e-42a7-a8c8-0aa98f8c937a Authenticating user 'default' from [fd00:1122:3344:101::e]:51003 2026.03.04 04:41:15.814030 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.814063 [ 293 ] {} TCP-Session: 91210923-b47e-42a7-a8c8-0aa98f8c937a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.814079 [ 290 ] {} TCP-Session: fc0c1b4e-10ff-41a0-86f7-29a8e43621e1 Authenticating user 'default' from [fd00:1122:3344:101::e]:51681 2026.03.04 04:41:15.814088 [ 293 ] {} TCP-Session: 91210923-b47e-42a7-a8c8-0aa98f8c937a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.814106 [ 290 ] {} TCP-Session: fc0c1b4e-10ff-41a0-86f7-29a8e43621e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.814051 [ 289 ] {} TCP-Session: b448463b-4806-45db-b5dc-24bfafb66855 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.814130 [ 290 ] {} TCP-Session: fc0c1b4e-10ff-41a0-86f7-29a8e43621e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.814151 [ 289 ] {} TCP-Session: b448463b-4806-45db-b5dc-24bfafb66855 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.813779 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.813730 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54602 2026.03.04 04:41:15.814216 [ 259 ] {30c79884-2dce-4f99-8c1b-79594d03aea0} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:41:15.814213 [ 288 ] {} TCP-Session: 43996f95-018e-4555-8cfd-b955e1db7d31 Authenticating user 'default' from [fd00:1122:3344:101::e]:57326 2026.03.04 04:41:15.814275 [ 288 ] {} TCP-Session: 43996f95-018e-4555-8cfd-b955e1db7d31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.814281 [ 259 ] {30c79884-2dce-4f99-8c1b-79594d03aea0} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:41:15.814291 [ 288 ] {} TCP-Session: 43996f95-018e-4555-8cfd-b955e1db7d31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.814297 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:41:15.814340 [ 291 ] {} TCP-Session: e5f896ed-685f-4771-ad9d-9f469c320843 Authenticating user 'default' from [fd00:1122:3344:101::e]:54602 2026.03.04 04:41:15.814362 [ 291 ] {} TCP-Session: e5f896ed-685f-4771-ad9d-9f469c320843 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.814375 [ 291 ] {} TCP-Session: e5f896ed-685f-4771-ad9d-9f469c320843 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.814552 [ 259 ] {30c79884-2dce-4f99-8c1b-79594d03aea0} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:41:15.815598 [ 338 ] {30c79884-2dce-4f99-8c1b-79594d03aea0} AggregatingTransform: Aggregating 2026.03.04 04:41:15.815652 [ 338 ] {30c79884-2dce-4f99-8c1b-79594d03aea0} Aggregator: Aggregation method: without_key 2026.03.04 04:41:15.815693 [ 338 ] {30c79884-2dce-4f99-8c1b-79594d03aea0} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00104455 sec. (957.350 rows/sec., 37.40 KiB/sec.) 2026.03.04 04:41:15.815712 [ 338 ] {30c79884-2dce-4f99-8c1b-79594d03aea0} Aggregator: Merging aggregated data 2026.03.04 04:41:15.816878 [ 259 ] {30c79884-2dce-4f99-8c1b-79594d03aea0} executeQuery: Read 1 rows, 40.00 B in 0.002951 sec., 338.8681802778719 rows/sec., 13.24 KiB/sec. 2026.03.04 04:41:15.817032 [ 259 ] {30c79884-2dce-4f99-8c1b-79594d03aea0} TCPHandler: Processed in 0.003304154 sec. 2026.03.04 04:41:15.817148 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.817180 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.817186 [ 259 ] {} TCP-Session: fdc106e8-0a8c-431a-a55a-112db4fb6788 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.817201 [ 286 ] {} TCP-Session: f51f9775-ab86-411b-b197-dc404a2ae470 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.817198 [ 294 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.817215 [ 290 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.817231 [ 289 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.817267 [ 292 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.817279 [ 290 ] {} TCP-Session: fc0c1b4e-10ff-41a0-86f7-29a8e43621e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.817289 [ 291 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.817307 [ 292 ] {} TCP-Session: 78eaf2e2-e501-428b-a5fc-ad41beff2b02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.817306 [ 293 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.817347 [ 291 ] {} TCP-Session: e5f896ed-685f-4771-ad9d-9f469c320843 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.817294 [ 289 ] {} TCP-Session: b448463b-4806-45db-b5dc-24bfafb66855 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.817378 [ 293 ] {} TCP-Session: 91210923-b47e-42a7-a8c8-0aa98f8c937a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.817253 [ 294 ] {} TCP-Session: 669c96ad-87c6-4174-86ce-a450bdcb3bb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:15.817247 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:41:15.817468 [ 288 ] {} TCP-Session: 43996f95-018e-4555-8cfd-b955e1db7d31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:41:18.029062 [ 102 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:41:18.029116 [ 102 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:41:18.042970 [ 225 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.03.04 04:41:18.043027 [ 225 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.03.04 04:41:18.055617 [ 225 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.03.04 04:41:18.242013 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 42268 2026.03.04 04:41:18.242793 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:18.242844 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:18.243336 [ 245 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.03.04 04:41:18.243584 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:18.243734 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42268 2026.03.04 04:41:18.385630 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 2348 2026.03.04 04:41:18.388282 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:18.388344 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:18.389621 [ 243 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2026.03.04 04:41:18.389912 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:18.390111 [ 102 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2026.03.04 04:41:18.390202 [ 102 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:18.390239 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:18.390305 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2348 2026.03.04 04:41:18.390402 [ 194 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2026.03.04 04:41:18.391059 [ 194 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:18.391215 [ 194 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2188 rows starting from the beginning of the part 2026.03.04 04:41:18.391576 [ 194 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 24 rows starting from the beginning of the part 2026.03.04 04:41:18.391905 [ 194 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 32 rows starting from the beginning of the part 2026.03.04 04:41:18.392228 [ 194 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 38 rows starting from the beginning of the part 2026.03.04 04:41:18.392546 [ 194 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 24 rows starting from the beginning of the part 2026.03.04 04:41:18.392871 [ 194 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 42 rows starting from the beginning of the part 2026.03.04 04:41:18.400313 [ 200 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2348 rows, containing 72 columns (72 merged, 0 gathered) in 0.009981852 sec., 235226.8897595356 rows/sec., 180.51 MiB/sec. 2026.03.04 04:41:18.402402 [ 186 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2026.03.04 04:41:18.402935 [ 186 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_66_13} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:18.403008 [ 186 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_66_13} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2026.03.04 04:41:18.403199 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. 2026.03.04 04:41:18.906857 [ 224 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.03.04 04:41:18.906915 [ 224 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.03.04 04:41:18.914476 [ 224 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.03.04 04:41:18.994894 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:18.995101 [ 261 ] {e04cd9d4-3801-4caf-9e07-522e20551ff2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:41:18.995179 [ 261 ] {e04cd9d4-3801-4caf-9e07-522e20551ff2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:41:18.996002 [ 261 ] {e04cd9d4-3801-4caf-9e07-522e20551ff2} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:18.996055 [ 261 ] {e04cd9d4-3801-4caf-9e07-522e20551ff2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:18.996490 [ 261 ] {e04cd9d4-3801-4caf-9e07-522e20551ff2} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.04 04:41:18.996732 [ 261 ] {e04cd9d4-3801-4caf-9e07-522e20551ff2} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:18.996907 [ 261 ] {e04cd9d4-3801-4caf-9e07-522e20551ff2} executeQuery: Read 284 rows, 18.47 KiB in 0.001861 sec., 152606.12573885007 rows/sec., 9.69 MiB/sec. 2026.03.04 04:41:18.996964 [ 261 ] {e04cd9d4-3801-4caf-9e07-522e20551ff2} TCPHandler: Processed in 0.002214392 sec. 2026.03.04 04:41:18.997092 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:18.997199 [ 261 ] {28027404-8f12-4bb4-bb23-a624623bb9cc} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:41:18.997244 [ 261 ] {28027404-8f12-4bb4-bb23-a624623bb9cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:41:18.998088 [ 261 ] {28027404-8f12-4bb4-bb23-a624623bb9cc} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:18.998125 [ 261 ] {28027404-8f12-4bb4-bb23-a624623bb9cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:18.998504 [ 261 ] {28027404-8f12-4bb4-bb23-a624623bb9cc} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2026.03.04 04:41:18.998724 [ 261 ] {28027404-8f12-4bb4-bb23-a624623bb9cc} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:18.998860 [ 261 ] {28027404-8f12-4bb4-bb23-a624623bb9cc} executeQuery: Read 863 rows, 70.49 KiB in 0.001687 sec., 511558.9804386485 rows/sec., 40.81 MiB/sec. 2026.03.04 04:41:18.998901 [ 261 ] {28027404-8f12-4bb4-bb23-a624623bb9cc} TCPHandler: Processed in 0.001863136 sec. 2026.03.04 04:41:18.998981 [ 219 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.03.04 04:41:18.999017 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:18.999041 [ 219 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.03.04 04:41:18.999123 [ 261 ] {5c90766b-4248-42cd-98ed-e656b8c8122c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:41:18.999170 [ 261 ] {5c90766b-4248-42cd-98ed-e656b8c8122c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:41:18.999628 [ 261 ] {5c90766b-4248-42cd-98ed-e656b8c8122c} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:18.999670 [ 261 ] {5c90766b-4248-42cd-98ed-e656b8c8122c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:19.000038 [ 261 ] {5c90766b-4248-42cd-98ed-e656b8c8122c} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.03.04 04:41:19.000390 [ 261 ] {5c90766b-4248-42cd-98ed-e656b8c8122c} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:19.000518 [ 100 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.03.04 04:41:19.000528 [ 261 ] {5c90766b-4248-42cd-98ed-e656b8c8122c} executeQuery: Read 175 rows, 11.02 KiB in 0.001427 sec., 122634.89838822704 rows/sec., 7.54 MiB/sec. 2026.03.04 04:41:19.000571 [ 100 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:19.000588 [ 261 ] {5c90766b-4248-42cd-98ed-e656b8c8122c} TCPHandler: Processed in 0.001622792 sec. 2026.03.04 04:41:19.000596 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:19.000710 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:19.000720 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2026.03.04 04:41:19.000814 [ 261 ] {dbe89af2-8389-41b3-9172-8f38e49442ef} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:41:19.000860 [ 261 ] {dbe89af2-8389-41b3-9172-8f38e49442ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:41:19.000862 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:19.000916 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 226 rows starting from the beginning of the part 2026.03.04 04:41:19.000991 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 33 rows starting from the beginning of the part 2026.03.04 04:41:19.001046 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 8 rows starting from the beginning of the part 2026.03.04 04:41:19.001097 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 177 rows starting from the beginning of the part 2026.03.04 04:41:19.001142 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 8 rows starting from the beginning of the part 2026.03.04 04:41:19.001188 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 175 rows starting from the beginning of the part 2026.03.04 04:41:19.001306 [ 261 ] {dbe89af2-8389-41b3-9172-8f38e49442ef} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:19.001351 [ 261 ] {dbe89af2-8389-41b3-9172-8f38e49442ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:19.001726 [ 261 ] {dbe89af2-8389-41b3-9172-8f38e49442ef} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.04 04:41:19.001897 [ 219 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.03.04 04:41:19.002006 [ 261 ] {dbe89af2-8389-41b3-9172-8f38e49442ef} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:19.002137 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 627 rows, containing 5 columns (5 merged, 0 gathered) in 0.001464918 sec., 428010.30501365947 rows/sec., 28.75 MiB/sec. 2026.03.04 04:41:19.002149 [ 261 ] {dbe89af2-8389-41b3-9172-8f38e49442ef} executeQuery: Read 149 rows, 9.86 KiB in 0.001355 sec., 109963.09963099631 rows/sec., 7.10 MiB/sec. 2026.03.04 04:41:19.002201 [ 261 ] {dbe89af2-8389-41b3-9172-8f38e49442ef} TCPHandler: Processed in 0.00154237 sec. 2026.03.04 04:41:19.002316 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:19.002319 [ 197 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.03.04 04:41:19.002411 [ 261 ] {347dccdc-e525-444a-bd49-3437eb31c2ea} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:41:19.002453 [ 261 ] {347dccdc-e525-444a-bd49-3437eb31c2ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:41:19.002644 [ 197 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_126_25} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:19.002724 [ 197 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_126_25} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.03.04 04:41:19.002804 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.04 04:41:19.002884 [ 261 ] {347dccdc-e525-444a-bd49-3437eb31c2ea} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:19.002921 [ 261 ] {347dccdc-e525-444a-bd49-3437eb31c2ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:19.003234 [ 261 ] {347dccdc-e525-444a-bd49-3437eb31c2ea} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.03.04 04:41:19.003446 [ 261 ] {347dccdc-e525-444a-bd49-3437eb31c2ea} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:19.003578 [ 261 ] {347dccdc-e525-444a-bd49-3437eb31c2ea} executeQuery: Read 148 rows, 8.62 KiB in 0.001184 sec., 125000 rows/sec., 7.11 MiB/sec. 2026.03.04 04:41:19.003617 [ 261 ] {347dccdc-e525-444a-bd49-3437eb31c2ea} TCPHandler: Processed in 0.001352916 sec. 2026.03.04 04:41:19.003729 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:19.003824 [ 261 ] {a51d5e62-5941-4b31-92e1-023250f187b2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:41:19.003865 [ 261 ] {a51d5e62-5941-4b31-92e1-023250f187b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:41:19.004474 [ 261 ] {a51d5e62-5941-4b31-92e1-023250f187b2} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:19.004510 [ 261 ] {a51d5e62-5941-4b31-92e1-023250f187b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:19.004845 [ 261 ] {a51d5e62-5941-4b31-92e1-023250f187b2} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2026.03.04 04:41:19.005057 [ 261 ] {a51d5e62-5941-4b31-92e1-023250f187b2} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:19.005192 [ 261 ] {a51d5e62-5941-4b31-92e1-023250f187b2} executeQuery: Read 523 rows, 37.82 KiB in 0.001384 sec., 377890.1734104046 rows/sec., 26.69 MiB/sec. 2026.03.04 04:41:19.005231 [ 261 ] {a51d5e62-5941-4b31-92e1-023250f187b2} TCPHandler: Processed in 0.001553 sec. 2026.03.04 04:41:19.005342 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:19.005437 [ 261 ] {5b047a02-3b7d-4e8d-9c87-098e6250f2d1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.04 04:41:19.005479 [ 261 ] {5b047a02-3b7d-4e8d-9c87-098e6250f2d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.04 04:41:19.005818 [ 261 ] {5b047a02-3b7d-4e8d-9c87-098e6250f2d1} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:19.005854 [ 261 ] {5b047a02-3b7d-4e8d-9c87-098e6250f2d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:19.006161 [ 261 ] {5b047a02-3b7d-4e8d-9c87-098e6250f2d1} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.03.04 04:41:19.006385 [ 261 ] {5b047a02-3b7d-4e8d-9c87-098e6250f2d1} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:19.006515 [ 261 ] {5b047a02-3b7d-4e8d-9c87-098e6250f2d1} executeQuery: Read 6 rows, 321.00 B in 0.001096 sec., 5474.4525547445255 rows/sec., 286.02 KiB/sec. 2026.03.04 04:41:19.006553 [ 261 ] {5b047a02-3b7d-4e8d-9c87-098e6250f2d1} TCPHandler: Processed in 0.001261674 sec. 2026.03.04 04:41:19.006667 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:19.006765 [ 261 ] {a561ee31-9e06-4472-b219-74c755f3221d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:41:19.006808 [ 261 ] {a561ee31-9e06-4472-b219-74c755f3221d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:41:19.007217 [ 261 ] {a561ee31-9e06-4472-b219-74c755f3221d} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:19.007256 [ 261 ] {a561ee31-9e06-4472-b219-74c755f3221d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:19.007600 [ 261 ] {a561ee31-9e06-4472-b219-74c755f3221d} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2026.03.04 04:41:19.007816 [ 261 ] {a561ee31-9e06-4472-b219-74c755f3221d} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:19.007955 [ 261 ] {a561ee31-9e06-4472-b219-74c755f3221d} executeQuery: Read 265 rows, 18.03 KiB in 0.001208 sec., 219370.8609271523 rows/sec., 14.58 MiB/sec. 2026.03.04 04:41:19.007993 [ 261 ] {a561ee31-9e06-4472-b219-74c755f3221d} TCPHandler: Processed in 0.001381486 sec. 2026.03.04 04:41:19.008104 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:19.008200 [ 261 ] {6cd93fcc-c22c-42fe-9f03-504c83f589e3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.04 04:41:19.008242 [ 261 ] {6cd93fcc-c22c-42fe-9f03-504c83f589e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.04 04:41:19.008556 [ 261 ] {6cd93fcc-c22c-42fe-9f03-504c83f589e3} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:19.008592 [ 261 ] {6cd93fcc-c22c-42fe-9f03-504c83f589e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:19.008895 [ 261 ] {6cd93fcc-c22c-42fe-9f03-504c83f589e3} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.03.04 04:41:19.009107 [ 261 ] {6cd93fcc-c22c-42fe-9f03-504c83f589e3} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:19.009237 [ 261 ] {6cd93fcc-c22c-42fe-9f03-504c83f589e3} executeQuery: Read 1 rows, 69.00 B in 0.001055 sec., 947.8672985781991 rows/sec., 63.87 KiB/sec. 2026.03.04 04:41:19.009274 [ 261 ] {6cd93fcc-c22c-42fe-9f03-504c83f589e3} TCPHandler: Processed in 0.001220033 sec. 2026.03.04 04:41:19.009377 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:19.009471 [ 261 ] {347518a2-db86-4398-8fb0-575059506de8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:41:19.009525 [ 261 ] {347518a2-db86-4398-8fb0-575059506de8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:41:19.010397 [ 261 ] {347518a2-db86-4398-8fb0-575059506de8} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:19.010435 [ 261 ] {347518a2-db86-4398-8fb0-575059506de8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:19.011001 [ 261 ] {347518a2-db86-4398-8fb0-575059506de8} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2026.03.04 04:41:19.011233 [ 261 ] {347518a2-db86-4398-8fb0-575059506de8} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:19.011374 [ 261 ] {347518a2-db86-4398-8fb0-575059506de8} executeQuery: Read 33 rows, 60.55 KiB in 0.00192 sec., 17187.5 rows/sec., 30.80 MiB/sec. 2026.03.04 04:41:19.011441 [ 261 ] {347518a2-db86-4398-8fb0-575059506de8} TCPHandler: Processed in 0.002112531 sec. 2026.03.04 04:41:19.011554 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:19.011650 [ 261 ] {e91b9672-3f4b-4fe2-92f8-6ebb4dffaec9} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:41:19.011694 [ 261 ] {e91b9672-3f4b-4fe2-92f8-6ebb4dffaec9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:41:19.012030 [ 261 ] {e91b9672-3f4b-4fe2-92f8-6ebb4dffaec9} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:19.012067 [ 261 ] {e91b9672-3f4b-4fe2-92f8-6ebb4dffaec9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.01 GiB. 2026.03.04 04:41:19.012383 [ 261 ] {e91b9672-3f4b-4fe2-92f8-6ebb4dffaec9} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2026.03.04 04:41:19.012594 [ 261 ] {e91b9672-3f4b-4fe2-92f8-6ebb4dffaec9} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:19.012727 [ 261 ] {e91b9672-3f4b-4fe2-92f8-6ebb4dffaec9} executeQuery: Read 90 rows, 5.77 KiB in 0.001095 sec., 82191.78082191781 rows/sec., 5.14 MiB/sec. 2026.03.04 04:41:19.012765 [ 261 ] {e91b9672-3f4b-4fe2-92f8-6ebb4dffaec9} TCPHandler: Processed in 0.001260954 sec. 2026.03.04 04:41:19.012784 [ 220 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.03.04 04:41:19.012819 [ 220 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.03.04 04:41:19.019494 [ 220 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.03.04 04:41:19.272225 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:19.272483 [ 261 ] {c2ca0df3-63dd-46ab-bc59-224f5f631b81} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:41:19.272580 [ 261 ] {c2ca0df3-63dd-46ab-bc59-224f5f631b81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:41:19.273288 [ 261 ] {c2ca0df3-63dd-46ab-bc59-224f5f631b81} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:19.273342 [ 261 ] {c2ca0df3-63dd-46ab-bc59-224f5f631b81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:19.273737 [ 261 ] {c2ca0df3-63dd-46ab-bc59-224f5f631b81} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.03.04 04:41:19.273971 [ 261 ] {c2ca0df3-63dd-46ab-bc59-224f5f631b81} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:19.274146 [ 261 ] {c2ca0df3-63dd-46ab-bc59-224f5f631b81} executeQuery: Read 4 rows, 334.00 B in 0.001729 sec., 2313.475997686524 rows/sec., 188.65 KiB/sec. 2026.03.04 04:41:19.274202 [ 261 ] {c2ca0df3-63dd-46ab-bc59-224f5f631b81} TCPHandler: Processed in 0.002123712 sec. 2026.03.04 04:41:19.274341 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:19.274449 [ 261 ] {0f86a444-9726-4c46-b08d-80ee7b56ed14} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:41:19.274494 [ 261 ] {0f86a444-9726-4c46-b08d-80ee7b56ed14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:41:19.275976 [ 261 ] {0f86a444-9726-4c46-b08d-80ee7b56ed14} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:19.276020 [ 261 ] {0f86a444-9726-4c46-b08d-80ee7b56ed14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:19.276457 [ 261 ] {0f86a444-9726-4c46-b08d-80ee7b56ed14} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2026.03.04 04:41:19.276680 [ 261 ] {0f86a444-9726-4c46-b08d-80ee7b56ed14} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:19.276820 [ 261 ] {0f86a444-9726-4c46-b08d-80ee7b56ed14} executeQuery: Read 1958 rows, 150.22 KiB in 0.002397 sec., 816854.4013350022 rows/sec., 61.20 MiB/sec. 2026.03.04 04:41:19.276861 [ 261 ] {0f86a444-9726-4c46-b08d-80ee7b56ed14} TCPHandler: Processed in 0.00256988 sec. 2026.03.04 04:41:19.276984 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:19.277085 [ 261 ] {50003031-90bc-4047-b386-028074378c77} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:41:19.277128 [ 261 ] {50003031-90bc-4047-b386-028074378c77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:41:19.277543 [ 261 ] {50003031-90bc-4047-b386-028074378c77} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:19.277580 [ 261 ] {50003031-90bc-4047-b386-028074378c77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:19.277880 [ 261 ] {50003031-90bc-4047-b386-028074378c77} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.03.04 04:41:19.278096 [ 261 ] {50003031-90bc-4047-b386-028074378c77} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:19.278228 [ 261 ] {50003031-90bc-4047-b386-028074378c77} executeQuery: Read 23 rows, 1.71 KiB in 0.001165 sec., 19742.489270386264 rows/sec., 1.43 MiB/sec. 2026.03.04 04:41:19.278268 [ 261 ] {50003031-90bc-4047-b386-028074378c77} TCPHandler: Processed in 0.001336016 sec. 2026.03.04 04:41:19.278373 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:19.278468 [ 261 ] {7d5570ba-fa17-4eef-8801-9a17137551a7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:41:19.278508 [ 261 ] {7d5570ba-fa17-4eef-8801-9a17137551a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:41:19.279148 [ 261 ] {7d5570ba-fa17-4eef-8801-9a17137551a7} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:19.279185 [ 261 ] {7d5570ba-fa17-4eef-8801-9a17137551a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:19.279515 [ 261 ] {7d5570ba-fa17-4eef-8801-9a17137551a7} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.04 04:41:19.279719 [ 261 ] {7d5570ba-fa17-4eef-8801-9a17137551a7} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:19.279834 [ 99 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e) (MergerMutator): Selected 6 parts from all_1_47_10 to all_52_52_0 2026.03.04 04:41:19.279847 [ 261 ] {7d5570ba-fa17-4eef-8801-9a17137551a7} executeQuery: Read 708 rows, 42.29 KiB in 0.001396 sec., 507163.3237822349 rows/sec., 29.59 MiB/sec. 2026.03.04 04:41:19.279914 [ 99 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:19.279944 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:19.279946 [ 261 ] {7d5570ba-fa17-4eef-8801-9a17137551a7} TCPHandler: Processed in 0.001622441 sec. 2026.03.04 04:41:19.280069 [ 199 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_52_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_47_10 to all_52_52_0 into Compact with storage Full 2026.03.04 04:41:19.280094 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:19.280202 [ 199 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_52_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:19.280218 [ 261 ] {97b1e106-b523-4d44-80df-fcde2962efea} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.04 04:41:19.280242 [ 199 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_52_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_47_10, total 883 rows starting from the beginning of the part 2026.03.04 04:41:19.280275 [ 261 ] {97b1e106-b523-4d44-80df-fcde2962efea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.04 04:41:19.280325 [ 199 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_52_11} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 24 rows starting from the beginning of the part 2026.03.04 04:41:19.280383 [ 199 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_52_11} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 708 rows starting from the beginning of the part 2026.03.04 04:41:19.280430 [ 199 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_52_11} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 149 rows starting from the beginning of the part 2026.03.04 04:41:19.280473 [ 199 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_52_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 149 rows starting from the beginning of the part 2026.03.04 04:41:19.280520 [ 199 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_52_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 708 rows starting from the beginning of the part 2026.03.04 04:41:19.280737 [ 261 ] {97b1e106-b523-4d44-80df-fcde2962efea} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:19.280779 [ 261 ] {97b1e106-b523-4d44-80df-fcde2962efea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:19.281095 [ 261 ] {97b1e106-b523-4d44-80df-fcde2962efea} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.04 04:41:19.281332 [ 261 ] {97b1e106-b523-4d44-80df-fcde2962efea} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:19.281465 [ 261 ] {97b1e106-b523-4d44-80df-fcde2962efea} executeQuery: Read 1 rows, 72.00 B in 0.001273 sec., 785.5459544383347 rows/sec., 55.23 KiB/sec. 2026.03.04 04:41:19.281503 [ 261 ] {97b1e106-b523-4d44-80df-fcde2962efea} TCPHandler: Processed in 0.001469258 sec. 2026.03.04 04:41:19.281603 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:19.281698 [ 261 ] {875394ff-e0e3-4ab9-95e7-4abf56038329} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:41:19.281739 [ 261 ] {875394ff-e0e3-4ab9-95e7-4abf56038329} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:41:19.281751 [ 200 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_52_11} MergeTask::MergeProjectionsStage: Merge sorted 2621 rows, containing 5 columns (5 merged, 0 gathered) in 0.001728623 sec., 1516235.755280359 rows/sec., 96.55 MiB/sec. 2026.03.04 04:41:19.281963 [ 189 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_52_11} MergedBlockOutputStream: filled checksums all_1_52_11 (state Temporary) 2026.03.04 04:41:19.282261 [ 189 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_52_11} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_merge_all_1_52_11 to all_1_52_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:19.282341 [ 189 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_52_11} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e) (MergerMutator): Merged 6 parts: [all_1_47_10, all_52_52_0] -> all_1_52_11 2026.03.04 04:41:19.282430 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2026.03.04 04:41:19.282563 [ 261 ] {875394ff-e0e3-4ab9-95e7-4abf56038329} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:19.282597 [ 261 ] {875394ff-e0e3-4ab9-95e7-4abf56038329} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:19.282937 [ 261 ] {875394ff-e0e3-4ab9-95e7-4abf56038329} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2026.03.04 04:41:19.283142 [ 261 ] {875394ff-e0e3-4ab9-95e7-4abf56038329} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:19.283269 [ 261 ] {875394ff-e0e3-4ab9-95e7-4abf56038329} executeQuery: Read 1023 rows, 72.19 KiB in 0.00159 sec., 643396.2264150943 rows/sec., 44.34 MiB/sec. 2026.03.04 04:41:19.283308 [ 261 ] {875394ff-e0e3-4ab9-95e7-4abf56038329} TCPHandler: Processed in 0.001752284 sec. 2026.03.04 04:41:19.283429 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:19.283523 [ 261 ] {4cca8fb7-6af7-4794-86c2-435495d91883} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:41:19.283568 [ 261 ] {4cca8fb7-6af7-4794-86c2-435495d91883} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:41:19.284246 [ 261 ] {4cca8fb7-6af7-4794-86c2-435495d91883} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:19.284283 [ 261 ] {4cca8fb7-6af7-4794-86c2-435495d91883} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:19.284696 [ 261 ] {4cca8fb7-6af7-4794-86c2-435495d91883} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2026.03.04 04:41:19.284912 [ 261 ] {4cca8fb7-6af7-4794-86c2-435495d91883} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:19.285045 [ 261 ] {4cca8fb7-6af7-4794-86c2-435495d91883} executeQuery: Read 1219 rows, 78.06 KiB in 0.001541 sec., 791044.776119403 rows/sec., 49.47 MiB/sec. 2026.03.04 04:41:19.285083 [ 261 ] {4cca8fb7-6af7-4794-86c2-435495d91883} TCPHandler: Processed in 0.001701313 sec. 2026.03.04 04:41:19.285205 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:19.285300 [ 261 ] {509b96f2-8511-4c50-b2db-03921e98bd7d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:41:19.285355 [ 261 ] {509b96f2-8511-4c50-b2db-03921e98bd7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:41:19.286244 [ 261 ] {509b96f2-8511-4c50-b2db-03921e98bd7d} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:19.286282 [ 261 ] {509b96f2-8511-4c50-b2db-03921e98bd7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:19.286828 [ 261 ] {509b96f2-8511-4c50-b2db-03921e98bd7d} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2026.03.04 04:41:19.287068 [ 261 ] {509b96f2-8511-4c50-b2db-03921e98bd7d} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:19.287198 [ 99 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2026.03.04 04:41:19.287218 [ 261 ] {509b96f2-8511-4c50-b2db-03921e98bd7d} executeQuery: Read 19 rows, 34.86 KiB in 0.001936 sec., 9814.049586776859 rows/sec., 17.59 MiB/sec. 2026.03.04 04:41:19.287237 [ 99 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:19.287260 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:19.287319 [ 261 ] {509b96f2-8511-4c50-b2db-03921e98bd7d} TCPHandler: Processed in 0.002161042 sec. 2026.03.04 04:41:19.287344 [ 189 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2026.03.04 04:41:19.287443 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:19.287533 [ 189 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:19.287537 [ 261 ] {67651bbd-e2c0-4526-80cd-e102c06cbcb4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:41:19.287586 [ 261 ] {67651bbd-e2c0-4526-80cd-e102c06cbcb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:41:19.287596 [ 189 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2711 rows starting from the beginning of the part 2026.03.04 04:41:19.287728 [ 189 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 8 rows starting from the beginning of the part 2026.03.04 04:41:19.287839 [ 189 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 33 rows starting from the beginning of the part 2026.03.04 04:41:19.287922 [ 261 ] {67651bbd-e2c0-4526-80cd-e102c06cbcb4} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:19.287946 [ 189 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 8 rows starting from the beginning of the part 2026.03.04 04:41:19.287960 [ 261 ] {67651bbd-e2c0-4526-80cd-e102c06cbcb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:19.288067 [ 189 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 33 rows starting from the beginning of the part 2026.03.04 04:41:19.288203 [ 189 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 19 rows starting from the beginning of the part 2026.03.04 04:41:19.288320 [ 261 ] {67651bbd-e2c0-4526-80cd-e102c06cbcb4} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2026.03.04 04:41:19.288531 [ 261 ] {67651bbd-e2c0-4526-80cd-e102c06cbcb4} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:19.288664 [ 261 ] {67651bbd-e2c0-4526-80cd-e102c06cbcb4} executeQuery: Read 12 rows, 848.00 B in 0.001145 sec., 10480.349344978165 rows/sec., 723.25 KiB/sec. 2026.03.04 04:41:19.288702 [ 261 ] {67651bbd-e2c0-4526-80cd-e102c06cbcb4} TCPHandler: Processed in 0.001308015 sec. 2026.03.04 04:41:19.297265 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 2812 rows, containing 19 columns (19 merged, 0 gathered) in 0.009951362 sec., 282574.38529519876 rows/sec., 506.36 MiB/sec. 2026.03.04 04:41:19.299986 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2026.03.04 04:41:19.300413 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_126_25} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:19.300504 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_126_25} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2026.03.04 04:41:19.300694 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.12 MiB. 2026.03.04 04:41:19.894609 [ 221 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:41:19.894665 [ 221 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:41:19.901815 [ 221 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:41:20.515593 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 663 2026.03.04 04:41:20.535011 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:20.535082 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:20.541685 [ 244 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2026.03.04 04:41:20.542423 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:20.546263 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 663 2026.03.04 04:41:23.983818 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:23.984075 [ 261 ] {93fc171d-6185-4b27-8aed-23fe63f5bebe} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:41:23.984173 [ 261 ] {93fc171d-6185-4b27-8aed-23fe63f5bebe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:41:23.985080 [ 261 ] {93fc171d-6185-4b27-8aed-23fe63f5bebe} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:23.985123 [ 261 ] {93fc171d-6185-4b27-8aed-23fe63f5bebe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:23.985518 [ 261 ] {93fc171d-6185-4b27-8aed-23fe63f5bebe} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2026.03.04 04:41:23.985739 [ 261 ] {93fc171d-6185-4b27-8aed-23fe63f5bebe} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:23.985893 [ 261 ] {93fc171d-6185-4b27-8aed-23fe63f5bebe} executeQuery: Read 56 rows, 4.38 KiB in 0.00189 sec., 29629.62962962963 rows/sec., 2.26 MiB/sec. 2026.03.04 04:41:23.985944 [ 261 ] {93fc171d-6185-4b27-8aed-23fe63f5bebe} TCPHandler: Processed in 0.002286784 sec. 2026.03.04 04:41:23.986069 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:23.986173 [ 261 ] {872a13b2-107c-4d78-afc0-baf0572ae1d6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:41:23.986217 [ 261 ] {872a13b2-107c-4d78-afc0-baf0572ae1d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:41:23.986659 [ 261 ] {872a13b2-107c-4d78-afc0-baf0572ae1d6} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:23.986694 [ 261 ] {872a13b2-107c-4d78-afc0-baf0572ae1d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:23.987001 [ 261 ] {872a13b2-107c-4d78-afc0-baf0572ae1d6} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2026.03.04 04:41:23.987217 [ 261 ] {872a13b2-107c-4d78-afc0-baf0572ae1d6} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:23.987351 [ 261 ] {872a13b2-107c-4d78-afc0-baf0572ae1d6} executeQuery: Read 64 rows, 5.12 KiB in 0.001202 sec., 53244.592346089856 rows/sec., 4.16 MiB/sec. 2026.03.04 04:41:23.987389 [ 261 ] {872a13b2-107c-4d78-afc0-baf0572ae1d6} TCPHandler: Processed in 0.001371007 sec. 2026.03.04 04:41:23.987501 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:23.987599 [ 261 ] {0b2e2d0c-a2e5-4bed-a4ac-97318b916be5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:41:23.987644 [ 261 ] {0b2e2d0c-a2e5-4bed-a4ac-97318b916be5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:41:23.988037 [ 261 ] {0b2e2d0c-a2e5-4bed-a4ac-97318b916be5} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:23.988071 [ 261 ] {0b2e2d0c-a2e5-4bed-a4ac-97318b916be5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:23.988395 [ 261 ] {0b2e2d0c-a2e5-4bed-a4ac-97318b916be5} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2026.03.04 04:41:23.988605 [ 261 ] {0b2e2d0c-a2e5-4bed-a4ac-97318b916be5} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:23.988732 [ 261 ] {0b2e2d0c-a2e5-4bed-a4ac-97318b916be5} executeQuery: Read 128 rows, 9.13 KiB in 0.001153 sec., 111014.74414570686 rows/sec., 7.73 MiB/sec. 2026.03.04 04:41:23.988768 [ 261 ] {0b2e2d0c-a2e5-4bed-a4ac-97318b916be5} TCPHandler: Processed in 0.001316655 sec. 2026.03.04 04:41:23.988880 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:23.988976 [ 261 ] {72bd58a4-0cfa-497f-90c4-5519b06d2bc0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:41:23.989018 [ 261 ] {72bd58a4-0cfa-497f-90c4-5519b06d2bc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:41:23.989354 [ 261 ] {72bd58a4-0cfa-497f-90c4-5519b06d2bc0} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:23.989388 [ 261 ] {72bd58a4-0cfa-497f-90c4-5519b06d2bc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:23.989684 [ 261 ] {72bd58a4-0cfa-497f-90c4-5519b06d2bc0} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2026.03.04 04:41:23.989884 [ 261 ] {72bd58a4-0cfa-497f-90c4-5519b06d2bc0} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:23.990011 [ 261 ] {72bd58a4-0cfa-497f-90c4-5519b06d2bc0} executeQuery: Read 48 rows, 3.31 KiB in 0.001053 sec., 45584.04558404559 rows/sec., 3.07 MiB/sec. 2026.03.04 04:41:23.990046 [ 261 ] {72bd58a4-0cfa-497f-90c4-5519b06d2bc0} TCPHandler: Processed in 0.001214614 sec. 2026.03.04 04:41:25.744860 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 42716 2026.03.04 04:41:25.745533 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:25.745585 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:25.746084 [ 245 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.03.04 04:41:25.746324 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:25.746478 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42716 2026.03.04 04:41:28.047249 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 671 2026.03.04 04:41:28.066472 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:28.066534 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:28.073083 [ 244 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2026.03.04 04:41:28.073839 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:28.077714 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 671 2026.03.04 04:41:28.391435 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 2396 2026.03.04 04:41:28.394097 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:28.394146 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:28.395346 [ 243 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2026.03.04 04:41:28.395608 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:28.395869 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2396 2026.03.04 04:41:28.994547 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:28.994725 [ 261 ] {c9167eb2-370d-445c-afca-a24845920baa} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:41:28.994790 [ 261 ] {c9167eb2-370d-445c-afca-a24845920baa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:41:28.995559 [ 261 ] {c9167eb2-370d-445c-afca-a24845920baa} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:28.995605 [ 261 ] {c9167eb2-370d-445c-afca-a24845920baa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:28.996008 [ 261 ] {c9167eb2-370d-445c-afca-a24845920baa} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.04 04:41:28.996227 [ 261 ] {c9167eb2-370d-445c-afca-a24845920baa} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:28.996382 [ 261 ] {c9167eb2-370d-445c-afca-a24845920baa} executeQuery: Read 284 rows, 18.47 KiB in 0.001705 sec., 166568.91495601175 rows/sec., 10.58 MiB/sec. 2026.03.04 04:41:28.996435 [ 261 ] {c9167eb2-370d-445c-afca-a24845920baa} TCPHandler: Processed in 0.002015639 sec. 2026.03.04 04:41:28.996566 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:28.996671 [ 261 ] {b5600592-a145-4476-aecc-f7610660e9c2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:41:28.996714 [ 261 ] {b5600592-a145-4476-aecc-f7610660e9c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:41:28.997540 [ 261 ] {b5600592-a145-4476-aecc-f7610660e9c2} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:28.997574 [ 261 ] {b5600592-a145-4476-aecc-f7610660e9c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:28.997936 [ 261 ] {b5600592-a145-4476-aecc-f7610660e9c2} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2026.03.04 04:41:28.998138 [ 261 ] {b5600592-a145-4476-aecc-f7610660e9c2} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:28.998257 [ 61 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2026.03.04 04:41:28.998263 [ 261 ] {b5600592-a145-4476-aecc-f7610660e9c2} executeQuery: Read 863 rows, 70.49 KiB in 0.001617 sec., 533704.390847248 rows/sec., 42.57 MiB/sec. 2026.03.04 04:41:28.998302 [ 61 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:28.998317 [ 261 ] {b5600592-a145-4476-aecc-f7610660e9c2} TCPHandler: Processed in 0.001800564 sec. 2026.03.04 04:41:28.998325 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:28.998436 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:28.998458 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2026.03.04 04:41:28.998532 [ 261 ] {b01d76e7-34ad-41a9-b501-74d2396fc930} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:41:28.998577 [ 261 ] {b01d76e7-34ad-41a9-b501-74d2396fc930} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:41:28.998614 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:28.998659 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 2895 rows starting from the beginning of the part 2026.03.04 04:41:28.998736 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 72 rows starting from the beginning of the part 2026.03.04 04:41:28.998789 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 863 rows starting from the beginning of the part 2026.03.04 04:41:28.998838 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 1958 rows starting from the beginning of the part 2026.03.04 04:41:28.998877 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 56 rows starting from the beginning of the part 2026.03.04 04:41:28.998916 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 863 rows starting from the beginning of the part 2026.03.04 04:41:28.999040 [ 261 ] {b01d76e7-34ad-41a9-b501-74d2396fc930} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:28.999081 [ 261 ] {b01d76e7-34ad-41a9-b501-74d2396fc930} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:28.999404 [ 261 ] {b01d76e7-34ad-41a9-b501-74d2396fc930} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.03.04 04:41:28.999617 [ 261 ] {b01d76e7-34ad-41a9-b501-74d2396fc930} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:28.999751 [ 261 ] {b01d76e7-34ad-41a9-b501-74d2396fc930} executeQuery: Read 175 rows, 11.02 KiB in 0.001239 sec., 141242.93785310735 rows/sec., 8.69 MiB/sec. 2026.03.04 04:41:28.999787 [ 261 ] {b01d76e7-34ad-41a9-b501-74d2396fc930} TCPHandler: Processed in 0.001399547 sec. 2026.03.04 04:41:28.999902 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:28.999994 [ 261 ] {10a1e162-f8c2-44d0-bb90-9404f1406603} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:41:29.000032 [ 261 ] {10a1e162-f8c2-44d0-bb90-9404f1406603} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:41:29.000168 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 408.32 MiB, peak 422.66 MiB, free memory in arenas 0.00 B, will set to 404.34 MiB (RSS), difference: -3.98 MiB 2026.03.04 04:41:29.000464 [ 261 ] {10a1e162-f8c2-44d0-bb90-9404f1406603} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:29.000504 [ 261 ] {10a1e162-f8c2-44d0-bb90-9404f1406603} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:29.000812 [ 261 ] {10a1e162-f8c2-44d0-bb90-9404f1406603} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.04 04:41:29.001017 [ 261 ] {10a1e162-f8c2-44d0-bb90-9404f1406603} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:29.001143 [ 261 ] {10a1e162-f8c2-44d0-bb90-9404f1406603} executeQuery: Read 149 rows, 9.86 KiB in 0.001166 sec., 127787.30703259006 rows/sec., 8.26 MiB/sec. 2026.03.04 04:41:29.001153 [ 188 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 6707 rows, containing 5 columns (5 merged, 0 gathered) in 0.002753813 sec., 2435532.114925741 rows/sec., 197.26 MiB/sec. 2026.03.04 04:41:29.001180 [ 261 ] {10a1e162-f8c2-44d0-bb90-9404f1406603} TCPHandler: Processed in 0.001325025 sec. 2026.03.04 04:41:29.001319 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:29.001412 [ 261 ] {374ee1ee-326f-47cd-b42c-98230732bf2c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:41:29.001454 [ 261 ] {374ee1ee-326f-47cd-b42c-98230732bf2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:41:29.001454 [ 187 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2026.03.04 04:41:29.001720 [ 187 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_151_30} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:29.001808 [ 187 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_151_30} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2026.03.04 04:41:29.001882 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2026.03.04 04:41:29.001889 [ 261 ] {374ee1ee-326f-47cd-b42c-98230732bf2c} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:29.001931 [ 261 ] {374ee1ee-326f-47cd-b42c-98230732bf2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:29.002234 [ 261 ] {374ee1ee-326f-47cd-b42c-98230732bf2c} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.03.04 04:41:29.002436 [ 261 ] {374ee1ee-326f-47cd-b42c-98230732bf2c} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:29.002558 [ 261 ] {374ee1ee-326f-47cd-b42c-98230732bf2c} executeQuery: Read 148 rows, 8.62 KiB in 0.001164 sec., 127147.76632302404 rows/sec., 7.23 MiB/sec. 2026.03.04 04:41:29.002595 [ 261 ] {374ee1ee-326f-47cd-b42c-98230732bf2c} TCPHandler: Processed in 0.001322766 sec. 2026.03.04 04:41:29.002735 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:29.002827 [ 261 ] {dfa7b9f4-fd98-40ac-b9de-0c0a10b67e3e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:41:29.002865 [ 261 ] {dfa7b9f4-fd98-40ac-b9de-0c0a10b67e3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:41:29.003491 [ 261 ] {dfa7b9f4-fd98-40ac-b9de-0c0a10b67e3e} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:29.003525 [ 261 ] {dfa7b9f4-fd98-40ac-b9de-0c0a10b67e3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:29.003841 [ 261 ] {dfa7b9f4-fd98-40ac-b9de-0c0a10b67e3e} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2026.03.04 04:41:29.004050 [ 261 ] {dfa7b9f4-fd98-40ac-b9de-0c0a10b67e3e} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:29.004160 [ 89 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2026.03.04 04:41:29.004174 [ 261 ] {dfa7b9f4-fd98-40ac-b9de-0c0a10b67e3e} executeQuery: Read 523 rows, 37.82 KiB in 0.001365 sec., 383150.1831501832 rows/sec., 27.06 MiB/sec. 2026.03.04 04:41:29.004187 [ 89 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:29.004205 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:29.004213 [ 261 ] {dfa7b9f4-fd98-40ac-b9de-0c0a10b67e3e} TCPHandler: Processed in 0.001524889 sec. 2026.03.04 04:41:29.004297 [ 200 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2026.03.04 04:41:29.004324 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:29.004430 [ 261 ] {e2d05f7e-fe3f-422a-896f-60225f80fd45} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.04 04:41:29.004450 [ 200 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:29.004479 [ 261 ] {e2d05f7e-fe3f-422a-896f-60225f80fd45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.04 04:41:29.004492 [ 200 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1552 rows starting from the beginning of the part 2026.03.04 04:41:29.004572 [ 200 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 72 rows starting from the beginning of the part 2026.03.04 04:41:29.004637 [ 200 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 523 rows starting from the beginning of the part 2026.03.04 04:41:29.004690 [ 200 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 1023 rows starting from the beginning of the part 2026.03.04 04:41:29.004738 [ 200 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 64 rows starting from the beginning of the part 2026.03.04 04:41:29.004784 [ 200 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 523 rows starting from the beginning of the part 2026.03.04 04:41:29.004862 [ 261 ] {e2d05f7e-fe3f-422a-896f-60225f80fd45} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:29.004906 [ 261 ] {e2d05f7e-fe3f-422a-896f-60225f80fd45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:29.005244 [ 261 ] {e2d05f7e-fe3f-422a-896f-60225f80fd45} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.03.04 04:41:29.005463 [ 261 ] {e2d05f7e-fe3f-422a-896f-60225f80fd45} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:29.005598 [ 261 ] {e2d05f7e-fe3f-422a-896f-60225f80fd45} executeQuery: Read 6 rows, 321.00 B in 0.001191 sec., 5037.783375314862 rows/sec., 263.20 KiB/sec. 2026.03.04 04:41:29.005635 [ 261 ] {e2d05f7e-fe3f-422a-896f-60225f80fd45} TCPHandler: Processed in 0.001358686 sec. 2026.03.04 04:41:29.005747 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:29.005839 [ 261 ] {ed7c9f91-c0c5-4e6e-bda8-b19ef9d435f6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:41:29.005880 [ 261 ] {ed7c9f91-c0c5-4e6e-bda8-b19ef9d435f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:41:29.006263 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 3757 rows, containing 5 columns (5 merged, 0 gathered) in 0.002009838 sec., 1869304.8892497804 rows/sec., 138.13 MiB/sec. 2026.03.04 04:41:29.006290 [ 261 ] {ed7c9f91-c0c5-4e6e-bda8-b19ef9d435f6} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:29.006328 [ 261 ] {ed7c9f91-c0c5-4e6e-bda8-b19ef9d435f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:29.006452 [ 188 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2026.03.04 04:41:29.006683 [ 261 ] {ed7c9f91-c0c5-4e6e-bda8-b19ef9d435f6} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2026.03.04 04:41:29.006753 [ 188 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_151_30} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:29.006838 [ 188 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_151_30} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2026.03.04 04:41:29.006913 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2026.03.04 04:41:29.006932 [ 261 ] {ed7c9f91-c0c5-4e6e-bda8-b19ef9d435f6} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:29.007045 [ 89 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_146_36 to all_151_151_0 2026.03.04 04:41:29.007067 [ 261 ] {ed7c9f91-c0c5-4e6e-bda8-b19ef9d435f6} executeQuery: Read 265 rows, 18.03 KiB in 0.001246 sec., 212680.5778491172 rows/sec., 14.13 MiB/sec. 2026.03.04 04:41:29.007073 [ 89 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:29.007097 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:29.007104 [ 261 ] {ed7c9f91-c0c5-4e6e-bda8-b19ef9d435f6} TCPHandler: Processed in 0.001404017 sec. 2026.03.04 04:41:29.007178 [ 193 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_151_37} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_36 to all_151_151_0 into Compact with storage Full 2026.03.04 04:41:29.007219 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:29.007266 [ 193 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_151_37} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:29.007295 [ 193 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_151_37} MergeTreeSequentialSource: Reading 7 marks from part all_1_146_36, total 47936 rows starting from the beginning of the part 2026.03.04 04:41:29.007311 [ 261 ] {e6847a56-57d7-4f4d-9518-0325cc80317f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.04 04:41:29.007352 [ 261 ] {e6847a56-57d7-4f4d-9518-0325cc80317f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.04 04:41:29.007355 [ 193 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_151_37} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 160 rows starting from the beginning of the part 2026.03.04 04:41:29.007408 [ 193 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_151_37} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 265 rows starting from the beginning of the part 2026.03.04 04:41:29.007450 [ 193 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_151_37} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 1219 rows starting from the beginning of the part 2026.03.04 04:41:29.007489 [ 193 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_151_37} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 128 rows starting from the beginning of the part 2026.03.04 04:41:29.007529 [ 193 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_151_37} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 265 rows starting from the beginning of the part 2026.03.04 04:41:29.007674 [ 261 ] {e6847a56-57d7-4f4d-9518-0325cc80317f} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:29.007708 [ 261 ] {e6847a56-57d7-4f4d-9518-0325cc80317f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:29.008035 [ 261 ] {e6847a56-57d7-4f4d-9518-0325cc80317f} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.03.04 04:41:29.008246 [ 261 ] {e6847a56-57d7-4f4d-9518-0325cc80317f} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:29.008373 [ 261 ] {e6847a56-57d7-4f4d-9518-0325cc80317f} executeQuery: Read 1 rows, 69.00 B in 0.001079 sec., 926.7840593141797 rows/sec., 62.45 KiB/sec. 2026.03.04 04:41:29.008409 [ 261 ] {e6847a56-57d7-4f4d-9518-0325cc80317f} TCPHandler: Processed in 0.001237514 sec. 2026.03.04 04:41:29.008519 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:29.008613 [ 261 ] {b4917588-5ebb-4694-a612-3f62fcb7e014} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:41:29.008666 [ 261 ] {b4917588-5ebb-4694-a612-3f62fcb7e014} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:41:29.009564 [ 261 ] {b4917588-5ebb-4694-a612-3f62fcb7e014} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:29.009599 [ 261 ] {b4917588-5ebb-4694-a612-3f62fcb7e014} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:29.010158 [ 261 ] {b4917588-5ebb-4694-a612-3f62fcb7e014} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2026.03.04 04:41:29.010381 [ 261 ] {b4917588-5ebb-4694-a612-3f62fcb7e014} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:29.010513 [ 261 ] {b4917588-5ebb-4694-a612-3f62fcb7e014} executeQuery: Read 33 rows, 60.55 KiB in 0.001918 sec., 17205.422314911368 rows/sec., 30.83 MiB/sec. 2026.03.04 04:41:29.010586 [ 220 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:41:29.010589 [ 261 ] {b4917588-5ebb-4694-a612-3f62fcb7e014} TCPHandler: Processed in 0.002116651 sec. 2026.03.04 04:41:29.010626 [ 220 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:41:29.010778 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:29.010886 [ 261 ] {ac33648b-e261-4cc2-920a-1d2f76568e56} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:41:29.010927 [ 261 ] {ac33648b-e261-4cc2-920a-1d2f76568e56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:41:29.011269 [ 261 ] {ac33648b-e261-4cc2-920a-1d2f76568e56} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:29.011305 [ 261 ] {ac33648b-e261-4cc2-920a-1d2f76568e56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:29.011619 [ 261 ] {ac33648b-e261-4cc2-920a-1d2f76568e56} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2026.03.04 04:41:29.011831 [ 261 ] {ac33648b-e261-4cc2-920a-1d2f76568e56} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:29.011949 [ 89 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2026.03.04 04:41:29.011955 [ 261 ] {ac33648b-e261-4cc2-920a-1d2f76568e56} executeQuery: Read 90 rows, 5.77 KiB in 0.001088 sec., 82720.58823529411 rows/sec., 5.18 MiB/sec. 2026.03.04 04:41:29.011985 [ 89 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:29.012004 [ 261 ] {ac33648b-e261-4cc2-920a-1d2f76568e56} TCPHandler: Processed in 0.001285445 sec. 2026.03.04 04:41:29.012004 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:29.012088 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2026.03.04 04:41:29.012186 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:29.012212 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 7980 rows starting from the beginning of the part 2026.03.04 04:41:29.012260 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 60 rows starting from the beginning of the part 2026.03.04 04:41:29.012304 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 90 rows starting from the beginning of the part 2026.03.04 04:41:29.012344 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 12 rows starting from the beginning of the part 2026.03.04 04:41:29.012384 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 48 rows starting from the beginning of the part 2026.03.04 04:41:29.012422 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 90 rows starting from the beginning of the part 2026.03.04 04:41:29.014779 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 8280 rows, containing 4 columns (4 merged, 0 gathered) in 0.002722223 sec., 3041631.7840235718 rows/sec., 202.24 MiB/sec. 2026.03.04 04:41:29.014925 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2026.03.04 04:41:29.015171 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_151_30} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:29.015239 [ 188 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_151_30} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2026.03.04 04:41:29.015301 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. 2026.03.04 04:41:29.022910 [ 220 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:41:29.028610 [ 190 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_151_37} MergeTask::MergeProjectionsStage: Merge sorted 49973 rows, containing 5 columns (5 merged, 0 gathered) in 0.021472254 sec., 2327329.026566098 rows/sec., 153.44 MiB/sec. 2026.03.04 04:41:29.028922 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_151_37} MergedBlockOutputStream: filled checksums all_1_151_37 (state Temporary) 2026.03.04 04:41:29.029193 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_151_37} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_151_37 to all_1_151_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:29.029269 [ 188 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_151_37} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_146_36, all_151_151_0] -> all_1_151_37 2026.03.04 04:41:29.029345 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.56 MiB. 2026.03.04 04:41:30.000178 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 401.75 MiB, peak 422.66 MiB, free memory in arenas 0.00 B, will set to 404.44 MiB (RSS), difference: 2.69 MiB 2026.03.04 04:41:33.029153 [ 74 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:41:33.029203 [ 74 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:41:33.228240 [ 222 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:41:33.228305 [ 222 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:41:33.241351 [ 222 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:41:33.247569 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 43228 2026.03.04 04:41:33.248119 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:33.248169 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:33.248668 [ 245 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.03.04 04:41:33.248917 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:33.249070 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43228 2026.03.04 04:41:33.986158 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:33.986357 [ 261 ] {b8b74223-2ad3-4e11-a2c2-fb76088d25ab} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:41:33.986433 [ 261 ] {b8b74223-2ad3-4e11-a2c2-fb76088d25ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:41:33.987193 [ 261 ] {b8b74223-2ad3-4e11-a2c2-fb76088d25ab} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:33.987236 [ 261 ] {b8b74223-2ad3-4e11-a2c2-fb76088d25ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:33.987638 [ 261 ] {b8b74223-2ad3-4e11-a2c2-fb76088d25ab} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2026.03.04 04:41:33.987884 [ 261 ] {b8b74223-2ad3-4e11-a2c2-fb76088d25ab} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:33.988049 [ 261 ] {b8b74223-2ad3-4e11-a2c2-fb76088d25ab} executeQuery: Read 72 rows, 5.91 KiB in 0.001745 sec., 41260.74498567335 rows/sec., 3.31 MiB/sec. 2026.03.04 04:41:33.988102 [ 261 ] {b8b74223-2ad3-4e11-a2c2-fb76088d25ab} TCPHandler: Processed in 0.002086161 sec. 2026.03.04 04:41:33.988228 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:33.988334 [ 261 ] {e5297e39-9ff0-44bc-b483-f340667932d9} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:41:33.988377 [ 261 ] {e5297e39-9ff0-44bc-b483-f340667932d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:41:33.988801 [ 261 ] {e5297e39-9ff0-44bc-b483-f340667932d9} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:33.988837 [ 261 ] {e5297e39-9ff0-44bc-b483-f340667932d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:33.989140 [ 261 ] {e5297e39-9ff0-44bc-b483-f340667932d9} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.03.04 04:41:33.989356 [ 261 ] {e5297e39-9ff0-44bc-b483-f340667932d9} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:33.989487 [ 261 ] {e5297e39-9ff0-44bc-b483-f340667932d9} executeQuery: Read 8 rows, 616.00 B in 0.001176 sec., 6802.721088435374 rows/sec., 511.53 KiB/sec. 2026.03.04 04:41:33.989526 [ 261 ] {e5297e39-9ff0-44bc-b483-f340667932d9} TCPHandler: Processed in 0.001352536 sec. 2026.03.04 04:41:33.989633 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:33.989731 [ 261 ] {53511943-4803-496f-9dd3-99675ae9fe35} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:41:33.989772 [ 261 ] {53511943-4803-496f-9dd3-99675ae9fe35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:41:33.990191 [ 261 ] {53511943-4803-496f-9dd3-99675ae9fe35} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:33.990225 [ 261 ] {53511943-4803-496f-9dd3-99675ae9fe35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:33.990538 [ 261 ] {53511943-4803-496f-9dd3-99675ae9fe35} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2026.03.04 04:41:33.990817 [ 261 ] {53511943-4803-496f-9dd3-99675ae9fe35} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:33.990984 [ 261 ] {53511943-4803-496f-9dd3-99675ae9fe35} executeQuery: Read 72 rows, 5.76 KiB in 0.001271 sec., 56648.30841856806 rows/sec., 4.42 MiB/sec. 2026.03.04 04:41:33.991042 [ 261 ] {53511943-4803-496f-9dd3-99675ae9fe35} TCPHandler: Processed in 0.001459418 sec. 2026.03.04 04:41:33.991189 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:33.991288 [ 261 ] {0f8f3570-ddd6-4cb1-b9bd-64ec89e6dad6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:41:33.991335 [ 261 ] {0f8f3570-ddd6-4cb1-b9bd-64ec89e6dad6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:41:33.991781 [ 261 ] {0f8f3570-ddd6-4cb1-b9bd-64ec89e6dad6} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:33.991818 [ 261 ] {0f8f3570-ddd6-4cb1-b9bd-64ec89e6dad6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:33.992154 [ 261 ] {0f8f3570-ddd6-4cb1-b9bd-64ec89e6dad6} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2026.03.04 04:41:33.992369 [ 261 ] {0f8f3570-ddd6-4cb1-b9bd-64ec89e6dad6} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:33.992501 [ 261 ] {0f8f3570-ddd6-4cb1-b9bd-64ec89e6dad6} executeQuery: Read 160 rows, 11.41 KiB in 0.001232 sec., 129870.12987012987 rows/sec., 9.05 MiB/sec. 2026.03.04 04:41:33.992540 [ 261 ] {0f8f3570-ddd6-4cb1-b9bd-64ec89e6dad6} TCPHandler: Processed in 0.001403517 sec. 2026.03.04 04:41:33.992656 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:33.992752 [ 261 ] {81003fcc-9df5-4cc2-880c-515ebcf29192} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:41:33.992809 [ 261 ] {81003fcc-9df5-4cc2-880c-515ebcf29192} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:41:33.993602 [ 261 ] {81003fcc-9df5-4cc2-880c-515ebcf29192} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:33.993639 [ 261 ] {81003fcc-9df5-4cc2-880c-515ebcf29192} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:33.994172 [ 261 ] {81003fcc-9df5-4cc2-880c-515ebcf29192} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2026.03.04 04:41:33.994397 [ 261 ] {81003fcc-9df5-4cc2-880c-515ebcf29192} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:33.994540 [ 261 ] {81003fcc-9df5-4cc2-880c-515ebcf29192} executeQuery: Read 8 rows, 14.68 KiB in 0.001806 sec., 4429.678848283499 rows/sec., 7.94 MiB/sec. 2026.03.04 04:41:33.994615 [ 261 ] {81003fcc-9df5-4cc2-880c-515ebcf29192} TCPHandler: Processed in 0.002011659 sec. 2026.03.04 04:41:33.994737 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:33.994834 [ 261 ] {e933b058-0f08-4a09-89c1-189c053dc68d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:41:33.994876 [ 261 ] {e933b058-0f08-4a09-89c1-189c053dc68d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:41:33.995237 [ 261 ] {e933b058-0f08-4a09-89c1-189c053dc68d} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:33.995272 [ 261 ] {e933b058-0f08-4a09-89c1-189c053dc68d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:33.995601 [ 261 ] {e933b058-0f08-4a09-89c1-189c053dc68d} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2026.03.04 04:41:33.995821 [ 261 ] {e933b058-0f08-4a09-89c1-189c053dc68d} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:33.995954 [ 261 ] {e933b058-0f08-4a09-89c1-189c053dc68d} executeQuery: Read 60 rows, 4.14 KiB in 0.001138 sec., 52724.07732864675 rows/sec., 3.55 MiB/sec. 2026.03.04 04:41:33.995992 [ 261 ] {e933b058-0f08-4a09-89c1-189c053dc68d} TCPHandler: Processed in 0.001308156 sec. 2026.03.04 04:41:34.565166 [ 217 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:41:34.565232 [ 217 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:41:34.582604 [ 217 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:41:35.000197 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 400.44 MiB, peak 422.66 MiB, free memory in arenas 0.00 B, will set to 404.44 MiB (RSS), difference: 4.00 MiB 2026.03.04 04:41:35.578747 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 678 2026.03.04 04:41:35.595311 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:35.595368 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:35.601575 [ 244 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2026.03.04 04:41:35.602267 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:35.605527 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 678 2026.03.04 04:41:38.397071 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2430 2026.03.04 04:41:38.399521 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:38.399584 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:38.400811 [ 243 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2026.03.04 04:41:38.401094 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:38.401493 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2430 2026.03.04 04:41:38.991904 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:38.992088 [ 261 ] {acfe6ea6-55bc-43d8-bf7a-f22209aba90d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:41:38.992157 [ 261 ] {acfe6ea6-55bc-43d8-bf7a-f22209aba90d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:41:38.992842 [ 261 ] {acfe6ea6-55bc-43d8-bf7a-f22209aba90d} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:38.992887 [ 261 ] {acfe6ea6-55bc-43d8-bf7a-f22209aba90d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:38.993294 [ 261 ] {acfe6ea6-55bc-43d8-bf7a-f22209aba90d} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.04 04:41:38.993525 [ 261 ] {acfe6ea6-55bc-43d8-bf7a-f22209aba90d} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:38.993661 [ 81 ] {} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561) (MergerMutator): Selected 6 parts from all_1_27_6 to all_32_32_0 2026.03.04 04:41:38.993693 [ 261 ] {acfe6ea6-55bc-43d8-bf7a-f22209aba90d} executeQuery: Read 24 rows, 2.04 KiB in 0.001655 sec., 14501.510574018126 rows/sec., 1.20 MiB/sec. 2026.03.04 04:41:38.993704 [ 81 ] {} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:38.993729 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:38.993749 [ 261 ] {acfe6ea6-55bc-43d8-bf7a-f22209aba90d} TCPHandler: Processed in 0.001980078 sec. 2026.03.04 04:41:38.993871 [ 190 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_32_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_27_6 to all_32_32_0 into Compact with storage Full 2026.03.04 04:41:38.993896 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:38.994015 [ 261 ] {5bcac044-4ba0-4715-a7ea-d3ee2b07d4f0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:41:38.994030 [ 190 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_32_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:38.994061 [ 261 ] {5bcac044-4ba0-4715-a7ea-d3ee2b07d4f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:41:38.994072 [ 190 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 308 rows starting from the beginning of the part 2026.03.04 04:41:38.994153 [ 190 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 24 rows starting from the beginning of the part 2026.03.04 04:41:38.994205 [ 190 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 284 rows starting from the beginning of the part 2026.03.04 04:41:38.994252 [ 190 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 284 rows starting from the beginning of the part 2026.03.04 04:41:38.994299 [ 190 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 284 rows starting from the beginning of the part 2026.03.04 04:41:38.994339 [ 190 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 24 rows starting from the beginning of the part 2026.03.04 04:41:38.994509 [ 261 ] {5bcac044-4ba0-4715-a7ea-d3ee2b07d4f0} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:38.994552 [ 261 ] {5bcac044-4ba0-4715-a7ea-d3ee2b07d4f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:38.994898 [ 261 ] {5bcac044-4ba0-4715-a7ea-d3ee2b07d4f0} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.03.04 04:41:38.995144 [ 261 ] {5bcac044-4ba0-4715-a7ea-d3ee2b07d4f0} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:38.995284 [ 261 ] {5bcac044-4ba0-4715-a7ea-d3ee2b07d4f0} executeQuery: Read 8 rows, 668.00 B in 0.001294 sec., 6182.380216383308 rows/sec., 504.13 KiB/sec. 2026.03.04 04:41:38.995325 [ 261 ] {5bcac044-4ba0-4715-a7ea-d3ee2b07d4f0} TCPHandler: Processed in 0.001483019 sec. 2026.03.04 04:41:38.995357 [ 188 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_32_7} MergeTask::MergeProjectionsStage: Merge sorted 1208 rows, containing 5 columns (5 merged, 0 gathered) in 0.00155564 sec., 776529.2741251189 rows/sec., 53.18 MiB/sec. 2026.03.04 04:41:38.995448 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:38.995528 [ 198 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_32_7} MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) 2026.03.04 04:41:38.995551 [ 261 ] {b28a3f10-0515-43c2-aebd-206cf0050047} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:41:38.995598 [ 261 ] {b28a3f10-0515-43c2-aebd-206cf0050047} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:41:38.995788 [ 198 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_32_7} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:38.995865 [ 198 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_32_7} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561) (MergerMutator): Merged 6 parts: [all_1_27_6, all_32_32_0] -> all_1_32_7 2026.03.04 04:41:38.995941 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.03.04 04:41:38.996164 [ 261 ] {b28a3f10-0515-43c2-aebd-206cf0050047} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:38.996205 [ 261 ] {b28a3f10-0515-43c2-aebd-206cf0050047} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:38.996547 [ 261 ] {b28a3f10-0515-43c2-aebd-206cf0050047} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2026.03.04 04:41:38.996766 [ 261 ] {b28a3f10-0515-43c2-aebd-206cf0050047} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:38.996899 [ 261 ] {b28a3f10-0515-43c2-aebd-206cf0050047} executeQuery: Read 246 rows, 22.45 KiB in 0.001368 sec., 179824.56140350876 rows/sec., 16.03 MiB/sec. 2026.03.04 04:41:38.996939 [ 261 ] {b28a3f10-0515-43c2-aebd-206cf0050047} TCPHandler: Processed in 0.00154279 sec. 2026.03.04 04:41:38.997057 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:38.997154 [ 261 ] {eb2ce95e-b739-4ccc-9cf1-7328382da77e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:41:38.997196 [ 261 ] {eb2ce95e-b739-4ccc-9cf1-7328382da77e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:41:38.997648 [ 261 ] {eb2ce95e-b739-4ccc-9cf1-7328382da77e} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:38.997685 [ 261 ] {eb2ce95e-b739-4ccc-9cf1-7328382da77e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:38.998002 [ 261 ] {eb2ce95e-b739-4ccc-9cf1-7328382da77e} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.03.04 04:41:38.998218 [ 261 ] {eb2ce95e-b739-4ccc-9cf1-7328382da77e} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:38.998356 [ 261 ] {eb2ce95e-b739-4ccc-9cf1-7328382da77e} executeQuery: Read 53 rows, 4.00 KiB in 0.001221 sec., 43407.043407043406 rows/sec., 3.20 MiB/sec. 2026.03.04 04:41:38.998396 [ 261 ] {eb2ce95e-b739-4ccc-9cf1-7328382da77e} TCPHandler: Processed in 0.001389997 sec. 2026.03.04 04:41:38.998511 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:38.998609 [ 261 ] {15f1f0fa-9f36-489b-a8c3-9ad158820fc7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:41:38.998651 [ 261 ] {15f1f0fa-9f36-489b-a8c3-9ad158820fc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:41:38.999059 [ 261 ] {15f1f0fa-9f36-489b-a8c3-9ad158820fc7} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:38.999097 [ 261 ] {15f1f0fa-9f36-489b-a8c3-9ad158820fc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:38.999393 [ 261 ] {15f1f0fa-9f36-489b-a8c3-9ad158820fc7} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.04 04:41:38.999618 [ 261 ] {15f1f0fa-9f36-489b-a8c3-9ad158820fc7} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:38.999746 [ 261 ] {15f1f0fa-9f36-489b-a8c3-9ad158820fc7} executeQuery: Read 24 rows, 2.04 KiB in 0.001156 sec., 20761.245674740487 rows/sec., 1.72 MiB/sec. 2026.03.04 04:41:38.999786 [ 261 ] {15f1f0fa-9f36-489b-a8c3-9ad158820fc7} TCPHandler: Processed in 0.001326306 sec. 2026.03.04 04:41:38.999901 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:38.999996 [ 261 ] {e769a7e8-c887-46d7-8893-4def9be2fb89} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:41:39.000037 [ 261 ] {e769a7e8-c887-46d7-8893-4def9be2fb89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:41:39.000457 [ 261 ] {e769a7e8-c887-46d7-8893-4def9be2fb89} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:39.000496 [ 261 ] {e769a7e8-c887-46d7-8893-4def9be2fb89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:39.000793 [ 261 ] {e769a7e8-c887-46d7-8893-4def9be2fb89} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.03.04 04:41:39.001011 [ 261 ] {e769a7e8-c887-46d7-8893-4def9be2fb89} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:39.001105 [ 81 ] {} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034) (MergerMutator): Selected 6 parts from all_1_27_6 to all_32_32_0 2026.03.04 04:41:39.001136 [ 81 ] {} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:39.001143 [ 261 ] {e769a7e8-c887-46d7-8893-4def9be2fb89} executeQuery: Read 12 rows, 960.00 B in 0.001166 sec., 10291.595197255576 rows/sec., 804.03 KiB/sec. 2026.03.04 04:41:39.001155 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:39.001183 [ 261 ] {e769a7e8-c887-46d7-8893-4def9be2fb89} TCPHandler: Processed in 0.001332526 sec. 2026.03.04 04:41:39.001228 [ 190 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_32_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_27_6 to all_32_32_0 into Compact with storage Full 2026.03.04 04:41:39.001299 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:39.001320 [ 190 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_32_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:39.001349 [ 190 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 160 rows starting from the beginning of the part 2026.03.04 04:41:39.001392 [ 190 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 12 rows starting from the beginning of the part 2026.03.04 04:41:39.001400 [ 261 ] {f856a84b-3ea3-4770-af39-9c7308715ae3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:41:39.001429 [ 190 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 148 rows starting from the beginning of the part 2026.03.04 04:41:39.001446 [ 261 ] {f856a84b-3ea3-4770-af39-9c7308715ae3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:41:39.001466 [ 190 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 148 rows starting from the beginning of the part 2026.03.04 04:41:39.001504 [ 190 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 148 rows starting from the beginning of the part 2026.03.04 04:41:39.001538 [ 190 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_32_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 12 rows starting from the beginning of the part 2026.03.04 04:41:39.001928 [ 261 ] {f856a84b-3ea3-4770-af39-9c7308715ae3} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:39.001970 [ 261 ] {f856a84b-3ea3-4770-af39-9c7308715ae3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:39.002266 [ 188 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_32_7} MergeTask::MergeProjectionsStage: Merge sorted 628 rows, containing 5 columns (5 merged, 0 gathered) in 0.001067601 sec., 588234.7431296898 rows/sec., 36.35 MiB/sec. 2026.03.04 04:41:39.002303 [ 261 ] {f856a84b-3ea3-4770-af39-9c7308715ae3} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2026.03.04 04:41:39.002465 [ 191 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_32_7} MergedBlockOutputStream: filled checksums all_1_32_7 (state Temporary) 2026.03.04 04:41:39.002547 [ 261 ] {f856a84b-3ea3-4770-af39-9c7308715ae3} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:39.002694 [ 261 ] {f856a84b-3ea3-4770-af39-9c7308715ae3} executeQuery: Read 141 rows, 11.67 KiB in 0.001311 sec., 107551.48741418764 rows/sec., 8.69 MiB/sec. 2026.03.04 04:41:39.002735 [ 261 ] {f856a84b-3ea3-4770-af39-9c7308715ae3} TCPHandler: Processed in 0.001486879 sec. 2026.03.04 04:41:39.002748 [ 217 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.03.04 04:41:39.002780 [ 217 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.03.04 04:41:39.002800 [ 191 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_32_7} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_merge_all_1_32_7 to all_1_32_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:39.002860 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:39.002886 [ 191 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_32_7} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034) (MergerMutator): Merged 6 parts: [all_1_27_6, all_32_32_0] -> all_1_32_7 2026.03.04 04:41:39.002989 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.04 04:41:39.002993 [ 261 ] {4805087b-5596-46a1-8b06-d1006d8eedf8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:41:39.003057 [ 261 ] {4805087b-5596-46a1-8b06-d1006d8eedf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:41:39.003562 [ 261 ] {4805087b-5596-46a1-8b06-d1006d8eedf8} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:39.003606 [ 261 ] {4805087b-5596-46a1-8b06-d1006d8eedf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:39.004032 [ 261 ] {4805087b-5596-46a1-8b06-d1006d8eedf8} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2026.03.04 04:41:39.004259 [ 261 ] {4805087b-5596-46a1-8b06-d1006d8eedf8} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:39.004388 [ 261 ] {4805087b-5596-46a1-8b06-d1006d8eedf8} executeQuery: Read 236 rows, 17.67 KiB in 0.001419 sec., 166314.30584918958 rows/sec., 12.16 MiB/sec. 2026.03.04 04:41:39.004426 [ 261 ] {4805087b-5596-46a1-8b06-d1006d8eedf8} TCPHandler: Processed in 0.001628182 sec. 2026.03.04 04:41:39.004539 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:39.004639 [ 261 ] {835b0402-a4ce-4c8a-aa19-90a1d751fc7f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:41:39.004696 [ 261 ] {835b0402-a4ce-4c8a-aa19-90a1d751fc7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:41:39.005599 [ 261 ] {835b0402-a4ce-4c8a-aa19-90a1d751fc7f} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:39.005635 [ 261 ] {835b0402-a4ce-4c8a-aa19-90a1d751fc7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:39.005726 [ 217 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.03.04 04:41:39.006194 [ 261 ] {835b0402-a4ce-4c8a-aa19-90a1d751fc7f} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2026.03.04 04:41:39.006432 [ 261 ] {835b0402-a4ce-4c8a-aa19-90a1d751fc7f} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:39.006570 [ 261 ] {835b0402-a4ce-4c8a-aa19-90a1d751fc7f} executeQuery: Read 33 rows, 60.55 KiB in 0.001949 sec., 16931.759876859927 rows/sec., 30.34 MiB/sec. 2026.03.04 04:41:39.006624 [ 261 ] {835b0402-a4ce-4c8a-aa19-90a1d751fc7f} TCPHandler: Processed in 0.002134921 sec. 2026.03.04 04:41:39.006743 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:39.006838 [ 261 ] {4cc14ff9-8b8a-4ac4-a192-fe02fa902ab1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:41:39.006879 [ 261 ] {4cc14ff9-8b8a-4ac4-a192-fe02fa902ab1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:41:39.007225 [ 261 ] {4cc14ff9-8b8a-4ac4-a192-fe02fa902ab1} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:39.007260 [ 261 ] {4cc14ff9-8b8a-4ac4-a192-fe02fa902ab1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:39.007558 [ 261 ] {4cc14ff9-8b8a-4ac4-a192-fe02fa902ab1} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2026.03.04 04:41:39.007781 [ 261 ] {4cc14ff9-8b8a-4ac4-a192-fe02fa902ab1} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:39.007907 [ 261 ] {4cc14ff9-8b8a-4ac4-a192-fe02fa902ab1} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2026.03.04 04:41:39.007942 [ 261 ] {4cc14ff9-8b8a-4ac4-a192-fe02fa902ab1} TCPHandler: Processed in 0.001248954 sec. 2026.03.04 04:41:39.632752 [ 217 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.03.04 04:41:39.632824 [ 217 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.03.04 04:41:39.635522 [ 217 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.03.04 04:41:40.504161 [ 221 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.03.04 04:41:40.504213 [ 221 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.03.04 04:41:40.508358 [ 221 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.03.04 04:41:40.637696 [ 225 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.03.04 04:41:40.637740 [ 225 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.03.04 04:41:40.642697 [ 225 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.03.04 04:41:40.749198 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 43676 2026.03.04 04:41:40.749720 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:40.749771 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:40.750270 [ 245 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.03.04 04:41:40.750525 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:40.750679 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43676 2026.03.04 04:41:40.750689 [ 79 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.03.04 04:41:40.750755 [ 79 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:40.750776 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:40.750915 [ 190 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.03.04 04:41:40.751071 [ 190 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:40.751116 [ 190 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_91_18} MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 41308 rows starting from the beginning of the part 2026.03.04 04:41:40.751187 [ 190 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 448 rows starting from the beginning of the part 2026.03.04 04:41:40.751232 [ 190 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 512 rows starting from the beginning of the part 2026.03.04 04:41:40.751274 [ 190 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 448 rows starting from the beginning of the part 2026.03.04 04:41:40.751312 [ 190 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 512 rows starting from the beginning of the part 2026.03.04 04:41:40.751353 [ 190 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 448 rows starting from the beginning of the part 2026.03.04 04:41:40.754300 [ 188 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 43676 rows, containing 4 columns (4 merged, 0 gathered) in 0.003447227 sec., 12669893.80159763 rows/sec., 181.24 MiB/sec. 2026.03.04 04:41:40.754602 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.03.04 04:41:40.754934 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_91_18} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:40.755021 [ 199 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_91_18} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.03.04 04:41:40.755131 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2026.03.04 04:41:42.192909 [ 76 ] {} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630) (MergerMutator): Selected 5 parts from all_1_16_3 to all_20_20_0 2026.03.04 04:41:42.192978 [ 76 ] {} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:42.193003 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:42.193143 [ 199 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_20_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_16_3 to all_20_20_0 into Compact with storage Full 2026.03.04 04:41:42.193293 [ 199 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:42.193335 [ 199 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 18 rows starting from the beginning of the part 2026.03.04 04:41:42.193410 [ 199 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part 2026.03.04 04:41:42.193462 [ 199 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part 2026.03.04 04:41:42.193511 [ 199 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part 2026.03.04 04:41:42.193553 [ 199 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part 2026.03.04 04:41:42.194449 [ 197 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.001365167 sec., 16115.244508547306 rows/sec., 1.05 MiB/sec. 2026.03.04 04:41:42.194693 [ 186 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2026.03.04 04:41:42.195074 [ 186 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_20_4} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:42.195170 [ 186 ] {a21b34b3-3260-452a-bb90-40fc313e0630::all_1_20_4} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630) (MergerMutator): Merged 5 parts: [all_1_16_3, all_20_20_0] -> all_1_20_4 2026.03.04 04:41:42.195289 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. 2026.03.04 04:41:42.308173 [ 76 ] {} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d) (MergerMutator): Selected 5 parts from all_1_11_2 to all_15_15_0 2026.03.04 04:41:42.308229 [ 76 ] {} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:42.308261 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:42.308443 [ 186 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_15_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_11_2 to all_15_15_0 into Compact with storage Full 2026.03.04 04:41:42.308620 [ 186 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:42.308675 [ 186 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 78 rows starting from the beginning of the part 2026.03.04 04:41:42.308776 [ 186 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part 2026.03.04 04:41:42.308853 [ 186 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part 2026.03.04 04:41:42.308923 [ 186 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part 2026.03.04 04:41:42.308990 [ 186 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part 2026.03.04 04:41:42.310036 [ 197 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 102 rows, containing 4 columns (4 merged, 0 gathered) in 0.001669103 sec., 61110.66842489649 rows/sec., 3.12 MiB/sec. 2026.03.04 04:41:42.310215 [ 192 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.03.04 04:41:42.310511 [ 192 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_15_3} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:42.310587 [ 192 ] {0d073545-5bd8-477f-adf9-6e016029c50d::all_1_15_3} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d) (MergerMutator): Merged 5 parts: [all_1_11_2, all_15_15_0] -> all_1_15_3 2026.03.04 04:41:42.310679 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.03.04 04:41:43.105635 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 686 2026.03.04 04:41:43.124724 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:43.124789 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:43.130987 [ 244 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2026.03.04 04:41:43.131716 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:43.132019 [ 72 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2026.03.04 04:41:43.132059 [ 72 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:43.132081 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:43.132209 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2026.03.04 04:41:43.135642 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 686 2026.03.04 04:41:43.136584 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:43.138348 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 648 rows starting from the beginning of the part 2026.03.04 04:41:43.143335 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 7 rows starting from the beginning of the part 2026.03.04 04:41:43.148230 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part 2026.03.04 04:41:43.152970 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 8 rows starting from the beginning of the part 2026.03.04 04:41:43.158068 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 7 rows starting from the beginning of the part 2026.03.04 04:41:43.162525 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 8 rows starting from the beginning of the part 2026.03.04 04:41:43.219821 [ 197 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 679 columns (679 merged, 0 gathered) in 0.08766539 sec., 7825.209013500083 rows/sec., 40.46 MiB/sec. 2026.03.04 04:41:43.222177 [ 194 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2026.03.04 04:41:43.224052 [ 194 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_91_18} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:43.224146 [ 194 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_91_18} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2026.03.04 04:41:43.225919 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2026.03.04 04:41:43.986004 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:43.986207 [ 261 ] {ddd55b23-b38a-418c-a5bb-df0b3a88cd20} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:41:43.986284 [ 261 ] {ddd55b23-b38a-418c-a5bb-df0b3a88cd20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:41:43.986986 [ 261 ] {ddd55b23-b38a-418c-a5bb-df0b3a88cd20} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:43.987035 [ 261 ] {ddd55b23-b38a-418c-a5bb-df0b3a88cd20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:43.987439 [ 261 ] {ddd55b23-b38a-418c-a5bb-df0b3a88cd20} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2026.03.04 04:41:43.987677 [ 261 ] {ddd55b23-b38a-418c-a5bb-df0b3a88cd20} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:43.987839 [ 261 ] {ddd55b23-b38a-418c-a5bb-df0b3a88cd20} executeQuery: Read 72 rows, 5.91 KiB in 0.001686 sec., 42704.62633451957 rows/sec., 3.43 MiB/sec. 2026.03.04 04:41:43.987891 [ 261 ] {ddd55b23-b38a-418c-a5bb-df0b3a88cd20} TCPHandler: Processed in 0.002028379 sec. 2026.03.04 04:41:43.988020 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:43.988123 [ 261 ] {ca659ab0-2943-4fe3-bbba-c020cb39a87b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:41:43.988169 [ 261 ] {ca659ab0-2943-4fe3-bbba-c020cb39a87b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:41:43.988596 [ 261 ] {ca659ab0-2943-4fe3-bbba-c020cb39a87b} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:43.988639 [ 261 ] {ca659ab0-2943-4fe3-bbba-c020cb39a87b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:43.988949 [ 261 ] {ca659ab0-2943-4fe3-bbba-c020cb39a87b} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.03.04 04:41:43.989177 [ 261 ] {ca659ab0-2943-4fe3-bbba-c020cb39a87b} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:43.989289 [ 71 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2026.03.04 04:41:43.989317 [ 261 ] {ca659ab0-2943-4fe3-bbba-c020cb39a87b} executeQuery: Read 8 rows, 616.00 B in 0.001217 sec., 6573.54149548069 rows/sec., 494.30 KiB/sec. 2026.03.04 04:41:43.989360 [ 71 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:43.989369 [ 261 ] {ca659ab0-2943-4fe3-bbba-c020cb39a87b} TCPHandler: Processed in 0.001401477 sec. 2026.03.04 04:41:43.989392 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:43.989495 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:43.989496 [ 195 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2026.03.04 04:41:43.989602 [ 261 ] {9e434f8d-b34f-43c0-8f79-8a8c5bc155d8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:41:43.989634 [ 195 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:43.989647 [ 261 ] {9e434f8d-b34f-43c0-8f79-8a8c5bc155d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:41:43.989674 [ 195 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 226 rows starting from the beginning of the part 2026.03.04 04:41:43.989744 [ 195 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 23 rows starting from the beginning of the part 2026.03.04 04:41:43.989787 [ 195 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 175 rows starting from the beginning of the part 2026.03.04 04:41:43.989828 [ 195 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 8 rows starting from the beginning of the part 2026.03.04 04:41:43.989867 [ 195 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 53 rows starting from the beginning of the part 2026.03.04 04:41:43.989904 [ 195 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 8 rows starting from the beginning of the part 2026.03.04 04:41:43.990089 [ 261 ] {9e434f8d-b34f-43c0-8f79-8a8c5bc155d8} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:43.990133 [ 261 ] {9e434f8d-b34f-43c0-8f79-8a8c5bc155d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:43.990476 [ 261 ] {9e434f8d-b34f-43c0-8f79-8a8c5bc155d8} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2026.03.04 04:41:43.990700 [ 261 ] {9e434f8d-b34f-43c0-8f79-8a8c5bc155d8} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:43.990717 [ 197 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 493 rows, containing 5 columns (5 merged, 0 gathered) in 0.001263884 sec., 390067.44289824064 rows/sec., 26.79 MiB/sec. 2026.03.04 04:41:43.990835 [ 261 ] {9e434f8d-b34f-43c0-8f79-8a8c5bc155d8} executeQuery: Read 72 rows, 5.76 KiB in 0.001252 sec., 57507.98722044728 rows/sec., 4.49 MiB/sec. 2026.03.04 04:41:43.990873 [ 197 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2026.03.04 04:41:43.990874 [ 261 ] {9e434f8d-b34f-43c0-8f79-8a8c5bc155d8} TCPHandler: Processed in 0.001429858 sec. 2026.03.04 04:41:43.990999 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:43.991095 [ 261 ] {78418022-04c1-4098-ae2d-ef6e225c9446} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:41:43.991140 [ 261 ] {78418022-04c1-4098-ae2d-ef6e225c9446} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:41:43.991164 [ 197 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_131_26} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:43.991240 [ 197 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_131_26} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2026.03.04 04:41:43.991328 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.04 04:41:43.991558 [ 261 ] {78418022-04c1-4098-ae2d-ef6e225c9446} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:43.991594 [ 261 ] {78418022-04c1-4098-ae2d-ef6e225c9446} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:43.991923 [ 261 ] {78418022-04c1-4098-ae2d-ef6e225c9446} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2026.03.04 04:41:43.992138 [ 261 ] {78418022-04c1-4098-ae2d-ef6e225c9446} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:43.992273 [ 261 ] {78418022-04c1-4098-ae2d-ef6e225c9446} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2026.03.04 04:41:43.992312 [ 261 ] {78418022-04c1-4098-ae2d-ef6e225c9446} TCPHandler: Processed in 0.001362687 sec. 2026.03.04 04:41:43.992425 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:43.992521 [ 261 ] {86d4dbca-68ff-45e1-b932-47cd142c1f27} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:41:43.992577 [ 261 ] {86d4dbca-68ff-45e1-b932-47cd142c1f27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:41:43.993371 [ 261 ] {86d4dbca-68ff-45e1-b932-47cd142c1f27} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:43.993409 [ 261 ] {86d4dbca-68ff-45e1-b932-47cd142c1f27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:43.993926 [ 261 ] {86d4dbca-68ff-45e1-b932-47cd142c1f27} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2026.03.04 04:41:43.994153 [ 261 ] {86d4dbca-68ff-45e1-b932-47cd142c1f27} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:43.994295 [ 261 ] {86d4dbca-68ff-45e1-b932-47cd142c1f27} executeQuery: Read 8 rows, 14.68 KiB in 0.001792 sec., 4464.285714285715 rows/sec., 8.00 MiB/sec. 2026.03.04 04:41:43.994369 [ 261 ] {86d4dbca-68ff-45e1-b932-47cd142c1f27} TCPHandler: Processed in 0.001993078 sec. 2026.03.04 04:41:43.994486 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:43.994583 [ 261 ] {a58a7a02-58b9-4324-beee-2292472c6871} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:41:43.994625 [ 261 ] {a58a7a02-58b9-4324-beee-2292472c6871} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:41:43.994953 [ 261 ] {a58a7a02-58b9-4324-beee-2292472c6871} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:43.994988 [ 261 ] {a58a7a02-58b9-4324-beee-2292472c6871} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.00 GiB. 2026.03.04 04:41:43.995349 [ 261 ] {a58a7a02-58b9-4324-beee-2292472c6871} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2026.03.04 04:41:43.995549 [ 261 ] {a58a7a02-58b9-4324-beee-2292472c6871} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:43.995749 [ 261 ] {a58a7a02-58b9-4324-beee-2292472c6871} executeQuery: Read 60 rows, 4.14 KiB in 0.001183 sec., 50718.512256973794 rows/sec., 3.42 MiB/sec. 2026.03.04 04:41:43.995787 [ 261 ] {a58a7a02-58b9-4324-beee-2292472c6871} TCPHandler: Processed in 0.001349816 sec. 2026.03.04 04:41:44.000204 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 406.02 MiB, peak 422.94 MiB, free memory in arenas 0.00 B, will set to 404.44 MiB (RSS), difference: -1.58 MiB 2026.03.04 04:41:48.029461 [ 66 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:41:48.029530 [ 66 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:41:48.250867 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 44188 2026.03.04 04:41:48.251481 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:48.251531 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:48.252031 [ 245 ] {} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.03.04 04:41:48.252265 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:48.252424 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44188 2026.03.04 04:41:48.401759 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2462 2026.03.04 04:41:48.404256 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:48.404315 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:48.405557 [ 243 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2026.03.04 04:41:48.405831 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:48.406204 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2462 2026.03.04 04:41:48.987375 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:48.987569 [ 261 ] {8a7d3016-ade0-4513-848f-cb4eeb66cbee} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:41:48.987646 [ 261 ] {8a7d3016-ade0-4513-848f-cb4eeb66cbee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:41:48.988463 [ 261 ] {8a7d3016-ade0-4513-848f-cb4eeb66cbee} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:48.988511 [ 261 ] {8a7d3016-ade0-4513-848f-cb4eeb66cbee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:48.988899 [ 261 ] {8a7d3016-ade0-4513-848f-cb4eeb66cbee} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2026.03.04 04:41:48.989115 [ 261 ] {8a7d3016-ade0-4513-848f-cb4eeb66cbee} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:48.989260 [ 261 ] {8a7d3016-ade0-4513-848f-cb4eeb66cbee} executeQuery: Read 122 rows, 10.72 KiB in 0.001745 sec., 69914.04011461318 rows/sec., 6.00 MiB/sec. 2026.03.04 04:41:48.989303 [ 261 ] {8a7d3016-ade0-4513-848f-cb4eeb66cbee} TCPHandler: Processed in 0.002059659 sec. 2026.03.04 04:41:48.989428 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:48.989521 [ 261 ] {aa158fd4-df7a-468d-abcc-882ee645e777} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:41:48.989560 [ 261 ] {aa158fd4-df7a-468d-abcc-882ee645e777} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:41:48.989967 [ 261 ] {aa158fd4-df7a-468d-abcc-882ee645e777} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:48.990003 [ 261 ] {aa158fd4-df7a-468d-abcc-882ee645e777} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:48.990309 [ 261 ] {aa158fd4-df7a-468d-abcc-882ee645e777} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.03.04 04:41:48.990516 [ 261 ] {aa158fd4-df7a-468d-abcc-882ee645e777} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:48.990644 [ 261 ] {aa158fd4-df7a-468d-abcc-882ee645e777} executeQuery: Read 33 rows, 2.48 KiB in 0.001141 sec., 28921.99824715162 rows/sec., 2.12 MiB/sec. 2026.03.04 04:41:48.990682 [ 261 ] {aa158fd4-df7a-468d-abcc-882ee645e777} TCPHandler: Processed in 0.001301805 sec. 2026.03.04 04:41:48.990782 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:48.990873 [ 261 ] {0e344993-b59e-4355-964a-398617af6810} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:41:48.990911 [ 261 ] {0e344993-b59e-4355-964a-398617af6810} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:41:48.991332 [ 261 ] {0e344993-b59e-4355-964a-398617af6810} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:48.991367 [ 261 ] {0e344993-b59e-4355-964a-398617af6810} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:48.991664 [ 261 ] {0e344993-b59e-4355-964a-398617af6810} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2026.03.04 04:41:48.991865 [ 261 ] {0e344993-b59e-4355-964a-398617af6810} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:48.991987 [ 261 ] {0e344993-b59e-4355-964a-398617af6810} executeQuery: Read 97 rows, 7.76 KiB in 0.001132 sec., 85689.04593639576 rows/sec., 6.69 MiB/sec. 2026.03.04 04:41:48.992025 [ 261 ] {0e344993-b59e-4355-964a-398617af6810} TCPHandler: Processed in 0.001289795 sec. 2026.03.04 04:41:48.992133 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:48.992225 [ 261 ] {72963513-55b0-4c85-8fb4-59e7f48d8677} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:41:48.992268 [ 261 ] {72963513-55b0-4c85-8fb4-59e7f48d8677} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:41:48.992668 [ 261 ] {72963513-55b0-4c85-8fb4-59e7f48d8677} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:48.992704 [ 261 ] {72963513-55b0-4c85-8fb4-59e7f48d8677} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:48.993023 [ 261 ] {72963513-55b0-4c85-8fb4-59e7f48d8677} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2026.03.04 04:41:48.993227 [ 261 ] {72963513-55b0-4c85-8fb4-59e7f48d8677} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:48.993354 [ 261 ] {72963513-55b0-4c85-8fb4-59e7f48d8677} executeQuery: Read 160 rows, 11.41 KiB in 0.001146 sec., 139616.05584642233 rows/sec., 9.72 MiB/sec. 2026.03.04 04:41:48.993390 [ 261 ] {72963513-55b0-4c85-8fb4-59e7f48d8677} TCPHandler: Processed in 0.001304405 sec. 2026.03.04 04:41:48.993522 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:48.993647 [ 261 ] {871d72f1-03d7-4caf-b25c-7e628dcfcfc0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:41:48.993713 [ 261 ] {871d72f1-03d7-4caf-b25c-7e628dcfcfc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:41:48.994681 [ 261 ] {871d72f1-03d7-4caf-b25c-7e628dcfcfc0} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:48.994719 [ 261 ] {871d72f1-03d7-4caf-b25c-7e628dcfcfc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:48.995271 [ 261 ] {871d72f1-03d7-4caf-b25c-7e628dcfcfc0} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2026.03.04 04:41:48.995483 [ 261 ] {871d72f1-03d7-4caf-b25c-7e628dcfcfc0} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:48.995608 [ 68 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2026.03.04 04:41:48.995616 [ 261 ] {871d72f1-03d7-4caf-b25c-7e628dcfcfc0} executeQuery: Read 33 rows, 60.55 KiB in 0.001999 sec., 16508.254127063534 rows/sec., 29.58 MiB/sec. 2026.03.04 04:41:48.995687 [ 68 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:48.995716 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:48.995720 [ 261 ] {871d72f1-03d7-4caf-b25c-7e628dcfcfc0} TCPHandler: Processed in 0.002256844 sec. 2026.03.04 04:41:48.995851 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2026.03.04 04:41:48.995856 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:48.995997 [ 261 ] {fc9b3cab-174f-4bb6-9bbe-257f144843d1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:41:48.996038 [ 261 ] {fc9b3cab-174f-4bb6-9bbe-257f144843d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:41:48.996137 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:48.996209 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2812 rows starting from the beginning of the part 2026.03.04 04:41:48.996356 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 33 rows starting from the beginning of the part 2026.03.04 04:41:48.996378 [ 261 ] {fc9b3cab-174f-4bb6-9bbe-257f144843d1} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:48.996419 [ 261 ] {fc9b3cab-174f-4bb6-9bbe-257f144843d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:48.996475 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 8 rows starting from the beginning of the part 2026.03.04 04:41:48.996590 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 33 rows starting from the beginning of the part 2026.03.04 04:41:48.996691 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 8 rows starting from the beginning of the part 2026.03.04 04:41:48.996727 [ 261 ] {fc9b3cab-174f-4bb6-9bbe-257f144843d1} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2026.03.04 04:41:48.996795 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 33 rows starting from the beginning of the part 2026.03.04 04:41:48.996950 [ 261 ] {fc9b3cab-174f-4bb6-9bbe-257f144843d1} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:48.997083 [ 261 ] {fc9b3cab-174f-4bb6-9bbe-257f144843d1} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2026.03.04 04:41:48.997120 [ 261 ] {fc9b3cab-174f-4bb6-9bbe-257f144843d1} TCPHandler: Processed in 0.001321736 sec. 2026.03.04 04:41:49.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 413.62 MiB, peak 422.94 MiB, free memory in arenas 0.00 B, will set to 404.45 MiB (RSS), difference: -9.18 MiB 2026.03.04 04:41:49.006068 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 2927 rows, containing 19 columns (19 merged, 0 gathered) in 0.010282598 sec., 284655.68721056683 rows/sec., 510.09 MiB/sec. 2026.03.04 04:41:49.008656 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2026.03.04 04:41:49.009021 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_131_26} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:49.009092 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_131_26} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2026.03.04 04:41:49.009244 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.33 MiB. 2026.03.04 04:41:49.267430 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:49.267651 [ 261 ] {f0586310-cc41-440f-a1c7-8a437fdb7ad8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:41:49.267729 [ 261 ] {f0586310-cc41-440f-a1c7-8a437fdb7ad8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:41:49.268448 [ 261 ] {f0586310-cc41-440f-a1c7-8a437fdb7ad8} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:49.268505 [ 261 ] {f0586310-cc41-440f-a1c7-8a437fdb7ad8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:49.268922 [ 261 ] {f0586310-cc41-440f-a1c7-8a437fdb7ad8} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.03.04 04:41:49.269172 [ 261 ] {f0586310-cc41-440f-a1c7-8a437fdb7ad8} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:49.269343 [ 261 ] {f0586310-cc41-440f-a1c7-8a437fdb7ad8} executeQuery: Read 4 rows, 334.00 B in 0.001747 sec., 2289.6393817973667 rows/sec., 186.70 KiB/sec. 2026.03.04 04:41:49.269400 [ 261 ] {f0586310-cc41-440f-a1c7-8a437fdb7ad8} TCPHandler: Processed in 0.00210435 sec. 2026.03.04 04:41:49.269527 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:49.269633 [ 261 ] {27be1907-c3fa-4dbc-a9b3-64ee545a4bc3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:41:49.269679 [ 261 ] {27be1907-c3fa-4dbc-a9b3-64ee545a4bc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:41:49.271081 [ 261 ] {27be1907-c3fa-4dbc-a9b3-64ee545a4bc3} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:49.271122 [ 261 ] {27be1907-c3fa-4dbc-a9b3-64ee545a4bc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:49.271592 [ 261 ] {27be1907-c3fa-4dbc-a9b3-64ee545a4bc3} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2026.03.04 04:41:49.271820 [ 261 ] {27be1907-c3fa-4dbc-a9b3-64ee545a4bc3} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:49.271963 [ 261 ] {27be1907-c3fa-4dbc-a9b3-64ee545a4bc3} executeQuery: Read 1958 rows, 150.22 KiB in 0.002353 sec., 832129.1967700807 rows/sec., 62.35 MiB/sec. 2026.03.04 04:41:49.271961 [ 68 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2026.03.04 04:41:49.272005 [ 261 ] {27be1907-c3fa-4dbc-a9b3-64ee545a4bc3} TCPHandler: Processed in 0.002531189 sec. 2026.03.04 04:41:49.272043 [ 68 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:49.272072 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:49.272143 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:49.272167 [ 201 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_156_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full 2026.03.04 04:41:49.272247 [ 261 ] {c83d1fd3-3d05-4537-82bf-8647d8d214bf} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:41:49.272265 [ 201 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:49.272296 [ 261 ] {c83d1fd3-3d05-4537-82bf-8647d8d214bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:41:49.272297 [ 201 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 2895 rows starting from the beginning of the part 2026.03.04 04:41:49.272366 [ 201 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 72 rows starting from the beginning of the part 2026.03.04 04:41:49.272414 [ 201 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 246 rows starting from the beginning of the part 2026.03.04 04:41:49.272457 [ 201 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 72 rows starting from the beginning of the part 2026.03.04 04:41:49.272502 [ 201 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 122 rows starting from the beginning of the part 2026.03.04 04:41:49.272541 [ 201 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 1958 rows starting from the beginning of the part 2026.03.04 04:41:49.272725 [ 261 ] {c83d1fd3-3d05-4537-82bf-8647d8d214bf} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:49.272761 [ 261 ] {c83d1fd3-3d05-4537-82bf-8647d8d214bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:49.273082 [ 261 ] {c83d1fd3-3d05-4537-82bf-8647d8d214bf} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.03.04 04:41:49.273307 [ 261 ] {c83d1fd3-3d05-4537-82bf-8647d8d214bf} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:49.273444 [ 261 ] {c83d1fd3-3d05-4537-82bf-8647d8d214bf} executeQuery: Read 23 rows, 1.71 KiB in 0.001219 sec., 18867.924528301886 rows/sec., 1.37 MiB/sec. 2026.03.04 04:41:49.273484 [ 261 ] {c83d1fd3-3d05-4537-82bf-8647d8d214bf} TCPHandler: Processed in 0.001393487 sec. 2026.03.04 04:41:49.273494 [ 220 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.03.04 04:41:49.273527 [ 220 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.03.04 04:41:49.273600 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:49.273703 [ 261 ] {5eaaa4f8-b3d1-40df-9aa9-9df44ad1814c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:41:49.273752 [ 261 ] {5eaaa4f8-b3d1-40df-9aa9-9df44ad1814c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:41:49.274407 [ 261 ] {5eaaa4f8-b3d1-40df-9aa9-9df44ad1814c} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:49.274446 [ 261 ] {5eaaa4f8-b3d1-40df-9aa9-9df44ad1814c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:49.274516 [ 197 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 5365 rows, containing 5 columns (5 merged, 0 gathered) in 0.002387486 sec., 2247133.5957572106 rows/sec., 181.91 MiB/sec. 2026.03.04 04:41:49.274852 [ 197 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2026.03.04 04:41:49.274898 [ 261 ] {5eaaa4f8-b3d1-40df-9aa9-9df44ad1814c} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.04 04:41:49.275182 [ 261 ] {5eaaa4f8-b3d1-40df-9aa9-9df44ad1814c} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:49.275182 [ 197 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_156_31} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:49.275272 [ 197 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_156_31} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2026.03.04 04:41:49.275323 [ 261 ] {5eaaa4f8-b3d1-40df-9aa9-9df44ad1814c} executeQuery: Read 708 rows, 42.29 KiB in 0.00164 sec., 431707.31707317074 rows/sec., 25.18 MiB/sec. 2026.03.04 04:41:49.275363 [ 261 ] {5eaaa4f8-b3d1-40df-9aa9-9df44ad1814c} TCPHandler: Processed in 0.001813005 sec. 2026.03.04 04:41:49.275368 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. 2026.03.04 04:41:49.275488 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:49.275585 [ 261 ] {8017faac-e7c8-489c-9e1f-4feed0d90cda} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.04 04:41:49.275627 [ 261 ] {8017faac-e7c8-489c-9e1f-4feed0d90cda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.04 04:41:49.276016 [ 261 ] {8017faac-e7c8-489c-9e1f-4feed0d90cda} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:49.276054 [ 261 ] {8017faac-e7c8-489c-9e1f-4feed0d90cda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:49.276348 [ 261 ] {8017faac-e7c8-489c-9e1f-4feed0d90cda} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.04 04:41:49.276569 [ 261 ] {8017faac-e7c8-489c-9e1f-4feed0d90cda} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:49.276704 [ 261 ] {8017faac-e7c8-489c-9e1f-4feed0d90cda} executeQuery: Read 1 rows, 72.00 B in 0.001137 sec., 879.5074758135444 rows/sec., 61.84 KiB/sec. 2026.03.04 04:41:49.276710 [ 67 ] {} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2026.03.04 04:41:49.276743 [ 261 ] {8017faac-e7c8-489c-9e1f-4feed0d90cda} TCPHandler: Processed in 0.001305636 sec. 2026.03.04 04:41:49.276779 [ 67 ] {} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:49.276805 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:49.276877 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:49.276886 [ 193 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2026.03.04 04:41:49.276914 [ 222 ] {} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.03.04 04:41:49.276962 [ 222 ] {} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.03.04 04:41:49.276977 [ 193 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:49.276977 [ 261 ] {f563072a-e38e-4095-ae4b-1e6f6ae1f8c0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:41:49.277007 [ 193 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 1 rows starting from the beginning of the part 2026.03.04 04:41:49.277029 [ 261 ] {f563072a-e38e-4095-ae4b-1e6f6ae1f8c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:41:49.277061 [ 193 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part 2026.03.04 04:41:49.277108 [ 193 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part 2026.03.04 04:41:49.277149 [ 193 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part 2026.03.04 04:41:49.277189 [ 193 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part 2026.03.04 04:41:49.277835 [ 261 ] {f563072a-e38e-4095-ae4b-1e6f6ae1f8c0} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:49.277836 [ 193 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 5 columns (5 merged, 0 gathered) in 0.000982599 sec., 5088.545785208412 rows/sec., 377.67 KiB/sec. 2026.03.04 04:41:49.277877 [ 261 ] {f563072a-e38e-4095-ae4b-1e6f6ae1f8c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:49.278042 [ 200 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2026.03.04 04:41:49.278281 [ 261 ] {f563072a-e38e-4095-ae4b-1e6f6ae1f8c0} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2026.03.04 04:41:49.278475 [ 200 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_21_5} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:49.278564 [ 200 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_21_5} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2026.03.04 04:41:49.278565 [ 261 ] {f563072a-e38e-4095-ae4b-1e6f6ae1f8c0} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:49.278663 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.04 04:41:49.278721 [ 261 ] {f563072a-e38e-4095-ae4b-1e6f6ae1f8c0} executeQuery: Read 1023 rows, 72.19 KiB in 0.001761 sec., 580919.9318568995 rows/sec., 40.03 MiB/sec. 2026.03.04 04:41:49.278720 [ 67 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2026.03.04 04:41:49.278767 [ 261 ] {f563072a-e38e-4095-ae4b-1e6f6ae1f8c0} TCPHandler: Processed in 0.001940868 sec. 2026.03.04 04:41:49.278777 [ 67 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:49.278806 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:49.278875 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_156_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full 2026.03.04 04:41:49.278896 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:49.278967 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:49.278993 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1552 rows starting from the beginning of the part 2026.03.04 04:41:49.278993 [ 261 ] {32835d5c-8361-4d50-9b2a-43e5f1b92892} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:41:49.279022 [ 222 ] {} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2026.03.04 04:41:49.279044 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 72 rows starting from the beginning of the part 2026.03.04 04:41:49.279046 [ 261 ] {32835d5c-8361-4d50-9b2a-43e5f1b92892} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:41:49.279090 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 141 rows starting from the beginning of the part 2026.03.04 04:41:49.279127 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 72 rows starting from the beginning of the part 2026.03.04 04:41:49.279162 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 97 rows starting from the beginning of the part 2026.03.04 04:41:49.279199 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 1023 rows starting from the beginning of the part 2026.03.04 04:41:49.279724 [ 261 ] {32835d5c-8361-4d50-9b2a-43e5f1b92892} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:49.279759 [ 261 ] {32835d5c-8361-4d50-9b2a-43e5f1b92892} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:49.280193 [ 261 ] {32835d5c-8361-4d50-9b2a-43e5f1b92892} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2026.03.04 04:41:49.280271 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 2957 rows, containing 5 columns (5 merged, 0 gathered) in 0.001424448 sec., 2075891.8542481016 rows/sec., 154.65 MiB/sec. 2026.03.04 04:41:49.280440 [ 261 ] {32835d5c-8361-4d50-9b2a-43e5f1b92892} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:49.280553 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2026.03.04 04:41:49.280574 [ 67 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_151_37 to all_156_156_0 2026.03.04 04:41:49.280582 [ 261 ] {32835d5c-8361-4d50-9b2a-43e5f1b92892} executeQuery: Read 1219 rows, 78.06 KiB in 0.001606 sec., 759028.6425902864 rows/sec., 47.47 MiB/sec. 2026.03.04 04:41:49.280613 [ 67 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:49.280637 [ 261 ] {32835d5c-8361-4d50-9b2a-43e5f1b92892} TCPHandler: Processed in 0.001792875 sec. 2026.03.04 04:41:49.280640 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:49.280770 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_156_38} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_37 to all_156_156_0 into Compact with storage Full 2026.03.04 04:41:49.280772 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:49.280821 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_156_31} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:49.280987 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_156_31} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2026.03.04 04:41:49.281018 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_156_38} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:49.281021 [ 261 ] {f82ddfe6-9b67-43cc-ac6c-855382f3e29e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:41:49.281059 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.03.04 04:41:49.281066 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_156_38} MergeTreeSequentialSource: Reading 8 marks from part all_1_151_37, total 49973 rows starting from the beginning of the part 2026.03.04 04:41:49.281096 [ 261 ] {f82ddfe6-9b67-43cc-ac6c-855382f3e29e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:41:49.281148 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_156_38} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 160 rows starting from the beginning of the part 2026.03.04 04:41:49.281203 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_156_38} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 236 rows starting from the beginning of the part 2026.03.04 04:41:49.281251 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_156_38} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 160 rows starting from the beginning of the part 2026.03.04 04:41:49.281294 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_156_38} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 160 rows starting from the beginning of the part 2026.03.04 04:41:49.281339 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_156_38} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 1219 rows starting from the beginning of the part 2026.03.04 04:41:49.281925 [ 261 ] {f82ddfe6-9b67-43cc-ac6c-855382f3e29e} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:49.281967 [ 261 ] {f82ddfe6-9b67-43cc-ac6c-855382f3e29e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:49.282538 [ 261 ] {f82ddfe6-9b67-43cc-ac6c-855382f3e29e} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2026.03.04 04:41:49.282786 [ 261 ] {f82ddfe6-9b67-43cc-ac6c-855382f3e29e} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:49.282944 [ 261 ] {f82ddfe6-9b67-43cc-ac6c-855382f3e29e} executeQuery: Read 19 rows, 34.86 KiB in 0.00194 sec., 9793.81443298969 rows/sec., 17.55 MiB/sec. 2026.03.04 04:41:49.283028 [ 261 ] {f82ddfe6-9b67-43cc-ac6c-855382f3e29e} TCPHandler: Processed in 0.002306444 sec. 2026.03.04 04:41:49.283145 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:49.283241 [ 261 ] {e699188d-4969-46e7-8f57-6c9eb0c49019} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:41:49.283285 [ 261 ] {e699188d-4969-46e7-8f57-6c9eb0c49019} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:41:49.283620 [ 261 ] {e699188d-4969-46e7-8f57-6c9eb0c49019} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:49.283658 [ 261 ] {e699188d-4969-46e7-8f57-6c9eb0c49019} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:49.283974 [ 261 ] {e699188d-4969-46e7-8f57-6c9eb0c49019} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2026.03.04 04:41:49.284194 [ 261 ] {e699188d-4969-46e7-8f57-6c9eb0c49019} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:49.284318 [ 67 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2026.03.04 04:41:49.284328 [ 261 ] {e699188d-4969-46e7-8f57-6c9eb0c49019} executeQuery: Read 12 rows, 848.00 B in 0.001105 sec., 10859.728506787329 rows/sec., 749.43 KiB/sec. 2026.03.04 04:41:49.284356 [ 67 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:49.284379 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:49.284380 [ 261 ] {e699188d-4969-46e7-8f57-6c9eb0c49019} TCPHandler: Processed in 0.001285535 sec. 2026.03.04 04:41:49.284466 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_156_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full 2026.03.04 04:41:49.284553 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:41:49.284580 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_156_31} MergeTreeSequentialSource: Reading 3 marks from part all_1_151_30, total 8280 rows starting from the beginning of the part 2026.03.04 04:41:49.284626 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 60 rows starting from the beginning of the part 2026.03.04 04:41:49.284664 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 60 rows starting from the beginning of the part 2026.03.04 04:41:49.284701 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 60 rows starting from the beginning of the part 2026.03.04 04:41:49.284736 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 60 rows starting from the beginning of the part 2026.03.04 04:41:49.284772 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 12 rows starting from the beginning of the part 2026.03.04 04:41:49.287341 [ 191 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 8532 rows, containing 4 columns (4 merged, 0 gathered) in 0.002908026 sec., 2933949.0087090004 rows/sec., 195.16 MiB/sec. 2026.03.04 04:41:49.287609 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2026.03.04 04:41:49.287942 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_156_31} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:49.288036 [ 190 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_156_31} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2026.03.04 04:41:49.288161 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. 2026.03.04 04:41:49.291329 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_156_38} MergeTask::MergeProjectionsStage: Merge sorted 51908 rows, containing 5 columns (5 merged, 0 gathered) in 0.010611105 sec., 4891856.220440756 rows/sec., 322.45 MiB/sec. 2026.03.04 04:41:49.291849 [ 190 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_156_38} MergedBlockOutputStream: filled checksums all_1_156_38 (state Temporary) 2026.03.04 04:41:49.292121 [ 190 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_156_38} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_156_38 to all_1_156_38 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:49.292188 [ 190 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_156_38} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_151_37, all_156_156_0] -> all_1_156_38 2026.03.04 04:41:49.292272 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.53 MiB. 2026.03.04 04:41:49.294371 [ 220 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.03.04 04:41:49.719352 [ 223 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:41:49.719399 [ 223 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:41:49.727883 [ 223 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2026.03.04 04:41:49.931692 [ 220 ] {} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:41:49.931748 [ 220 ] {} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:41:49.934696 [ 220 ] {} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:41:50.000184 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 396.59 MiB, peak 422.94 MiB, free memory in arenas 0.00 B, will set to 406.99 MiB (RSS), difference: 10.41 MiB 2026.03.04 04:41:50.394110 [ 223 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.03.04 04:41:50.394161 [ 223 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.03.04 04:41:50.401723 [ 223 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.03.04 04:41:50.554637 [ 225 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Found 6 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2026.03.04 04:41:50.554695 [ 225 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Removing 6 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2026.03.04 04:41:50.561310 [ 225 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Removing 6 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0] 2026.03.04 04:41:50.635737 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 693 2026.03.04 04:41:50.653875 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:50.653925 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:50.660323 [ 244 ] {} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2026.03.04 04:41:50.661058 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:50.664147 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 693 2026.03.04 04:41:53.984096 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:53.984280 [ 261 ] {f53e406f-fe61-4946-8de9-3f194744c987} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:41:53.984349 [ 261 ] {f53e406f-fe61-4946-8de9-3f194744c987} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:41:53.985012 [ 261 ] {f53e406f-fe61-4946-8de9-3f194744c987} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:53.985059 [ 261 ] {f53e406f-fe61-4946-8de9-3f194744c987} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:53.985449 [ 261 ] {f53e406f-fe61-4946-8de9-3f194744c987} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2026.03.04 04:41:53.985686 [ 261 ] {f53e406f-fe61-4946-8de9-3f194744c987} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:53.985854 [ 261 ] {f53e406f-fe61-4946-8de9-3f194744c987} executeQuery: Read 56 rows, 4.38 KiB in 0.001624 sec., 34482.75862068965 rows/sec., 2.63 MiB/sec. 2026.03.04 04:41:53.985905 [ 261 ] {f53e406f-fe61-4946-8de9-3f194744c987} TCPHandler: Processed in 0.001941798 sec. 2026.03.04 04:41:53.986027 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:53.986133 [ 261 ] {e38b4b2a-d44d-4d6c-9fbf-6776a92a53de} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:41:53.986176 [ 261 ] {e38b4b2a-d44d-4d6c-9fbf-6776a92a53de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:41:53.986607 [ 261 ] {e38b4b2a-d44d-4d6c-9fbf-6776a92a53de} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:53.986646 [ 261 ] {e38b4b2a-d44d-4d6c-9fbf-6776a92a53de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:53.986960 [ 261 ] {e38b4b2a-d44d-4d6c-9fbf-6776a92a53de} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2026.03.04 04:41:53.987171 [ 261 ] {e38b4b2a-d44d-4d6c-9fbf-6776a92a53de} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:53.987309 [ 261 ] {e38b4b2a-d44d-4d6c-9fbf-6776a92a53de} executeQuery: Read 64 rows, 5.12 KiB in 0.001201 sec., 53288.92589508743 rows/sec., 4.16 MiB/sec. 2026.03.04 04:41:53.987349 [ 261 ] {e38b4b2a-d44d-4d6c-9fbf-6776a92a53de} TCPHandler: Processed in 0.001374987 sec. 2026.03.04 04:41:53.987465 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:53.987564 [ 261 ] {43726df3-7aa7-49e1-890c-a7266f36b862} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:41:53.987608 [ 261 ] {43726df3-7aa7-49e1-890c-a7266f36b862} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:41:53.987991 [ 261 ] {43726df3-7aa7-49e1-890c-a7266f36b862} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:53.988028 [ 261 ] {43726df3-7aa7-49e1-890c-a7266f36b862} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:53.988354 [ 261 ] {43726df3-7aa7-49e1-890c-a7266f36b862} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2026.03.04 04:41:53.988564 [ 261 ] {43726df3-7aa7-49e1-890c-a7266f36b862} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:53.988695 [ 261 ] {43726df3-7aa7-49e1-890c-a7266f36b862} executeQuery: Read 128 rows, 9.13 KiB in 0.00115 sec., 111304.34782608696 rows/sec., 7.75 MiB/sec. 2026.03.04 04:41:53.988733 [ 261 ] {43726df3-7aa7-49e1-890c-a7266f36b862} TCPHandler: Processed in 0.001317775 sec. 2026.03.04 04:41:53.988847 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:53.988944 [ 261 ] {554e120f-81fc-42ad-aac8-2c58eaa5d5b4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:41:53.988985 [ 261 ] {554e120f-81fc-42ad-aac8-2c58eaa5d5b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:41:53.989309 [ 261 ] {554e120f-81fc-42ad-aac8-2c58eaa5d5b4} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:53.989344 [ 261 ] {554e120f-81fc-42ad-aac8-2c58eaa5d5b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:53.989647 [ 261 ] {554e120f-81fc-42ad-aac8-2c58eaa5d5b4} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2026.03.04 04:41:53.989864 [ 261 ] {554e120f-81fc-42ad-aac8-2c58eaa5d5b4} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:53.989997 [ 261 ] {554e120f-81fc-42ad-aac8-2c58eaa5d5b4} executeQuery: Read 48 rows, 3.31 KiB in 0.001072 sec., 44776.119402985074 rows/sec., 3.02 MiB/sec. 2026.03.04 04:41:53.990035 [ 261 ] {554e120f-81fc-42ad-aac8-2c58eaa5d5b4} TCPHandler: Processed in 0.001237514 sec. 2026.03.04 04:41:55.753531 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 44636 2026.03.04 04:41:55.754070 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:55.754118 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:55.754611 [ 245 ] {} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.03.04 04:41:55.754851 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:55.754998 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44636 2026.03.04 04:41:58.165110 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 701 2026.03.04 04:41:58.184037 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:58.184101 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:58.190709 [ 244 ] {} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2026.03.04 04:41:58.191456 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:58.194408 [ 225 ] {} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.03.04 04:41:58.194484 [ 225 ] {} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.03.04 04:41:58.195182 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 701 2026.03.04 04:41:58.196974 [ 225 ] {} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.03.04 04:41:58.407285 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2500 2026.03.04 04:41:58.409923 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:58.409970 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:58.411220 [ 243 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2026.03.04 04:41:58.411495 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:58.411899 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2500 2026.03.04 04:41:58.987558 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:58.987745 [ 261 ] {71ab35da-aea5-4cc1-9d64-17f6919dbc0a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:41:58.987816 [ 261 ] {71ab35da-aea5-4cc1-9d64-17f6919dbc0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:41:58.988598 [ 261 ] {71ab35da-aea5-4cc1-9d64-17f6919dbc0a} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:58.988650 [ 261 ] {71ab35da-aea5-4cc1-9d64-17f6919dbc0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:58.989034 [ 261 ] {71ab35da-aea5-4cc1-9d64-17f6919dbc0a} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2026.03.04 04:41:58.989254 [ 261 ] {71ab35da-aea5-4cc1-9d64-17f6919dbc0a} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:58.989407 [ 261 ] {71ab35da-aea5-4cc1-9d64-17f6919dbc0a} executeQuery: Read 122 rows, 10.72 KiB in 0.001717 sec., 71054.1642399534 rows/sec., 6.10 MiB/sec. 2026.03.04 04:41:58.989449 [ 261 ] {71ab35da-aea5-4cc1-9d64-17f6919dbc0a} TCPHandler: Processed in 0.002018109 sec. 2026.03.04 04:41:58.989577 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:58.989671 [ 261 ] {204c3ac0-3b39-42e9-99c4-bfa19d7a3ac0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:41:58.989709 [ 261 ] {204c3ac0-3b39-42e9-99c4-bfa19d7a3ac0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:41:58.990125 [ 261 ] {204c3ac0-3b39-42e9-99c4-bfa19d7a3ac0} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:58.990162 [ 261 ] {204c3ac0-3b39-42e9-99c4-bfa19d7a3ac0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:58.990457 [ 261 ] {204c3ac0-3b39-42e9-99c4-bfa19d7a3ac0} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.03.04 04:41:58.990662 [ 261 ] {204c3ac0-3b39-42e9-99c4-bfa19d7a3ac0} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:58.990790 [ 261 ] {204c3ac0-3b39-42e9-99c4-bfa19d7a3ac0} executeQuery: Read 33 rows, 2.48 KiB in 0.001138 sec., 28998.242530755713 rows/sec., 2.13 MiB/sec. 2026.03.04 04:41:58.990827 [ 261 ] {204c3ac0-3b39-42e9-99c4-bfa19d7a3ac0} TCPHandler: Processed in 0.001298796 sec. 2026.03.04 04:41:58.990943 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:58.991036 [ 261 ] {a73471d9-1ab2-4ce4-b6a2-bd9f267fea13} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:41:58.991075 [ 261 ] {a73471d9-1ab2-4ce4-b6a2-bd9f267fea13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:41:58.991505 [ 261 ] {a73471d9-1ab2-4ce4-b6a2-bd9f267fea13} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:58.991541 [ 261 ] {a73471d9-1ab2-4ce4-b6a2-bd9f267fea13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:58.991835 [ 261 ] {a73471d9-1ab2-4ce4-b6a2-bd9f267fea13} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2026.03.04 04:41:58.992032 [ 261 ] {a73471d9-1ab2-4ce4-b6a2-bd9f267fea13} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:58.992155 [ 261 ] {a73471d9-1ab2-4ce4-b6a2-bd9f267fea13} executeQuery: Read 97 rows, 7.76 KiB in 0.001137 sec., 85312.22515391381 rows/sec., 6.66 MiB/sec. 2026.03.04 04:41:58.992192 [ 261 ] {a73471d9-1ab2-4ce4-b6a2-bd9f267fea13} TCPHandler: Processed in 0.001296155 sec. 2026.03.04 04:41:58.992305 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:58.992398 [ 261 ] {87ecafc8-a207-49a6-9f54-b558d77a58d9} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:41:58.992440 [ 261 ] {87ecafc8-a207-49a6-9f54-b558d77a58d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:41:58.992857 [ 261 ] {87ecafc8-a207-49a6-9f54-b558d77a58d9} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:58.992892 [ 261 ] {87ecafc8-a207-49a6-9f54-b558d77a58d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:58.993222 [ 261 ] {87ecafc8-a207-49a6-9f54-b558d77a58d9} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2026.03.04 04:41:58.993421 [ 261 ] {87ecafc8-a207-49a6-9f54-b558d77a58d9} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:58.993546 [ 261 ] {87ecafc8-a207-49a6-9f54-b558d77a58d9} executeQuery: Read 160 rows, 11.41 KiB in 0.001166 sec., 137221.269296741 rows/sec., 9.56 MiB/sec. 2026.03.04 04:41:58.993582 [ 261 ] {87ecafc8-a207-49a6-9f54-b558d77a58d9} TCPHandler: Processed in 0.001324256 sec. 2026.03.04 04:41:58.993694 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:58.993787 [ 261 ] {0e1bf760-8394-4129-a5e5-41d2a053509b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:41:58.993840 [ 261 ] {0e1bf760-8394-4129-a5e5-41d2a053509b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:41:58.994707 [ 261 ] {0e1bf760-8394-4129-a5e5-41d2a053509b} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:58.994743 [ 261 ] {0e1bf760-8394-4129-a5e5-41d2a053509b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:58.995296 [ 261 ] {0e1bf760-8394-4129-a5e5-41d2a053509b} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2026.03.04 04:41:58.995507 [ 261 ] {0e1bf760-8394-4129-a5e5-41d2a053509b} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:58.995639 [ 261 ] {0e1bf760-8394-4129-a5e5-41d2a053509b} executeQuery: Read 33 rows, 60.55 KiB in 0.001869 sec., 17656.50080256822 rows/sec., 31.64 MiB/sec. 2026.03.04 04:41:58.995696 [ 261 ] {0e1bf760-8394-4129-a5e5-41d2a053509b} TCPHandler: Processed in 0.002049999 sec. 2026.03.04 04:41:58.995817 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:41:58.995910 [ 261 ] {f2f40394-988d-4635-a9da-198c206e5c83} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:41:58.995950 [ 261 ] {f2f40394-988d-4635-a9da-198c206e5c83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:41:58.996294 [ 261 ] {f2f40394-988d-4635-a9da-198c206e5c83} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:41:58.996328 [ 261 ] {f2f40394-988d-4635-a9da-198c206e5c83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:41:58.996619 [ 261 ] {f2f40394-988d-4635-a9da-198c206e5c83} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2026.03.04 04:41:58.996831 [ 261 ] {f2f40394-988d-4635-a9da-198c206e5c83} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:41:58.996955 [ 261 ] {f2f40394-988d-4635-a9da-198c206e5c83} executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. 2026.03.04 04:41:58.996990 [ 261 ] {f2f40394-988d-4635-a9da-198c206e5c83} TCPHandler: Processed in 0.001221284 sec. 2026.03.04 04:41:59.438376 [ 217 ] {} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:41:59.438444 [ 217 ] {} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:41:59.446305 [ 217 ] {} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2026.03.04 04:41:59.572360 [ 222 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.03.04 04:41:59.572415 [ 222 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.03.04 04:41:59.575148 [ 222 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.03.04 04:41:59.920841 [ 217 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.03.04 04:41:59.920896 [ 217 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.03.04 04:41:59.923562 [ 217 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.03.04 04:42:00.146394 [ 217 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.03.04 04:42:00.146455 [ 217 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.03.04 04:42:00.148929 [ 217 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.03.04 04:42:00.171913 [ 221 ] {} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.03.04 04:42:00.171969 [ 221 ] {} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.03.04 04:42:00.180832 [ 221 ] {} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2026.03.04 04:42:00.265195 [ 26 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d) (MergerMutator): Selected 5 parts from all_1_42_10 to all_46_46_0 2026.03.04 04:42:00.265283 [ 26 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:00.265323 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:42:00.265463 [ 221 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Found 5 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.03.04 04:42:00.265508 [ 188 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_46_11} MergeTask::PrepareStage: Merging 5 parts: from all_1_42_10 to all_46_46_0 into Compact with storage Full 2026.03.04 04:42:00.265518 [ 221 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Removing 5 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.03.04 04:42:00.265747 [ 188 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_46_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:00.265789 [ 188 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_46_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_42_10, total 20 rows starting from the beginning of the part 2026.03.04 04:42:00.265861 [ 188 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_46_11} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 2 rows starting from the beginning of the part 2026.03.04 04:42:00.265908 [ 188 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_46_11} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 4 rows starting from the beginning of the part 2026.03.04 04:42:00.265954 [ 188 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_46_11} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 8 rows starting from the beginning of the part 2026.03.04 04:42:00.266002 [ 188 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_46_11} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 4 rows starting from the beginning of the part 2026.03.04 04:42:00.266766 [ 190 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_46_11} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001344676 sec., 28259.59562006015 rows/sec., 2.36 MiB/sec. 2026.03.04 04:42:00.266954 [ 199 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_46_11} MergedBlockOutputStream: filled checksums all_1_46_11 (state Temporary) 2026.03.04 04:42:00.267314 [ 199 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_46_11} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_merge_all_1_46_11 to all_1_46_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:00.267409 [ 199 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_46_11} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d) (MergerMutator): Merged 5 parts: [all_1_42_10, all_46_46_0] -> all_1_46_11 2026.03.04 04:42:00.267517 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.04 04:42:00.271893 [ 221 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Removing 5 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.03.04 04:42:00.669032 [ 220 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.03.04 04:42:00.669081 [ 220 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.03.04 04:42:00.677579 [ 220 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.03.04 04:42:03.029562 [ 50 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:42:03.029614 [ 50 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:42:03.256044 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 45148 2026.03.04 04:42:03.256585 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:03.256631 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:42:03.257124 [ 245 ] {} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.03.04 04:42:03.257364 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:03.257515 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45148 2026.03.04 04:42:03.986871 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:03.987054 [ 261 ] {9554c99c-99df-482a-a478-d5a9516f99b0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:42:03.987123 [ 261 ] {9554c99c-99df-482a-a478-d5a9516f99b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:42:03.987785 [ 261 ] {9554c99c-99df-482a-a478-d5a9516f99b0} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:03.987840 [ 261 ] {9554c99c-99df-482a-a478-d5a9516f99b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:42:03.988724 [ 261 ] {9554c99c-99df-482a-a478-d5a9516f99b0} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2026.03.04 04:42:03.989016 [ 261 ] {9554c99c-99df-482a-a478-d5a9516f99b0} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:03.989204 [ 261 ] {9554c99c-99df-482a-a478-d5a9516f99b0} executeQuery: Read 72 rows, 5.91 KiB in 0.002197 sec., 32771.9617660446 rows/sec., 2.63 MiB/sec. 2026.03.04 04:42:03.989271 [ 261 ] {9554c99c-99df-482a-a478-d5a9516f99b0} TCPHandler: Processed in 0.002532559 sec. 2026.03.04 04:42:03.989426 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:03.989540 [ 261 ] {c77b44f9-c4c5-4ae1-81d2-8263e25eb31f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:42:03.989593 [ 261 ] {c77b44f9-c4c5-4ae1-81d2-8263e25eb31f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:42:03.990055 [ 261 ] {c77b44f9-c4c5-4ae1-81d2-8263e25eb31f} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:03.990094 [ 261 ] {c77b44f9-c4c5-4ae1-81d2-8263e25eb31f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:42:03.990400 [ 261 ] {c77b44f9-c4c5-4ae1-81d2-8263e25eb31f} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.03.04 04:42:03.990606 [ 261 ] {c77b44f9-c4c5-4ae1-81d2-8263e25eb31f} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:03.990740 [ 261 ] {c77b44f9-c4c5-4ae1-81d2-8263e25eb31f} executeQuery: Read 8 rows, 616.00 B in 0.00123 sec., 6504.065040650406 rows/sec., 489.08 KiB/sec. 2026.03.04 04:42:03.990779 [ 261 ] {c77b44f9-c4c5-4ae1-81d2-8263e25eb31f} TCPHandler: Processed in 0.001410647 sec. 2026.03.04 04:42:03.990892 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:03.990989 [ 261 ] {142b42d1-6aca-4c5d-b639-b2a10984ab34} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:42:03.991030 [ 261 ] {142b42d1-6aca-4c5d-b639-b2a10984ab34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:42:03.991447 [ 261 ] {142b42d1-6aca-4c5d-b639-b2a10984ab34} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:03.991481 [ 261 ] {142b42d1-6aca-4c5d-b639-b2a10984ab34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:42:03.991775 [ 261 ] {142b42d1-6aca-4c5d-b639-b2a10984ab34} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2026.03.04 04:42:03.991993 [ 261 ] {142b42d1-6aca-4c5d-b639-b2a10984ab34} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:03.992116 [ 261 ] {142b42d1-6aca-4c5d-b639-b2a10984ab34} executeQuery: Read 72 rows, 5.76 KiB in 0.001148 sec., 62717.77003484321 rows/sec., 4.90 MiB/sec. 2026.03.04 04:42:03.992153 [ 261 ] {142b42d1-6aca-4c5d-b639-b2a10984ab34} TCPHandler: Processed in 0.001310545 sec. 2026.03.04 04:42:03.992265 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:03.992360 [ 261 ] {3926ba61-54aa-4901-bc99-39721f695016} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:42:03.992402 [ 261 ] {3926ba61-54aa-4901-bc99-39721f695016} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:42:03.992811 [ 261 ] {3926ba61-54aa-4901-bc99-39721f695016} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:03.992845 [ 261 ] {3926ba61-54aa-4901-bc99-39721f695016} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:42:03.993159 [ 261 ] {3926ba61-54aa-4901-bc99-39721f695016} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2026.03.04 04:42:03.993378 [ 261 ] {3926ba61-54aa-4901-bc99-39721f695016} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:03.993502 [ 261 ] {3926ba61-54aa-4901-bc99-39721f695016} executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. 2026.03.04 04:42:03.993538 [ 261 ] {3926ba61-54aa-4901-bc99-39721f695016} TCPHandler: Processed in 0.001321176 sec. 2026.03.04 04:42:03.993656 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:03.993749 [ 261 ] {038a113c-c851-4205-bd5c-28f3bbfad89f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:42:03.993803 [ 261 ] {038a113c-c851-4205-bd5c-28f3bbfad89f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:42:03.994569 [ 261 ] {038a113c-c851-4205-bd5c-28f3bbfad89f} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:03.994606 [ 261 ] {038a113c-c851-4205-bd5c-28f3bbfad89f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:42:03.995112 [ 261 ] {038a113c-c851-4205-bd5c-28f3bbfad89f} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2026.03.04 04:42:03.995331 [ 261 ] {038a113c-c851-4205-bd5c-28f3bbfad89f} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:03.995465 [ 261 ] {038a113c-c851-4205-bd5c-28f3bbfad89f} executeQuery: Read 8 rows, 14.68 KiB in 0.001734 sec., 4613.610149942329 rows/sec., 8.27 MiB/sec. 2026.03.04 04:42:03.995533 [ 261 ] {038a113c-c851-4205-bd5c-28f3bbfad89f} TCPHandler: Processed in 0.001925027 sec. 2026.03.04 04:42:03.995655 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:03.995749 [ 261 ] {a8f54c8b-867e-4c4c-a66a-a889d53be543} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:42:03.995790 [ 261 ] {a8f54c8b-867e-4c4c-a66a-a889d53be543} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:42:03.996123 [ 261 ] {a8f54c8b-867e-4c4c-a66a-a889d53be543} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:03.996156 [ 261 ] {a8f54c8b-867e-4c4c-a66a-a889d53be543} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:42:03.996454 [ 261 ] {a8f54c8b-867e-4c4c-a66a-a889d53be543} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2026.03.04 04:42:03.996669 [ 261 ] {a8f54c8b-867e-4c4c-a66a-a889d53be543} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:03.996798 [ 261 ] {a8f54c8b-867e-4c4c-a66a-a889d53be543} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2026.03.04 04:42:03.996833 [ 261 ] {a8f54c8b-867e-4c4c-a66a-a889d53be543} TCPHandler: Processed in 0.001225694 sec. 2026.03.04 04:42:05.695331 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 708 2026.03.04 04:42:05.714840 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:05.714893 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:42:05.721294 [ 244 ] {} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2026.03.04 04:42:05.722026 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:05.725800 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 708 2026.03.04 04:42:08.412227 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 2524 2026.03.04 04:42:08.414740 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:08.414787 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:42:08.415955 [ 243 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2026.03.04 04:42:08.416213 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:08.416379 [ 48 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2026.03.04 04:42:08.416447 [ 48 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:08.416472 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:42:08.416483 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2524 2026.03.04 04:42:08.416584 [ 192 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2026.03.04 04:42:08.417181 [ 192 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:08.417321 [ 192 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2348 rows starting from the beginning of the part 2026.03.04 04:42:08.417656 [ 192 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 48 rows starting from the beginning of the part 2026.03.04 04:42:08.417962 [ 192 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 34 rows starting from the beginning of the part 2026.03.04 04:42:08.418259 [ 192 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 32 rows starting from the beginning of the part 2026.03.04 04:42:08.418540 [ 192 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 38 rows starting from the beginning of the part 2026.03.04 04:42:08.418839 [ 192 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 24 rows starting from the beginning of the part 2026.03.04 04:42:08.425930 [ 190 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2524 rows, containing 72 columns (72 merged, 0 gathered) in 0.00939187 sec., 268743.07246586675 rows/sec., 205.10 MiB/sec. 2026.03.04 04:42:08.428675 [ 194 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2026.03.04 04:42:08.429349 [ 194 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_71_14} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:08.429442 [ 194 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_71_14} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2026.03.04 04:42:08.429829 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.02 MiB. 2026.03.04 04:42:08.989766 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:08.989969 [ 261 ] {0da529ee-c576-43fd-ba2a-4ab4dc682dc2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:42:08.990045 [ 261 ] {0da529ee-c576-43fd-ba2a-4ab4dc682dc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:42:08.990725 [ 261 ] {0da529ee-c576-43fd-ba2a-4ab4dc682dc2} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:08.990777 [ 261 ] {0da529ee-c576-43fd-ba2a-4ab4dc682dc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:42:08.991190 [ 261 ] {0da529ee-c576-43fd-ba2a-4ab4dc682dc2} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.04 04:42:08.991444 [ 261 ] {0da529ee-c576-43fd-ba2a-4ab4dc682dc2} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:08.991610 [ 261 ] {0da529ee-c576-43fd-ba2a-4ab4dc682dc2} executeQuery: Read 24 rows, 2.04 KiB in 0.001696 sec., 14150.943396226416 rows/sec., 1.17 MiB/sec. 2026.03.04 04:42:08.991667 [ 261 ] {0da529ee-c576-43fd-ba2a-4ab4dc682dc2} TCPHandler: Processed in 0.00204352 sec. 2026.03.04 04:42:08.991803 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:08.991907 [ 261 ] {5d4e3adc-2ea0-474a-862d-5eeb2237b205} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:42:08.991951 [ 261 ] {5d4e3adc-2ea0-474a-862d-5eeb2237b205} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:42:08.992367 [ 261 ] {5d4e3adc-2ea0-474a-862d-5eeb2237b205} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:08.992405 [ 261 ] {5d4e3adc-2ea0-474a-862d-5eeb2237b205} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:42:08.992702 [ 261 ] {5d4e3adc-2ea0-474a-862d-5eeb2237b205} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.03.04 04:42:08.992910 [ 261 ] {5d4e3adc-2ea0-474a-862d-5eeb2237b205} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:08.993044 [ 261 ] {5d4e3adc-2ea0-474a-862d-5eeb2237b205} executeQuery: Read 2 rows, 167.00 B in 0.00116 sec., 1724.1379310344828 rows/sec., 140.59 KiB/sec. 2026.03.04 04:42:08.993085 [ 261 ] {5d4e3adc-2ea0-474a-862d-5eeb2237b205} TCPHandler: Processed in 0.001336146 sec. 2026.03.04 04:42:08.993197 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:08.993292 [ 261 ] {b7e3ec2e-38f2-4a7a-a537-250ea0d70998} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:42:08.993334 [ 261 ] {b7e3ec2e-38f2-4a7a-a537-250ea0d70998} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:42:08.993865 [ 261 ] {b7e3ec2e-38f2-4a7a-a537-250ea0d70998} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:08.993901 [ 261 ] {b7e3ec2e-38f2-4a7a-a537-250ea0d70998} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:42:08.994224 [ 261 ] {b7e3ec2e-38f2-4a7a-a537-250ea0d70998} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2026.03.04 04:42:08.994441 [ 261 ] {b7e3ec2e-38f2-4a7a-a537-250ea0d70998} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:08.994570 [ 261 ] {b7e3ec2e-38f2-4a7a-a537-250ea0d70998} executeQuery: Read 243 rows, 22.23 KiB in 0.001296 sec., 187500 rows/sec., 16.75 MiB/sec. 2026.03.04 04:42:08.994609 [ 261 ] {b7e3ec2e-38f2-4a7a-a537-250ea0d70998} TCPHandler: Processed in 0.001462829 sec. 2026.03.04 04:42:08.994736 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:08.994831 [ 261 ] {b27a0832-9a73-46ca-81e5-8d47bc052832} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:42:08.994871 [ 261 ] {b27a0832-9a73-46ca-81e5-8d47bc052832} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:42:08.995286 [ 261 ] {b27a0832-9a73-46ca-81e5-8d47bc052832} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:08.995322 [ 261 ] {b27a0832-9a73-46ca-81e5-8d47bc052832} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:42:08.995620 [ 261 ] {b27a0832-9a73-46ca-81e5-8d47bc052832} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.03.04 04:42:08.995830 [ 261 ] {b27a0832-9a73-46ca-81e5-8d47bc052832} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:08.995962 [ 261 ] {b27a0832-9a73-46ca-81e5-8d47bc052832} executeQuery: Read 47 rows, 3.58 KiB in 0.00115 sec., 40869.565217391304 rows/sec., 3.04 MiB/sec. 2026.03.04 04:42:08.995959 [ 47 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2026.03.04 04:42:08.996002 [ 261 ] {b27a0832-9a73-46ca-81e5-8d47bc052832} TCPHandler: Processed in 0.001316015 sec. 2026.03.04 04:42:08.996038 [ 47 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:08.996064 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:42:08.996138 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:08.996191 [ 186 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2026.03.04 04:42:08.996236 [ 261 ] {96c47248-d24e-40dd-9adf-919bbff49684} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:42:08.996281 [ 261 ] {96c47248-d24e-40dd-9adf-919bbff49684} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:42:08.996337 [ 186 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:08.996379 [ 186 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 226 rows starting from the beginning of the part 2026.03.04 04:42:08.996451 [ 186 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 33 rows starting from the beginning of the part 2026.03.04 04:42:08.996498 [ 186 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 23 rows starting from the beginning of the part 2026.03.04 04:42:08.996543 [ 186 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 33 rows starting from the beginning of the part 2026.03.04 04:42:08.996587 [ 186 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 8 rows starting from the beginning of the part 2026.03.04 04:42:08.996629 [ 186 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 47 rows starting from the beginning of the part 2026.03.04 04:42:08.996702 [ 261 ] {96c47248-d24e-40dd-9adf-919bbff49684} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:08.996743 [ 261 ] {96c47248-d24e-40dd-9adf-919bbff49684} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:42:08.997090 [ 261 ] {96c47248-d24e-40dd-9adf-919bbff49684} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.04 04:42:08.997320 [ 261 ] {96c47248-d24e-40dd-9adf-919bbff49684} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:08.997458 [ 261 ] {96c47248-d24e-40dd-9adf-919bbff49684} executeQuery: Read 24 rows, 2.04 KiB in 0.001239 sec., 19370.46004842615 rows/sec., 1.61 MiB/sec. 2026.03.04 04:42:08.997498 [ 261 ] {96c47248-d24e-40dd-9adf-919bbff49684} TCPHandler: Processed in 0.001410187 sec. 2026.03.04 04:42:08.997566 [ 195 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 370 rows, containing 5 columns (5 merged, 0 gathered) in 0.001438248 sec., 257257.44099765827 rows/sec., 18.41 MiB/sec. 2026.03.04 04:42:08.997613 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:08.997713 [ 261 ] {ebe235cb-1633-4266-92f5-1627b6ff7f47} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:42:08.997754 [ 261 ] {ebe235cb-1633-4266-92f5-1627b6ff7f47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:42:08.997788 [ 196 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2026.03.04 04:42:08.998145 [ 196 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_136_27} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:08.998170 [ 261 ] {ebe235cb-1633-4266-92f5-1627b6ff7f47} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:08.998213 [ 261 ] {ebe235cb-1633-4266-92f5-1627b6ff7f47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:42:08.998233 [ 196 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_136_27} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2026.03.04 04:42:08.998340 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.04 04:42:08.998522 [ 261 ] {ebe235cb-1633-4266-92f5-1627b6ff7f47} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.03.04 04:42:08.998745 [ 261 ] {ebe235cb-1633-4266-92f5-1627b6ff7f47} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:08.998880 [ 261 ] {ebe235cb-1633-4266-92f5-1627b6ff7f47} executeQuery: Read 12 rows, 960.00 B in 0.001184 sec., 10135.135135135135 rows/sec., 791.81 KiB/sec. 2026.03.04 04:42:08.998919 [ 261 ] {ebe235cb-1633-4266-92f5-1627b6ff7f47} TCPHandler: Processed in 0.001354787 sec. 2026.03.04 04:42:08.999033 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:08.999126 [ 261 ] {8cefa4db-c832-4c71-a566-564d2bdefaf6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:42:08.999166 [ 261 ] {8cefa4db-c832-4c71-a566-564d2bdefaf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:42:08.999636 [ 261 ] {8cefa4db-c832-4c71-a566-564d2bdefaf6} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:08.999673 [ 261 ] {8cefa4db-c832-4c71-a566-564d2bdefaf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:42:08.999982 [ 261 ] {8cefa4db-c832-4c71-a566-564d2bdefaf6} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2026.03.04 04:42:09.000321 [ 261 ] {8cefa4db-c832-4c71-a566-564d2bdefaf6} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:09.000454 [ 261 ] {8cefa4db-c832-4c71-a566-564d2bdefaf6} executeQuery: Read 135 rows, 11.18 KiB in 0.001344 sec., 100446.42857142858 rows/sec., 8.12 MiB/sec. 2026.03.04 04:42:09.000492 [ 261 ] {8cefa4db-c832-4c71-a566-564d2bdefaf6} TCPHandler: Processed in 0.001509069 sec. 2026.03.04 04:42:09.000602 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:09.000698 [ 261 ] {4da5e0bc-cc22-420e-b530-56d3f91877c5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:42:09.000742 [ 261 ] {4da5e0bc-cc22-420e-b530-56d3f91877c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:42:09.001154 [ 261 ] {4da5e0bc-cc22-420e-b530-56d3f91877c5} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:09.001191 [ 261 ] {4da5e0bc-cc22-420e-b530-56d3f91877c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:42:09.001535 [ 261 ] {4da5e0bc-cc22-420e-b530-56d3f91877c5} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2026.03.04 04:42:09.001759 [ 261 ] {4da5e0bc-cc22-420e-b530-56d3f91877c5} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:09.001890 [ 261 ] {4da5e0bc-cc22-420e-b530-56d3f91877c5} executeQuery: Read 197 rows, 14.47 KiB in 0.00121 sec., 162809.9173553719 rows/sec., 11.68 MiB/sec. 2026.03.04 04:42:09.001928 [ 261 ] {4da5e0bc-cc22-420e-b530-56d3f91877c5} TCPHandler: Processed in 0.001375267 sec. 2026.03.04 04:42:09.002043 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:09.002138 [ 261 ] {d5121db2-e03a-42ee-b9ae-cb8997671b22} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:42:09.002194 [ 261 ] {d5121db2-e03a-42ee-b9ae-cb8997671b22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:42:09.003079 [ 261 ] {d5121db2-e03a-42ee-b9ae-cb8997671b22} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:09.003116 [ 261 ] {d5121db2-e03a-42ee-b9ae-cb8997671b22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:42:09.003690 [ 261 ] {d5121db2-e03a-42ee-b9ae-cb8997671b22} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2026.03.04 04:42:09.003912 [ 261 ] {d5121db2-e03a-42ee-b9ae-cb8997671b22} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:09.004053 [ 261 ] {d5121db2-e03a-42ee-b9ae-cb8997671b22} executeQuery: Read 33 rows, 60.55 KiB in 0.001932 sec., 17080.745341614907 rows/sec., 30.61 MiB/sec. 2026.03.04 04:42:09.004120 [ 261 ] {d5121db2-e03a-42ee-b9ae-cb8997671b22} TCPHandler: Processed in 0.002126631 sec. 2026.03.04 04:42:09.004236 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:09.004333 [ 261 ] {94118424-c3db-4497-a130-87717b194be2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:42:09.004375 [ 261 ] {94118424-c3db-4497-a130-87717b194be2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:42:09.004716 [ 261 ] {94118424-c3db-4497-a130-87717b194be2} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:09.004752 [ 261 ] {94118424-c3db-4497-a130-87717b194be2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.99 GiB. 2026.03.04 04:42:09.005066 [ 261 ] {94118424-c3db-4497-a130-87717b194be2} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2026.03.04 04:42:09.005288 [ 261 ] {94118424-c3db-4497-a130-87717b194be2} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:09.005421 [ 261 ] {94118424-c3db-4497-a130-87717b194be2} executeQuery: Read 60 rows, 4.14 KiB in 0.001107 sec., 54200.54200542006 rows/sec., 3.65 MiB/sec. 2026.03.04 04:42:09.005458 [ 261 ] {94118424-c3db-4497-a130-87717b194be2} TCPHandler: Processed in 0.001271425 sec. 2026.03.04 04:42:10.757765 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 45596 2026.03.04 04:42:10.758298 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:10.758345 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.49 GiB. 2026.03.04 04:42:10.758832 [ 245 ] {} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.03.04 04:42:10.759061 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:10.759210 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45596 2026.03.04 04:42:10.759281 [ 221 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:42:10.759317 [ 221 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:42:10.762673 [ 221 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:42:11.074102 [ 217 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:42:11.074169 [ 217 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:42:11.077652 [ 217 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:42:12.000186 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 402.99 MiB, peak 422.94 MiB, free memory in arenas 0.00 B, will set to 406.99 MiB (RSS), difference: 4.00 MiB 2026.03.04 04:42:13.225869 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 716 2026.03.04 04:42:13.243724 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:13.243792 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.49 GiB. 2026.03.04 04:42:13.250099 [ 244 ] {} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2026.03.04 04:42:13.250796 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:13.254277 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 716 2026.03.04 04:42:13.985892 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:13.986092 [ 261 ] {4ea33763-19d1-41da-bc94-b78649245e08} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:42:13.986168 [ 261 ] {4ea33763-19d1-41da-bc94-b78649245e08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:42:13.986875 [ 261 ] {4ea33763-19d1-41da-bc94-b78649245e08} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:13.986923 [ 261 ] {4ea33763-19d1-41da-bc94-b78649245e08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.49 GiB. 2026.03.04 04:42:13.987338 [ 261 ] {4ea33763-19d1-41da-bc94-b78649245e08} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2026.03.04 04:42:13.987567 [ 261 ] {4ea33763-19d1-41da-bc94-b78649245e08} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:13.987730 [ 261 ] {4ea33763-19d1-41da-bc94-b78649245e08} executeQuery: Read 72 rows, 5.91 KiB in 0.001691 sec., 42578.356002365465 rows/sec., 3.42 MiB/sec. 2026.03.04 04:42:13.987729 [ 41 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 2026.03.04 04:42:13.987785 [ 261 ] {4ea33763-19d1-41da-bc94-b78649245e08} TCPHandler: Processed in 0.002034329 sec. 2026.03.04 04:42:13.987786 [ 41 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:13.987818 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.49 GiB. 2026.03.04 04:42:13.987919 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:13.987952 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_161_32} MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full 2026.03.04 04:42:13.988025 [ 261 ] {7c337b9b-fe01-4471-8fbb-22551005370d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:42:13.988073 [ 261 ] {7c337b9b-fe01-4471-8fbb-22551005370d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:42:13.988107 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_161_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:13.988150 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 2895 rows starting from the beginning of the part 2026.03.04 04:42:13.988229 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 56 rows starting from the beginning of the part 2026.03.04 04:42:13.988278 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 122 rows starting from the beginning of the part 2026.03.04 04:42:13.988323 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 72 rows starting from the beginning of the part 2026.03.04 04:42:13.988365 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 243 rows starting from the beginning of the part 2026.03.04 04:42:13.988404 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 72 rows starting from the beginning of the part 2026.03.04 04:42:13.988494 [ 261 ] {7c337b9b-fe01-4471-8fbb-22551005370d} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:13.988537 [ 261 ] {7c337b9b-fe01-4471-8fbb-22551005370d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:13.988877 [ 261 ] {7c337b9b-fe01-4471-8fbb-22551005370d} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.03.04 04:42:13.989103 [ 261 ] {7c337b9b-fe01-4471-8fbb-22551005370d} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:13.989247 [ 261 ] {7c337b9b-fe01-4471-8fbb-22551005370d} executeQuery: Read 8 rows, 616.00 B in 0.001247 sec., 6415.396952686448 rows/sec., 482.41 KiB/sec. 2026.03.04 04:42:13.989288 [ 261 ] {7c337b9b-fe01-4471-8fbb-22551005370d} TCPHandler: Processed in 0.001421588 sec. 2026.03.04 04:42:13.989331 [ 223 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.03.04 04:42:13.989366 [ 223 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.03.04 04:42:13.989403 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:13.989508 [ 261 ] {41af03ce-f707-4238-8d55-30180bb1cf9c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:42:13.989551 [ 261 ] {41af03ce-f707-4238-8d55-30180bb1cf9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:42:13.989925 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_161_32} MergeTask::MergeProjectionsStage: Merge sorted 3460 rows, containing 5 columns (5 merged, 0 gathered) in 0.002033069 sec., 1701860.586138493 rows/sec., 139.89 MiB/sec. 2026.03.04 04:42:13.989994 [ 261 ] {41af03ce-f707-4238-8d55-30180bb1cf9c} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:13.990035 [ 261 ] {41af03ce-f707-4238-8d55-30180bb1cf9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.49 GiB. 2026.03.04 04:42:13.990271 [ 200 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_161_32} MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) 2026.03.04 04:42:13.990366 [ 261 ] {41af03ce-f707-4238-8d55-30180bb1cf9c} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2026.03.04 04:42:13.990652 [ 200 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_161_32} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:13.990687 [ 261 ] {41af03ce-f707-4238-8d55-30180bb1cf9c} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:13.990760 [ 200 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_161_32} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 2026.03.04 04:42:13.990823 [ 41 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 2026.03.04 04:42:13.990838 [ 261 ] {41af03ce-f707-4238-8d55-30180bb1cf9c} executeQuery: Read 72 rows, 5.76 KiB in 0.001348 sec., 53412.46290801187 rows/sec., 4.17 MiB/sec. 2026.03.04 04:42:13.990864 [ 41 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:13.990886 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.49 GiB. 2026.03.04 04:42:13.990893 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2026.03.04 04:42:13.990894 [ 261 ] {41af03ce-f707-4238-8d55-30180bb1cf9c} TCPHandler: Processed in 0.00154116 sec. 2026.03.04 04:42:13.990992 [ 195 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_161_32} MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full 2026.03.04 04:42:13.991034 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:13.991088 [ 195 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_161_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:13.991118 [ 195 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 1552 rows starting from the beginning of the part 2026.03.04 04:42:13.991136 [ 261 ] {1e8f2109-d743-423d-8091-12600e73999a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:42:13.991164 [ 195 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 64 rows starting from the beginning of the part 2026.03.04 04:42:13.991183 [ 261 ] {1e8f2109-d743-423d-8091-12600e73999a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:42:13.991210 [ 195 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 97 rows starting from the beginning of the part 2026.03.04 04:42:13.991250 [ 195 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 72 rows starting from the beginning of the part 2026.03.04 04:42:13.991285 [ 195 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 135 rows starting from the beginning of the part 2026.03.04 04:42:13.991320 [ 195 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 72 rows starting from the beginning of the part 2026.03.04 04:42:13.991616 [ 261 ] {1e8f2109-d743-423d-8091-12600e73999a} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:13.991658 [ 261 ] {1e8f2109-d743-423d-8091-12600e73999a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:13.992016 [ 261 ] {1e8f2109-d743-423d-8091-12600e73999a} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2026.03.04 04:42:13.992340 [ 261 ] {1e8f2109-d743-423d-8091-12600e73999a} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:13.992346 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_161_32} MergeTask::MergeProjectionsStage: Merge sorted 1992 rows, containing 5 columns (5 merged, 0 gathered) in 0.001385007 sec., 1438259.8788309374 rows/sec., 108.76 MiB/sec. 2026.03.04 04:42:13.992469 [ 41 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 2 parts from all_1_156_38 to all_157_157_0 2026.03.04 04:42:13.992493 [ 261 ] {1e8f2109-d743-423d-8091-12600e73999a} executeQuery: Read 160 rows, 11.41 KiB in 0.001377 sec., 116194.62599854756 rows/sec., 8.09 MiB/sec. 2026.03.04 04:42:13.992495 [ 41 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:13.992523 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.49 GiB. 2026.03.04 04:42:13.992533 [ 261 ] {1e8f2109-d743-423d-8091-12600e73999a} TCPHandler: Processed in 0.00155008 sec. 2026.03.04 04:42:13.992579 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_161_32} MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) 2026.03.04 04:42:13.992590 [ 196 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_157_39} MergeTask::PrepareStage: Merging 2 parts: from all_1_156_38 to all_157_157_0 into Compact with storage Full 2026.03.04 04:42:13.992641 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:13.992708 [ 196 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_157_39} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:13.992740 [ 261 ] {9c418ee0-e00f-4052-9886-449ceb2dd881} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:42:13.992748 [ 196 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_157_39} MergeTreeSequentialSource: Reading 8 marks from part all_1_156_38, total 51908 rows starting from the beginning of the part 2026.03.04 04:42:13.992804 [ 261 ] {9c418ee0-e00f-4052-9886-449ceb2dd881} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:42:13.992827 [ 196 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_157_39} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 128 rows starting from the beginning of the part 2026.03.04 04:42:13.992929 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_161_32} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:13.992962 [ 223 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.03.04 04:42:13.993021 [ 189 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_161_32} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 2026.03.04 04:42:13.993140 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.03.04 04:42:13.993643 [ 261 ] {9c418ee0-e00f-4052-9886-449ceb2dd881} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:13.993680 [ 261 ] {9c418ee0-e00f-4052-9886-449ceb2dd881} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:13.994231 [ 261 ] {9c418ee0-e00f-4052-9886-449ceb2dd881} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2026.03.04 04:42:13.994473 [ 261 ] {9c418ee0-e00f-4052-9886-449ceb2dd881} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:13.994586 [ 41 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2026.03.04 04:42:13.994612 [ 41 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:13.994622 [ 261 ] {9c418ee0-e00f-4052-9886-449ceb2dd881} executeQuery: Read 8 rows, 14.68 KiB in 0.0019 sec., 4210.526315789473 rows/sec., 7.55 MiB/sec. 2026.03.04 04:42:13.994627 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:13.994704 [ 195 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2026.03.04 04:42:13.994715 [ 261 ] {9c418ee0-e00f-4052-9886-449ceb2dd881} TCPHandler: Processed in 0.002122651 sec. 2026.03.04 04:42:13.994858 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:13.994897 [ 195 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:13.994965 [ 195 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 2927 rows starting from the beginning of the part 2026.03.04 04:42:13.994968 [ 261 ] {9418a945-a675-4238-9c22-ac59791d8339} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:42:13.995032 [ 261 ] {9418a945-a675-4238-9c22-ac59791d8339} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:42:13.995116 [ 195 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 19 rows starting from the beginning of the part 2026.03.04 04:42:13.995272 [ 195 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 33 rows starting from the beginning of the part 2026.03.04 04:42:13.995428 [ 195 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 8 rows starting from the beginning of the part 2026.03.04 04:42:13.995464 [ 261 ] {9418a945-a675-4238-9c22-ac59791d8339} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:13.995511 [ 261 ] {9418a945-a675-4238-9c22-ac59791d8339} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:13.995575 [ 195 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 33 rows starting from the beginning of the part 2026.03.04 04:42:13.995734 [ 195 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 8 rows starting from the beginning of the part 2026.03.04 04:42:13.995916 [ 261 ] {9418a945-a675-4238-9c22-ac59791d8339} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2026.03.04 04:42:13.996197 [ 261 ] {9418a945-a675-4238-9c22-ac59791d8339} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:13.996378 [ 261 ] {9418a945-a675-4238-9c22-ac59791d8339} executeQuery: Read 60 rows, 4.14 KiB in 0.001433 sec., 41870.2023726448 rows/sec., 2.82 MiB/sec. 2026.03.04 04:42:13.996403 [ 40 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 2026.03.04 04:42:13.996430 [ 261 ] {9418a945-a675-4238-9c22-ac59791d8339} TCPHandler: Processed in 0.001622752 sec. 2026.03.04 04:42:13.996479 [ 40 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:13.996515 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:13.996631 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_161_32} MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full 2026.03.04 04:42:13.996749 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_161_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:13.996785 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_161_32} MergeTreeSequentialSource: Reading 3 marks from part all_1_156_31, total 8532 rows starting from the beginning of the part 2026.03.04 04:42:13.996858 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 48 rows starting from the beginning of the part 2026.03.04 04:42:13.996915 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 60 rows starting from the beginning of the part 2026.03.04 04:42:13.996972 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 60 rows starting from the beginning of the part 2026.03.04 04:42:13.997023 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 60 rows starting from the beginning of the part 2026.03.04 04:42:13.997072 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 60 rows starting from the beginning of the part 2026.03.04 04:42:14.000235 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 426.72 MiB, peak 427.30 MiB, free memory in arenas 0.00 B, will set to 408.82 MiB (RSS), difference: -17.90 MiB 2026.03.04 04:42:14.000735 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_161_32} MergeTask::MergeProjectionsStage: Merge sorted 8820 rows, containing 4 columns (4 merged, 0 gathered) in 0.00414681 sec., 2126936.126805906 rows/sec., 141.54 MiB/sec. 2026.03.04 04:42:14.000987 [ 197 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_161_32} MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) 2026.03.04 04:42:14.001357 [ 197 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_161_32} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:14.001439 [ 197 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_161_32} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 2026.03.04 04:42:14.001539 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. 2026.03.04 04:42:14.004329 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_157_39} MergeTask::MergeProjectionsStage: Merge sorted 52036 rows, containing 5 columns (5 merged, 0 gathered) in 0.011765877 sec., 4422619.750316955 rows/sec., 291.56 MiB/sec. 2026.03.04 04:42:14.004905 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_157_39} MergedBlockOutputStream: filled checksums all_1_157_39 (state Temporary) 2026.03.04 04:42:14.005318 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_157_39} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_157_39 to all_1_157_39 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:14.005440 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_157_39} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 2 parts: [all_1_156_38, all_157_157_0] -> all_1_157_39 2026.03.04 04:42:14.005565 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.03.04 04:42:14.011463 [ 187 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 3028 rows, containing 19 columns (19 merged, 0 gathered) in 0.016786664 sec., 180381.28361894895 rows/sec., 323.23 MiB/sec. 2026.03.04 04:42:14.014052 [ 191 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2026.03.04 04:42:14.014437 [ 191 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_136_27} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:14.014526 [ 191 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_136_27} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2026.03.04 04:42:14.014633 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.49 MiB. 2026.03.04 04:42:15.000328 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 390.24 MiB, peak 427.30 MiB, free memory in arenas 0.00 B, will set to 414.45 MiB (RSS), difference: 24.21 MiB 2026.03.04 04:42:15.833756 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37745 2026.03.04 04:42:15.833869 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.833895 [ 259 ] {} TCP-Session: 7c17809a-3218-40ca-aa41-5c886a0d779a Authenticating user 'default' from [fd00:1122:3344:101::e]:37745 2026.03.04 04:42:15.833917 [ 259 ] {} TCP-Session: 7c17809a-3218-40ca-aa41-5c886a0d779a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.833931 [ 259 ] {} TCP-Session: 7c17809a-3218-40ca-aa41-5c886a0d779a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.834127 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55227 2026.03.04 04:42:15.834212 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.834238 [ 286 ] {} TCP-Session: cf7cf984-8ede-4938-b1b4-75e4c0e4701a Authenticating user 'default' from [fd00:1122:3344:101::e]:55227 2026.03.04 04:42:15.834257 [ 286 ] {} TCP-Session: cf7cf984-8ede-4938-b1b4-75e4c0e4701a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.834273 [ 286 ] {} TCP-Session: cf7cf984-8ede-4938-b1b4-75e4c0e4701a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.834330 [ 259 ] {} TCP-Session: 7c17809a-3218-40ca-aa41-5c886a0d779a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:15.834495 [ 259 ] {f7820ed7-bdf1-4203-a9fa-41577cb5f050} executeQuery: (from [fd00:1122:3344:101::e]:37745) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:42:15.834766 [ 259 ] {f7820ed7-bdf1-4203-a9fa-41577cb5f050} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:42:15.834820 [ 259 ] {f7820ed7-bdf1-4203-a9fa-41577cb5f050} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:15.835095 [ 259 ] {f7820ed7-bdf1-4203-a9fa-41577cb5f050} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:42:15.835949 [ 300 ] {f7820ed7-bdf1-4203-a9fa-41577cb5f050} AggregatingTransform: Aggregating 2026.03.04 04:42:15.836000 [ 300 ] {f7820ed7-bdf1-4203-a9fa-41577cb5f050} Aggregator: Aggregation method: without_key 2026.03.04 04:42:15.836035 [ 300 ] {f7820ed7-bdf1-4203-a9fa-41577cb5f050} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000842107 sec. (1187.498 rows/sec., 46.39 KiB/sec.) 2026.03.04 04:42:15.836053 [ 300 ] {f7820ed7-bdf1-4203-a9fa-41577cb5f050} Aggregator: Merging aggregated data 2026.03.04 04:42:15.836436 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35171 2026.03.04 04:42:15.836444 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48567 2026.03.04 04:42:15.836490 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48897 2026.03.04 04:42:15.836538 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50348 2026.03.04 04:42:15.836552 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.836584 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.836589 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36526 2026.03.04 04:42:15.836623 [ 288 ] {} TCP-Session: cd5a2b75-ba90-4b38-8968-6d9d63241271 Authenticating user 'default' from [fd00:1122:3344:101::e]:48567 2026.03.04 04:42:15.836645 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.836670 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50344 2026.03.04 04:42:15.836620 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.836679 [ 353 ] {} TCP-Session: f2272724-60d7-4152-adae-327d0fddc54d Authenticating user 'default' from [fd00:1122:3344:101::e]:50348 2026.03.04 04:42:15.836743 [ 352 ] {} TCP-Session: d9ee025f-e908-4b67-b913-605c567407b1 Authenticating user 'default' from [fd00:1122:3344:101::e]:48897 2026.03.04 04:42:15.836766 [ 353 ] {} TCP-Session: f2272724-60d7-4152-adae-327d0fddc54d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.836778 [ 352 ] {} TCP-Session: d9ee025f-e908-4b67-b913-605c567407b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.836794 [ 353 ] {} TCP-Session: f2272724-60d7-4152-adae-327d0fddc54d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.836810 [ 352 ] {} TCP-Session: d9ee025f-e908-4b67-b913-605c567407b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.836602 [ 351 ] {} TCP-Session: b91cd3b6-9dfd-4df5-b5bc-acafb004245e Authenticating user 'default' from [fd00:1122:3344:101::e]:35171 2026.03.04 04:42:15.836675 [ 288 ] {} TCP-Session: cd5a2b75-ba90-4b38-8968-6d9d63241271 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.836893 [ 351 ] {} TCP-Session: b91cd3b6-9dfd-4df5-b5bc-acafb004245e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.836918 [ 288 ] {} TCP-Session: cd5a2b75-ba90-4b38-8968-6d9d63241271 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.836926 [ 351 ] {} TCP-Session: b91cd3b6-9dfd-4df5-b5bc-acafb004245e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.836612 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57127 2026.03.04 04:42:15.836966 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.837016 [ 354 ] {} TCP-Session: 6f6befa1-b273-4078-b934-3a87d4dc566d Authenticating user 'default' from [fd00:1122:3344:101::e]:36526 2026.03.04 04:42:15.837022 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.837042 [ 354 ] {} TCP-Session: 6f6befa1-b273-4078-b934-3a87d4dc566d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.837052 [ 356 ] {} TCP-Session: 55ce0588-5b64-40e9-9596-2786948b677c Authenticating user 'default' from [fd00:1122:3344:101::e]:50344 2026.03.04 04:42:15.837056 [ 354 ] {} TCP-Session: 6f6befa1-b273-4078-b934-3a87d4dc566d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.837054 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.837070 [ 356 ] {} TCP-Session: 55ce0588-5b64-40e9-9596-2786948b677c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.837101 [ 355 ] {} TCP-Session: e29cf44f-0f2d-477b-9db8-254bb4d6646c Authenticating user 'default' from [fd00:1122:3344:101::e]:57127 2026.03.04 04:42:15.837102 [ 356 ] {} TCP-Session: 55ce0588-5b64-40e9-9596-2786948b677c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.837126 [ 355 ] {} TCP-Session: e29cf44f-0f2d-477b-9db8-254bb4d6646c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.837145 [ 355 ] {} TCP-Session: e29cf44f-0f2d-477b-9db8-254bb4d6646c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.837604 [ 259 ] {f7820ed7-bdf1-4203-a9fa-41577cb5f050} executeQuery: Read 1 rows, 40.00 B in 0.003164 sec., 316.05562579013906 rows/sec., 12.35 KiB/sec. 2026.03.04 04:42:15.837740 [ 259 ] {f7820ed7-bdf1-4203-a9fa-41577cb5f050} TCPHandler: Processed in 0.003520458 sec. 2026.03.04 04:42:15.837895 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.837923 [ 259 ] {} TCP-Session: 7c17809a-3218-40ca-aa41-5c886a0d779a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.837938 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.837965 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.837978 [ 286 ] {} TCP-Session: cf7cf984-8ede-4938-b1b4-75e4c0e4701a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.837990 [ 354 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.838019 [ 288 ] {} TCP-Session: cd5a2b75-ba90-4b38-8968-6d9d63241271 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.838038 [ 356 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.838058 [ 354 ] {} TCP-Session: 6f6befa1-b273-4078-b934-3a87d4dc566d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.838062 [ 355 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.838086 [ 352 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.838110 [ 353 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.838136 [ 355 ] {} TCP-Session: e29cf44f-0f2d-477b-9db8-254bb4d6646c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.838155 [ 352 ] {} TCP-Session: d9ee025f-e908-4b67-b913-605c567407b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.838179 [ 353 ] {} TCP-Session: f2272724-60d7-4152-adae-327d0fddc54d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.838120 [ 351 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.838098 [ 356 ] {} TCP-Session: 55ce0588-5b64-40e9-9596-2786948b677c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.838279 [ 351 ] {} TCP-Session: b91cd3b6-9dfd-4df5-b5bc-acafb004245e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.847944 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52031 2026.03.04 04:42:15.848017 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.848040 [ 259 ] {} TCP-Session: 8e0f0f03-fe72-4817-bbaf-3b23e40b4e9f Authenticating user 'default' from [fd00:1122:3344:101::e]:52031 2026.03.04 04:42:15.848061 [ 259 ] {} TCP-Session: 8e0f0f03-fe72-4817-bbaf-3b23e40b4e9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.848076 [ 259 ] {} TCP-Session: 8e0f0f03-fe72-4817-bbaf-3b23e40b4e9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.848240 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64725 2026.03.04 04:42:15.848251 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52865 2026.03.04 04:42:15.848272 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35729 2026.03.04 04:42:15.848302 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38594 2026.03.04 04:42:15.848332 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.848332 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33034 2026.03.04 04:42:15.848364 [ 288 ] {} TCP-Session: c51be32d-9473-4c3d-8b54-c048d8fb5782 Authenticating user 'default' from [fd00:1122:3344:101::e]:52865 2026.03.04 04:42:15.848370 [ 259 ] {} TCP-Session: 8e0f0f03-fe72-4817-bbaf-3b23e40b4e9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:15.848393 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.848419 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.848437 [ 353 ] {} TCP-Session: a1c038df-424f-4421-9096-b107c7b5f8dd Authenticating user 'default' from [fd00:1122:3344:101::e]:38594 2026.03.04 04:42:15.848393 [ 288 ] {} TCP-Session: c51be32d-9473-4c3d-8b54-c048d8fb5782 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.848462 [ 353 ] {} TCP-Session: a1c038df-424f-4421-9096-b107c7b5f8dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.848455 [ 356 ] {} TCP-Session: e1c338dc-e5bb-447e-b85e-bd3a83f30dab Authenticating user 'default' from [fd00:1122:3344:101::e]:33034 2026.03.04 04:42:15.848474 [ 288 ] {} TCP-Session: c51be32d-9473-4c3d-8b54-c048d8fb5782 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.848491 [ 353 ] {} TCP-Session: a1c038df-424f-4421-9096-b107c7b5f8dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.848505 [ 356 ] {} TCP-Session: e1c338dc-e5bb-447e-b85e-bd3a83f30dab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.848520 [ 259 ] {ab7f7d54-c412-4157-8c51-b2865bee9af1} executeQuery: (from [fd00:1122:3344:101::e]:52031) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:42:15.848537 [ 356 ] {} TCP-Session: e1c338dc-e5bb-447e-b85e-bd3a83f30dab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.848378 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.848316 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.848606 [ 351 ] {} TCP-Session: c3c89520-f95d-4773-8499-30597bfb77d8 Authenticating user 'default' from [fd00:1122:3344:101::e]:35729 2026.03.04 04:42:15.848316 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57976 2026.03.04 04:42:15.848639 [ 351 ] {} TCP-Session: c3c89520-f95d-4773-8499-30597bfb77d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.848629 [ 286 ] {} TCP-Session: 879d650d-3f8b-43b3-839e-bd92ca955f24 Authenticating user 'default' from [fd00:1122:3344:101::e]:64725 2026.03.04 04:42:15.848667 [ 351 ] {} TCP-Session: c3c89520-f95d-4773-8499-30597bfb77d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.848692 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.848707 [ 286 ] {} TCP-Session: 879d650d-3f8b-43b3-839e-bd92ca955f24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.848722 [ 259 ] {ab7f7d54-c412-4157-8c51-b2865bee9af1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:42:15.848737 [ 286 ] {} TCP-Session: 879d650d-3f8b-43b3-839e-bd92ca955f24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.848315 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41038 2026.03.04 04:42:15.848768 [ 259 ] {ab7f7d54-c412-4157-8c51-b2865bee9af1} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:15.848286 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42384 2026.03.04 04:42:15.848724 [ 355 ] {} TCP-Session: 63960de3-08a0-4a32-8642-bc02bcaa1754 Authenticating user 'default' from [fd00:1122:3344:101::e]:57976 2026.03.04 04:42:15.848823 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.848848 [ 355 ] {} TCP-Session: 63960de3-08a0-4a32-8642-bc02bcaa1754 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.848860 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.848871 [ 355 ] {} TCP-Session: 63960de3-08a0-4a32-8642-bc02bcaa1754 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.848891 [ 352 ] {} TCP-Session: 20683aff-fa1c-473f-b9bb-14a9d3ff8577 Authenticating user 'default' from [fd00:1122:3344:101::e]:42384 2026.03.04 04:42:15.848864 [ 354 ] {} TCP-Session: e5eb8584-9fd7-4ad6-869c-9f27a3d41afb Authenticating user 'default' from [fd00:1122:3344:101::e]:41038 2026.03.04 04:42:15.848918 [ 352 ] {} TCP-Session: 20683aff-fa1c-473f-b9bb-14a9d3ff8577 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.849016 [ 354 ] {} TCP-Session: e5eb8584-9fd7-4ad6-869c-9f27a3d41afb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.849023 [ 259 ] {ab7f7d54-c412-4157-8c51-b2865bee9af1} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:42:15.849032 [ 352 ] {} TCP-Session: 20683aff-fa1c-473f-b9bb-14a9d3ff8577 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.849044 [ 354 ] {} TCP-Session: e5eb8584-9fd7-4ad6-869c-9f27a3d41afb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.849955 [ 336 ] {ab7f7d54-c412-4157-8c51-b2865bee9af1} AggregatingTransform: Aggregating 2026.03.04 04:42:15.849993 [ 336 ] {ab7f7d54-c412-4157-8c51-b2865bee9af1} Aggregator: Aggregation method: without_key 2026.03.04 04:42:15.850020 [ 336 ] {ab7f7d54-c412-4157-8c51-b2865bee9af1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000899678 sec. (1111.509 rows/sec., 43.42 KiB/sec.) 2026.03.04 04:42:15.850037 [ 336 ] {ab7f7d54-c412-4157-8c51-b2865bee9af1} Aggregator: Merging aggregated data 2026.03.04 04:42:15.851378 [ 259 ] {ab7f7d54-c412-4157-8c51-b2865bee9af1} executeQuery: Read 1 rows, 40.00 B in 0.002897 sec., 345.18467380048327 rows/sec., 13.48 KiB/sec. 2026.03.04 04:42:15.851563 [ 259 ] {ab7f7d54-c412-4157-8c51-b2865bee9af1} TCPHandler: Processed in 0.003257302 sec. 2026.03.04 04:42:15.851683 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.851705 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.851710 [ 259 ] {} TCP-Session: 8e0f0f03-fe72-4817-bbaf-3b23e40b4e9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.851724 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.851741 [ 286 ] {} TCP-Session: 879d650d-3f8b-43b3-839e-bd92ca955f24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.851745 [ 352 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.851759 [ 356 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.851800 [ 352 ] {} TCP-Session: 20683aff-fa1c-473f-b9bb-14a9d3ff8577 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.851818 [ 354 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.851834 [ 355 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.851843 [ 356 ] {} TCP-Session: e1c338dc-e5bb-447e-b85e-bd3a83f30dab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.851873 [ 354 ] {} TCP-Session: e5eb8584-9fd7-4ad6-869c-9f27a3d41afb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.851889 [ 355 ] {} TCP-Session: 63960de3-08a0-4a32-8642-bc02bcaa1754 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.851795 [ 353 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.851775 [ 288 ] {} TCP-Session: c51be32d-9473-4c3d-8b54-c048d8fb5782 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.851781 [ 351 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.851970 [ 353 ] {} TCP-Session: a1c038df-424f-4421-9096-b107c7b5f8dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.852030 [ 351 ] {} TCP-Session: c3c89520-f95d-4773-8499-30597bfb77d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.959777 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42615 2026.03.04 04:42:15.959867 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.959891 [ 259 ] {} TCP-Session: a21b419f-a874-4895-bfaa-f1832d7347a9 Authenticating user 'default' from [fd00:1122:3344:101::e]:42615 2026.03.04 04:42:15.959912 [ 259 ] {} TCP-Session: a21b419f-a874-4895-bfaa-f1832d7347a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.959924 [ 259 ] {} TCP-Session: a21b419f-a874-4895-bfaa-f1832d7347a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.960141 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43769 2026.03.04 04:42:15.960188 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34850 2026.03.04 04:42:15.960201 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56848 2026.03.04 04:42:15.960247 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55048 2026.03.04 04:42:15.960255 [ 356 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61763 2026.03.04 04:42:15.960304 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.960244 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47395 2026.03.04 04:42:15.960353 [ 288 ] {} TCP-Session: 9f3bcd45-2711-4b6a-b775-dd4d7d4cafa1 Authenticating user 'default' from [fd00:1122:3344:101::e]:34850 2026.03.04 04:42:15.960348 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.960386 [ 288 ] {} TCP-Session: 9f3bcd45-2711-4b6a-b775-dd4d7d4cafa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.960397 [ 356 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.960410 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.960411 [ 288 ] {} TCP-Session: 9f3bcd45-2711-4b6a-b775-dd4d7d4cafa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.960432 [ 356 ] {} TCP-Session: 42e1edcf-c152-476c-adc9-6a4aa3240d03 Authenticating user 'default' from [fd00:1122:3344:101::e]:61763 2026.03.04 04:42:15.960439 [ 354 ] {} TCP-Session: 31ea42d5-39c1-413b-993a-0a4611e22b94 Authenticating user 'default' from [fd00:1122:3344:101::e]:47395 2026.03.04 04:42:15.960402 [ 355 ] {} TCP-Session: fe23f552-12c6-4f41-b943-2a4e1232b546 Authenticating user 'default' from [fd00:1122:3344:101::e]:55048 2026.03.04 04:42:15.960468 [ 356 ] {} TCP-Session: 42e1edcf-c152-476c-adc9-6a4aa3240d03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.960472 [ 354 ] {} TCP-Session: 31ea42d5-39c1-413b-993a-0a4611e22b94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.960500 [ 356 ] {} TCP-Session: 42e1edcf-c152-476c-adc9-6a4aa3240d03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.960501 [ 355 ] {} TCP-Session: fe23f552-12c6-4f41-b943-2a4e1232b546 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.960508 [ 354 ] {} TCP-Session: 31ea42d5-39c1-413b-993a-0a4611e22b94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.960533 [ 355 ] {} TCP-Session: fe23f552-12c6-4f41-b943-2a4e1232b546 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.960349 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.960236 [ 259 ] {} TCP-Session: a21b419f-a874-4895-bfaa-f1832d7347a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:15.960616 [ 351 ] {} TCP-Session: d623bb55-5bcf-4816-980b-caef63072774 Authenticating user 'default' from [fd00:1122:3344:101::e]:56848 2026.03.04 04:42:15.960224 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63832 2026.03.04 04:42:15.960674 [ 351 ] {} TCP-Session: d623bb55-5bcf-4816-980b-caef63072774 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.960209 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43085 2026.03.04 04:42:15.960702 [ 351 ] {} TCP-Session: d623bb55-5bcf-4816-980b-caef63072774 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.960223 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.960735 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.960765 [ 286 ] {} TCP-Session: bb559ad9-6d3a-4f3a-afdf-7d1114d6d56d Authenticating user 'default' from [fd00:1122:3344:101::e]:43769 2026.03.04 04:42:15.960765 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:42:15.960774 [ 259 ] {630310e6-2d75-43f5-8d23-98109dd5ba18} executeQuery: (from [fd00:1122:3344:101::e]:42615) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:42:15.960786 [ 286 ] {} TCP-Session: bb559ad9-6d3a-4f3a-afdf-7d1114d6d56d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.960798 [ 352 ] {} TCP-Session: 439a393c-753a-4793-90ee-cdd202a51d1a Authenticating user 'default' from [fd00:1122:3344:101::e]:43085 2026.03.04 04:42:15.960813 [ 286 ] {} TCP-Session: bb559ad9-6d3a-4f3a-afdf-7d1114d6d56d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.960823 [ 352 ] {} TCP-Session: 439a393c-753a-4793-90ee-cdd202a51d1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.960775 [ 353 ] {} TCP-Session: 47c980a3-51d0-4b7d-98c9-45dd79714c12 Authenticating user 'default' from [fd00:1122:3344:101::e]:63832 2026.03.04 04:42:15.960839 [ 352 ] {} TCP-Session: 439a393c-753a-4793-90ee-cdd202a51d1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.960861 [ 353 ] {} TCP-Session: 47c980a3-51d0-4b7d-98c9-45dd79714c12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.960878 [ 353 ] {} TCP-Session: 47c980a3-51d0-4b7d-98c9-45dd79714c12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.961040 [ 259 ] {630310e6-2d75-43f5-8d23-98109dd5ba18} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:42:15.961097 [ 259 ] {630310e6-2d75-43f5-8d23-98109dd5ba18} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:15.961390 [ 259 ] {630310e6-2d75-43f5-8d23-98109dd5ba18} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:42:15.962529 [ 332 ] {630310e6-2d75-43f5-8d23-98109dd5ba18} AggregatingTransform: Aggregating 2026.03.04 04:42:15.962560 [ 332 ] {630310e6-2d75-43f5-8d23-98109dd5ba18} Aggregator: Aggregation method: without_key 2026.03.04 04:42:15.962587 [ 332 ] {630310e6-2d75-43f5-8d23-98109dd5ba18} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001085981 sec. (920.826 rows/sec., 35.97 KiB/sec.) 2026.03.04 04:42:15.962602 [ 332 ] {630310e6-2d75-43f5-8d23-98109dd5ba18} Aggregator: Merging aggregated data 2026.03.04 04:42:15.963955 [ 259 ] {630310e6-2d75-43f5-8d23-98109dd5ba18} executeQuery: Read 1 rows, 40.00 B in 0.003232 sec., 309.4059405940594 rows/sec., 12.09 KiB/sec. 2026.03.04 04:42:15.964087 [ 259 ] {630310e6-2d75-43f5-8d23-98109dd5ba18} TCPHandler: Processed in 0.003946876 sec. 2026.03.04 04:42:15.964177 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.964204 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.964209 [ 259 ] {} TCP-Session: a21b419f-a874-4895-bfaa-f1832d7347a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.964230 [ 356 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.964247 [ 354 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.964237 [ 286 ] {} TCP-Session: bb559ad9-6d3a-4f3a-afdf-7d1114d6d56d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.964275 [ 351 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.964286 [ 352 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.964304 [ 353 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.964323 [ 355 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.964366 [ 353 ] {} TCP-Session: 47c980a3-51d0-4b7d-98c9-45dd79714c12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.964344 [ 352 ] {} TCP-Session: 439a393c-753a-4793-90ee-cdd202a51d1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.964400 [ 355 ] {} TCP-Session: fe23f552-12c6-4f41-b943-2a4e1232b546 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.964287 [ 354 ] {} TCP-Session: 31ea42d5-39c1-413b-993a-0a4611e22b94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.964277 [ 356 ] {} TCP-Session: 42e1edcf-c152-476c-adc9-6a4aa3240d03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.964274 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:42:15.964335 [ 351 ] {} TCP-Session: d623bb55-5bcf-4816-980b-caef63072774 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:15.964500 [ 288 ] {} TCP-Session: 9f3bcd45-2711-4b6a-b775-dd4d7d4cafa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:42:18.029877 [ 36 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:42:18.029939 [ 36 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:42:18.260307 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 46108 2026.03.04 04:42:18.260882 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:18.260935 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:18.261440 [ 245 ] {} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.03.04 04:42:18.261684 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:18.261836 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46108 2026.03.04 04:42:18.261849 [ 36 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.03.04 04:42:18.261911 [ 36 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:18.261931 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:18.262026 [ 201 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.03.04 04:42:18.262115 [ 201 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:18.262146 [ 201 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_96_19} MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 43676 rows starting from the beginning of the part 2026.03.04 04:42:18.262204 [ 201 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 512 rows starting from the beginning of the part 2026.03.04 04:42:18.262250 [ 201 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 448 rows starting from the beginning of the part 2026.03.04 04:42:18.262294 [ 201 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 512 rows starting from the beginning of the part 2026.03.04 04:42:18.262333 [ 201 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 448 rows starting from the beginning of the part 2026.03.04 04:42:18.262372 [ 201 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 512 rows starting from the beginning of the part 2026.03.04 04:42:18.265202 [ 187 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 46108 rows, containing 4 columns (4 merged, 0 gathered) in 0.003213922 sec., 14346334.478559218 rows/sec., 205.23 MiB/sec. 2026.03.04 04:42:18.265648 [ 188 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.03.04 04:42:18.266005 [ 188 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_96_19} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:18.266101 [ 188 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_96_19} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.03.04 04:42:18.266217 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.13 MiB. 2026.03.04 04:42:18.417583 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2562 2026.03.04 04:42:18.420144 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:18.420203 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:18.421473 [ 243 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2026.03.04 04:42:18.421781 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:18.422240 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2562 2026.03.04 04:42:18.988672 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:18.988857 [ 261 ] {12a525df-c0e2-4e8f-9b4c-99fe3d287318} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:42:18.988924 [ 261 ] {12a525df-c0e2-4e8f-9b4c-99fe3d287318} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:42:18.989596 [ 261 ] {12a525df-c0e2-4e8f-9b4c-99fe3d287318} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:18.989636 [ 261 ] {12a525df-c0e2-4e8f-9b4c-99fe3d287318} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:18.990040 [ 261 ] {12a525df-c0e2-4e8f-9b4c-99fe3d287318} MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) 2026.03.04 04:42:18.990295 [ 261 ] {12a525df-c0e2-4e8f-9b4c-99fe3d287318} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:18.990447 [ 261 ] {12a525df-c0e2-4e8f-9b4c-99fe3d287318} executeQuery: Read 132 rows, 11.67 KiB in 0.00164 sec., 80487.80487804879 rows/sec., 6.95 MiB/sec. 2026.03.04 04:42:18.990491 [ 261 ] {12a525df-c0e2-4e8f-9b4c-99fe3d287318} TCPHandler: Processed in 0.001950238 sec. 2026.03.04 04:42:18.990615 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:18.990713 [ 261 ] {6d680c47-1970-4c10-91d2-f9a3410a916c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:42:18.990754 [ 261 ] {6d680c47-1970-4c10-91d2-f9a3410a916c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:42:18.991170 [ 261 ] {6d680c47-1970-4c10-91d2-f9a3410a916c} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:18.991206 [ 261 ] {6d680c47-1970-4c10-91d2-f9a3410a916c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:18.991525 [ 261 ] {6d680c47-1970-4c10-91d2-f9a3410a916c} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.03.04 04:42:18.991744 [ 261 ] {6d680c47-1970-4c10-91d2-f9a3410a916c} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:18.991878 [ 261 ] {6d680c47-1970-4c10-91d2-f9a3410a916c} executeQuery: Read 38 rows, 2.86 KiB in 0.001183 sec., 32121.724429416736 rows/sec., 2.36 MiB/sec. 2026.03.04 04:42:18.991919 [ 261 ] {6d680c47-1970-4c10-91d2-f9a3410a916c} TCPHandler: Processed in 0.001354736 sec. 2026.03.04 04:42:18.992038 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:18.992154 [ 261 ] {9e9a5a15-e134-4d3a-8d39-3fadcbce2e9b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:42:18.992195 [ 261 ] {9e9a5a15-e134-4d3a-8d39-3fadcbce2e9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:42:18.992628 [ 261 ] {9e9a5a15-e134-4d3a-8d39-3fadcbce2e9b} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:18.992665 [ 261 ] {9e9a5a15-e134-4d3a-8d39-3fadcbce2e9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:18.993017 [ 261 ] {9e9a5a15-e134-4d3a-8d39-3fadcbce2e9b} MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) 2026.03.04 04:42:18.993252 [ 261 ] {9e9a5a15-e134-4d3a-8d39-3fadcbce2e9b} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:18.993386 [ 261 ] {9e9a5a15-e134-4d3a-8d39-3fadcbce2e9b} executeQuery: Read 105 rows, 8.43 KiB in 0.001251 sec., 83932.85371702639 rows/sec., 6.58 MiB/sec. 2026.03.04 04:42:18.993425 [ 261 ] {9e9a5a15-e134-4d3a-8d39-3fadcbce2e9b} TCPHandler: Processed in 0.001437648 sec. 2026.03.04 04:42:18.993541 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:18.993637 [ 261 ] {ea41f640-30a3-4bd0-8fdd-287e00979350} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:42:18.993680 [ 261 ] {ea41f640-30a3-4bd0-8fdd-287e00979350} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:42:18.994083 [ 261 ] {ea41f640-30a3-4bd0-8fdd-287e00979350} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:18.994120 [ 261 ] {ea41f640-30a3-4bd0-8fdd-287e00979350} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:18.994470 [ 261 ] {ea41f640-30a3-4bd0-8fdd-287e00979350} MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) 2026.03.04 04:42:18.994719 [ 261 ] {ea41f640-30a3-4bd0-8fdd-287e00979350} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:18.994848 [ 35 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 2 parts from all_1_157_39 to all_158_158_0 2026.03.04 04:42:18.994857 [ 261 ] {ea41f640-30a3-4bd0-8fdd-287e00979350} executeQuery: Read 160 rows, 11.41 KiB in 0.001237 sec., 129345.18997574778 rows/sec., 9.01 MiB/sec. 2026.03.04 04:42:18.994919 [ 35 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:18.994938 [ 261 ] {ea41f640-30a3-4bd0-8fdd-287e00979350} TCPHandler: Processed in 0.001447188 sec. 2026.03.04 04:42:18.994945 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:18.995039 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_158_40} MergeTask::PrepareStage: Merging 2 parts: from all_1_157_39 to all_158_158_0 into Compact with storage Full 2026.03.04 04:42:18.995056 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:18.995135 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_158_40} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:18.995156 [ 261 ] {c00fc1ce-0e91-48f4-89c5-dc40483dc3b3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:42:18.995165 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_158_40} MergeTreeSequentialSource: Reading 8 marks from part all_1_157_39, total 52036 rows starting from the beginning of the part 2026.03.04 04:42:18.995213 [ 261 ] {c00fc1ce-0e91-48f4-89c5-dc40483dc3b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:42:18.995229 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_158_40} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 160 rows starting from the beginning of the part 2026.03.04 04:42:18.996075 [ 261 ] {c00fc1ce-0e91-48f4-89c5-dc40483dc3b3} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:18.996111 [ 261 ] {c00fc1ce-0e91-48f4-89c5-dc40483dc3b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:18.996701 [ 261 ] {c00fc1ce-0e91-48f4-89c5-dc40483dc3b3} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2026.03.04 04:42:18.996934 [ 261 ] {c00fc1ce-0e91-48f4-89c5-dc40483dc3b3} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:18.997081 [ 261 ] {c00fc1ce-0e91-48f4-89c5-dc40483dc3b3} executeQuery: Read 38 rows, 69.73 KiB in 0.001943 sec., 19557.385486361298 rows/sec., 35.05 MiB/sec. 2026.03.04 04:42:18.997140 [ 261 ] {c00fc1ce-0e91-48f4-89c5-dc40483dc3b3} TCPHandler: Processed in 0.002138031 sec. 2026.03.04 04:42:18.997256 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:18.997354 [ 261 ] {aa7f4444-1f83-4ce8-ade5-988a3cc296c3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.04 04:42:18.997397 [ 261 ] {aa7f4444-1f83-4ce8-ade5-988a3cc296c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.04 04:42:18.997728 [ 261 ] {aa7f4444-1f83-4ce8-ade5-988a3cc296c3} oximeter.measurements_i64 (6414a286-83be-4ea1-992d-d2c551fa3fc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:18.997766 [ 261 ] {aa7f4444-1f83-4ce8-ade5-988a3cc296c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:18.998070 [ 261 ] {aa7f4444-1f83-4ce8-ade5-988a3cc296c3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.03.04 04:42:18.998280 [ 261 ] {aa7f4444-1f83-4ce8-ade5-988a3cc296c3} oximeter.measurements_i64 (6414a286-83be-4ea1-992d-d2c551fa3fc8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:18.998406 [ 261 ] {aa7f4444-1f83-4ce8-ade5-988a3cc296c3} executeQuery: Read 3 rows, 246.00 B in 0.001072 sec., 2798.507462686567 rows/sec., 224.10 KiB/sec. 2026.03.04 04:42:18.998444 [ 261 ] {aa7f4444-1f83-4ce8-ade5-988a3cc296c3} TCPHandler: Processed in 0.001238894 sec. 2026.03.04 04:42:18.998557 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:18.998653 [ 261 ] {b9b849ad-25f9-42cc-8757-3322278f1f7d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:42:18.998695 [ 261 ] {b9b849ad-25f9-42cc-8757-3322278f1f7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:42:18.999039 [ 261 ] {b9b849ad-25f9-42cc-8757-3322278f1f7d} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:18.999077 [ 261 ] {b9b849ad-25f9-42cc-8757-3322278f1f7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:18.999385 [ 261 ] {b9b849ad-25f9-42cc-8757-3322278f1f7d} MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) 2026.03.04 04:42:18.999604 [ 261 ] {b9b849ad-25f9-42cc-8757-3322278f1f7d} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:18.999749 [ 261 ] {b9b849ad-25f9-42cc-8757-3322278f1f7d} executeQuery: Read 60 rows, 4.14 KiB in 0.001114 sec., 53859.964093357274 rows/sec., 3.63 MiB/sec. 2026.03.04 04:42:18.999789 [ 261 ] {b9b849ad-25f9-42cc-8757-3322278f1f7d} TCPHandler: Processed in 0.001281035 sec. 2026.03.04 04:42:19.000181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 422.08 MiB, peak 427.30 MiB, free memory in arenas 0.00 B, will set to 414.44 MiB (RSS), difference: -7.64 MiB 2026.03.04 04:42:19.003286 [ 199 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_158_40} MergeTask::MergeProjectionsStage: Merge sorted 52196 rows, containing 5 columns (5 merged, 0 gathered) in 0.008275169 sec., 6307544.897270376 rows/sec., 415.90 MiB/sec. 2026.03.04 04:42:19.003961 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.003520087 sec. 2026.03.04 04:42:19.003983 [ 190 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_158_40} MergedBlockOutputStream: filled checksums all_1_158_40 (state Temporary) 2026.03.04 04:42:19.004330 [ 190 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_158_40} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_158_40 to all_1_158_40 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:19.004417 [ 190 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_158_40} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 2 parts: [all_1_157_39, all_158_158_0] -> all_1_158_40 2026.03.04 04:42:19.004539 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.03.04 04:42:19.269737 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:19.269926 [ 261 ] {308697da-7d80-4759-9209-4e2514754681} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:42:19.269999 [ 261 ] {308697da-7d80-4759-9209-4e2514754681} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:42:19.270664 [ 261 ] {308697da-7d80-4759-9209-4e2514754681} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:19.270713 [ 261 ] {308697da-7d80-4759-9209-4e2514754681} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:19.271134 [ 261 ] {308697da-7d80-4759-9209-4e2514754681} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.03.04 04:42:19.271371 [ 261 ] {308697da-7d80-4759-9209-4e2514754681} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:19.271544 [ 261 ] {308697da-7d80-4759-9209-4e2514754681} executeQuery: Read 4 rows, 334.00 B in 0.001666 sec., 2400.9603841536614 rows/sec., 195.78 KiB/sec. 2026.03.04 04:42:19.271596 [ 261 ] {308697da-7d80-4759-9209-4e2514754681} TCPHandler: Processed in 0.001999369 sec. 2026.03.04 04:42:19.271729 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:19.271836 [ 261 ] {74209fa4-022b-4dd6-ad74-0ef523097ac2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:42:19.271880 [ 261 ] {74209fa4-022b-4dd6-ad74-0ef523097ac2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:42:19.273306 [ 261 ] {74209fa4-022b-4dd6-ad74-0ef523097ac2} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:19.273348 [ 261 ] {74209fa4-022b-4dd6-ad74-0ef523097ac2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:19.273807 [ 261 ] {74209fa4-022b-4dd6-ad74-0ef523097ac2} MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) 2026.03.04 04:42:19.274029 [ 261 ] {74209fa4-022b-4dd6-ad74-0ef523097ac2} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:19.274180 [ 261 ] {74209fa4-022b-4dd6-ad74-0ef523097ac2} executeQuery: Read 1958 rows, 150.22 KiB in 0.002369 sec., 826509.0755593077 rows/sec., 61.93 MiB/sec. 2026.03.04 04:42:19.274222 [ 261 ] {74209fa4-022b-4dd6-ad74-0ef523097ac2} TCPHandler: Processed in 0.00254685 sec. 2026.03.04 04:42:19.274411 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:19.274514 [ 261 ] {801268ea-62e7-4a10-a10b-0cb321c87ce4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:42:19.274558 [ 261 ] {801268ea-62e7-4a10-a10b-0cb321c87ce4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:42:19.274990 [ 261 ] {801268ea-62e7-4a10-a10b-0cb321c87ce4} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:19.275030 [ 261 ] {801268ea-62e7-4a10-a10b-0cb321c87ce4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:19.275351 [ 261 ] {801268ea-62e7-4a10-a10b-0cb321c87ce4} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.03.04 04:42:19.275571 [ 261 ] {801268ea-62e7-4a10-a10b-0cb321c87ce4} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:19.275719 [ 261 ] {801268ea-62e7-4a10-a10b-0cb321c87ce4} executeQuery: Read 23 rows, 1.71 KiB in 0.001226 sec., 18760.195758564434 rows/sec., 1.36 MiB/sec. 2026.03.04 04:42:19.275760 [ 261 ] {801268ea-62e7-4a10-a10b-0cb321c87ce4} TCPHandler: Processed in 0.001401247 sec. 2026.03.04 04:42:19.275883 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:19.275989 [ 261 ] {64e5a3f6-87ca-4114-902d-9fe4fe5a1970} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:42:19.276040 [ 261 ] {64e5a3f6-87ca-4114-902d-9fe4fe5a1970} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:42:19.276863 [ 261 ] {64e5a3f6-87ca-4114-902d-9fe4fe5a1970} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:19.276902 [ 261 ] {64e5a3f6-87ca-4114-902d-9fe4fe5a1970} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:19.277276 [ 261 ] {64e5a3f6-87ca-4114-902d-9fe4fe5a1970} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.04 04:42:19.277516 [ 261 ] {64e5a3f6-87ca-4114-902d-9fe4fe5a1970} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:19.277639 [ 35 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e) (MergerMutator): Selected 6 parts from all_1_52_11 to all_57_57_0 2026.03.04 04:42:19.277650 [ 261 ] {64e5a3f6-87ca-4114-902d-9fe4fe5a1970} executeQuery: Read 708 rows, 42.29 KiB in 0.001681 sec., 421177.87031528854 rows/sec., 24.57 MiB/sec. 2026.03.04 04:42:19.277707 [ 35 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:19.277718 [ 261 ] {64e5a3f6-87ca-4114-902d-9fe4fe5a1970} TCPHandler: Processed in 0.001889236 sec. 2026.03.04 04:42:19.277734 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:19.277845 [ 187 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_57_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_52_11 to all_57_57_0 into Compact with storage Full 2026.03.04 04:42:19.277850 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:19.277965 [ 187 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_57_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:19.277966 [ 261 ] {456c97ff-1e43-475b-bd4d-0f0970b7a929} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.04 04:42:19.278003 [ 187 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_52_11, total 883 rows starting from the beginning of the part 2026.03.04 04:42:19.278025 [ 261 ] {456c97ff-1e43-475b-bd4d-0f0970b7a929} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.04 04:42:19.278076 [ 187 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 149 rows starting from the beginning of the part 2026.03.04 04:42:19.278125 [ 187 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 24 rows starting from the beginning of the part 2026.03.04 04:42:19.278167 [ 187 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 708 rows starting from the beginning of the part 2026.03.04 04:42:19.278214 [ 187 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 24 rows starting from the beginning of the part 2026.03.04 04:42:19.278257 [ 187 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 708 rows starting from the beginning of the part 2026.03.04 04:42:19.278483 [ 261 ] {456c97ff-1e43-475b-bd4d-0f0970b7a929} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:19.278528 [ 261 ] {456c97ff-1e43-475b-bd4d-0f0970b7a929} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:19.278859 [ 261 ] {456c97ff-1e43-475b-bd4d-0f0970b7a929} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.04 04:42:19.279108 [ 261 ] {456c97ff-1e43-475b-bd4d-0f0970b7a929} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:19.279251 [ 261 ] {456c97ff-1e43-475b-bd4d-0f0970b7a929} executeQuery: Read 1 rows, 72.00 B in 0.001305 sec., 766.2835249042146 rows/sec., 53.88 KiB/sec. 2026.03.04 04:42:19.279292 [ 261 ] {456c97ff-1e43-475b-bd4d-0f0970b7a929} TCPHandler: Processed in 0.001492809 sec. 2026.03.04 04:42:19.279411 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:19.279440 [ 192 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_57_12} MergeTask::MergeProjectionsStage: Merge sorted 2496 rows, containing 5 columns (5 merged, 0 gathered) in 0.001636582 sec., 1525129.8132327008 rows/sec., 97.02 MiB/sec. 2026.03.04 04:42:19.279510 [ 261 ] {93d22f5c-ee1c-417c-b7f8-02f02fa23c82} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:42:19.279555 [ 261 ] {93d22f5c-ee1c-417c-b7f8-02f02fa23c82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:42:19.279690 [ 186 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_57_12} MergedBlockOutputStream: filled checksums all_1_57_12 (state Temporary) 2026.03.04 04:42:19.280012 [ 186 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_57_12} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_merge_all_1_57_12 to all_1_57_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:19.280098 [ 186 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_57_12} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e) (MergerMutator): Merged 6 parts: [all_1_52_11, all_57_57_0] -> all_1_57_12 2026.03.04 04:42:19.280214 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.03.04 04:42:19.280385 [ 261 ] {93d22f5c-ee1c-417c-b7f8-02f02fa23c82} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:19.280429 [ 261 ] {93d22f5c-ee1c-417c-b7f8-02f02fa23c82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:19.280805 [ 261 ] {93d22f5c-ee1c-417c-b7f8-02f02fa23c82} MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) 2026.03.04 04:42:19.281028 [ 261 ] {93d22f5c-ee1c-417c-b7f8-02f02fa23c82} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:19.281174 [ 261 ] {93d22f5c-ee1c-417c-b7f8-02f02fa23c82} executeQuery: Read 1023 rows, 72.19 KiB in 0.001685 sec., 607121.6617210682 rows/sec., 41.84 MiB/sec. 2026.03.04 04:42:19.281214 [ 261 ] {93d22f5c-ee1c-417c-b7f8-02f02fa23c82} TCPHandler: Processed in 0.001851815 sec. 2026.03.04 04:42:19.281327 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:19.281423 [ 261 ] {12e4a5cb-3057-4c67-9fc7-f059e19897e5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:42:19.281467 [ 261 ] {12e4a5cb-3057-4c67-9fc7-f059e19897e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:42:19.282133 [ 261 ] {12e4a5cb-3057-4c67-9fc7-f059e19897e5} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:19.282170 [ 261 ] {12e4a5cb-3057-4c67-9fc7-f059e19897e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:19.282627 [ 261 ] {12e4a5cb-3057-4c67-9fc7-f059e19897e5} MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) 2026.03.04 04:42:19.282853 [ 261 ] {12e4a5cb-3057-4c67-9fc7-f059e19897e5} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:19.283008 [ 35 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_158_40 to all_163_163_0 2026.03.04 04:42:19.283013 [ 261 ] {12e4a5cb-3057-4c67-9fc7-f059e19897e5} executeQuery: Read 1219 rows, 78.06 KiB in 0.00161 sec., 757142.857142857 rows/sec., 47.35 MiB/sec. 2026.03.04 04:42:19.283052 [ 35 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:19.283072 [ 261 ] {12e4a5cb-3057-4c67-9fc7-f059e19897e5} TCPHandler: Processed in 0.001795394 sec. 2026.03.04 04:42:19.283075 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:19.283165 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_163_41} MergeTask::PrepareStage: Merging 6 parts: from all_1_158_40 to all_163_163_0 into Compact with storage Full 2026.03.04 04:42:19.283206 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:19.283261 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_163_41} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:19.283290 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_163_41} MergeTreeSequentialSource: Reading 8 marks from part all_1_158_40, total 52196 rows starting from the beginning of the part 2026.03.04 04:42:19.283305 [ 261 ] {4ff340aa-e97c-4d48-b39f-294f2f628675} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:42:19.283337 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_163_41} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 160 rows starting from the beginning of the part 2026.03.04 04:42:19.283367 [ 261 ] {4ff340aa-e97c-4d48-b39f-294f2f628675} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:42:19.283380 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_163_41} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 197 rows starting from the beginning of the part 2026.03.04 04:42:19.283419 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_163_41} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 160 rows starting from the beginning of the part 2026.03.04 04:42:19.283452 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_163_41} MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 160 rows starting from the beginning of the part 2026.03.04 04:42:19.283488 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_163_41} MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 1219 rows starting from the beginning of the part 2026.03.04 04:42:19.284252 [ 261 ] {4ff340aa-e97c-4d48-b39f-294f2f628675} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:19.284295 [ 261 ] {4ff340aa-e97c-4d48-b39f-294f2f628675} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:19.284882 [ 261 ] {4ff340aa-e97c-4d48-b39f-294f2f628675} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2026.03.04 04:42:19.285130 [ 261 ] {4ff340aa-e97c-4d48-b39f-294f2f628675} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:19.285280 [ 261 ] {4ff340aa-e97c-4d48-b39f-294f2f628675} executeQuery: Read 19 rows, 34.86 KiB in 0.001994 sec., 9528.585757271814 rows/sec., 17.07 MiB/sec. 2026.03.04 04:42:19.285353 [ 261 ] {4ff340aa-e97c-4d48-b39f-294f2f628675} TCPHandler: Processed in 0.002196512 sec. 2026.03.04 04:42:19.285467 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:19.285564 [ 261 ] {fdc1698a-26c0-427f-966f-25879d515393} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:42:19.285606 [ 261 ] {fdc1698a-26c0-427f-966f-25879d515393} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:42:19.285944 [ 261 ] {fdc1698a-26c0-427f-966f-25879d515393} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:19.285982 [ 261 ] {fdc1698a-26c0-427f-966f-25879d515393} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:19.286295 [ 261 ] {fdc1698a-26c0-427f-966f-25879d515393} MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) 2026.03.04 04:42:19.286521 [ 261 ] {fdc1698a-26c0-427f-966f-25879d515393} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:19.286654 [ 261 ] {fdc1698a-26c0-427f-966f-25879d515393} executeQuery: Read 12 rows, 848.00 B in 0.001109 sec., 10820.559062218215 rows/sec., 746.73 KiB/sec. 2026.03.04 04:42:19.286693 [ 261 ] {fdc1698a-26c0-427f-966f-25879d515393} TCPHandler: Processed in 0.001275345 sec. 2026.03.04 04:42:19.292724 [ 192 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_163_41} MergeTask::MergeProjectionsStage: Merge sorted 54092 rows, containing 5 columns (5 merged, 0 gathered) in 0.009582894 sec., 5644641.378689987 rows/sec., 372.06 MiB/sec. 2026.03.04 04:42:19.293360 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_163_41} MergedBlockOutputStream: filled checksums all_1_163_41 (state Temporary) 2026.03.04 04:42:19.293656 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_163_41} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_163_41 to all_1_163_41 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:19.293734 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_163_41} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_158_40, all_163_163_0] -> all_1_163_41 2026.03.04 04:42:19.293841 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB. 2026.03.04 04:42:19.959450 [ 221 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.03.04 04:42:19.959513 [ 221 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.03.04 04:42:19.965951 [ 221 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.03.04 04:42:20.000299 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 408.14 MiB, peak 427.30 MiB, free memory in arenas 0.00 B, will set to 414.45 MiB (RSS), difference: 6.31 MiB 2026.03.04 04:42:20.120572 [ 222 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.03.04 04:42:20.120640 [ 222 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.03.04 04:42:20.123454 [ 222 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.03.04 04:42:20.249855 [ 222 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.03.04 04:42:20.249901 [ 222 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.03.04 04:42:20.252486 [ 222 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.03.04 04:42:20.394586 [ 222 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.03.04 04:42:20.394627 [ 222 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.03.04 04:42:20.399667 [ 222 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.03.04 04:42:20.583787 [ 220 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.03.04 04:42:20.583839 [ 220 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.03.04 04:42:20.585924 [ 220 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.03.04 04:42:20.754479 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 723 2026.03.04 04:42:20.774049 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:20.774111 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:20.780710 [ 244 ] {} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2026.03.04 04:42:20.781482 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:20.781799 [ 34 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2026.03.04 04:42:20.781867 [ 34 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:20.781892 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:20.781996 [ 200 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2026.03.04 04:42:20.785258 [ 200 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:20.785641 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 723 2026.03.04 04:42:20.786222 [ 200 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 686 rows starting from the beginning of the part 2026.03.04 04:42:20.789906 [ 200 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 7 rows starting from the beginning of the part 2026.03.04 04:42:20.793749 [ 200 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 8 rows starting from the beginning of the part 2026.03.04 04:42:20.797860 [ 200 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 7 rows starting from the beginning of the part 2026.03.04 04:42:20.802225 [ 200 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 8 rows starting from the beginning of the part 2026.03.04 04:42:20.806803 [ 200 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 7 rows starting from the beginning of the part 2026.03.04 04:42:20.871345 [ 189 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 723 rows, containing 679 columns (679 merged, 0 gathered) in 0.089387414 sec., 8088.387029520733 rows/sec., 41.82 MiB/sec. 2026.03.04 04:42:20.875059 [ 197 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2026.03.04 04:42:20.877447 [ 197 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_96_19} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:20.877584 [ 197 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_96_19} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2026.03.04 04:42:20.880735 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2026.03.04 04:42:23.983811 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:23.984010 [ 261 ] {e0366ac6-e529-43d6-8606-ce2995f35dc1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:42:23.984089 [ 261 ] {e0366ac6-e529-43d6-8606-ce2995f35dc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:42:23.984794 [ 261 ] {e0366ac6-e529-43d6-8606-ce2995f35dc1} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:23.984849 [ 261 ] {e0366ac6-e529-43d6-8606-ce2995f35dc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:23.985265 [ 261 ] {e0366ac6-e529-43d6-8606-ce2995f35dc1} MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) 2026.03.04 04:42:23.985507 [ 261 ] {e0366ac6-e529-43d6-8606-ce2995f35dc1} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:23.985677 [ 261 ] {e0366ac6-e529-43d6-8606-ce2995f35dc1} executeQuery: Read 56 rows, 4.38 KiB in 0.001719 sec., 32577.079697498546 rows/sec., 2.49 MiB/sec. 2026.03.04 04:42:23.985732 [ 261 ] {e0366ac6-e529-43d6-8606-ce2995f35dc1} TCPHandler: Processed in 0.00206346 sec. 2026.03.04 04:42:23.985858 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:23.985963 [ 261 ] {c3be4957-1c66-4281-8218-870284d39a92} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:42:23.986008 [ 261 ] {c3be4957-1c66-4281-8218-870284d39a92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:42:23.986453 [ 261 ] {c3be4957-1c66-4281-8218-870284d39a92} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:23.986493 [ 261 ] {c3be4957-1c66-4281-8218-870284d39a92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:23.986843 [ 261 ] {c3be4957-1c66-4281-8218-870284d39a92} MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) 2026.03.04 04:42:23.987057 [ 261 ] {c3be4957-1c66-4281-8218-870284d39a92} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:23.987194 [ 261 ] {c3be4957-1c66-4281-8218-870284d39a92} executeQuery: Read 64 rows, 5.12 KiB in 0.001256 sec., 50955.41401273885 rows/sec., 3.98 MiB/sec. 2026.03.04 04:42:23.987235 [ 261 ] {c3be4957-1c66-4281-8218-870284d39a92} TCPHandler: Processed in 0.001429147 sec. 2026.03.04 04:42:23.987359 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:23.987458 [ 261 ] {716187cf-746a-4305-a131-974355d2a21a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:42:23.987503 [ 261 ] {716187cf-746a-4305-a131-974355d2a21a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:42:23.987907 [ 261 ] {716187cf-746a-4305-a131-974355d2a21a} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:23.987944 [ 261 ] {716187cf-746a-4305-a131-974355d2a21a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:23.988290 [ 261 ] {716187cf-746a-4305-a131-974355d2a21a} MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) 2026.03.04 04:42:23.988508 [ 261 ] {716187cf-746a-4305-a131-974355d2a21a} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:23.988640 [ 261 ] {716187cf-746a-4305-a131-974355d2a21a} executeQuery: Read 128 rows, 9.13 KiB in 0.001203 sec., 106400.66500415627 rows/sec., 7.41 MiB/sec. 2026.03.04 04:42:23.988679 [ 261 ] {716187cf-746a-4305-a131-974355d2a21a} TCPHandler: Processed in 0.001370206 sec. 2026.03.04 04:42:23.988797 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:23.988894 [ 261 ] {7acfaf6f-a140-49dd-9906-a61bda9a7835} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:42:23.988938 [ 261 ] {7acfaf6f-a140-49dd-9906-a61bda9a7835} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:42:23.989273 [ 261 ] {7acfaf6f-a140-49dd-9906-a61bda9a7835} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:23.989308 [ 261 ] {7acfaf6f-a140-49dd-9906-a61bda9a7835} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:23.989621 [ 261 ] {7acfaf6f-a140-49dd-9906-a61bda9a7835} MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) 2026.03.04 04:42:23.989846 [ 261 ] {7acfaf6f-a140-49dd-9906-a61bda9a7835} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:23.989982 [ 261 ] {7acfaf6f-a140-49dd-9906-a61bda9a7835} executeQuery: Read 48 rows, 3.31 KiB in 0.001107 sec., 43360.433604336045 rows/sec., 2.92 MiB/sec. 2026.03.04 04:42:23.990020 [ 261 ] {7acfaf6f-a140-49dd-9906-a61bda9a7835} TCPHandler: Processed in 0.001272545 sec. 2026.03.04 04:42:25.761960 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 46556 2026.03.04 04:42:25.762530 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:25.762563 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:25.763043 [ 245 ] {} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.03.04 04:42:25.763304 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:25.763430 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46556 2026.03.04 04:42:28.285690 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 731 2026.03.04 04:42:28.303068 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:28.303120 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:28.309309 [ 244 ] {} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2026.03.04 04:42:28.310107 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:28.313122 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 731 2026.03.04 04:42:28.423430 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 2602 2026.03.04 04:42:28.426045 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:28.426095 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:28.427340 [ 243 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2026.03.04 04:42:28.427618 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:28.427934 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2602 2026.03.04 04:42:28.988799 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:28.988985 [ 261 ] {6c1ff8e9-00da-4a1e-84e8-c847181ee5c6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:42:28.989053 [ 261 ] {6c1ff8e9-00da-4a1e-84e8-c847181ee5c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:42:28.989855 [ 261 ] {6c1ff8e9-00da-4a1e-84e8-c847181ee5c6} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:28.989916 [ 261 ] {6c1ff8e9-00da-4a1e-84e8-c847181ee5c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:28.990478 [ 261 ] {6c1ff8e9-00da-4a1e-84e8-c847181ee5c6} MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) 2026.03.04 04:42:28.990820 [ 261 ] {6c1ff8e9-00da-4a1e-84e8-c847181ee5c6} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:28.991030 [ 261 ] {6c1ff8e9-00da-4a1e-84e8-c847181ee5c6} executeQuery: Read 150 rows, 13.37 KiB in 0.002093 sec., 71667.4629718108 rows/sec., 6.24 MiB/sec. 2026.03.04 04:42:28.991101 [ 261 ] {6c1ff8e9-00da-4a1e-84e8-c847181ee5c6} TCPHandler: Processed in 0.002432956 sec. 2026.03.04 04:42:28.991251 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:28.991380 [ 261 ] {f0e266a6-62ed-4842-8ee7-4f6b7da6e877} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:42:28.991436 [ 261 ] {f0e266a6-62ed-4842-8ee7-4f6b7da6e877} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:42:28.991987 [ 261 ] {f0e266a6-62ed-4842-8ee7-4f6b7da6e877} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:28.992031 [ 261 ] {f0e266a6-62ed-4842-8ee7-4f6b7da6e877} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:28.992460 [ 261 ] {f0e266a6-62ed-4842-8ee7-4f6b7da6e877} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.03.04 04:42:28.992777 [ 261 ] {f0e266a6-62ed-4842-8ee7-4f6b7da6e877} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:28.992949 [ 261 ] {f0e266a6-62ed-4842-8ee7-4f6b7da6e877} executeQuery: Read 47 rows, 3.53 KiB in 0.001601 sec., 29356.652092442222 rows/sec., 2.16 MiB/sec. 2026.03.04 04:42:28.993003 [ 261 ] {f0e266a6-62ed-4842-8ee7-4f6b7da6e877} TCPHandler: Processed in 0.001816675 sec. 2026.03.04 04:42:28.993141 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:28.993260 [ 261 ] {a86b7c9e-b554-46cf-9d1e-f8e29fedde6d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:42:28.993312 [ 261 ] {a86b7c9e-b554-46cf-9d1e-f8e29fedde6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:42:28.993894 [ 261 ] {a86b7c9e-b554-46cf-9d1e-f8e29fedde6d} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:28.993939 [ 261 ] {a86b7c9e-b554-46cf-9d1e-f8e29fedde6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:28.994393 [ 261 ] {a86b7c9e-b554-46cf-9d1e-f8e29fedde6d} MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) 2026.03.04 04:42:28.994714 [ 261 ] {a86b7c9e-b554-46cf-9d1e-f8e29fedde6d} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:28.994883 [ 261 ] {a86b7c9e-b554-46cf-9d1e-f8e29fedde6d} executeQuery: Read 120 rows, 9.60 KiB in 0.001647 sec., 72859.74499089253 rows/sec., 5.69 MiB/sec. 2026.03.04 04:42:28.994936 [ 261 ] {a86b7c9e-b554-46cf-9d1e-f8e29fedde6d} TCPHandler: Processed in 0.001856856 sec. 2026.03.04 04:42:28.995076 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:28.995194 [ 261 ] {53b7d2ff-9237-4282-a8ee-4ec2c9eb0a80} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:42:28.995250 [ 261 ] {53b7d2ff-9237-4282-a8ee-4ec2c9eb0a80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:42:28.995776 [ 261 ] {53b7d2ff-9237-4282-a8ee-4ec2c9eb0a80} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:28.995821 [ 261 ] {53b7d2ff-9237-4282-a8ee-4ec2c9eb0a80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:28.996278 [ 261 ] {53b7d2ff-9237-4282-a8ee-4ec2c9eb0a80} MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) 2026.03.04 04:42:28.996581 [ 261 ] {53b7d2ff-9237-4282-a8ee-4ec2c9eb0a80} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:28.996754 [ 261 ] {53b7d2ff-9237-4282-a8ee-4ec2c9eb0a80} executeQuery: Read 160 rows, 11.41 KiB in 0.001583 sec., 101073.9102969046 rows/sec., 7.04 MiB/sec. 2026.03.04 04:42:28.996807 [ 261 ] {53b7d2ff-9237-4282-a8ee-4ec2c9eb0a80} TCPHandler: Processed in 0.001793735 sec. 2026.03.04 04:42:28.996941 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:28.997060 [ 261 ] {144d5c22-c5f7-436a-ac4d-5875f36c41ba} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:42:28.997133 [ 261 ] {144d5c22-c5f7-436a-ac4d-5875f36c41ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:42:28.998300 [ 261 ] {144d5c22-c5f7-436a-ac4d-5875f36c41ba} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:28.998346 [ 261 ] {144d5c22-c5f7-436a-ac4d-5875f36c41ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:28.999183 [ 261 ] {144d5c22-c5f7-436a-ac4d-5875f36c41ba} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2026.03.04 04:42:28.999534 [ 261 ] {144d5c22-c5f7-436a-ac4d-5875f36c41ba} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:28.999735 [ 261 ] {144d5c22-c5f7-436a-ac4d-5875f36c41ba} executeQuery: Read 47 rows, 86.24 KiB in 0.002697 sec., 17426.77048572488 rows/sec., 31.23 MiB/sec. 2026.03.04 04:42:28.999812 [ 261 ] {144d5c22-c5f7-436a-ac4d-5875f36c41ba} TCPHandler: Processed in 0.002932757 sec. 2026.03.04 04:42:28.999954 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:29.000069 [ 261 ] {c2193e66-6390-4e2e-b661-a50ac582d055} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.04 04:42:29.000121 [ 261 ] {c2193e66-6390-4e2e-b661-a50ac582d055} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.04 04:42:29.000521 [ 261 ] {c2193e66-6390-4e2e-b661-a50ac582d055} oximeter.measurements_i64 (6414a286-83be-4ea1-992d-d2c551fa3fc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:29.000566 [ 261 ] {c2193e66-6390-4e2e-b661-a50ac582d055} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:29.000894 [ 261 ] {c2193e66-6390-4e2e-b661-a50ac582d055} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.04 04:42:29.001116 [ 261 ] {c2193e66-6390-4e2e-b661-a50ac582d055} oximeter.measurements_i64 (6414a286-83be-4ea1-992d-d2c551fa3fc8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:29.001251 [ 261 ] {c2193e66-6390-4e2e-b661-a50ac582d055} executeQuery: Read 12 rows, 868.00 B in 0.001206 sec., 9950.248756218905 rows/sec., 702.87 KiB/sec. 2026.03.04 04:42:29.001291 [ 261 ] {c2193e66-6390-4e2e-b661-a50ac582d055} TCPHandler: Processed in 0.001398127 sec. 2026.03.04 04:42:29.001411 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:29.001507 [ 261 ] {1995c0df-ded0-415a-8a5a-4488820d9526} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:42:29.001549 [ 261 ] {1995c0df-ded0-415a-8a5a-4488820d9526} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:42:29.001895 [ 261 ] {1995c0df-ded0-415a-8a5a-4488820d9526} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:29.001933 [ 261 ] {1995c0df-ded0-415a-8a5a-4488820d9526} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.48 GiB. 2026.03.04 04:42:29.002247 [ 261 ] {1995c0df-ded0-415a-8a5a-4488820d9526} MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) 2026.03.04 04:42:29.002469 [ 261 ] {1995c0df-ded0-415a-8a5a-4488820d9526} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:29.002605 [ 261 ] {1995c0df-ded0-415a-8a5a-4488820d9526} executeQuery: Read 60 rows, 4.14 KiB in 0.001115 sec., 53811.65919282511 rows/sec., 3.63 MiB/sec. 2026.03.04 04:42:29.002643 [ 261 ] {1995c0df-ded0-415a-8a5a-4488820d9526} TCPHandler: Processed in 0.001281164 sec. 2026.03.04 04:42:33.030023 [ 152 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:42:33.030126 [ 152 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:42:33.263540 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 47068 2026.03.04 04:42:33.264153 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:33.264204 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:33.264762 [ 245 ] {} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.03.04 04:42:33.265003 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:33.265136 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47068 2026.03.04 04:42:33.987147 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:33.987341 [ 261 ] {1f4933ea-6f03-4b69-9511-0a1bf52aa36e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:42:33.987411 [ 261 ] {1f4933ea-6f03-4b69-9511-0a1bf52aa36e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:42:33.988104 [ 261 ] {1f4933ea-6f03-4b69-9511-0a1bf52aa36e} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:33.988157 [ 261 ] {1f4933ea-6f03-4b69-9511-0a1bf52aa36e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:33.988571 [ 261 ] {1f4933ea-6f03-4b69-9511-0a1bf52aa36e} MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) 2026.03.04 04:42:33.988811 [ 261 ] {1f4933ea-6f03-4b69-9511-0a1bf52aa36e} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:33.988975 [ 261 ] {1f4933ea-6f03-4b69-9511-0a1bf52aa36e} executeQuery: Read 72 rows, 5.91 KiB in 0.001686 sec., 42704.62633451957 rows/sec., 3.43 MiB/sec. 2026.03.04 04:42:33.988991 [ 140 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 2026.03.04 04:42:33.989022 [ 261 ] {1f4933ea-6f03-4b69-9511-0a1bf52aa36e} TCPHandler: Processed in 0.002010308 sec. 2026.03.04 04:42:33.989063 [ 140 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:33.989089 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:33.989169 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:33.989193 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_166_33} MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full 2026.03.04 04:42:33.989270 [ 261 ] {ca921965-9135-4266-9e89-20db82d8b234} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:42:33.989315 [ 261 ] {ca921965-9135-4266-9e89-20db82d8b234} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:42:33.989316 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_166_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:33.989365 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 2895 rows starting from the beginning of the part 2026.03.04 04:42:33.989434 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 132 rows starting from the beginning of the part 2026.03.04 04:42:33.989504 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 1958 rows starting from the beginning of the part 2026.03.04 04:42:33.989562 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 56 rows starting from the beginning of the part 2026.03.04 04:42:33.989603 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 150 rows starting from the beginning of the part 2026.03.04 04:42:33.989644 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 72 rows starting from the beginning of the part 2026.03.04 04:42:33.989757 [ 261 ] {ca921965-9135-4266-9e89-20db82d8b234} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:33.989802 [ 261 ] {ca921965-9135-4266-9e89-20db82d8b234} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:33.990136 [ 261 ] {ca921965-9135-4266-9e89-20db82d8b234} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.03.04 04:42:33.990372 [ 261 ] {ca921965-9135-4266-9e89-20db82d8b234} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:33.990504 [ 140 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2026.03.04 04:42:33.990513 [ 261 ] {ca921965-9135-4266-9e89-20db82d8b234} executeQuery: Read 8 rows, 616.00 B in 0.001262 sec., 6339.144215530903 rows/sec., 476.67 KiB/sec. 2026.03.04 04:42:33.990555 [ 140 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:33.990578 [ 261 ] {ca921965-9135-4266-9e89-20db82d8b234} TCPHandler: Processed in 0.001459819 sec. 2026.03.04 04:42:33.990591 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:33.990706 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:33.990730 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2026.03.04 04:42:33.990808 [ 261 ] {a418744f-b8eb-41f1-92cd-3d89d35b7da5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:42:33.990859 [ 261 ] {a418744f-b8eb-41f1-92cd-3d89d35b7da5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:42:33.990896 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:33.990940 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 226 rows starting from the beginning of the part 2026.03.04 04:42:33.991011 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 8 rows starting from the beginning of the part 2026.03.04 04:42:33.991057 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 38 rows starting from the beginning of the part 2026.03.04 04:42:33.991099 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 23 rows starting from the beginning of the part 2026.03.04 04:42:33.991143 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 47 rows starting from the beginning of the part 2026.03.04 04:42:33.991182 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 8 rows starting from the beginning of the part 2026.03.04 04:42:33.991311 [ 261 ] {a418744f-b8eb-41f1-92cd-3d89d35b7da5} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:33.991357 [ 261 ] {a418744f-b8eb-41f1-92cd-3d89d35b7da5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:33.991678 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_166_33} MergeTask::MergeProjectionsStage: Merge sorted 5263 rows, containing 5 columns (5 merged, 0 gathered) in 0.002529799 sec., 2080402.4351341745 rows/sec., 167.79 MiB/sec. 2026.03.04 04:42:33.991711 [ 261 ] {a418744f-b8eb-41f1-92cd-3d89d35b7da5} MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) 2026.03.04 04:42:33.991981 [ 261 ] {a418744f-b8eb-41f1-92cd-3d89d35b7da5} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:33.992002 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_166_33} MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) 2026.03.04 04:42:33.992130 [ 261 ] {a418744f-b8eb-41f1-92cd-3d89d35b7da5} executeQuery: Read 72 rows, 5.76 KiB in 0.00134 sec., 53731.343283582086 rows/sec., 4.19 MiB/sec. 2026.03.04 04:42:33.992146 [ 140 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 2026.03.04 04:42:33.992146 [ 192 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 350 rows, containing 5 columns (5 merged, 0 gathered) in 0.001467479 sec., 238504.26479697495 rows/sec., 16.96 MiB/sec. 2026.03.04 04:42:33.992181 [ 261 ] {a418744f-b8eb-41f1-92cd-3d89d35b7da5} TCPHandler: Processed in 0.00152685 sec. 2026.03.04 04:42:33.992198 [ 140 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:33.992249 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:33.992319 [ 192 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_166_33} MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full 2026.03.04 04:42:33.992325 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:33.992339 [ 193 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2026.03.04 04:42:33.992351 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_166_33} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:33.992405 [ 192 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_166_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:33.992435 [ 192 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 1552 rows starting from the beginning of the part 2026.03.04 04:42:33.992437 [ 261 ] {dae60fa1-e00d-4a89-92b0-9d7dcbbec7cc} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:42:33.992485 [ 195 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_166_33} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 2026.03.04 04:42:33.992488 [ 192 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 105 rows starting from the beginning of the part 2026.03.04 04:42:33.992501 [ 261 ] {dae60fa1-e00d-4a89-92b0-9d7dcbbec7cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:42:33.992559 [ 192 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 1023 rows starting from the beginning of the part 2026.03.04 04:42:33.992604 [ 192 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 64 rows starting from the beginning of the part 2026.03.04 04:42:33.992606 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2026.03.04 04:42:33.992647 [ 192 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 120 rows starting from the beginning of the part 2026.03.04 04:42:33.992688 [ 192 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 72 rows starting from the beginning of the part 2026.03.04 04:42:33.992687 [ 193 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_141_28} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:33.992778 [ 193 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_141_28} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2026.03.04 04:42:33.992865 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.03.04 04:42:33.992970 [ 261 ] {dae60fa1-e00d-4a89-92b0-9d7dcbbec7cc} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:33.993008 [ 261 ] {dae60fa1-e00d-4a89-92b0-9d7dcbbec7cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:33.993398 [ 261 ] {dae60fa1-e00d-4a89-92b0-9d7dcbbec7cc} MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) 2026.03.04 04:42:33.993623 [ 261 ] {dae60fa1-e00d-4a89-92b0-9d7dcbbec7cc} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:33.993760 [ 261 ] {dae60fa1-e00d-4a89-92b0-9d7dcbbec7cc} executeQuery: Read 160 rows, 11.41 KiB in 0.001343 sec., 119136.26209977662 rows/sec., 8.30 MiB/sec. 2026.03.04 04:42:33.993799 [ 261 ] {dae60fa1-e00d-4a89-92b0-9d7dcbbec7cc} TCPHandler: Processed in 0.00152358 sec. 2026.03.04 04:42:33.993825 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_166_33} MergeTask::MergeProjectionsStage: Merge sorted 2936 rows, containing 5 columns (5 merged, 0 gathered) in 0.001531569 sec., 1916988.3955603698 rows/sec., 142.49 MiB/sec. 2026.03.04 04:42:33.993917 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:33.994018 [ 261 ] {761b6daf-48c8-43e3-a90b-14620f702a01} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:42:33.994024 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_166_33} MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) 2026.03.04 04:42:33.994083 [ 261 ] {761b6daf-48c8-43e3-a90b-14620f702a01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:42:33.994315 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_166_33} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:33.994392 [ 196 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_166_33} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 2026.03.04 04:42:33.994464 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.03.04 04:42:33.994903 [ 261 ] {761b6daf-48c8-43e3-a90b-14620f702a01} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:33.994946 [ 261 ] {761b6daf-48c8-43e3-a90b-14620f702a01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:33.995471 [ 261 ] {761b6daf-48c8-43e3-a90b-14620f702a01} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2026.03.04 04:42:33.995706 [ 261 ] {761b6daf-48c8-43e3-a90b-14620f702a01} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:33.995862 [ 261 ] {761b6daf-48c8-43e3-a90b-14620f702a01} executeQuery: Read 8 rows, 14.68 KiB in 0.001861 sec., 4298.76410531972 rows/sec., 7.70 MiB/sec. 2026.03.04 04:42:33.995936 [ 261 ] {761b6daf-48c8-43e3-a90b-14620f702a01} TCPHandler: Processed in 0.00206895 sec. 2026.03.04 04:42:33.996056 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:33.996151 [ 261 ] {3a19b52b-5a41-4037-a9eb-983f2935540f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:42:33.996193 [ 261 ] {3a19b52b-5a41-4037-a9eb-983f2935540f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:42:33.996539 [ 261 ] {3a19b52b-5a41-4037-a9eb-983f2935540f} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:33.996576 [ 261 ] {3a19b52b-5a41-4037-a9eb-983f2935540f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:33.996893 [ 261 ] {3a19b52b-5a41-4037-a9eb-983f2935540f} MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) 2026.03.04 04:42:33.997112 [ 261 ] {3a19b52b-5a41-4037-a9eb-983f2935540f} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:33.997246 [ 261 ] {3a19b52b-5a41-4037-a9eb-983f2935540f} executeQuery: Read 60 rows, 4.14 KiB in 0.001113 sec., 53908.35579514824 rows/sec., 3.63 MiB/sec. 2026.03.04 04:42:33.997246 [ 154 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 2026.03.04 04:42:33.997286 [ 261 ] {3a19b52b-5a41-4037-a9eb-983f2935540f} TCPHandler: Processed in 0.001279685 sec. 2026.03.04 04:42:33.997306 [ 154 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:33.997331 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:33.997409 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_166_33} MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full 2026.03.04 04:42:33.997494 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_166_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:33.997522 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_166_33} MergeTreeSequentialSource: Reading 3 marks from part all_1_161_32, total 8820 rows starting from the beginning of the part 2026.03.04 04:42:33.997578 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 60 rows starting from the beginning of the part 2026.03.04 04:42:33.997624 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 12 rows starting from the beginning of the part 2026.03.04 04:42:33.997668 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 48 rows starting from the beginning of the part 2026.03.04 04:42:33.997704 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 60 rows starting from the beginning of the part 2026.03.04 04:42:33.997742 [ 193 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 60 rows starting from the beginning of the part 2026.03.04 04:42:34.000170 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 418.79 MiB, peak 432.93 MiB, free memory in arenas 0.00 B, will set to 414.50 MiB (RSS), difference: -4.29 MiB 2026.03.04 04:42:34.000194 [ 196 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_166_33} MergeTask::MergeProjectionsStage: Merge sorted 9060 rows, containing 4 columns (4 merged, 0 gathered) in 0.002819634 sec., 3213182.987579239 rows/sec., 213.89 MiB/sec. 2026.03.04 04:42:34.000390 [ 195 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_166_33} MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) 2026.03.04 04:42:34.000662 [ 195 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_166_33} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:34.000737 [ 195 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_166_33} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 2026.03.04 04:42:34.000819 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.87 MiB. 2026.03.04 04:42:35.000184 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 410.79 MiB, peak 432.93 MiB, free memory in arenas 0.00 B, will set to 414.50 MiB (RSS), difference: 3.70 MiB 2026.03.04 04:42:35.813180 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 738 2026.03.04 04:42:35.835671 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:35.835741 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:35.843846 [ 244 ] {} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2026.03.04 04:42:35.844773 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:35.848900 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 738 2026.03.04 04:42:38.428147 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 2628 2026.03.04 04:42:38.430352 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:38.430394 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:38.431709 [ 243 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2026.03.04 04:42:38.432227 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:38.432467 [ 222 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:42:38.432493 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2628 2026.03.04 04:42:38.432523 [ 222 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:42:38.435529 [ 222 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2026.03.04 04:42:38.981796 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:38.982067 [ 261 ] {c2bd71b7-957b-4f14-9898-336da8cc16c1} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.03.04 04:42:38.982451 [ 261 ] {c2bd71b7-957b-4f14-9898-336da8cc16c1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:38.982496 [ 261 ] {c2bd71b7-957b-4f14-9898-336da8cc16c1} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.03.04 04:42:38.982788 [ 261 ] {c2bd71b7-957b-4f14-9898-336da8cc16c1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:38.982862 [ 261 ] {c2bd71b7-957b-4f14-9898-336da8cc16c1} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:38.983014 [ 261 ] {c2bd71b7-957b-4f14-9898-336da8cc16c1} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 50-element set) 2026.03.04 04:42:38.983134 [ 341 ] {c2bd71b7-957b-4f14-9898-336da8cc16c1} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:38.983141 [ 325 ] {c2bd71b7-957b-4f14-9898-336da8cc16c1} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:38.983147 [ 295 ] {c2bd71b7-957b-4f14-9898-336da8cc16c1} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:38.983148 [ 336 ] {c2bd71b7-957b-4f14-9898-336da8cc16c1} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:38.983337 [ 261 ] {c2bd71b7-957b-4f14-9898-336da8cc16c1} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.04 04:42:38.983366 [ 261 ] {c2bd71b7-957b-4f14-9898-336da8cc16c1} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:38.983468 [ 261 ] {c2bd71b7-957b-4f14-9898-336da8cc16c1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:38.983490 [ 261 ] {c2bd71b7-957b-4f14-9898-336da8cc16c1} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 50 rows with 4 streams 2026.03.04 04:42:38.983529 [ 261 ] {c2bd71b7-957b-4f14-9898-336da8cc16c1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:42:38.983571 [ 261 ] {c2bd71b7-957b-4f14-9898-336da8cc16c1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:42:38.983610 [ 261 ] {c2bd71b7-957b-4f14-9898-336da8cc16c1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:42:38.983651 [ 261 ] {c2bd71b7-957b-4f14-9898-336da8cc16c1} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.03.04 04:42:38.985561 [ 261 ] {c2bd71b7-957b-4f14-9898-336da8cc16c1} executeQuery: Read 50 rows, 1.97 KiB in 0.003611 sec., 13846.579894765993 rows/sec., 545.48 KiB/sec. 2026.03.04 04:42:38.985744 [ 261 ] {c2bd71b7-957b-4f14-9898-336da8cc16c1} MemoryTracker: Peak memory usage (for query): 148.46 KiB. 2026.03.04 04:42:38.985762 [ 261 ] {c2bd71b7-957b-4f14-9898-336da8cc16c1} TCPHandler: Processed in 0.004109959 sec. 2026.03.04 04:42:38.986116 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:38.986271 [ 261 ] {8e20fb1e-af52-4fb2-8a98-d402be3ecf3a} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled') FORMAT Native; (stage: Complete) 2026.03.04 04:42:38.986570 [ 261 ] {8e20fb1e-af52-4fb2-8a98-d402be3ecf3a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:38.986610 [ 261 ] {8e20fb1e-af52-4fb2-8a98-d402be3ecf3a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled')" moved to PREWHERE 2026.03.04 04:42:38.986846 [ 261 ] {8e20fb1e-af52-4fb2-8a98-d402be3ecf3a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:38.986900 [ 261 ] {8e20fb1e-af52-4fb2-8a98-d402be3ecf3a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:38.987009 [ 261 ] {8e20fb1e-af52-4fb2-8a98-d402be3ecf3a} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 51-element set) 2026.03.04 04:42:38.987079 [ 341 ] {8e20fb1e-af52-4fb2-8a98-d402be3ecf3a} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:38.987090 [ 328 ] {8e20fb1e-af52-4fb2-8a98-d402be3ecf3a} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:38.987103 [ 336 ] {8e20fb1e-af52-4fb2-8a98-d402be3ecf3a} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:38.987086 [ 295 ] {8e20fb1e-af52-4fb2-8a98-d402be3ecf3a} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:38.987245 [ 261 ] {8e20fb1e-af52-4fb2-8a98-d402be3ecf3a} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.04 04:42:38.987267 [ 261 ] {8e20fb1e-af52-4fb2-8a98-d402be3ecf3a} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:38.987349 [ 261 ] {8e20fb1e-af52-4fb2-8a98-d402be3ecf3a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:38.987368 [ 261 ] {8e20fb1e-af52-4fb2-8a98-d402be3ecf3a} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 50 rows with 4 streams 2026.03.04 04:42:38.987400 [ 261 ] {8e20fb1e-af52-4fb2-8a98-d402be3ecf3a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled'))" 2026.03.04 04:42:38.987433 [ 261 ] {8e20fb1e-af52-4fb2-8a98-d402be3ecf3a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled'))" 2026.03.04 04:42:38.987464 [ 261 ] {8e20fb1e-af52-4fb2-8a98-d402be3ecf3a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled'))" 2026.03.04 04:42:38.987494 [ 261 ] {8e20fb1e-af52-4fb2-8a98-d402be3ecf3a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled'))" 2026.03.04 04:42:38.988291 [ 261 ] {8e20fb1e-af52-4fb2-8a98-d402be3ecf3a} executeQuery: Read 50 rows, 1.97 KiB in 0.002092 sec., 23900.57361376673 rows/sec., 941.55 KiB/sec. 2026.03.04 04:42:38.988465 [ 261 ] {8e20fb1e-af52-4fb2-8a98-d402be3ecf3a} MemoryTracker: Peak memory usage (for query): 148.75 KiB. 2026.03.04 04:42:38.988482 [ 261 ] {8e20fb1e-af52-4fb2-8a98-d402be3ecf3a} TCPHandler: Processed in 0.002419867 sec. 2026.03.04 04:42:38.988735 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:38.988883 [ 261 ] {27bff75a-3852-4865-9578-0577ad331421} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) 2026.03.04 04:42:38.989121 [ 261 ] {27bff75a-3852-4865-9578-0577ad331421} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:38.989161 [ 261 ] {27bff75a-3852-4865-9578-0577ad331421} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE 2026.03.04 04:42:38.989392 [ 261 ] {27bff75a-3852-4865-9578-0577ad331421} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:38.989445 [ 261 ] {27bff75a-3852-4865-9578-0577ad331421} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:38.989555 [ 261 ] {27bff75a-3852-4865-9578-0577ad331421} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 52-element set) 2026.03.04 04:42:38.989627 [ 336 ] {27bff75a-3852-4865-9578-0577ad331421} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:38.989645 [ 341 ] {27bff75a-3852-4865-9578-0577ad331421} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:38.989630 [ 314 ] {27bff75a-3852-4865-9578-0577ad331421} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:38.989635 [ 325 ] {27bff75a-3852-4865-9578-0577ad331421} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:38.989635 [ 222 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.03.04 04:42:38.989767 [ 222 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.03.04 04:42:38.989804 [ 261 ] {27bff75a-3852-4865-9578-0577ad331421} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.04 04:42:38.989831 [ 261 ] {27bff75a-3852-4865-9578-0577ad331421} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:38.989916 [ 261 ] {27bff75a-3852-4865-9578-0577ad331421} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:38.989936 [ 261 ] {27bff75a-3852-4865-9578-0577ad331421} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 50 rows with 4 streams 2026.03.04 04:42:38.989967 [ 261 ] {27bff75a-3852-4865-9578-0577ad331421} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:38.990000 [ 261 ] {27bff75a-3852-4865-9578-0577ad331421} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:38.990033 [ 261 ] {27bff75a-3852-4865-9578-0577ad331421} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:38.990066 [ 261 ] {27bff75a-3852-4865-9578-0577ad331421} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:38.990791 [ 261 ] {27bff75a-3852-4865-9578-0577ad331421} executeQuery: Read 50 rows, 1.97 KiB in 0.001974 sec., 25329.280648429583 rows/sec., 997.84 KiB/sec. 2026.03.04 04:42:38.990942 [ 261 ] {27bff75a-3852-4865-9578-0577ad331421} MemoryTracker: Peak memory usage (for query): 149.03 KiB. 2026.03.04 04:42:38.990958 [ 261 ] {27bff75a-3852-4865-9578-0577ad331421} TCPHandler: Processed in 0.002274773 sec. 2026.03.04 04:42:38.991160 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:38.991304 [ 261 ] {60240aea-9e6c-4427-904a-3dd6179637ee} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) 2026.03.04 04:42:38.991537 [ 261 ] {60240aea-9e6c-4427-904a-3dd6179637ee} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:38.991577 [ 261 ] {60240aea-9e6c-4427-904a-3dd6179637ee} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE 2026.03.04 04:42:38.991809 [ 261 ] {60240aea-9e6c-4427-904a-3dd6179637ee} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:38.991862 [ 261 ] {60240aea-9e6c-4427-904a-3dd6179637ee} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:38.991964 [ 261 ] {60240aea-9e6c-4427-904a-3dd6179637ee} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 53-element set) 2026.03.04 04:42:38.992024 [ 347 ] {60240aea-9e6c-4427-904a-3dd6179637ee} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:38.992040 [ 314 ] {60240aea-9e6c-4427-904a-3dd6179637ee} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:38.992038 [ 332 ] {60240aea-9e6c-4427-904a-3dd6179637ee} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:38.992032 [ 328 ] {60240aea-9e6c-4427-904a-3dd6179637ee} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:38.992165 [ 261 ] {60240aea-9e6c-4427-904a-3dd6179637ee} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.04 04:42:38.992192 [ 261 ] {60240aea-9e6c-4427-904a-3dd6179637ee} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:38.992271 [ 261 ] {60240aea-9e6c-4427-904a-3dd6179637ee} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:38.992289 [ 261 ] {60240aea-9e6c-4427-904a-3dd6179637ee} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 50 rows with 4 streams 2026.03.04 04:42:38.992325 [ 261 ] {60240aea-9e6c-4427-904a-3dd6179637ee} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:38.992357 [ 261 ] {60240aea-9e6c-4427-904a-3dd6179637ee} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:38.992388 [ 261 ] {60240aea-9e6c-4427-904a-3dd6179637ee} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:38.992416 [ 261 ] {60240aea-9e6c-4427-904a-3dd6179637ee} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:38.993123 [ 261 ] {60240aea-9e6c-4427-904a-3dd6179637ee} executeQuery: Read 50 rows, 1.97 KiB in 0.001881 sec., 26581.60552897395 rows/sec., 1.02 MiB/sec. 2026.03.04 04:42:38.993229 [ 222 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.03.04 04:42:38.993291 [ 261 ] {60240aea-9e6c-4427-904a-3dd6179637ee} MemoryTracker: Peak memory usage (for query): 151.82 KiB. 2026.03.04 04:42:38.993312 [ 261 ] {60240aea-9e6c-4427-904a-3dd6179637ee} TCPHandler: Processed in 0.002202532 sec. 2026.03.04 04:42:38.993512 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:38.993660 [ 261 ] {2a316c8a-d4fa-4453-95a1-3a14cb236013} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) 2026.03.04 04:42:38.993894 [ 261 ] {2a316c8a-d4fa-4453-95a1-3a14cb236013} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:38.993934 [ 261 ] {2a316c8a-d4fa-4453-95a1-3a14cb236013} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE 2026.03.04 04:42:38.994168 [ 261 ] {2a316c8a-d4fa-4453-95a1-3a14cb236013} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:38.994219 [ 261 ] {2a316c8a-d4fa-4453-95a1-3a14cb236013} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:38.994322 [ 261 ] {2a316c8a-d4fa-4453-95a1-3a14cb236013} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 54-element set) 2026.03.04 04:42:38.994384 [ 332 ] {2a316c8a-d4fa-4453-95a1-3a14cb236013} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:38.994388 [ 296 ] {2a316c8a-d4fa-4453-95a1-3a14cb236013} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:38.994412 [ 329 ] {2a316c8a-d4fa-4453-95a1-3a14cb236013} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:38.994384 [ 328 ] {2a316c8a-d4fa-4453-95a1-3a14cb236013} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:38.994524 [ 261 ] {2a316c8a-d4fa-4453-95a1-3a14cb236013} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.04 04:42:38.994549 [ 261 ] {2a316c8a-d4fa-4453-95a1-3a14cb236013} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:38.994628 [ 261 ] {2a316c8a-d4fa-4453-95a1-3a14cb236013} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:38.994647 [ 261 ] {2a316c8a-d4fa-4453-95a1-3a14cb236013} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 50 rows with 4 streams 2026.03.04 04:42:38.994676 [ 261 ] {2a316c8a-d4fa-4453-95a1-3a14cb236013} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:38.994710 [ 261 ] {2a316c8a-d4fa-4453-95a1-3a14cb236013} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:38.994740 [ 261 ] {2a316c8a-d4fa-4453-95a1-3a14cb236013} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:38.994770 [ 261 ] {2a316c8a-d4fa-4453-95a1-3a14cb236013} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:38.995425 [ 261 ] {2a316c8a-d4fa-4453-95a1-3a14cb236013} executeQuery: Read 50 rows, 1.97 KiB in 0.001832 sec., 27292.576419213972 rows/sec., 1.05 MiB/sec. 2026.03.04 04:42:38.995593 [ 261 ] {2a316c8a-d4fa-4453-95a1-3a14cb236013} MemoryTracker: Peak memory usage (for query): 149.50 KiB. 2026.03.04 04:42:38.995608 [ 261 ] {2a316c8a-d4fa-4453-95a1-3a14cb236013} TCPHandler: Processed in 0.002148331 sec. 2026.03.04 04:42:38.995876 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:38.996019 [ 261 ] {493e1d65-aea0-4908-9e33-fa7bb6d842b4} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) 2026.03.04 04:42:38.996253 [ 261 ] {493e1d65-aea0-4908-9e33-fa7bb6d842b4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:38.996292 [ 261 ] {493e1d65-aea0-4908-9e33-fa7bb6d842b4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE 2026.03.04 04:42:38.996526 [ 261 ] {493e1d65-aea0-4908-9e33-fa7bb6d842b4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:38.996578 [ 261 ] {493e1d65-aea0-4908-9e33-fa7bb6d842b4} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:38.996677 [ 261 ] {493e1d65-aea0-4908-9e33-fa7bb6d842b4} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 55-element set) 2026.03.04 04:42:38.996736 [ 332 ] {493e1d65-aea0-4908-9e33-fa7bb6d842b4} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:38.996743 [ 328 ] {493e1d65-aea0-4908-9e33-fa7bb6d842b4} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:38.996750 [ 329 ] {493e1d65-aea0-4908-9e33-fa7bb6d842b4} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:38.996736 [ 320 ] {493e1d65-aea0-4908-9e33-fa7bb6d842b4} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:38.996872 [ 261 ] {493e1d65-aea0-4908-9e33-fa7bb6d842b4} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.04 04:42:38.996897 [ 261 ] {493e1d65-aea0-4908-9e33-fa7bb6d842b4} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:38.996976 [ 261 ] {493e1d65-aea0-4908-9e33-fa7bb6d842b4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:38.996995 [ 261 ] {493e1d65-aea0-4908-9e33-fa7bb6d842b4} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 50 rows with 4 streams 2026.03.04 04:42:38.997025 [ 261 ] {493e1d65-aea0-4908-9e33-fa7bb6d842b4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:38.997057 [ 261 ] {493e1d65-aea0-4908-9e33-fa7bb6d842b4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:38.997086 [ 261 ] {493e1d65-aea0-4908-9e33-fa7bb6d842b4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:38.997116 [ 261 ] {493e1d65-aea0-4908-9e33-fa7bb6d842b4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:38.997784 [ 261 ] {493e1d65-aea0-4908-9e33-fa7bb6d842b4} executeQuery: Read 50 rows, 1.97 KiB in 0.001828 sec., 27352.297592997813 rows/sec., 1.05 MiB/sec. 2026.03.04 04:42:38.997932 [ 261 ] {493e1d65-aea0-4908-9e33-fa7bb6d842b4} MemoryTracker: Peak memory usage (for query): 149.81 KiB. 2026.03.04 04:42:38.997947 [ 261 ] {493e1d65-aea0-4908-9e33-fa7bb6d842b4} TCPHandler: Processed in 0.002121811 sec. 2026.03.04 04:42:38.998136 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:38.998281 [ 261 ] {819ede84-e224-4204-9d71-1411d81dbdab} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) 2026.03.04 04:42:38.998512 [ 261 ] {819ede84-e224-4204-9d71-1411d81dbdab} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:38.998553 [ 261 ] {819ede84-e224-4204-9d71-1411d81dbdab} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE 2026.03.04 04:42:38.998785 [ 261 ] {819ede84-e224-4204-9d71-1411d81dbdab} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:38.998838 [ 261 ] {819ede84-e224-4204-9d71-1411d81dbdab} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:38.998936 [ 261 ] {819ede84-e224-4204-9d71-1411d81dbdab} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 56-element set) 2026.03.04 04:42:38.998993 [ 328 ] {819ede84-e224-4204-9d71-1411d81dbdab} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:38.999005 [ 320 ] {819ede84-e224-4204-9d71-1411d81dbdab} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:38.999004 [ 339 ] {819ede84-e224-4204-9d71-1411d81dbdab} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:38.998994 [ 332 ] {819ede84-e224-4204-9d71-1411d81dbdab} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:38.999128 [ 261 ] {819ede84-e224-4204-9d71-1411d81dbdab} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.04 04:42:38.999154 [ 261 ] {819ede84-e224-4204-9d71-1411d81dbdab} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:38.999230 [ 261 ] {819ede84-e224-4204-9d71-1411d81dbdab} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:38.999248 [ 261 ] {819ede84-e224-4204-9d71-1411d81dbdab} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 50 rows with 4 streams 2026.03.04 04:42:38.999279 [ 261 ] {819ede84-e224-4204-9d71-1411d81dbdab} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:38.999312 [ 261 ] {819ede84-e224-4204-9d71-1411d81dbdab} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:38.999343 [ 261 ] {819ede84-e224-4204-9d71-1411d81dbdab} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:38.999373 [ 261 ] {819ede84-e224-4204-9d71-1411d81dbdab} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.000033 [ 261 ] {819ede84-e224-4204-9d71-1411d81dbdab} executeQuery: Read 50 rows, 1.97 KiB in 0.001818 sec., 27502.7502750275 rows/sec., 1.06 MiB/sec. 2026.03.04 04:42:39.000187 [ 261 ] {819ede84-e224-4204-9d71-1411d81dbdab} MemoryTracker: Peak memory usage (for query): 150.07 KiB. 2026.03.04 04:42:39.000204 [ 261 ] {819ede84-e224-4204-9d71-1411d81dbdab} TCPHandler: Processed in 0.002117711 sec. 2026.03.04 04:42:39.000398 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.000547 [ 261 ] {4d96313a-8e32-44ef-a573-e21c1d167563} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) 2026.03.04 04:42:39.000783 [ 261 ] {4d96313a-8e32-44ef-a573-e21c1d167563} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:39.000823 [ 261 ] {4d96313a-8e32-44ef-a573-e21c1d167563} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE 2026.03.04 04:42:39.001059 [ 261 ] {4d96313a-8e32-44ef-a573-e21c1d167563} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:39.001111 [ 261 ] {4d96313a-8e32-44ef-a573-e21c1d167563} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:39.001210 [ 261 ] {4d96313a-8e32-44ef-a573-e21c1d167563} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 57-element set) 2026.03.04 04:42:39.001276 [ 332 ] {4d96313a-8e32-44ef-a573-e21c1d167563} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:39.001279 [ 328 ] {4d96313a-8e32-44ef-a573-e21c1d167563} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:39.001300 [ 312 ] {4d96313a-8e32-44ef-a573-e21c1d167563} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:39.001283 [ 329 ] {4d96313a-8e32-44ef-a573-e21c1d167563} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:39.001413 [ 261 ] {4d96313a-8e32-44ef-a573-e21c1d167563} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.04 04:42:39.001439 [ 261 ] {4d96313a-8e32-44ef-a573-e21c1d167563} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:39.001517 [ 261 ] {4d96313a-8e32-44ef-a573-e21c1d167563} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:39.001535 [ 261 ] {4d96313a-8e32-44ef-a573-e21c1d167563} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 50 rows with 4 streams 2026.03.04 04:42:39.001565 [ 261 ] {4d96313a-8e32-44ef-a573-e21c1d167563} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.001598 [ 261 ] {4d96313a-8e32-44ef-a573-e21c1d167563} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.001628 [ 261 ] {4d96313a-8e32-44ef-a573-e21c1d167563} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.001656 [ 261 ] {4d96313a-8e32-44ef-a573-e21c1d167563} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.002311 [ 261 ] {4d96313a-8e32-44ef-a573-e21c1d167563} executeQuery: Read 50 rows, 1.97 KiB in 0.001832 sec., 27292.576419213972 rows/sec., 1.05 MiB/sec. 2026.03.04 04:42:39.002475 [ 261 ] {4d96313a-8e32-44ef-a573-e21c1d167563} MemoryTracker: Peak memory usage (for query): 150.26 KiB. 2026.03.04 04:42:39.002491 [ 261 ] {4d96313a-8e32-44ef-a573-e21c1d167563} TCPHandler: Processed in 0.002143751 sec. 2026.03.04 04:42:39.002777 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.002924 [ 261 ] {79c1c530-2ece-4208-aff3-5bb70eb4ee6c} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) 2026.03.04 04:42:39.003162 [ 261 ] {79c1c530-2ece-4208-aff3-5bb70eb4ee6c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:39.003202 [ 261 ] {79c1c530-2ece-4208-aff3-5bb70eb4ee6c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE 2026.03.04 04:42:39.003442 [ 261 ] {79c1c530-2ece-4208-aff3-5bb70eb4ee6c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:39.003495 [ 261 ] {79c1c530-2ece-4208-aff3-5bb70eb4ee6c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:39.003594 [ 261 ] {79c1c530-2ece-4208-aff3-5bb70eb4ee6c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 58-element set) 2026.03.04 04:42:39.003660 [ 332 ] {79c1c530-2ece-4208-aff3-5bb70eb4ee6c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:39.003677 [ 329 ] {79c1c530-2ece-4208-aff3-5bb70eb4ee6c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:39.003674 [ 328 ] {79c1c530-2ece-4208-aff3-5bb70eb4ee6c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:39.003667 [ 297 ] {79c1c530-2ece-4208-aff3-5bb70eb4ee6c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:39.003829 [ 261 ] {79c1c530-2ece-4208-aff3-5bb70eb4ee6c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.04 04:42:39.003854 [ 261 ] {79c1c530-2ece-4208-aff3-5bb70eb4ee6c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:39.003935 [ 261 ] {79c1c530-2ece-4208-aff3-5bb70eb4ee6c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:39.003953 [ 261 ] {79c1c530-2ece-4208-aff3-5bb70eb4ee6c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 50 rows with 4 streams 2026.03.04 04:42:39.003984 [ 261 ] {79c1c530-2ece-4208-aff3-5bb70eb4ee6c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.004016 [ 261 ] {79c1c530-2ece-4208-aff3-5bb70eb4ee6c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.004048 [ 261 ] {79c1c530-2ece-4208-aff3-5bb70eb4ee6c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.004079 [ 261 ] {79c1c530-2ece-4208-aff3-5bb70eb4ee6c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.004738 [ 261 ] {79c1c530-2ece-4208-aff3-5bb70eb4ee6c} executeQuery: Read 50 rows, 1.97 KiB in 0.00188 sec., 26595.744680851065 rows/sec., 1.02 MiB/sec. 2026.03.04 04:42:39.004911 [ 261 ] {79c1c530-2ece-4208-aff3-5bb70eb4ee6c} MemoryTracker: Peak memory usage (for query): 150.59 KiB. 2026.03.04 04:42:39.004930 [ 261 ] {79c1c530-2ece-4208-aff3-5bb70eb4ee6c} TCPHandler: Processed in 0.002202293 sec. 2026.03.04 04:42:39.005149 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.005335 [ 261 ] {bdf902c9-e7f0-49fd-8e25-3b0d02ba107d} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) 2026.03.04 04:42:39.005635 [ 261 ] {bdf902c9-e7f0-49fd-8e25-3b0d02ba107d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:39.005685 [ 261 ] {bdf902c9-e7f0-49fd-8e25-3b0d02ba107d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE 2026.03.04 04:42:39.006008 [ 261 ] {bdf902c9-e7f0-49fd-8e25-3b0d02ba107d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:39.006063 [ 261 ] {bdf902c9-e7f0-49fd-8e25-3b0d02ba107d} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:39.006193 [ 261 ] {bdf902c9-e7f0-49fd-8e25-3b0d02ba107d} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 59-element set) 2026.03.04 04:42:39.006255 [ 297 ] {bdf902c9-e7f0-49fd-8e25-3b0d02ba107d} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:39.006259 [ 346 ] {bdf902c9-e7f0-49fd-8e25-3b0d02ba107d} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:39.006265 [ 348 ] {bdf902c9-e7f0-49fd-8e25-3b0d02ba107d} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:39.006264 [ 312 ] {bdf902c9-e7f0-49fd-8e25-3b0d02ba107d} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:39.006398 [ 261 ] {bdf902c9-e7f0-49fd-8e25-3b0d02ba107d} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.04 04:42:39.006425 [ 261 ] {bdf902c9-e7f0-49fd-8e25-3b0d02ba107d} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:39.006507 [ 261 ] {bdf902c9-e7f0-49fd-8e25-3b0d02ba107d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:39.006526 [ 261 ] {bdf902c9-e7f0-49fd-8e25-3b0d02ba107d} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 50 rows with 4 streams 2026.03.04 04:42:39.006559 [ 261 ] {bdf902c9-e7f0-49fd-8e25-3b0d02ba107d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.006591 [ 261 ] {bdf902c9-e7f0-49fd-8e25-3b0d02ba107d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.006622 [ 261 ] {bdf902c9-e7f0-49fd-8e25-3b0d02ba107d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.006652 [ 261 ] {bdf902c9-e7f0-49fd-8e25-3b0d02ba107d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.007292 [ 261 ] {bdf902c9-e7f0-49fd-8e25-3b0d02ba107d} executeQuery: Read 50 rows, 1.97 KiB in 0.002045 sec., 24449.87775061125 rows/sec., 963.19 KiB/sec. 2026.03.04 04:42:39.007457 [ 261 ] {bdf902c9-e7f0-49fd-8e25-3b0d02ba107d} MemoryTracker: Peak memory usage (for query): 150.99 KiB. 2026.03.04 04:42:39.007473 [ 261 ] {bdf902c9-e7f0-49fd-8e25-3b0d02ba107d} TCPHandler: Processed in 0.002387326 sec. 2026.03.04 04:42:39.007685 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.007835 [ 261 ] {8d59f314-2619-4058-835b-df7fbf48b79a} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) 2026.03.04 04:42:39.008077 [ 261 ] {8d59f314-2619-4058-835b-df7fbf48b79a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:39.008119 [ 261 ] {8d59f314-2619-4058-835b-df7fbf48b79a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE 2026.03.04 04:42:39.008369 [ 261 ] {8d59f314-2619-4058-835b-df7fbf48b79a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:39.008423 [ 261 ] {8d59f314-2619-4058-835b-df7fbf48b79a} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:39.008523 [ 261 ] {8d59f314-2619-4058-835b-df7fbf48b79a} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 60-element set) 2026.03.04 04:42:39.008584 [ 328 ] {8d59f314-2619-4058-835b-df7fbf48b79a} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:39.008588 [ 348 ] {8d59f314-2619-4058-835b-df7fbf48b79a} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:39.008599 [ 346 ] {8d59f314-2619-4058-835b-df7fbf48b79a} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:39.008585 [ 312 ] {8d59f314-2619-4058-835b-df7fbf48b79a} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:39.008726 [ 261 ] {8d59f314-2619-4058-835b-df7fbf48b79a} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.04 04:42:39.008752 [ 261 ] {8d59f314-2619-4058-835b-df7fbf48b79a} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:39.008832 [ 261 ] {8d59f314-2619-4058-835b-df7fbf48b79a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:39.008851 [ 261 ] {8d59f314-2619-4058-835b-df7fbf48b79a} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 50 rows with 4 streams 2026.03.04 04:42:39.008882 [ 261 ] {8d59f314-2619-4058-835b-df7fbf48b79a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.008915 [ 261 ] {8d59f314-2619-4058-835b-df7fbf48b79a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.008947 [ 261 ] {8d59f314-2619-4058-835b-df7fbf48b79a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.008976 [ 261 ] {8d59f314-2619-4058-835b-df7fbf48b79a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.009642 [ 261 ] {8d59f314-2619-4058-835b-df7fbf48b79a} executeQuery: Read 50 rows, 1.97 KiB in 0.001875 sec., 26666.666666666668 rows/sec., 1.03 MiB/sec. 2026.03.04 04:42:39.009807 [ 261 ] {8d59f314-2619-4058-835b-df7fbf48b79a} MemoryTracker: Peak memory usage (for query): 151.18 KiB. 2026.03.04 04:42:39.009823 [ 261 ] {8d59f314-2619-4058-835b-df7fbf48b79a} TCPHandler: Processed in 0.002189622 sec. 2026.03.04 04:42:39.010014 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.010164 [ 261 ] {bb7af9f4-90f6-4b47-a74b-8fd63952570e} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) 2026.03.04 04:42:39.010404 [ 261 ] {bb7af9f4-90f6-4b47-a74b-8fd63952570e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:39.010446 [ 261 ] {bb7af9f4-90f6-4b47-a74b-8fd63952570e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE 2026.03.04 04:42:39.010699 [ 261 ] {bb7af9f4-90f6-4b47-a74b-8fd63952570e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:39.010753 [ 261 ] {bb7af9f4-90f6-4b47-a74b-8fd63952570e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:39.010853 [ 261 ] {bb7af9f4-90f6-4b47-a74b-8fd63952570e} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 61-element set) 2026.03.04 04:42:39.010912 [ 312 ] {bb7af9f4-90f6-4b47-a74b-8fd63952570e} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:39.010927 [ 328 ] {bb7af9f4-90f6-4b47-a74b-8fd63952570e} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:39.010928 [ 349 ] {bb7af9f4-90f6-4b47-a74b-8fd63952570e} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:39.010941 [ 330 ] {bb7af9f4-90f6-4b47-a74b-8fd63952570e} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:39.011043 [ 261 ] {bb7af9f4-90f6-4b47-a74b-8fd63952570e} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.04 04:42:39.011068 [ 261 ] {bb7af9f4-90f6-4b47-a74b-8fd63952570e} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:39.011149 [ 261 ] {bb7af9f4-90f6-4b47-a74b-8fd63952570e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:39.011167 [ 261 ] {bb7af9f4-90f6-4b47-a74b-8fd63952570e} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 50 rows with 4 streams 2026.03.04 04:42:39.011198 [ 261 ] {bb7af9f4-90f6-4b47-a74b-8fd63952570e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.011231 [ 261 ] {bb7af9f4-90f6-4b47-a74b-8fd63952570e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.011262 [ 261 ] {bb7af9f4-90f6-4b47-a74b-8fd63952570e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.011291 [ 261 ] {bb7af9f4-90f6-4b47-a74b-8fd63952570e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.011903 [ 261 ] {bb7af9f4-90f6-4b47-a74b-8fd63952570e} executeQuery: Read 50 rows, 1.97 KiB in 0.001808 sec., 27654.867256637168 rows/sec., 1.06 MiB/sec. 2026.03.04 04:42:39.012069 [ 261 ] {bb7af9f4-90f6-4b47-a74b-8fd63952570e} MemoryTracker: Peak memory usage (for query): 151.54 KiB. 2026.03.04 04:42:39.012085 [ 261 ] {bb7af9f4-90f6-4b47-a74b-8fd63952570e} TCPHandler: Processed in 0.002122421 sec. 2026.03.04 04:42:39.012662 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.012812 [ 261 ] {69a2572f-8500-49a2-af4f-fb8d9db87571} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) 2026.03.04 04:42:39.013056 [ 261 ] {69a2572f-8500-49a2-af4f-fb8d9db87571} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:39.013098 [ 261 ] {69a2572f-8500-49a2-af4f-fb8d9db87571} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE 2026.03.04 04:42:39.013358 [ 261 ] {69a2572f-8500-49a2-af4f-fb8d9db87571} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:39.013413 [ 261 ] {69a2572f-8500-49a2-af4f-fb8d9db87571} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:39.013513 [ 261 ] {69a2572f-8500-49a2-af4f-fb8d9db87571} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 62-element set) 2026.03.04 04:42:39.013577 [ 346 ] {69a2572f-8500-49a2-af4f-fb8d9db87571} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:39.013579 [ 312 ] {69a2572f-8500-49a2-af4f-fb8d9db87571} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:39.013586 [ 330 ] {69a2572f-8500-49a2-af4f-fb8d9db87571} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:39.013579 [ 328 ] {69a2572f-8500-49a2-af4f-fb8d9db87571} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:39.013726 [ 261 ] {69a2572f-8500-49a2-af4f-fb8d9db87571} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.04 04:42:39.013753 [ 261 ] {69a2572f-8500-49a2-af4f-fb8d9db87571} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:39.013834 [ 261 ] {69a2572f-8500-49a2-af4f-fb8d9db87571} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:39.013851 [ 261 ] {69a2572f-8500-49a2-af4f-fb8d9db87571} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 50 rows with 4 streams 2026.03.04 04:42:39.013884 [ 261 ] {69a2572f-8500-49a2-af4f-fb8d9db87571} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.013917 [ 261 ] {69a2572f-8500-49a2-af4f-fb8d9db87571} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.013948 [ 261 ] {69a2572f-8500-49a2-af4f-fb8d9db87571} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.013978 [ 261 ] {69a2572f-8500-49a2-af4f-fb8d9db87571} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.014653 [ 261 ] {69a2572f-8500-49a2-af4f-fb8d9db87571} executeQuery: Read 50 rows, 1.97 KiB in 0.001909 sec., 26191.72341540073 rows/sec., 1.01 MiB/sec. 2026.03.04 04:42:39.014807 [ 261 ] {69a2572f-8500-49a2-af4f-fb8d9db87571} MemoryTracker: Peak memory usage (for query): 151.74 KiB. 2026.03.04 04:42:39.014823 [ 261 ] {69a2572f-8500-49a2-af4f-fb8d9db87571} TCPHandler: Processed in 0.002212753 sec. 2026.03.04 04:42:39.015042 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.015191 [ 261 ] {dbb8d0e9-d850-48c4-a460-74d19f0173ff} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) 2026.03.04 04:42:39.015435 [ 261 ] {dbb8d0e9-d850-48c4-a460-74d19f0173ff} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:39.015476 [ 261 ] {dbb8d0e9-d850-48c4-a460-74d19f0173ff} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE 2026.03.04 04:42:39.015728 [ 261 ] {dbb8d0e9-d850-48c4-a460-74d19f0173ff} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:39.015782 [ 261 ] {dbb8d0e9-d850-48c4-a460-74d19f0173ff} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:39.015888 [ 261 ] {dbb8d0e9-d850-48c4-a460-74d19f0173ff} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 63-element set) 2026.03.04 04:42:39.015954 [ 328 ] {dbb8d0e9-d850-48c4-a460-74d19f0173ff} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:39.015970 [ 330 ] {dbb8d0e9-d850-48c4-a460-74d19f0173ff} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:39.015974 [ 307 ] {dbb8d0e9-d850-48c4-a460-74d19f0173ff} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:39.015972 [ 298 ] {dbb8d0e9-d850-48c4-a460-74d19f0173ff} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:39.016118 [ 261 ] {dbb8d0e9-d850-48c4-a460-74d19f0173ff} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.04 04:42:39.016143 [ 261 ] {dbb8d0e9-d850-48c4-a460-74d19f0173ff} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:39.016223 [ 261 ] {dbb8d0e9-d850-48c4-a460-74d19f0173ff} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:39.016242 [ 261 ] {dbb8d0e9-d850-48c4-a460-74d19f0173ff} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 50 rows with 4 streams 2026.03.04 04:42:39.016274 [ 261 ] {dbb8d0e9-d850-48c4-a460-74d19f0173ff} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.016307 [ 261 ] {dbb8d0e9-d850-48c4-a460-74d19f0173ff} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.016337 [ 261 ] {dbb8d0e9-d850-48c4-a460-74d19f0173ff} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.016368 [ 261 ] {dbb8d0e9-d850-48c4-a460-74d19f0173ff} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.016976 [ 261 ] {dbb8d0e9-d850-48c4-a460-74d19f0173ff} executeQuery: Read 50 rows, 1.97 KiB in 0.001853 sec., 26983.27037236913 rows/sec., 1.04 MiB/sec. 2026.03.04 04:42:39.017138 [ 261 ] {dbb8d0e9-d850-48c4-a460-74d19f0173ff} MemoryTracker: Peak memory usage (for query): 152.03 KiB. 2026.03.04 04:42:39.017155 [ 261 ] {dbb8d0e9-d850-48c4-a460-74d19f0173ff} TCPHandler: Processed in 0.002164392 sec. 2026.03.04 04:42:39.017357 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.017509 [ 261 ] {1ee718b1-2dea-4234-957e-0ab5ae42cdf5} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) 2026.03.04 04:42:39.017754 [ 261 ] {1ee718b1-2dea-4234-957e-0ab5ae42cdf5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:39.017797 [ 261 ] {1ee718b1-2dea-4234-957e-0ab5ae42cdf5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE 2026.03.04 04:42:39.018051 [ 261 ] {1ee718b1-2dea-4234-957e-0ab5ae42cdf5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:39.018104 [ 261 ] {1ee718b1-2dea-4234-957e-0ab5ae42cdf5} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:39.018203 [ 261 ] {1ee718b1-2dea-4234-957e-0ab5ae42cdf5} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 64-element set) 2026.03.04 04:42:39.018263 [ 298 ] {1ee718b1-2dea-4234-957e-0ab5ae42cdf5} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:39.018280 [ 322 ] {1ee718b1-2dea-4234-957e-0ab5ae42cdf5} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:39.018294 [ 338 ] {1ee718b1-2dea-4234-957e-0ab5ae42cdf5} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:39.018266 [ 330 ] {1ee718b1-2dea-4234-957e-0ab5ae42cdf5} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:39.018390 [ 261 ] {1ee718b1-2dea-4234-957e-0ab5ae42cdf5} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.04 04:42:39.018416 [ 261 ] {1ee718b1-2dea-4234-957e-0ab5ae42cdf5} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:39.018497 [ 261 ] {1ee718b1-2dea-4234-957e-0ab5ae42cdf5} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:39.018516 [ 261 ] {1ee718b1-2dea-4234-957e-0ab5ae42cdf5} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 50 rows with 4 streams 2026.03.04 04:42:39.018547 [ 261 ] {1ee718b1-2dea-4234-957e-0ab5ae42cdf5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.018580 [ 261 ] {1ee718b1-2dea-4234-957e-0ab5ae42cdf5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.018611 [ 261 ] {1ee718b1-2dea-4234-957e-0ab5ae42cdf5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.018641 [ 261 ] {1ee718b1-2dea-4234-957e-0ab5ae42cdf5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.019279 [ 261 ] {1ee718b1-2dea-4234-957e-0ab5ae42cdf5} executeQuery: Read 50 rows, 1.97 KiB in 0.00184 sec., 27173.91304347826 rows/sec., 1.05 MiB/sec. 2026.03.04 04:42:39.019422 [ 261 ] {1ee718b1-2dea-4234-957e-0ab5ae42cdf5} MemoryTracker: Peak memory usage (for query): 152.18 KiB. 2026.03.04 04:42:39.019437 [ 261 ] {1ee718b1-2dea-4234-957e-0ab5ae42cdf5} TCPHandler: Processed in 0.002131311 sec. 2026.03.04 04:42:39.019769 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.019924 [ 261 ] {a818db9b-769f-4835-8bf7-f4128439ee6b} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) 2026.03.04 04:42:39.020164 [ 261 ] {a818db9b-769f-4835-8bf7-f4128439ee6b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:39.020207 [ 261 ] {a818db9b-769f-4835-8bf7-f4128439ee6b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE 2026.03.04 04:42:39.020458 [ 261 ] {a818db9b-769f-4835-8bf7-f4128439ee6b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:39.020511 [ 261 ] {a818db9b-769f-4835-8bf7-f4128439ee6b} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:39.020611 [ 261 ] {a818db9b-769f-4835-8bf7-f4128439ee6b} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 65-element set) 2026.03.04 04:42:39.020670 [ 327 ] {a818db9b-769f-4835-8bf7-f4128439ee6b} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:39.020684 [ 330 ] {a818db9b-769f-4835-8bf7-f4128439ee6b} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:39.020684 [ 338 ] {a818db9b-769f-4835-8bf7-f4128439ee6b} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:39.020684 [ 298 ] {a818db9b-769f-4835-8bf7-f4128439ee6b} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:39.020818 [ 261 ] {a818db9b-769f-4835-8bf7-f4128439ee6b} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.04 04:42:39.020843 [ 261 ] {a818db9b-769f-4835-8bf7-f4128439ee6b} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:39.020923 [ 261 ] {a818db9b-769f-4835-8bf7-f4128439ee6b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:39.020941 [ 261 ] {a818db9b-769f-4835-8bf7-f4128439ee6b} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 50 rows with 4 streams 2026.03.04 04:42:39.020974 [ 261 ] {a818db9b-769f-4835-8bf7-f4128439ee6b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.021005 [ 261 ] {a818db9b-769f-4835-8bf7-f4128439ee6b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.021035 [ 261 ] {a818db9b-769f-4835-8bf7-f4128439ee6b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.021064 [ 261 ] {a818db9b-769f-4835-8bf7-f4128439ee6b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.021665 [ 261 ] {a818db9b-769f-4835-8bf7-f4128439ee6b} executeQuery: Read 50 rows, 1.97 KiB in 0.001813 sec., 27578.599007170436 rows/sec., 1.06 MiB/sec. 2026.03.04 04:42:39.021835 [ 261 ] {a818db9b-769f-4835-8bf7-f4128439ee6b} MemoryTracker: Peak memory usage (for query): 152.52 KiB. 2026.03.04 04:42:39.021858 [ 261 ] {a818db9b-769f-4835-8bf7-f4128439ee6b} TCPHandler: Processed in 0.002140111 sec. 2026.03.04 04:42:39.022085 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.022239 [ 261 ] {1ca16363-cd72-4ba7-a2fe-edd2b93dba2c} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) 2026.03.04 04:42:39.022487 [ 261 ] {1ca16363-cd72-4ba7-a2fe-edd2b93dba2c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:39.022528 [ 261 ] {1ca16363-cd72-4ba7-a2fe-edd2b93dba2c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE 2026.03.04 04:42:39.022789 [ 261 ] {1ca16363-cd72-4ba7-a2fe-edd2b93dba2c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:39.022843 [ 261 ] {1ca16363-cd72-4ba7-a2fe-edd2b93dba2c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:39.022942 [ 261 ] {1ca16363-cd72-4ba7-a2fe-edd2b93dba2c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 66-element set) 2026.03.04 04:42:39.023003 [ 338 ] {1ca16363-cd72-4ba7-a2fe-edd2b93dba2c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:39.023010 [ 334 ] {1ca16363-cd72-4ba7-a2fe-edd2b93dba2c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:39.023025 [ 310 ] {1ca16363-cd72-4ba7-a2fe-edd2b93dba2c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:39.023014 [ 327 ] {1ca16363-cd72-4ba7-a2fe-edd2b93dba2c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:39.023135 [ 261 ] {1ca16363-cd72-4ba7-a2fe-edd2b93dba2c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.04 04:42:39.023155 [ 261 ] {1ca16363-cd72-4ba7-a2fe-edd2b93dba2c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:39.023235 [ 261 ] {1ca16363-cd72-4ba7-a2fe-edd2b93dba2c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:39.023254 [ 261 ] {1ca16363-cd72-4ba7-a2fe-edd2b93dba2c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 50 rows with 4 streams 2026.03.04 04:42:39.023285 [ 261 ] {1ca16363-cd72-4ba7-a2fe-edd2b93dba2c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.023326 [ 261 ] {1ca16363-cd72-4ba7-a2fe-edd2b93dba2c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.023360 [ 261 ] {1ca16363-cd72-4ba7-a2fe-edd2b93dba2c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.023465 [ 261 ] {1ca16363-cd72-4ba7-a2fe-edd2b93dba2c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.024220 [ 261 ] {1ca16363-cd72-4ba7-a2fe-edd2b93dba2c} executeQuery: Read 50 rows, 1.97 KiB in 0.002053 sec., 24354.60301997077 rows/sec., 959.44 KiB/sec. 2026.03.04 04:42:39.024366 [ 261 ] {1ca16363-cd72-4ba7-a2fe-edd2b93dba2c} MemoryTracker: Peak memory usage (for query): 152.62 KiB. 2026.03.04 04:42:39.024382 [ 261 ] {1ca16363-cd72-4ba7-a2fe-edd2b93dba2c} TCPHandler: Processed in 0.002348545 sec. 2026.03.04 04:42:39.024606 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.024783 [ 261 ] {341c6990-2faf-491d-ae2e-56b82489e099} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) 2026.03.04 04:42:39.025048 [ 261 ] {341c6990-2faf-491d-ae2e-56b82489e099} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:39.025093 [ 261 ] {341c6990-2faf-491d-ae2e-56b82489e099} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE 2026.03.04 04:42:39.025359 [ 261 ] {341c6990-2faf-491d-ae2e-56b82489e099} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:39.025416 [ 261 ] {341c6990-2faf-491d-ae2e-56b82489e099} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:39.025525 [ 261 ] {341c6990-2faf-491d-ae2e-56b82489e099} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 67-element set) 2026.03.04 04:42:39.025585 [ 334 ] {341c6990-2faf-491d-ae2e-56b82489e099} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:39.025596 [ 300 ] {341c6990-2faf-491d-ae2e-56b82489e099} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:39.025614 [ 327 ] {341c6990-2faf-491d-ae2e-56b82489e099} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:39.025608 [ 310 ] {341c6990-2faf-491d-ae2e-56b82489e099} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:39.025747 [ 261 ] {341c6990-2faf-491d-ae2e-56b82489e099} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.04 04:42:39.025774 [ 261 ] {341c6990-2faf-491d-ae2e-56b82489e099} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:39.025856 [ 261 ] {341c6990-2faf-491d-ae2e-56b82489e099} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:39.025874 [ 261 ] {341c6990-2faf-491d-ae2e-56b82489e099} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 50 rows with 4 streams 2026.03.04 04:42:39.025908 [ 261 ] {341c6990-2faf-491d-ae2e-56b82489e099} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.025942 [ 261 ] {341c6990-2faf-491d-ae2e-56b82489e099} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.025973 [ 261 ] {341c6990-2faf-491d-ae2e-56b82489e099} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.026005 [ 261 ] {341c6990-2faf-491d-ae2e-56b82489e099} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.026687 [ 261 ] {341c6990-2faf-491d-ae2e-56b82489e099} executeQuery: Read 50 rows, 1.97 KiB in 0.00198 sec., 25252.525252525254 rows/sec., 994.81 KiB/sec. 2026.03.04 04:42:39.026820 [ 261 ] {341c6990-2faf-491d-ae2e-56b82489e099} MemoryTracker: Peak memory usage (for query): 152.92 KiB. 2026.03.04 04:42:39.026835 [ 261 ] {341c6990-2faf-491d-ae2e-56b82489e099} TCPHandler: Processed in 0.002281113 sec. 2026.03.04 04:42:39.027154 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.027309 [ 261 ] {bb96f4b3-354a-4fe8-bf0c-653bdbf64b0c} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) 2026.03.04 04:42:39.027557 [ 261 ] {bb96f4b3-354a-4fe8-bf0c-653bdbf64b0c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:39.027601 [ 261 ] {bb96f4b3-354a-4fe8-bf0c-653bdbf64b0c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE 2026.03.04 04:42:39.027859 [ 261 ] {bb96f4b3-354a-4fe8-bf0c-653bdbf64b0c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:39.027914 [ 261 ] {bb96f4b3-354a-4fe8-bf0c-653bdbf64b0c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:39.028016 [ 261 ] {bb96f4b3-354a-4fe8-bf0c-653bdbf64b0c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 68-element set) 2026.03.04 04:42:39.028068 [ 342 ] {bb96f4b3-354a-4fe8-bf0c-653bdbf64b0c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:39.028083 [ 300 ] {bb96f4b3-354a-4fe8-bf0c-653bdbf64b0c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:39.028089 [ 338 ] {bb96f4b3-354a-4fe8-bf0c-653bdbf64b0c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:39.028087 [ 327 ] {bb96f4b3-354a-4fe8-bf0c-653bdbf64b0c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:39.028212 [ 261 ] {bb96f4b3-354a-4fe8-bf0c-653bdbf64b0c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.04 04:42:39.028233 [ 261 ] {bb96f4b3-354a-4fe8-bf0c-653bdbf64b0c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:39.028312 [ 261 ] {bb96f4b3-354a-4fe8-bf0c-653bdbf64b0c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:39.028330 [ 261 ] {bb96f4b3-354a-4fe8-bf0c-653bdbf64b0c} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 50 rows with 4 streams 2026.03.04 04:42:39.028362 [ 261 ] {bb96f4b3-354a-4fe8-bf0c-653bdbf64b0c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.028393 [ 261 ] {bb96f4b3-354a-4fe8-bf0c-653bdbf64b0c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.028422 [ 261 ] {bb96f4b3-354a-4fe8-bf0c-653bdbf64b0c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.028454 [ 261 ] {bb96f4b3-354a-4fe8-bf0c-653bdbf64b0c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.029067 [ 261 ] {bb96f4b3-354a-4fe8-bf0c-653bdbf64b0c} executeQuery: Read 50 rows, 1.97 KiB in 0.001833 sec., 27277.686852154937 rows/sec., 1.05 MiB/sec. 2026.03.04 04:42:39.029195 [ 261 ] {bb96f4b3-354a-4fe8-bf0c-653bdbf64b0c} MemoryTracker: Peak memory usage (for query): 153.27 KiB. 2026.03.04 04:42:39.029211 [ 261 ] {bb96f4b3-354a-4fe8-bf0c-653bdbf64b0c} TCPHandler: Processed in 0.00210711 sec. 2026.03.04 04:42:39.029430 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.029583 [ 261 ] {6f2cbec8-7fc5-43bd-8ce9-43ebef227bd5} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) 2026.03.04 04:42:39.029832 [ 261 ] {6f2cbec8-7fc5-43bd-8ce9-43ebef227bd5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:39.029876 [ 261 ] {6f2cbec8-7fc5-43bd-8ce9-43ebef227bd5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE 2026.03.04 04:42:39.030135 [ 261 ] {6f2cbec8-7fc5-43bd-8ce9-43ebef227bd5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:39.030189 [ 261 ] {6f2cbec8-7fc5-43bd-8ce9-43ebef227bd5} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:39.030288 [ 261 ] {6f2cbec8-7fc5-43bd-8ce9-43ebef227bd5} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 69-element set) 2026.03.04 04:42:39.030350 [ 334 ] {6f2cbec8-7fc5-43bd-8ce9-43ebef227bd5} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:39.030361 [ 300 ] {6f2cbec8-7fc5-43bd-8ce9-43ebef227bd5} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:39.030356 [ 342 ] {6f2cbec8-7fc5-43bd-8ce9-43ebef227bd5} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:39.030355 [ 327 ] {6f2cbec8-7fc5-43bd-8ce9-43ebef227bd5} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:39.030483 [ 261 ] {6f2cbec8-7fc5-43bd-8ce9-43ebef227bd5} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.04 04:42:39.030504 [ 261 ] {6f2cbec8-7fc5-43bd-8ce9-43ebef227bd5} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:39.030584 [ 261 ] {6f2cbec8-7fc5-43bd-8ce9-43ebef227bd5} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:39.030603 [ 261 ] {6f2cbec8-7fc5-43bd-8ce9-43ebef227bd5} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 50 rows with 4 streams 2026.03.04 04:42:39.030634 [ 261 ] {6f2cbec8-7fc5-43bd-8ce9-43ebef227bd5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.030666 [ 261 ] {6f2cbec8-7fc5-43bd-8ce9-43ebef227bd5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.030696 [ 261 ] {6f2cbec8-7fc5-43bd-8ce9-43ebef227bd5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.030728 [ 261 ] {6f2cbec8-7fc5-43bd-8ce9-43ebef227bd5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.031378 [ 261 ] {6f2cbec8-7fc5-43bd-8ce9-43ebef227bd5} executeQuery: Read 50 rows, 1.97 KiB in 0.001869 sec., 26752.273943285178 rows/sec., 1.03 MiB/sec. 2026.03.04 04:42:39.031510 [ 261 ] {6f2cbec8-7fc5-43bd-8ce9-43ebef227bd5} MemoryTracker: Peak memory usage (for query): 153.36 KiB. 2026.03.04 04:42:39.031525 [ 261 ] {6f2cbec8-7fc5-43bd-8ce9-43ebef227bd5} TCPHandler: Processed in 0.002145431 sec. 2026.03.04 04:42:39.031869 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.032024 [ 261 ] {a44aed2e-4489-473a-ae58-9f4c039a3d65} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) 2026.03.04 04:42:39.032272 [ 261 ] {a44aed2e-4489-473a-ae58-9f4c039a3d65} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:39.032316 [ 261 ] {a44aed2e-4489-473a-ae58-9f4c039a3d65} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE 2026.03.04 04:42:39.032581 [ 261 ] {a44aed2e-4489-473a-ae58-9f4c039a3d65} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:39.032636 [ 261 ] {a44aed2e-4489-473a-ae58-9f4c039a3d65} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:39.032742 [ 261 ] {a44aed2e-4489-473a-ae58-9f4c039a3d65} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 70-element set) 2026.03.04 04:42:39.032802 [ 344 ] {a44aed2e-4489-473a-ae58-9f4c039a3d65} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:39.032803 [ 334 ] {a44aed2e-4489-473a-ae58-9f4c039a3d65} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:39.032811 [ 327 ] {a44aed2e-4489-473a-ae58-9f4c039a3d65} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:39.032811 [ 342 ] {a44aed2e-4489-473a-ae58-9f4c039a3d65} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:39.032930 [ 261 ] {a44aed2e-4489-473a-ae58-9f4c039a3d65} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.04 04:42:39.032952 [ 261 ] {a44aed2e-4489-473a-ae58-9f4c039a3d65} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:39.033030 [ 261 ] {a44aed2e-4489-473a-ae58-9f4c039a3d65} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:39.033048 [ 261 ] {a44aed2e-4489-473a-ae58-9f4c039a3d65} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 50 rows with 4 streams 2026.03.04 04:42:39.033079 [ 261 ] {a44aed2e-4489-473a-ae58-9f4c039a3d65} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.033112 [ 261 ] {a44aed2e-4489-473a-ae58-9f4c039a3d65} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.033144 [ 261 ] {a44aed2e-4489-473a-ae58-9f4c039a3d65} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.033176 [ 261 ] {a44aed2e-4489-473a-ae58-9f4c039a3d65} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.033834 [ 261 ] {a44aed2e-4489-473a-ae58-9f4c039a3d65} executeQuery: Read 50 rows, 1.97 KiB in 0.001886 sec., 26511.134676564157 rows/sec., 1.02 MiB/sec. 2026.03.04 04:42:39.033965 [ 261 ] {a44aed2e-4489-473a-ae58-9f4c039a3d65} MemoryTracker: Peak memory usage (for query): 153.73 KiB. 2026.03.04 04:42:39.033980 [ 261 ] {a44aed2e-4489-473a-ae58-9f4c039a3d65} TCPHandler: Processed in 0.002161701 sec. 2026.03.04 04:42:39.034341 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.034496 [ 261 ] {0de953f6-37e4-4ff6-abfb-b807459a94e9} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) 2026.03.04 04:42:39.034751 [ 261 ] {0de953f6-37e4-4ff6-abfb-b807459a94e9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:39.034795 [ 261 ] {0de953f6-37e4-4ff6-abfb-b807459a94e9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE 2026.03.04 04:42:39.035058 [ 261 ] {0de953f6-37e4-4ff6-abfb-b807459a94e9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:39.035112 [ 261 ] {0de953f6-37e4-4ff6-abfb-b807459a94e9} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:39.035214 [ 261 ] {0de953f6-37e4-4ff6-abfb-b807459a94e9} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 71-element set) 2026.03.04 04:42:39.035274 [ 300 ] {0de953f6-37e4-4ff6-abfb-b807459a94e9} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:39.035283 [ 327 ] {0de953f6-37e4-4ff6-abfb-b807459a94e9} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:39.035284 [ 334 ] {0de953f6-37e4-4ff6-abfb-b807459a94e9} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:39.035284 [ 344 ] {0de953f6-37e4-4ff6-abfb-b807459a94e9} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:39.035408 [ 261 ] {0de953f6-37e4-4ff6-abfb-b807459a94e9} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.04 04:42:39.035434 [ 261 ] {0de953f6-37e4-4ff6-abfb-b807459a94e9} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:39.035514 [ 261 ] {0de953f6-37e4-4ff6-abfb-b807459a94e9} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:39.035532 [ 261 ] {0de953f6-37e4-4ff6-abfb-b807459a94e9} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 50 rows with 4 streams 2026.03.04 04:42:39.035563 [ 261 ] {0de953f6-37e4-4ff6-abfb-b807459a94e9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.035595 [ 261 ] {0de953f6-37e4-4ff6-abfb-b807459a94e9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.035624 [ 261 ] {0de953f6-37e4-4ff6-abfb-b807459a94e9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.035655 [ 261 ] {0de953f6-37e4-4ff6-abfb-b807459a94e9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.036321 [ 261 ] {0de953f6-37e4-4ff6-abfb-b807459a94e9} executeQuery: Read 50 rows, 1.97 KiB in 0.001901 sec., 26301.94634402946 rows/sec., 1.01 MiB/sec. 2026.03.04 04:42:39.036469 [ 261 ] {0de953f6-37e4-4ff6-abfb-b807459a94e9} MemoryTracker: Peak memory usage (for query): 153.88 KiB. 2026.03.04 04:42:39.036484 [ 261 ] {0de953f6-37e4-4ff6-abfb-b807459a94e9} TCPHandler: Processed in 0.002193673 sec. 2026.03.04 04:42:39.036776 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.036930 [ 261 ] {067b1fa0-3012-4ab8-9637-9168395d70a9} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled') FORMAT Native; (stage: Complete) 2026.03.04 04:42:39.037185 [ 261 ] {067b1fa0-3012-4ab8-9637-9168395d70a9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:39.037230 [ 261 ] {067b1fa0-3012-4ab8-9637-9168395d70a9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled')" moved to PREWHERE 2026.03.04 04:42:39.037502 [ 261 ] {067b1fa0-3012-4ab8-9637-9168395d70a9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:39.037557 [ 261 ] {067b1fa0-3012-4ab8-9637-9168395d70a9} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:39.037659 [ 261 ] {067b1fa0-3012-4ab8-9637-9168395d70a9} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 72-element set) 2026.03.04 04:42:39.037725 [ 301 ] {067b1fa0-3012-4ab8-9637-9168395d70a9} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:39.037730 [ 334 ] {067b1fa0-3012-4ab8-9637-9168395d70a9} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:39.037737 [ 344 ] {067b1fa0-3012-4ab8-9637-9168395d70a9} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:39.037734 [ 327 ] {067b1fa0-3012-4ab8-9637-9168395d70a9} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:39.037860 [ 261 ] {067b1fa0-3012-4ab8-9637-9168395d70a9} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges 2026.03.04 04:42:39.037882 [ 261 ] {067b1fa0-3012-4ab8-9637-9168395d70a9} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:39.037964 [ 261 ] {067b1fa0-3012-4ab8-9637-9168395d70a9} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:39.037982 [ 261 ] {067b1fa0-3012-4ab8-9637-9168395d70a9} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 50 rows with 4 streams 2026.03.04 04:42:39.038014 [ 261 ] {067b1fa0-3012-4ab8-9637-9168395d70a9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.038047 [ 261 ] {067b1fa0-3012-4ab8-9637-9168395d70a9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.038077 [ 261 ] {067b1fa0-3012-4ab8-9637-9168395d70a9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.038107 [ 261 ] {067b1fa0-3012-4ab8-9637-9168395d70a9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled'))" 2026.03.04 04:42:39.038758 [ 261 ] {067b1fa0-3012-4ab8-9637-9168395d70a9} executeQuery: Read 50 rows, 1.97 KiB in 0.001904 sec., 26260.50420168067 rows/sec., 1.01 MiB/sec. 2026.03.04 04:42:39.038888 [ 261 ] {067b1fa0-3012-4ab8-9637-9168395d70a9} MemoryTracker: Peak memory usage (for query): 154.10 KiB. 2026.03.04 04:42:39.038904 [ 261 ] {067b1fa0-3012-4ab8-9637-9168395d70a9} TCPHandler: Processed in 0.002178022 sec. 2026.03.04 04:42:39.048586 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.048771 [ 261 ] {5a0f6f86-e106-4a19-8ed4-12a022c79b67} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.04 04:42:39.048848 [ 261 ] {5a0f6f86-e106-4a19-8ed4-12a022c79b67} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:39.049487 [ 261 ] {5a0f6f86-e106-4a19-8ed4-12a022c79b67} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:39.049529 [ 261 ] {5a0f6f86-e106-4a19-8ed4-12a022c79b67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:39.049947 [ 261 ] {5a0f6f86-e106-4a19-8ed4-12a022c79b67} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.03.04 04:42:39.050158 [ 261 ] {5a0f6f86-e106-4a19-8ed4-12a022c79b67} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:39.050310 [ 261 ] {5a0f6f86-e106-4a19-8ed4-12a022c79b67} executeQuery: Read 23 rows, 3.36 KiB in 0.001591 sec., 14456.316781898178 rows/sec., 2.06 MiB/sec. 2026.03.04 04:42:39.050353 [ 261 ] {5a0f6f86-e106-4a19-8ed4-12a022c79b67} TCPHandler: Processed in 0.001858686 sec. 2026.03.04 04:42:39.050485 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.050581 [ 261 ] {ecdade32-a180-4773-9b68-53a0ed4a233f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:42:39.050622 [ 261 ] {ecdade32-a180-4773-9b68-53a0ed4a233f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:42:39.051047 [ 261 ] {ecdade32-a180-4773-9b68-53a0ed4a233f} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:39.051084 [ 261 ] {ecdade32-a180-4773-9b68-53a0ed4a233f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:39.051383 [ 261 ] {ecdade32-a180-4773-9b68-53a0ed4a233f} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.04 04:42:39.051589 [ 261 ] {ecdade32-a180-4773-9b68-53a0ed4a233f} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:39.051720 [ 261 ] {ecdade32-a180-4773-9b68-53a0ed4a233f} executeQuery: Read 24 rows, 2.04 KiB in 0.00116 sec., 20689.655172413793 rows/sec., 1.72 MiB/sec. 2026.03.04 04:42:39.051758 [ 261 ] {ecdade32-a180-4773-9b68-53a0ed4a233f} TCPHandler: Processed in 0.001322175 sec. 2026.03.04 04:42:39.051887 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.051980 [ 261 ] {5478dd84-3ab9-4f12-8929-5d764d776bb7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:42:39.052021 [ 261 ] {5478dd84-3ab9-4f12-8929-5d764d776bb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:42:39.052418 [ 261 ] {5478dd84-3ab9-4f12-8929-5d764d776bb7} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:39.052455 [ 261 ] {5478dd84-3ab9-4f12-8929-5d764d776bb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:39.052745 [ 261 ] {5478dd84-3ab9-4f12-8929-5d764d776bb7} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.03.04 04:42:39.052954 [ 261 ] {5478dd84-3ab9-4f12-8929-5d764d776bb7} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:39.053082 [ 261 ] {5478dd84-3ab9-4f12-8929-5d764d776bb7} executeQuery: Read 10 rows, 835.00 B in 0.00112 sec., 8928.57142857143 rows/sec., 728.06 KiB/sec. 2026.03.04 04:42:39.053121 [ 261 ] {5478dd84-3ab9-4f12-8929-5d764d776bb7} TCPHandler: Processed in 0.001284024 sec. 2026.03.04 04:42:39.053231 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.053324 [ 261 ] {4c47bd74-a596-4c37-868a-bf56831f37de} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:42:39.053364 [ 261 ] {4c47bd74-a596-4c37-868a-bf56831f37de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:42:39.053916 [ 261 ] {4c47bd74-a596-4c37-868a-bf56831f37de} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:39.053953 [ 261 ] {4c47bd74-a596-4c37-868a-bf56831f37de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:39.054270 [ 261 ] {4c47bd74-a596-4c37-868a-bf56831f37de} MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) 2026.03.04 04:42:39.054494 [ 261 ] {4c47bd74-a596-4c37-868a-bf56831f37de} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:39.054622 [ 261 ] {4c47bd74-a596-4c37-868a-bf56831f37de} executeQuery: Read 299 rows, 27.11 KiB in 0.001315 sec., 227376.4258555133 rows/sec., 20.13 MiB/sec. 2026.03.04 04:42:39.054664 [ 261 ] {4c47bd74-a596-4c37-868a-bf56831f37de} TCPHandler: Processed in 0.001482619 sec. 2026.03.04 04:42:39.054775 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.054869 [ 261 ] {ef4915ca-8126-4a8e-af91-7494ff8c109d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:42:39.054910 [ 261 ] {ef4915ca-8126-4a8e-af91-7494ff8c109d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:42:39.055316 [ 261 ] {ef4915ca-8126-4a8e-af91-7494ff8c109d} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:39.055353 [ 261 ] {ef4915ca-8126-4a8e-af91-7494ff8c109d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:39.055649 [ 261 ] {ef4915ca-8126-4a8e-af91-7494ff8c109d} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.03.04 04:42:39.055861 [ 261 ] {ef4915ca-8126-4a8e-af91-7494ff8c109d} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:39.055989 [ 261 ] {ef4915ca-8126-4a8e-af91-7494ff8c109d} executeQuery: Read 71 rows, 5.34 KiB in 0.001138 sec., 62390.15817223199 rows/sec., 4.59 MiB/sec. 2026.03.04 04:42:39.056026 [ 261 ] {ef4915ca-8126-4a8e-af91-7494ff8c109d} TCPHandler: Processed in 0.001299985 sec. 2026.03.04 04:42:39.056136 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.056229 [ 261 ] {4d8e6413-7dbd-4fa4-b832-3e7f25fae24a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:42:39.056269 [ 261 ] {4d8e6413-7dbd-4fa4-b832-3e7f25fae24a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:42:39.056675 [ 261 ] {4d8e6413-7dbd-4fa4-b832-3e7f25fae24a} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:39.056712 [ 261 ] {4d8e6413-7dbd-4fa4-b832-3e7f25fae24a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:39.057004 [ 261 ] {4d8e6413-7dbd-4fa4-b832-3e7f25fae24a} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.04 04:42:39.057208 [ 261 ] {4d8e6413-7dbd-4fa4-b832-3e7f25fae24a} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:39.057334 [ 261 ] {4d8e6413-7dbd-4fa4-b832-3e7f25fae24a} executeQuery: Read 46 rows, 3.44 KiB in 0.001123 sec., 40961.709706144255 rows/sec., 2.99 MiB/sec. 2026.03.04 04:42:39.057373 [ 261 ] {4d8e6413-7dbd-4fa4-b832-3e7f25fae24a} TCPHandler: Processed in 0.001285514 sec. 2026.03.04 04:42:39.057473 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.057567 [ 261 ] {66c0ff87-4401-47c8-bd5e-863c4144ccb9} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:42:39.057607 [ 261 ] {66c0ff87-4401-47c8-bd5e-863c4144ccb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:42:39.058004 [ 261 ] {66c0ff87-4401-47c8-bd5e-863c4144ccb9} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:39.058039 [ 261 ] {66c0ff87-4401-47c8-bd5e-863c4144ccb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:39.058329 [ 261 ] {66c0ff87-4401-47c8-bd5e-863c4144ccb9} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.03.04 04:42:39.058545 [ 261 ] {66c0ff87-4401-47c8-bd5e-863c4144ccb9} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:39.058675 [ 261 ] {66c0ff87-4401-47c8-bd5e-863c4144ccb9} executeQuery: Read 12 rows, 960.00 B in 0.001127 sec., 10647.73735581189 rows/sec., 831.85 KiB/sec. 2026.03.04 04:42:39.058714 [ 261 ] {66c0ff87-4401-47c8-bd5e-863c4144ccb9} TCPHandler: Processed in 0.001288855 sec. 2026.03.04 04:42:39.058822 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.058916 [ 261 ] {3b8e55f4-704f-4984-83d2-de211c7cc150} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:42:39.058955 [ 261 ] {3b8e55f4-704f-4984-83d2-de211c7cc150} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:42:39.059448 [ 261 ] {3b8e55f4-704f-4984-83d2-de211c7cc150} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:39.059485 [ 261 ] {3b8e55f4-704f-4984-83d2-de211c7cc150} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:39.059798 [ 261 ] {3b8e55f4-704f-4984-83d2-de211c7cc150} MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) 2026.03.04 04:42:39.060008 [ 261 ] {3b8e55f4-704f-4984-83d2-de211c7cc150} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:39.060136 [ 261 ] {3b8e55f4-704f-4984-83d2-de211c7cc150} executeQuery: Read 267 rows, 21.38 KiB in 0.001238 sec., 215670.43618739903 rows/sec., 16.86 MiB/sec. 2026.03.04 04:42:39.060175 [ 261 ] {3b8e55f4-704f-4984-83d2-de211c7cc150} TCPHandler: Processed in 0.001402027 sec. 2026.03.04 04:42:39.060289 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.060382 [ 261 ] {5b48d4de-c383-46e6-bb39-e0faf79abdbb} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT Native (stage: Complete) 2026.03.04 04:42:39.060425 [ 261 ] {5b48d4de-c383-46e6-bb39-e0faf79abdbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 2026.03.04 04:42:39.060780 [ 261 ] {5b48d4de-c383-46e6-bb39-e0faf79abdbb} oximeter.measurements_cumulativei64 (30ddb0da-5f88-4068-a25b-3eb6ac3721e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:39.060816 [ 261 ] {5b48d4de-c383-46e6-bb39-e0faf79abdbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:39.061206 [ 261 ] {5b48d4de-c383-46e6-bb39-e0faf79abdbb} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.03.04 04:42:39.061416 [ 261 ] {5b48d4de-c383-46e6-bb39-e0faf79abdbb} oximeter.measurements_cumulativei64 (30ddb0da-5f88-4068-a25b-3eb6ac3721e9): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:39.061625 [ 261 ] {5b48d4de-c383-46e6-bb39-e0faf79abdbb} executeQuery: Read 20 rows, 1.35 KiB in 0.001261 sec., 15860.428231562253 rows/sec., 1.05 MiB/sec. 2026.03.04 04:42:39.061666 [ 261 ] {5b48d4de-c383-46e6-bb39-e0faf79abdbb} TCPHandler: Processed in 0.001426067 sec. 2026.03.04 04:42:39.061778 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.061871 [ 261 ] {7fa51e39-3274-4435-ad19-38cedc8119d0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:42:39.061912 [ 261 ] {7fa51e39-3274-4435-ad19-38cedc8119d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:42:39.062335 [ 261 ] {7fa51e39-3274-4435-ad19-38cedc8119d0} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:39.062371 [ 261 ] {7fa51e39-3274-4435-ad19-38cedc8119d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:39.062701 [ 261 ] {7fa51e39-3274-4435-ad19-38cedc8119d0} MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) 2026.03.04 04:42:39.062909 [ 261 ] {7fa51e39-3274-4435-ad19-38cedc8119d0} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:39.063135 [ 261 ] {7fa51e39-3274-4435-ad19-38cedc8119d0} executeQuery: Read 218 rows, 15.87 KiB in 0.001282 sec., 170046.8018720749 rows/sec., 12.09 MiB/sec. 2026.03.04 04:42:39.063173 [ 261 ] {7fa51e39-3274-4435-ad19-38cedc8119d0} TCPHandler: Processed in 0.001445928 sec. 2026.03.04 04:42:39.063299 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.063393 [ 261 ] {d4dd52ab-c097-4307-ae14-834cffabd225} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:42:39.063446 [ 261 ] {d4dd52ab-c097-4307-ae14-834cffabd225} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:42:39.064314 [ 261 ] {d4dd52ab-c097-4307-ae14-834cffabd225} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:39.064351 [ 261 ] {d4dd52ab-c097-4307-ae14-834cffabd225} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:39.064938 [ 261 ] {d4dd52ab-c097-4307-ae14-834cffabd225} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2026.03.04 04:42:39.065163 [ 261 ] {d4dd52ab-c097-4307-ae14-834cffabd225} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:39.065280 [ 150 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2026.03.04 04:42:39.065303 [ 261 ] {d4dd52ab-c097-4307-ae14-834cffabd225} executeQuery: Read 54 rows, 96.29 KiB in 0.001928 sec., 28008.298755186723 rows/sec., 48.77 MiB/sec. 2026.03.04 04:42:39.065322 [ 150 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:39.065345 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:39.065369 [ 261 ] {d4dd52ab-c097-4307-ae14-834cffabd225} TCPHandler: Processed in 0.0021187 sec. 2026.03.04 04:42:39.065449 [ 191 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2026.03.04 04:42:39.065489 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:39.065588 [ 261 ] {bcc9c88d-ac11-48bd-b4a4-ded313e410c1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:42:39.065629 [ 261 ] {bcc9c88d-ac11-48bd-b4a4-ded313e410c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:42:39.065706 [ 191 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:39.065772 [ 191 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 3028 rows starting from the beginning of the part 2026.03.04 04:42:39.065910 [ 191 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 38 rows starting from the beginning of the part 2026.03.04 04:42:39.065979 [ 261 ] {bcc9c88d-ac11-48bd-b4a4-ded313e410c1} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:39.066015 [ 191 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 19 rows starting from the beginning of the part 2026.03.04 04:42:39.066020 [ 261 ] {bcc9c88d-ac11-48bd-b4a4-ded313e410c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:39.066117 [ 191 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 47 rows starting from the beginning of the part 2026.03.04 04:42:39.066213 [ 191 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 8 rows starting from the beginning of the part 2026.03.04 04:42:39.066304 [ 191 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 54 rows starting from the beginning of the part 2026.03.04 04:42:39.066365 [ 261 ] {bcc9c88d-ac11-48bd-b4a4-ded313e410c1} MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) 2026.03.04 04:42:39.066589 [ 261 ] {bcc9c88d-ac11-48bd-b4a4-ded313e410c1} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:39.066729 [ 261 ] {bcc9c88d-ac11-48bd-b4a4-ded313e410c1} executeQuery: Read 60 rows, 4.14 KiB in 0.00116 sec., 51724.137931034486 rows/sec., 3.49 MiB/sec. 2026.03.04 04:42:39.066766 [ 261 ] {bcc9c88d-ac11-48bd-b4a4-ded313e410c1} TCPHandler: Processed in 0.001326366 sec. 2026.03.04 04:42:39.075137 [ 186 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 3194 rows, containing 19 columns (19 merged, 0 gathered) in 0.009733468 sec., 328146.1448273113 rows/sec., 587.74 MiB/sec. 2026.03.04 04:42:39.078115 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2026.03.04 04:42:39.078515 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_141_28} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:39.078598 [ 188 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_141_28} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2026.03.04 04:42:39.078737 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 23.79 MiB. 2026.03.04 04:42:40.000181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 416.44 MiB, peak 440.21 MiB, free memory in arenas 0.00 B, will set to 414.98 MiB (RSS), difference: -1.46 MiB 2026.03.04 04:42:40.765366 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 47516 2026.03.04 04:42:40.766035 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:40.766072 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:40.766546 [ 245 ] {} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.03.04 04:42:40.766765 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:40.766892 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47516 2026.03.04 04:42:42.952618 [ 146 ] {} oximeter.measurements_i64 (6414a286-83be-4ea1-992d-d2c551fa3fc8) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.03.04 04:42:42.952711 [ 146 ] {} oximeter.measurements_i64 (6414a286-83be-4ea1-992d-d2c551fa3fc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:42.952750 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:42.952942 [ 199 ] {6414a286-83be-4ea1-992d-d2c551fa3fc8::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.03.04 04:42:42.953176 [ 199 ] {6414a286-83be-4ea1-992d-d2c551fa3fc8::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:42.953239 [ 199 ] {6414a286-83be-4ea1-992d-d2c551fa3fc8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 3 rows starting from the beginning of the part 2026.03.04 04:42:42.953350 [ 199 ] {6414a286-83be-4ea1-992d-d2c551fa3fc8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part 2026.03.04 04:42:42.953430 [ 199 ] {6414a286-83be-4ea1-992d-d2c551fa3fc8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part 2026.03.04 04:42:42.953484 [ 199 ] {6414a286-83be-4ea1-992d-d2c551fa3fc8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part 2026.03.04 04:42:42.953531 [ 199 ] {6414a286-83be-4ea1-992d-d2c551fa3fc8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2026.03.04 04:42:42.956515 [ 186 ] {6414a286-83be-4ea1-992d-d2c551fa3fc8::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 4 columns (4 merged, 0 gathered) in 0.00364908 sec., 11509.750402841264 rows/sec., 844.07 KiB/sec. 2026.03.04 04:42:42.956689 [ 190 ] {6414a286-83be-4ea1-992d-d2c551fa3fc8::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.03.04 04:42:42.956975 [ 190 ] {6414a286-83be-4ea1-992d-d2c551fa3fc8::all_1_5_1} oximeter.measurements_i64 (6414a286-83be-4ea1-992d-d2c551fa3fc8): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:42.957051 [ 190 ] {6414a286-83be-4ea1-992d-d2c551fa3fc8::all_1_5_1} oximeter.measurements_i64 (6414a286-83be-4ea1-992d-d2c551fa3fc8) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.03.04 04:42:42.957153 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.04 04:42:43.079457 [ 222 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.03.04 04:42:43.079487 [ 222 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.03.04 04:42:43.082962 [ 222 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.03.04 04:42:43.126008 [ 222 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.03.04 04:42:43.126035 [ 222 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.03.04 04:42:43.129554 [ 222 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.03.04 04:42:43.152767 [ 219 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.03.04 04:42:43.152813 [ 219 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.03.04 04:42:43.155560 [ 219 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.03.04 04:42:43.349003 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 746 2026.03.04 04:42:43.367543 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:43.367596 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:43.374023 [ 244 ] {} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2026.03.04 04:42:43.374775 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:43.378084 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 746 2026.03.04 04:42:43.986576 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:43.986763 [ 261 ] {e994f7d3-86a6-470b-8d4e-6a1f2971f1ae} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:42:43.986836 [ 261 ] {e994f7d3-86a6-470b-8d4e-6a1f2971f1ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:42:43.987529 [ 261 ] {e994f7d3-86a6-470b-8d4e-6a1f2971f1ae} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:43.987584 [ 261 ] {e994f7d3-86a6-470b-8d4e-6a1f2971f1ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:43.987998 [ 261 ] {e994f7d3-86a6-470b-8d4e-6a1f2971f1ae} MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) 2026.03.04 04:42:43.988236 [ 261 ] {e994f7d3-86a6-470b-8d4e-6a1f2971f1ae} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:43.988408 [ 261 ] {e994f7d3-86a6-470b-8d4e-6a1f2971f1ae} executeQuery: Read 72 rows, 5.91 KiB in 0.001696 sec., 42452.83018867925 rows/sec., 3.41 MiB/sec. 2026.03.04 04:42:43.988467 [ 261 ] {e994f7d3-86a6-470b-8d4e-6a1f2971f1ae} TCPHandler: Processed in 0.002027889 sec. 2026.03.04 04:42:43.988602 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:43.988710 [ 261 ] {d8246772-3136-43c9-a162-339c237b97b3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:42:43.988756 [ 261 ] {d8246772-3136-43c9-a162-339c237b97b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:42:43.989199 [ 261 ] {d8246772-3136-43c9-a162-339c237b97b3} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:43.989239 [ 261 ] {d8246772-3136-43c9-a162-339c237b97b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:43.989566 [ 261 ] {d8246772-3136-43c9-a162-339c237b97b3} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.03.04 04:42:43.989781 [ 261 ] {d8246772-3136-43c9-a162-339c237b97b3} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:43.989918 [ 261 ] {d8246772-3136-43c9-a162-339c237b97b3} executeQuery: Read 8 rows, 616.00 B in 0.001234 sec., 6482.982171799027 rows/sec., 487.49 KiB/sec. 2026.03.04 04:42:43.989958 [ 261 ] {d8246772-3136-43c9-a162-339c237b97b3} TCPHandler: Processed in 0.001409147 sec. 2026.03.04 04:42:43.990071 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:43.990170 [ 261 ] {94f5cb03-f09d-4097-822e-7a34e5273920} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:42:43.990211 [ 261 ] {94f5cb03-f09d-4097-822e-7a34e5273920} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:42:43.990646 [ 261 ] {94f5cb03-f09d-4097-822e-7a34e5273920} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:43.990684 [ 261 ] {94f5cb03-f09d-4097-822e-7a34e5273920} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:43.990989 [ 261 ] {94f5cb03-f09d-4097-822e-7a34e5273920} MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) 2026.03.04 04:42:43.991202 [ 261 ] {94f5cb03-f09d-4097-822e-7a34e5273920} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:43.991332 [ 261 ] {94f5cb03-f09d-4097-822e-7a34e5273920} executeQuery: Read 72 rows, 5.76 KiB in 0.001183 sec., 60862.214708368556 rows/sec., 4.75 MiB/sec. 2026.03.04 04:42:43.991371 [ 261 ] {94f5cb03-f09d-4097-822e-7a34e5273920} TCPHandler: Processed in 0.001349916 sec. 2026.03.04 04:42:43.991485 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:43.991580 [ 261 ] {aa72ae5c-e933-4686-a434-4327c02141fd} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:42:43.991625 [ 261 ] {aa72ae5c-e933-4686-a434-4327c02141fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:42:43.992044 [ 261 ] {aa72ae5c-e933-4686-a434-4327c02141fd} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:43.992081 [ 261 ] {aa72ae5c-e933-4686-a434-4327c02141fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:43.992411 [ 261 ] {aa72ae5c-e933-4686-a434-4327c02141fd} MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) 2026.03.04 04:42:43.992623 [ 261 ] {aa72ae5c-e933-4686-a434-4327c02141fd} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:43.992757 [ 261 ] {aa72ae5c-e933-4686-a434-4327c02141fd} executeQuery: Read 160 rows, 11.41 KiB in 0.001196 sec., 133779.26421404682 rows/sec., 9.32 MiB/sec. 2026.03.04 04:42:43.992752 [ 146 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 2 parts from all_1_163_41 to all_164_164_0 2026.03.04 04:42:43.992796 [ 261 ] {aa72ae5c-e933-4686-a434-4327c02141fd} TCPHandler: Processed in 0.001360926 sec. 2026.03.04 04:42:43.992829 [ 146 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:43.992855 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:43.992928 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:43.992958 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_164_42} MergeTask::PrepareStage: Merging 2 parts: from all_1_163_41 to all_164_164_0 into Compact with storage Full 2026.03.04 04:42:43.993026 [ 261 ] {361c33b1-1405-4997-9521-35f90b0a1ceb} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:42:43.993052 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_164_42} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:43.993082 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_164_42} MergeTreeSequentialSource: Reading 8 marks from part all_1_163_41, total 54092 rows starting from the beginning of the part 2026.03.04 04:42:43.993083 [ 261 ] {361c33b1-1405-4997-9521-35f90b0a1ceb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:42:43.993143 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_164_42} MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 128 rows starting from the beginning of the part 2026.03.04 04:42:43.993907 [ 261 ] {361c33b1-1405-4997-9521-35f90b0a1ceb} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:43.993943 [ 261 ] {361c33b1-1405-4997-9521-35f90b0a1ceb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:43.994470 [ 261 ] {361c33b1-1405-4997-9521-35f90b0a1ceb} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2026.03.04 04:42:43.994720 [ 261 ] {361c33b1-1405-4997-9521-35f90b0a1ceb} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:43.994872 [ 261 ] {361c33b1-1405-4997-9521-35f90b0a1ceb} executeQuery: Read 8 rows, 14.68 KiB in 0.001863 sec., 4294.149221685453 rows/sec., 7.69 MiB/sec. 2026.03.04 04:42:43.994958 [ 261 ] {361c33b1-1405-4997-9521-35f90b0a1ceb} TCPHandler: Processed in 0.00208789 sec. 2026.03.04 04:42:43.995082 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:43.995179 [ 261 ] {c9b2515d-6751-4c58-b947-695fe31462c3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:42:43.995223 [ 261 ] {c9b2515d-6751-4c58-b947-695fe31462c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:42:43.995581 [ 261 ] {c9b2515d-6751-4c58-b947-695fe31462c3} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:43.995619 [ 261 ] {c9b2515d-6751-4c58-b947-695fe31462c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:43.995933 [ 261 ] {c9b2515d-6751-4c58-b947-695fe31462c3} MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) 2026.03.04 04:42:43.996150 [ 261 ] {c9b2515d-6751-4c58-b947-695fe31462c3} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:43.996288 [ 261 ] {c9b2515d-6751-4c58-b947-695fe31462c3} executeQuery: Read 60 rows, 4.14 KiB in 0.001128 sec., 53191.48936170212 rows/sec., 3.58 MiB/sec. 2026.03.04 04:42:43.996326 [ 261 ] {c9b2515d-6751-4c58-b947-695fe31462c3} TCPHandler: Processed in 0.001294425 sec. 2026.03.04 04:42:43.996387 [ 221 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.03.04 04:42:43.996425 [ 221 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.03.04 04:42:43.999380 [ 221 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.03.04 04:42:44.000170 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 422.66 MiB, peak 440.21 MiB, free memory in arenas 0.00 B, will set to 414.99 MiB (RSS), difference: -7.67 MiB 2026.03.04 04:42:44.001993 [ 201 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_164_42} MergeTask::MergeProjectionsStage: Merge sorted 54220 rows, containing 5 columns (5 merged, 0 gathered) in 0.009067025 sec., 5979910.720440277 rows/sec., 394.21 MiB/sec. 2026.03.04 04:42:44.002815 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_164_42} MergedBlockOutputStream: filled checksums all_1_164_42 (state Temporary) 2026.03.04 04:42:44.003189 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_164_42} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_164_42 to all_1_164_42 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:44.003287 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_164_42} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 2 parts: [all_1_163_41, all_164_164_0] -> all_1_164_42 2026.03.04 04:42:44.003392 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2026.03.04 04:42:44.719050 [ 217 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.03.04 04:42:44.719108 [ 217 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.03.04 04:42:44.722387 [ 217 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2026.03.04 04:42:45.000231 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 408.31 MiB, peak 440.21 MiB, free memory in arenas 0.00 B, will set to 414.99 MiB (RSS), difference: 6.68 MiB 2026.03.04 04:42:48.030386 [ 139 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:42:48.030450 [ 139 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:42:48.267180 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 48028 2026.03.04 04:42:48.267739 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:48.267788 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:48.268289 [ 245 ] {} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.03.04 04:42:48.268553 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:48.268708 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48028 2026.03.04 04:42:48.432806 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 82 entries to flush up to offset 2710 2026.03.04 04:42:48.436612 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:48.436668 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:48.438051 [ 243 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2026.03.04 04:42:48.438329 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:48.438725 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2710 2026.03.04 04:42:48.979461 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:48.979743 [ 261 ] {c4c34674-25b0-42c3-8717-c16843194d66} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset') FORMAT Native; (stage: Complete) 2026.03.04 04:42:48.980185 [ 261 ] {c4c34674-25b0-42c3-8717-c16843194d66} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:48.980236 [ 261 ] {c4c34674-25b0-42c3-8717-c16843194d66} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset')" moved to PREWHERE 2026.03.04 04:42:48.980591 [ 261 ] {c4c34674-25b0-42c3-8717-c16843194d66} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:48.980668 [ 261 ] {c4c34674-25b0-42c3-8717-c16843194d66} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:48.980839 [ 261 ] {c4c34674-25b0-42c3-8717-c16843194d66} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 73-element set) 2026.03.04 04:42:48.980942 [ 335 ] {c4c34674-25b0-42c3-8717-c16843194d66} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:48.980957 [ 327 ] {c4c34674-25b0-42c3-8717-c16843194d66} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:48.980985 [ 344 ] {c4c34674-25b0-42c3-8717-c16843194d66} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:48.980989 [ 300 ] {c4c34674-25b0-42c3-8717-c16843194d66} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:48.980985 [ 334 ] {c4c34674-25b0-42c3-8717-c16843194d66} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2026.03.04 04:42:48.981149 [ 261 ] {c4c34674-25b0-42c3-8717-c16843194d66} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 5/5 parts by partition key, 5 parts by primary key, 5/5 marks by primary key, 5 marks to read from 5 ranges 2026.03.04 04:42:48.981189 [ 261 ] {c4c34674-25b0-42c3-8717-c16843194d66} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:48.981320 [ 261 ] {c4c34674-25b0-42c3-8717-c16843194d66} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:48.981345 [ 261 ] {c4c34674-25b0-42c3-8717-c16843194d66} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 73 rows with 5 streams 2026.03.04 04:42:48.981388 [ 261 ] {c4c34674-25b0-42c3-8717-c16843194d66} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.981435 [ 261 ] {c4c34674-25b0-42c3-8717-c16843194d66} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.981478 [ 261 ] {c4c34674-25b0-42c3-8717-c16843194d66} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.981525 [ 261 ] {c4c34674-25b0-42c3-8717-c16843194d66} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.981569 [ 261 ] {c4c34674-25b0-42c3-8717-c16843194d66} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.982748 [ 261 ] {c4c34674-25b0-42c3-8717-c16843194d66} executeQuery: Read 73 rows, 2.75 KiB in 0.003146 sec., 23204.068658614113 rows/sec., 875.37 KiB/sec. 2026.03.04 04:42:48.982962 [ 261 ] {c4c34674-25b0-42c3-8717-c16843194d66} MemoryTracker: Peak memory usage (for query): 193.02 KiB. 2026.03.04 04:42:48.982980 [ 261 ] {c4c34674-25b0-42c3-8717-c16843194d66} TCPHandler: Processed in 0.00365352 sec. 2026.03.04 04:42:48.983283 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:48.983461 [ 261 ] {a4d92163-7cfb-4787-ad3d-f141474d2c1f} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset') FORMAT Native; (stage: Complete) 2026.03.04 04:42:48.983746 [ 261 ] {a4d92163-7cfb-4787-ad3d-f141474d2c1f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:48.983793 [ 261 ] {a4d92163-7cfb-4787-ad3d-f141474d2c1f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset')" moved to PREWHERE 2026.03.04 04:42:48.984080 [ 261 ] {a4d92163-7cfb-4787-ad3d-f141474d2c1f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:48.984140 [ 261 ] {a4d92163-7cfb-4787-ad3d-f141474d2c1f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:48.984253 [ 261 ] {a4d92163-7cfb-4787-ad3d-f141474d2c1f} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 74-element set) 2026.03.04 04:42:48.984347 [ 344 ] {a4d92163-7cfb-4787-ad3d-f141474d2c1f} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:48.984364 [ 334 ] {a4d92163-7cfb-4787-ad3d-f141474d2c1f} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:48.984369 [ 300 ] {a4d92163-7cfb-4787-ad3d-f141474d2c1f} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:48.984361 [ 350 ] {a4d92163-7cfb-4787-ad3d-f141474d2c1f} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2026.03.04 04:42:48.984348 [ 335 ] {a4d92163-7cfb-4787-ad3d-f141474d2c1f} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:48.984567 [ 261 ] {a4d92163-7cfb-4787-ad3d-f141474d2c1f} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 5/5 parts by partition key, 5 parts by primary key, 5/5 marks by primary key, 5 marks to read from 5 ranges 2026.03.04 04:42:48.984594 [ 261 ] {a4d92163-7cfb-4787-ad3d-f141474d2c1f} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:48.984702 [ 261 ] {a4d92163-7cfb-4787-ad3d-f141474d2c1f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:48.984726 [ 261 ] {a4d92163-7cfb-4787-ad3d-f141474d2c1f} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 73 rows with 5 streams 2026.03.04 04:42:48.984762 [ 261 ] {a4d92163-7cfb-4787-ad3d-f141474d2c1f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.984803 [ 261 ] {a4d92163-7cfb-4787-ad3d-f141474d2c1f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.984838 [ 261 ] {a4d92163-7cfb-4787-ad3d-f141474d2c1f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.984872 [ 261 ] {a4d92163-7cfb-4787-ad3d-f141474d2c1f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.984913 [ 261 ] {a4d92163-7cfb-4787-ad3d-f141474d2c1f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.985716 [ 261 ] {a4d92163-7cfb-4787-ad3d-f141474d2c1f} executeQuery: Read 73 rows, 2.75 KiB in 0.002346 sec., 31116.794543904518 rows/sec., 1.15 MiB/sec. 2026.03.04 04:42:48.985910 [ 261 ] {a4d92163-7cfb-4787-ad3d-f141474d2c1f} MemoryTracker: Peak memory usage (for query): 193.21 KiB. 2026.03.04 04:42:48.985928 [ 261 ] {a4d92163-7cfb-4787-ad3d-f141474d2c1f} TCPHandler: Processed in 0.002701182 sec. 2026.03.04 04:42:48.986169 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:48.986339 [ 261 ] {b2199fc3-fc72-4bb0-be2c-60cbe7e0fefd} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset') FORMAT Native; (stage: Complete) 2026.03.04 04:42:48.986617 [ 261 ] {b2199fc3-fc72-4bb0-be2c-60cbe7e0fefd} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:48.986663 [ 261 ] {b2199fc3-fc72-4bb0-be2c-60cbe7e0fefd} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset')" moved to PREWHERE 2026.03.04 04:42:48.986946 [ 261 ] {b2199fc3-fc72-4bb0-be2c-60cbe7e0fefd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:48.987004 [ 261 ] {b2199fc3-fc72-4bb0-be2c-60cbe7e0fefd} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:48.987108 [ 261 ] {b2199fc3-fc72-4bb0-be2c-60cbe7e0fefd} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 75-element set) 2026.03.04 04:42:48.987178 [ 300 ] {b2199fc3-fc72-4bb0-be2c-60cbe7e0fefd} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:48.987182 [ 313 ] {b2199fc3-fc72-4bb0-be2c-60cbe7e0fefd} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2026.03.04 04:42:48.987195 [ 344 ] {b2199fc3-fc72-4bb0-be2c-60cbe7e0fefd} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:48.987195 [ 335 ] {b2199fc3-fc72-4bb0-be2c-60cbe7e0fefd} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:48.987184 [ 350 ] {b2199fc3-fc72-4bb0-be2c-60cbe7e0fefd} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:48.987354 [ 261 ] {b2199fc3-fc72-4bb0-be2c-60cbe7e0fefd} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 5/5 parts by partition key, 5 parts by primary key, 5/5 marks by primary key, 5 marks to read from 5 ranges 2026.03.04 04:42:48.987382 [ 261 ] {b2199fc3-fc72-4bb0-be2c-60cbe7e0fefd} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:48.987483 [ 261 ] {b2199fc3-fc72-4bb0-be2c-60cbe7e0fefd} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:48.987505 [ 261 ] {b2199fc3-fc72-4bb0-be2c-60cbe7e0fefd} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 73 rows with 5 streams 2026.03.04 04:42:48.987550 [ 261 ] {b2199fc3-fc72-4bb0-be2c-60cbe7e0fefd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.987587 [ 261 ] {b2199fc3-fc72-4bb0-be2c-60cbe7e0fefd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.987623 [ 261 ] {b2199fc3-fc72-4bb0-be2c-60cbe7e0fefd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.987656 [ 261 ] {b2199fc3-fc72-4bb0-be2c-60cbe7e0fefd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.987693 [ 261 ] {b2199fc3-fc72-4bb0-be2c-60cbe7e0fefd} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.988427 [ 261 ] {b2199fc3-fc72-4bb0-be2c-60cbe7e0fefd} executeQuery: Read 73 rows, 2.75 KiB in 0.002173 sec., 33594.10952600092 rows/sec., 1.24 MiB/sec. 2026.03.04 04:42:48.988624 [ 261 ] {b2199fc3-fc72-4bb0-be2c-60cbe7e0fefd} MemoryTracker: Peak memory usage (for query): 194.06 KiB. 2026.03.04 04:42:48.988640 [ 261 ] {b2199fc3-fc72-4bb0-be2c-60cbe7e0fefd} TCPHandler: Processed in 0.002523279 sec. 2026.03.04 04:42:48.988875 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:48.989035 [ 261 ] {66445459-4c38-40dd-87c7-6319d92e596f} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset') FORMAT Native; (stage: Complete) 2026.03.04 04:42:48.989303 [ 261 ] {66445459-4c38-40dd-87c7-6319d92e596f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:48.989350 [ 261 ] {66445459-4c38-40dd-87c7-6319d92e596f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset')" moved to PREWHERE 2026.03.04 04:42:48.989631 [ 261 ] {66445459-4c38-40dd-87c7-6319d92e596f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:48.989687 [ 261 ] {66445459-4c38-40dd-87c7-6319d92e596f} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:48.989790 [ 261 ] {66445459-4c38-40dd-87c7-6319d92e596f} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 76-element set) 2026.03.04 04:42:48.989869 [ 313 ] {66445459-4c38-40dd-87c7-6319d92e596f} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:48.989883 [ 334 ] {66445459-4c38-40dd-87c7-6319d92e596f} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:48.989888 [ 350 ] {66445459-4c38-40dd-87c7-6319d92e596f} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:48.989876 [ 344 ] {66445459-4c38-40dd-87c7-6319d92e596f} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:48.989871 [ 318 ] {66445459-4c38-40dd-87c7-6319d92e596f} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2026.03.04 04:42:48.990049 [ 261 ] {66445459-4c38-40dd-87c7-6319d92e596f} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 5/5 parts by partition key, 5 parts by primary key, 5/5 marks by primary key, 5 marks to read from 5 ranges 2026.03.04 04:42:48.990076 [ 261 ] {66445459-4c38-40dd-87c7-6319d92e596f} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:48.990174 [ 261 ] {66445459-4c38-40dd-87c7-6319d92e596f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:48.990194 [ 261 ] {66445459-4c38-40dd-87c7-6319d92e596f} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 73 rows with 5 streams 2026.03.04 04:42:48.990227 [ 261 ] {66445459-4c38-40dd-87c7-6319d92e596f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.990264 [ 261 ] {66445459-4c38-40dd-87c7-6319d92e596f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.990296 [ 261 ] {66445459-4c38-40dd-87c7-6319d92e596f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.990330 [ 261 ] {66445459-4c38-40dd-87c7-6319d92e596f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.990362 [ 261 ] {66445459-4c38-40dd-87c7-6319d92e596f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.991040 [ 261 ] {66445459-4c38-40dd-87c7-6319d92e596f} executeQuery: Read 73 rows, 2.75 KiB in 0.002083 sec., 35045.607297167546 rows/sec., 1.29 MiB/sec. 2026.03.04 04:42:48.991214 [ 261 ] {66445459-4c38-40dd-87c7-6319d92e596f} MemoryTracker: Peak memory usage (for query): 197.02 KiB. 2026.03.04 04:42:48.991230 [ 261 ] {66445459-4c38-40dd-87c7-6319d92e596f} TCPHandler: Processed in 0.002407097 sec. 2026.03.04 04:42:48.991443 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:48.991605 [ 261 ] {9c944321-6040-4be5-9a62-9ca6e16bd280} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset') FORMAT Native; (stage: Complete) 2026.03.04 04:42:48.991865 [ 261 ] {9c944321-6040-4be5-9a62-9ca6e16bd280} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:48.991915 [ 261 ] {9c944321-6040-4be5-9a62-9ca6e16bd280} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset')" moved to PREWHERE 2026.03.04 04:42:48.992194 [ 261 ] {9c944321-6040-4be5-9a62-9ca6e16bd280} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:48.992251 [ 261 ] {9c944321-6040-4be5-9a62-9ca6e16bd280} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:48.992353 [ 261 ] {9c944321-6040-4be5-9a62-9ca6e16bd280} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 77-element set) 2026.03.04 04:42:48.992418 [ 350 ] {9c944321-6040-4be5-9a62-9ca6e16bd280} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:48.992423 [ 344 ] {9c944321-6040-4be5-9a62-9ca6e16bd280} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:48.992438 [ 313 ] {9c944321-6040-4be5-9a62-9ca6e16bd280} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:48.992434 [ 334 ] {9c944321-6040-4be5-9a62-9ca6e16bd280} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:48.992424 [ 318 ] {9c944321-6040-4be5-9a62-9ca6e16bd280} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2026.03.04 04:42:48.992616 [ 261 ] {9c944321-6040-4be5-9a62-9ca6e16bd280} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 5/5 parts by partition key, 5 parts by primary key, 5/5 marks by primary key, 5 marks to read from 5 ranges 2026.03.04 04:42:48.992642 [ 261 ] {9c944321-6040-4be5-9a62-9ca6e16bd280} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:48.992741 [ 261 ] {9c944321-6040-4be5-9a62-9ca6e16bd280} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:48.992761 [ 261 ] {9c944321-6040-4be5-9a62-9ca6e16bd280} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 73 rows with 5 streams 2026.03.04 04:42:48.992794 [ 261 ] {9c944321-6040-4be5-9a62-9ca6e16bd280} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.992862 [ 261 ] {9c944321-6040-4be5-9a62-9ca6e16bd280} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.992896 [ 261 ] {9c944321-6040-4be5-9a62-9ca6e16bd280} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.992928 [ 261 ] {9c944321-6040-4be5-9a62-9ca6e16bd280} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.992958 [ 261 ] {9c944321-6040-4be5-9a62-9ca6e16bd280} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.993661 [ 261 ] {9c944321-6040-4be5-9a62-9ca6e16bd280} executeQuery: Read 73 rows, 2.75 KiB in 0.002137 sec., 34160.03743565746 rows/sec., 1.26 MiB/sec. 2026.03.04 04:42:48.993853 [ 261 ] {9c944321-6040-4be5-9a62-9ca6e16bd280} MemoryTracker: Peak memory usage (for query): 194.21 KiB. 2026.03.04 04:42:48.993869 [ 261 ] {9c944321-6040-4be5-9a62-9ca6e16bd280} TCPHandler: Processed in 0.002477207 sec. 2026.03.04 04:42:48.994081 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:48.994241 [ 261 ] {16f01fdd-ea2f-404c-aa53-98123c4e4ce2} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset') FORMAT Native; (stage: Complete) 2026.03.04 04:42:48.994507 [ 261 ] {16f01fdd-ea2f-404c-aa53-98123c4e4ce2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:48.994552 [ 261 ] {16f01fdd-ea2f-404c-aa53-98123c4e4ce2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset')" moved to PREWHERE 2026.03.04 04:42:48.994846 [ 261 ] {16f01fdd-ea2f-404c-aa53-98123c4e4ce2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:48.994902 [ 261 ] {16f01fdd-ea2f-404c-aa53-98123c4e4ce2} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:48.995002 [ 261 ] {16f01fdd-ea2f-404c-aa53-98123c4e4ce2} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 78-element set) 2026.03.04 04:42:48.995065 [ 318 ] {16f01fdd-ea2f-404c-aa53-98123c4e4ce2} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:48.995082 [ 334 ] {16f01fdd-ea2f-404c-aa53-98123c4e4ce2} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:48.995073 [ 350 ] {16f01fdd-ea2f-404c-aa53-98123c4e4ce2} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:48.995082 [ 343 ] {16f01fdd-ea2f-404c-aa53-98123c4e4ce2} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:48.995072 [ 344 ] {16f01fdd-ea2f-404c-aa53-98123c4e4ce2} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2026.03.04 04:42:48.995242 [ 261 ] {16f01fdd-ea2f-404c-aa53-98123c4e4ce2} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 5/5 parts by partition key, 5 parts by primary key, 5/5 marks by primary key, 5 marks to read from 5 ranges 2026.03.04 04:42:48.995268 [ 261 ] {16f01fdd-ea2f-404c-aa53-98123c4e4ce2} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:48.995364 [ 261 ] {16f01fdd-ea2f-404c-aa53-98123c4e4ce2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:48.995384 [ 261 ] {16f01fdd-ea2f-404c-aa53-98123c4e4ce2} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 73 rows with 5 streams 2026.03.04 04:42:48.995420 [ 261 ] {16f01fdd-ea2f-404c-aa53-98123c4e4ce2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.995462 [ 261 ] {16f01fdd-ea2f-404c-aa53-98123c4e4ce2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.995501 [ 261 ] {16f01fdd-ea2f-404c-aa53-98123c4e4ce2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.995540 [ 261 ] {16f01fdd-ea2f-404c-aa53-98123c4e4ce2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.995578 [ 261 ] {16f01fdd-ea2f-404c-aa53-98123c4e4ce2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.996242 [ 261 ] {16f01fdd-ea2f-404c-aa53-98123c4e4ce2} executeQuery: Read 73 rows, 2.75 KiB in 0.00208 sec., 35096.15384615385 rows/sec., 1.29 MiB/sec. 2026.03.04 04:42:48.996438 [ 261 ] {16f01fdd-ea2f-404c-aa53-98123c4e4ce2} MemoryTracker: Peak memory usage (for query): 195.27 KiB. 2026.03.04 04:42:48.996454 [ 261 ] {16f01fdd-ea2f-404c-aa53-98123c4e4ce2} TCPHandler: Processed in 0.002423347 sec. 2026.03.04 04:42:48.996660 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:48.996825 [ 261 ] {c383434f-9d7e-4708-984c-27fc066c6c36} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset') FORMAT Native; (stage: Complete) 2026.03.04 04:42:48.997090 [ 261 ] {c383434f-9d7e-4708-984c-27fc066c6c36} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:48.997136 [ 261 ] {c383434f-9d7e-4708-984c-27fc066c6c36} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset')" moved to PREWHERE 2026.03.04 04:42:48.997417 [ 261 ] {c383434f-9d7e-4708-984c-27fc066c6c36} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:48.997471 [ 261 ] {c383434f-9d7e-4708-984c-27fc066c6c36} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:48.997572 [ 261 ] {c383434f-9d7e-4708-984c-27fc066c6c36} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 79-element set) 2026.03.04 04:42:48.997633 [ 343 ] {c383434f-9d7e-4708-984c-27fc066c6c36} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:48.997641 [ 276 ] {c383434f-9d7e-4708-984c-27fc066c6c36} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:48.997653 [ 344 ] {c383434f-9d7e-4708-984c-27fc066c6c36} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2026.03.04 04:42:48.997644 [ 350 ] {c383434f-9d7e-4708-984c-27fc066c6c36} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:48.997638 [ 313 ] {c383434f-9d7e-4708-984c-27fc066c6c36} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:48.997787 [ 261 ] {c383434f-9d7e-4708-984c-27fc066c6c36} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 5/5 parts by partition key, 5 parts by primary key, 5/5 marks by primary key, 5 marks to read from 5 ranges 2026.03.04 04:42:48.997815 [ 261 ] {c383434f-9d7e-4708-984c-27fc066c6c36} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:48.997913 [ 261 ] {c383434f-9d7e-4708-984c-27fc066c6c36} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:48.997933 [ 261 ] {c383434f-9d7e-4708-984c-27fc066c6c36} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 73 rows with 5 streams 2026.03.04 04:42:48.997964 [ 261 ] {c383434f-9d7e-4708-984c-27fc066c6c36} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.997999 [ 261 ] {c383434f-9d7e-4708-984c-27fc066c6c36} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.998030 [ 261 ] {c383434f-9d7e-4708-984c-27fc066c6c36} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.998060 [ 261 ] {c383434f-9d7e-4708-984c-27fc066c6c36} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.998096 [ 261 ] {c383434f-9d7e-4708-984c-27fc066c6c36} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:48.998793 [ 261 ] {c383434f-9d7e-4708-984c-27fc066c6c36} executeQuery: Read 73 rows, 2.75 KiB in 0.00205 sec., 35609.756097560974 rows/sec., 1.31 MiB/sec. 2026.03.04 04:42:48.998978 [ 261 ] {c383434f-9d7e-4708-984c-27fc066c6c36} MemoryTracker: Peak memory usage (for query): 195.83 KiB. 2026.03.04 04:42:48.998994 [ 261 ] {c383434f-9d7e-4708-984c-27fc066c6c36} TCPHandler: Processed in 0.002383826 sec. 2026.03.04 04:42:48.999221 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:48.999385 [ 261 ] {97f5a58d-ba06-4fb4-af15-f65abb9b99be} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset') FORMAT Native; (stage: Complete) 2026.03.04 04:42:48.999647 [ 261 ] {97f5a58d-ba06-4fb4-af15-f65abb9b99be} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:48.999692 [ 261 ] {97f5a58d-ba06-4fb4-af15-f65abb9b99be} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset')" moved to PREWHERE 2026.03.04 04:42:48.999975 [ 261 ] {97f5a58d-ba06-4fb4-af15-f65abb9b99be} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:49.000030 [ 261 ] {97f5a58d-ba06-4fb4-af15-f65abb9b99be} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:49.000133 [ 261 ] {97f5a58d-ba06-4fb4-af15-f65abb9b99be} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 80-element set) 2026.03.04 04:42:49.000203 [ 344 ] {97f5a58d-ba06-4fb4-af15-f65abb9b99be} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.03.04 04:42:49.000216 [ 343 ] {97f5a58d-ba06-4fb4-af15-f65abb9b99be} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.03.04 04:42:49.000216 [ 313 ] {97f5a58d-ba06-4fb4-af15-f65abb9b99be} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2026.03.04 04:42:49.000210 [ 350 ] {97f5a58d-ba06-4fb4-af15-f65abb9b99be} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps 2026.03.04 04:42:49.000210 [ 315 ] {97f5a58d-ba06-4fb4-af15-f65abb9b99be} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.03.04 04:42:49.000374 [ 261 ] {97f5a58d-ba06-4fb4-af15-f65abb9b99be} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 5/5 parts by partition key, 5 parts by primary key, 5/5 marks by primary key, 5 marks to read from 5 ranges 2026.03.04 04:42:49.000398 [ 261 ] {97f5a58d-ba06-4fb4-af15-f65abb9b99be} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:49.000503 [ 261 ] {97f5a58d-ba06-4fb4-af15-f65abb9b99be} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.03.04 04:42:49.000525 [ 261 ] {97f5a58d-ba06-4fb4-af15-f65abb9b99be} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Reading approx. 73 rows with 5 streams 2026.03.04 04:42:49.000557 [ 261 ] {97f5a58d-ba06-4fb4-af15-f65abb9b99be} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:49.000591 [ 261 ] {97f5a58d-ba06-4fb4-af15-f65abb9b99be} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:49.000623 [ 261 ] {97f5a58d-ba06-4fb4-af15-f65abb9b99be} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:49.000656 [ 261 ] {97f5a58d-ba06-4fb4-af15-f65abb9b99be} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:49.000720 [ 261 ] {97f5a58d-ba06-4fb4-af15-f65abb9b99be} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset'))" 2026.03.04 04:42:49.001542 [ 261 ] {97f5a58d-ba06-4fb4-af15-f65abb9b99be} executeQuery: Read 73 rows, 2.75 KiB in 0.002241 sec., 32574.743418116912 rows/sec., 1.20 MiB/sec. 2026.03.04 04:42:49.001735 [ 261 ] {97f5a58d-ba06-4fb4-af15-f65abb9b99be} MemoryTracker: Peak memory usage (for query): 196.14 KiB. 2026.03.04 04:42:49.001751 [ 261 ] {97f5a58d-ba06-4fb4-af15-f65abb9b99be} TCPHandler: Processed in 0.0025801 sec. 2026.03.04 04:42:49.013694 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:49.013826 [ 261 ] {c30694a4-e496-4fdc-9a21-58ce5ce1a077} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.04 04:42:49.013878 [ 261 ] {c30694a4-e496-4fdc-9a21-58ce5ce1a077} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:49.014522 [ 261 ] {c30694a4-e496-4fdc-9a21-58ce5ce1a077} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:49.014563 [ 261 ] {c30694a4-e496-4fdc-9a21-58ce5ce1a077} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:49.015032 [ 261 ] {c30694a4-e496-4fdc-9a21-58ce5ce1a077} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.04 04:42:49.015237 [ 261 ] {c30694a4-e496-4fdc-9a21-58ce5ce1a077} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:49.015380 [ 143 ] {} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.03.04 04:42:49.015394 [ 261 ] {c30694a4-e496-4fdc-9a21-58ce5ce1a077} executeQuery: Read 8 rows, 1.38 KiB in 0.001607 sec., 4978.220286247667 rows/sec., 858.06 KiB/sec. 2026.03.04 04:42:49.015433 [ 143 ] {} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:49.015453 [ 261 ] {c30694a4-e496-4fdc-9a21-58ce5ce1a077} TCPHandler: Processed in 0.001819795 sec. 2026.03.04 04:42:49.015462 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:49.015583 [ 186 ] {547ba2ff-5c35-4787-ab49-f11c195227b1::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.03.04 04:42:49.015591 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:49.015715 [ 261 ] {d577ba9f-bf30-4605-a38c-6250787a27b2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:42:49.015756 [ 261 ] {d577ba9f-bf30-4605-a38c-6250787a27b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:42:49.015847 [ 186 ] {547ba2ff-5c35-4787-ab49-f11c195227b1::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:49.015887 [ 186 ] {547ba2ff-5c35-4787-ab49-f11c195227b1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.03.04 04:42:49.015962 [ 186 ] {547ba2ff-5c35-4787-ab49-f11c195227b1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part 2026.03.04 04:42:49.016025 [ 186 ] {547ba2ff-5c35-4787-ab49-f11c195227b1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.03.04 04:42:49.016095 [ 186 ] {547ba2ff-5c35-4787-ab49-f11c195227b1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2026.03.04 04:42:49.016158 [ 186 ] {547ba2ff-5c35-4787-ab49-f11c195227b1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 23 rows starting from the beginning of the part 2026.03.04 04:42:49.016222 [ 186 ] {547ba2ff-5c35-4787-ab49-f11c195227b1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2026.03.04 04:42:49.016319 [ 261 ] {d577ba9f-bf30-4605-a38c-6250787a27b2} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:49.016370 [ 261 ] {d577ba9f-bf30-4605-a38c-6250787a27b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:49.016728 [ 261 ] {d577ba9f-bf30-4605-a38c-6250787a27b2} MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) 2026.03.04 04:42:49.016950 [ 261 ] {d577ba9f-bf30-4605-a38c-6250787a27b2} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:49.017089 [ 261 ] {d577ba9f-bf30-4605-a38c-6250787a27b2} executeQuery: Read 198 rows, 17.05 KiB in 0.001396 sec., 141833.81088825213 rows/sec., 11.93 MiB/sec. 2026.03.04 04:42:49.017130 [ 261 ] {d577ba9f-bf30-4605-a38c-6250787a27b2} TCPHandler: Processed in 0.001591551 sec. 2026.03.04 04:42:49.017249 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:49.017346 [ 261 ] {ac708608-c5d0-4c7e-8d80-0e77a1e0d18f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:42:49.017388 [ 261 ] {ac708608-c5d0-4c7e-8d80-0e77a1e0d18f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:42:49.017814 [ 261 ] {ac708608-c5d0-4c7e-8d80-0e77a1e0d18f} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:49.017852 [ 261 ] {ac708608-c5d0-4c7e-8d80-0e77a1e0d18f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:49.017886 [ 187 ] {547ba2ff-5c35-4787-ab49-f11c195227b1::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 81 rows, containing 6 columns (6 merged, 0 gathered) in 0.002346226 sec., 34523.52842394552 rows/sec., 7.03 MiB/sec. 2026.03.04 04:42:49.018045 [ 186 ] {547ba2ff-5c35-4787-ab49-f11c195227b1::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.03.04 04:42:49.018161 [ 261 ] {ac708608-c5d0-4c7e-8d80-0e77a1e0d18f} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.03.04 04:42:49.018400 [ 186 ] {547ba2ff-5c35-4787-ab49-f11c195227b1::all_1_6_1} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:49.018467 [ 261 ] {ac708608-c5d0-4c7e-8d80-0e77a1e0d18f} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:49.018479 [ 186 ] {547ba2ff-5c35-4787-ab49-f11c195227b1::all_1_6_1} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.03.04 04:42:49.018567 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.03.04 04:42:49.018619 [ 261 ] {ac708608-c5d0-4c7e-8d80-0e77a1e0d18f} executeQuery: Read 49 rows, 3.68 KiB in 0.00129 sec., 37984.49612403101 rows/sec., 2.79 MiB/sec. 2026.03.04 04:42:49.018664 [ 261 ] {ac708608-c5d0-4c7e-8d80-0e77a1e0d18f} TCPHandler: Processed in 0.001467149 sec. 2026.03.04 04:42:49.018771 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:49.018873 [ 261 ] {9cb5385e-3983-4c53-bcfa-fc5c8d5b00dd} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:42:49.018919 [ 261 ] {9cb5385e-3983-4c53-bcfa-fc5c8d5b00dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:42:49.019330 [ 261 ] {9cb5385e-3983-4c53-bcfa-fc5c8d5b00dd} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:49.019368 [ 261 ] {9cb5385e-3983-4c53-bcfa-fc5c8d5b00dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:49.019659 [ 261 ] {9cb5385e-3983-4c53-bcfa-fc5c8d5b00dd} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.03.04 04:42:49.019859 [ 261 ] {9cb5385e-3983-4c53-bcfa-fc5c8d5b00dd} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:49.019989 [ 261 ] {9cb5385e-3983-4c53-bcfa-fc5c8d5b00dd} executeQuery: Read 38 rows, 2.43 KiB in 0.001136 sec., 33450.704225352114 rows/sec., 2.09 MiB/sec. 2026.03.04 04:42:49.020006 [ 217 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Found 6 old parts to remove. Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2026.03.04 04:42:49.020029 [ 261 ] {9cb5385e-3983-4c53-bcfa-fc5c8d5b00dd} TCPHandler: Processed in 0.001308795 sec. 2026.03.04 04:42:49.020032 [ 217 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Removing 6 parts from filesystem (serially): Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2026.03.04 04:42:49.020140 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:49.020235 [ 261 ] {2df3df1f-b290-45d1-a762-330383cedd3c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:42:49.020275 [ 261 ] {2df3df1f-b290-45d1-a762-330383cedd3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:42:49.020808 [ 261 ] {2df3df1f-b290-45d1-a762-330383cedd3c} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:49.020844 [ 261 ] {2df3df1f-b290-45d1-a762-330383cedd3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:49.021161 [ 261 ] {2df3df1f-b290-45d1-a762-330383cedd3c} MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) 2026.03.04 04:42:49.021381 [ 261 ] {2df3df1f-b290-45d1-a762-330383cedd3c} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:49.021513 [ 261 ] {2df3df1f-b290-45d1-a762-330383cedd3c} executeQuery: Read 281 rows, 22.23 KiB in 0.001296 sec., 216820.98765432098 rows/sec., 16.75 MiB/sec. 2026.03.04 04:42:49.021552 [ 261 ] {2df3df1f-b290-45d1-a762-330383cedd3c} TCPHandler: Processed in 0.001462698 sec. 2026.03.04 04:42:49.021663 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:49.021758 [ 261 ] {68bbf202-2232-41ae-822d-f1e679ef9810} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativei64 FORMAT Native (stage: Complete) 2026.03.04 04:42:49.021802 [ 261 ] {68bbf202-2232-41ae-822d-f1e679ef9810} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 2026.03.04 04:42:49.022169 [ 261 ] {68bbf202-2232-41ae-822d-f1e679ef9810} oximeter.measurements_cumulativei64 (30ddb0da-5f88-4068-a25b-3eb6ac3721e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:49.022204 [ 261 ] {68bbf202-2232-41ae-822d-f1e679ef9810} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:49.022514 [ 261 ] {68bbf202-2232-41ae-822d-f1e679ef9810} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.03.04 04:42:49.022584 [ 217 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Removing 6 parts from memory: Parts: [all_1_15_3, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2026.03.04 04:42:49.022730 [ 261 ] {68bbf202-2232-41ae-822d-f1e679ef9810} oximeter.measurements_cumulativei64 (30ddb0da-5f88-4068-a25b-3eb6ac3721e9): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:49.022857 [ 261 ] {68bbf202-2232-41ae-822d-f1e679ef9810} executeQuery: Read 20 rows, 1.35 KiB in 0.001117 sec., 17905.10295434199 rows/sec., 1.18 MiB/sec. 2026.03.04 04:42:49.022895 [ 261 ] {68bbf202-2232-41ae-822d-f1e679ef9810} TCPHandler: Processed in 0.001281795 sec. 2026.03.04 04:42:49.023004 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:49.023098 [ 261 ] {9f71a9f0-c2a5-4cf7-935d-0124faf22dd4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:42:49.023141 [ 261 ] {9f71a9f0-c2a5-4cf7-935d-0124faf22dd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:42:49.023538 [ 261 ] {9f71a9f0-c2a5-4cf7-935d-0124faf22dd4} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:49.023575 [ 261 ] {9f71a9f0-c2a5-4cf7-935d-0124faf22dd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:49.023899 [ 261 ] {9f71a9f0-c2a5-4cf7-935d-0124faf22dd4} MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) 2026.03.04 04:42:49.024105 [ 261 ] {9f71a9f0-c2a5-4cf7-935d-0124faf22dd4} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:49.024215 [ 137 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 2 parts from all_1_164_42 to all_165_165_0 2026.03.04 04:42:49.024232 [ 261 ] {9f71a9f0-c2a5-4cf7-935d-0124faf22dd4} executeQuery: Read 200 rows, 14.16 KiB in 0.001151 sec., 173761.9461337967 rows/sec., 12.01 MiB/sec. 2026.03.04 04:42:49.024251 [ 137 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:49.024270 [ 261 ] {9f71a9f0-c2a5-4cf7-935d-0124faf22dd4} TCPHandler: Processed in 0.001315626 sec. 2026.03.04 04:42:49.024271 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:49.024355 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_165_43} MergeTask::PrepareStage: Merging 2 parts: from all_1_164_42 to all_165_165_0 into Compact with storage Full 2026.03.04 04:42:49.024387 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:49.024456 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_165_43} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:49.024481 [ 261 ] {5de3533a-4339-4e9b-8f0b-09fe420048a6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:42:49.024489 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_165_43} MergeTreeSequentialSource: Reading 8 marks from part all_1_164_42, total 54220 rows starting from the beginning of the part 2026.03.04 04:42:49.024538 [ 261 ] {5de3533a-4339-4e9b-8f0b-09fe420048a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:42:49.024558 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_165_43} MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 160 rows starting from the beginning of the part 2026.03.04 04:42:49.025477 [ 261 ] {5de3533a-4339-4e9b-8f0b-09fe420048a6} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:49.025512 [ 261 ] {5de3533a-4339-4e9b-8f0b-09fe420048a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:49.026086 [ 261 ] {5de3533a-4339-4e9b-8f0b-09fe420048a6} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2026.03.04 04:42:49.026308 [ 261 ] {5de3533a-4339-4e9b-8f0b-09fe420048a6} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:49.026456 [ 261 ] {5de3533a-4339-4e9b-8f0b-09fe420048a6} executeQuery: Read 54 rows, 96.29 KiB in 0.001992 sec., 27108.43373493976 rows/sec., 47.21 MiB/sec. 2026.03.04 04:42:49.026521 [ 261 ] {5de3533a-4339-4e9b-8f0b-09fe420048a6} TCPHandler: Processed in 0.002183922 sec. 2026.03.04 04:42:49.026651 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:49.026746 [ 261 ] {8061a1b4-0e09-4d5f-bb3b-de5ca2d93074} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:42:49.026788 [ 261 ] {8061a1b4-0e09-4d5f-bb3b-de5ca2d93074} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:42:49.027146 [ 261 ] {8061a1b4-0e09-4d5f-bb3b-de5ca2d93074} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:49.027183 [ 261 ] {8061a1b4-0e09-4d5f-bb3b-de5ca2d93074} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:49.027491 [ 261 ] {8061a1b4-0e09-4d5f-bb3b-de5ca2d93074} MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) 2026.03.04 04:42:49.027704 [ 261 ] {8061a1b4-0e09-4d5f-bb3b-de5ca2d93074} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:49.027841 [ 261 ] {8061a1b4-0e09-4d5f-bb3b-de5ca2d93074} executeQuery: Read 60 rows, 4.14 KiB in 0.001113 sec., 53908.35579514824 rows/sec., 3.63 MiB/sec. 2026.03.04 04:42:49.027880 [ 261 ] {8061a1b4-0e09-4d5f-bb3b-de5ca2d93074} TCPHandler: Processed in 0.001280174 sec. 2026.03.04 04:42:49.032924 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_165_43} MergeTask::MergeProjectionsStage: Merge sorted 54380 rows, containing 5 columns (5 merged, 0 gathered) in 0.008599535 sec., 6323597.729412113 rows/sec., 416.94 MiB/sec. 2026.03.04 04:42:49.033302 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_165_43} MergedBlockOutputStream: filled checksums all_1_165_43 (state Temporary) 2026.03.04 04:42:49.033538 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_165_43} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_165_43 to all_1_165_43 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:49.033600 [ 197 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_165_43} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 2 parts: [all_1_164_42, all_165_165_0] -> all_1_165_43 2026.03.04 04:42:49.033656 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.03.04 04:42:49.066740 [ 220 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.03.04 04:42:49.066779 [ 220 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.03.04 04:42:49.069040 [ 220 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.03.04 04:42:49.223556 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:49.223836 [ 261 ] {4e88cb52-8ac2-4935-8a21-c2553910815e} executeQuery: (from [fd00:1122:3344:101::d]:36645) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset', 'virtual_machine:vcpu_usage') FORMAT Native; (stage: Complete) 2026.03.04 04:42:49.224299 [ 261 ] {4e88cb52-8ac2-4935-8a21-c2553910815e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.03.04 04:42:49.224353 [ 261 ] {4e88cb52-8ac2-4935-8a21-c2553910815e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset', 'virtual_machine:vcpu_usage')" moved to PREWHERE 2026.03.04 04:42:49.224713 [ 261 ] {4e88cb52-8ac2-4935-8a21-c2553910815e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:49.224790 [ 261 ] {4e88cb52-8ac2-4935-8a21-c2553910815e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:42:49.224936 [ 261 ] {4e88cb52-8ac2-4935-8a21-c2553910815e} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Key condition: (column 0 notIn 81-element set) 2026.03.04 04:42:49.224973 [ 261 ] {4e88cb52-8ac2-4935-8a21-c2553910815e} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps 2026.03.04 04:42:49.224996 [ 261 ] {4e88cb52-8ac2-4935-8a21-c2553910815e} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.03.04 04:42:49.225013 [ 261 ] {4e88cb52-8ac2-4935-8a21-c2553910815e} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.03.04 04:42:49.225058 [ 261 ] {4e88cb52-8ac2-4935-8a21-c2553910815e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'crucible_upstairs:activated', 'crucible_upstairs:extent_no_op', 'crucible_upstairs:extent_reopen', 'crucible_upstairs:extent_repair', 'crucible_upstairs:flush', 'crucible_upstairs:flush_close', 'crucible_upstairs:read', 'crucible_upstairs:read_bytes', 'crucible_upstairs:write', 'crucible_upstairs:write_bytes', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'instance_network_interface:bytes_received', 'instance_network_interface:bytes_sent', 'instance_network_interface:errors_received', 'instance_network_interface:errors_sent', 'instance_network_interface:packets_dropped', 'instance_network_interface:packets_received', 'instance_network_interface:packets_sent', 'kstat_sampler:samples_dropped', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_cpu:cpu_nsec', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates', 'virtual_disk:bytes_read', 'virtual_disk:bytes_written', 'virtual_disk:failed_flushes', 'virtual_disk:failed_reads', 'virtual_disk:failed_writes', 'virtual_disk:flushes', 'virtual_disk:io_latency', 'virtual_disk:io_size', 'virtual_disk:reads', 'virtual_disk:writes', 'virtual_machine:pv_panic_guest_handled', 'virtual_machine:pv_panic_host_handled', 'virtual_machine:reset', 'virtual_machine:vcpu_usage'))" 2026.03.04 04:42:49.225082 [ 261 ] {4e88cb52-8ac2-4935-8a21-c2553910815e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 81 rows starting from 0 2026.03.04 04:42:49.225866 [ 261 ] {4e88cb52-8ac2-4935-8a21-c2553910815e} executeQuery: Read 81 rows, 3.13 KiB in 0.002173 sec., 37275.65577542568 rows/sec., 1.40 MiB/sec. 2026.03.04 04:42:49.225988 [ 261 ] {4e88cb52-8ac2-4935-8a21-c2553910815e} TCPHandler: Processed in 0.00257817 sec. 2026.03.04 04:42:49.275617 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:49.275760 [ 261 ] {2e2c4e6c-cea8-4ca8-b4f2-0653cc92c0bf} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.03.04 04:42:49.275822 [ 261 ] {2e2c4e6c-cea8-4ca8-b4f2-0653cc92c0bf} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.03.04 04:42:49.276500 [ 261 ] {2e2c4e6c-cea8-4ca8-b4f2-0653cc92c0bf} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:49.276545 [ 261 ] {2e2c4e6c-cea8-4ca8-b4f2-0653cc92c0bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:49.277009 [ 261 ] {2e2c4e6c-cea8-4ca8-b4f2-0653cc92c0bf} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.03.04 04:42:49.277219 [ 261 ] {2e2c4e6c-cea8-4ca8-b4f2-0653cc92c0bf} oximeter.timeseries_schema (547ba2ff-5c35-4787-ab49-f11c195227b1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:49.277390 [ 261 ] {2e2c4e6c-cea8-4ca8-b4f2-0653cc92c0bf} executeQuery: Read 1 rows, 285.00 B in 0.001668 sec., 599.5203836930456 rows/sec., 166.86 KiB/sec. 2026.03.04 04:42:49.277448 [ 261 ] {2e2c4e6c-cea8-4ca8-b4f2-0653cc92c0bf} TCPHandler: Processed in 0.001929757 sec. 2026.03.04 04:42:49.277568 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:49.277671 [ 261 ] {65998ec3-3f45-4553-a9ee-1d820f5466a9} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:42:49.277718 [ 261 ] {65998ec3-3f45-4553-a9ee-1d820f5466a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:42:49.278179 [ 261 ] {65998ec3-3f45-4553-a9ee-1d820f5466a9} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:49.278219 [ 261 ] {65998ec3-3f45-4553-a9ee-1d820f5466a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:49.278534 [ 261 ] {65998ec3-3f45-4553-a9ee-1d820f5466a9} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.03.04 04:42:49.278753 [ 261 ] {65998ec3-3f45-4553-a9ee-1d820f5466a9} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:49.278905 [ 261 ] {65998ec3-3f45-4553-a9ee-1d820f5466a9} executeQuery: Read 6 rows, 486.00 B in 0.001257 sec., 4773.26968973747 rows/sec., 377.57 KiB/sec. 2026.03.04 04:42:49.278948 [ 261 ] {65998ec3-3f45-4553-a9ee-1d820f5466a9} TCPHandler: Processed in 0.001435918 sec. 2026.03.04 04:42:49.279065 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:49.279164 [ 261 ] {bde927a1-c61f-442c-ab82-78f257d07b57} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:42:49.279206 [ 261 ] {bde927a1-c61f-442c-ab82-78f257d07b57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:42:49.280548 [ 261 ] {bde927a1-c61f-442c-ab82-78f257d07b57} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:49.280588 [ 261 ] {bde927a1-c61f-442c-ab82-78f257d07b57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:49.281008 [ 261 ] {bde927a1-c61f-442c-ab82-78f257d07b57} MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) 2026.03.04 04:42:49.281221 [ 261 ] {bde927a1-c61f-442c-ab82-78f257d07b57} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:49.281364 [ 261 ] {bde927a1-c61f-442c-ab82-78f257d07b57} executeQuery: Read 1970 rows, 151.21 KiB in 0.002221 sec., 886987.8433138226 rows/sec., 66.49 MiB/sec. 2026.03.04 04:42:49.281406 [ 261 ] {bde927a1-c61f-442c-ab82-78f257d07b57} TCPHandler: Processed in 0.002393576 sec. 2026.03.04 04:42:49.281524 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:49.281623 [ 261 ] {1a6648fd-bc72-4b09-9bf1-dcb9a78c5cd2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:42:49.281665 [ 261 ] {1a6648fd-bc72-4b09-9bf1-dcb9a78c5cd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:42:49.282089 [ 261 ] {1a6648fd-bc72-4b09-9bf1-dcb9a78c5cd2} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:49.282129 [ 261 ] {1a6648fd-bc72-4b09-9bf1-dcb9a78c5cd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:49.282440 [ 261 ] {1a6648fd-bc72-4b09-9bf1-dcb9a78c5cd2} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2026.03.04 04:42:49.282652 [ 261 ] {1a6648fd-bc72-4b09-9bf1-dcb9a78c5cd2} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:49.282791 [ 261 ] {1a6648fd-bc72-4b09-9bf1-dcb9a78c5cd2} executeQuery: Read 29 rows, 2.13 KiB in 0.001187 sec., 24431.33951137321 rows/sec., 1.76 MiB/sec. 2026.03.04 04:42:49.282832 [ 261 ] {1a6648fd-bc72-4b09-9bf1-dcb9a78c5cd2} TCPHandler: Processed in 0.001359787 sec. 2026.03.04 04:42:49.282946 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:49.283042 [ 261 ] {fbfbb3dc-4d9b-4671-99f3-af7bc7d45c7e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:42:49.283083 [ 261 ] {fbfbb3dc-4d9b-4671-99f3-af7bc7d45c7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:42:49.283731 [ 261 ] {fbfbb3dc-4d9b-4671-99f3-af7bc7d45c7e} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:49.283769 [ 261 ] {fbfbb3dc-4d9b-4671-99f3-af7bc7d45c7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:49.284099 [ 261 ] {fbfbb3dc-4d9b-4671-99f3-af7bc7d45c7e} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.03.04 04:42:49.284314 [ 261 ] {fbfbb3dc-4d9b-4671-99f3-af7bc7d45c7e} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:49.284454 [ 261 ] {fbfbb3dc-4d9b-4671-99f3-af7bc7d45c7e} executeQuery: Read 708 rows, 42.29 KiB in 0.00143 sec., 495104.89510489505 rows/sec., 28.88 MiB/sec. 2026.03.04 04:42:49.284495 [ 261 ] {fbfbb3dc-4d9b-4671-99f3-af7bc7d45c7e} TCPHandler: Processed in 0.001598921 sec. 2026.03.04 04:42:49.284612 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:49.284710 [ 261 ] {30d4a3d0-6e73-4780-a78c-f990f9992cbb} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.04 04:42:49.284751 [ 261 ] {30d4a3d0-6e73-4780-a78c-f990f9992cbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.04 04:42:49.285146 [ 261 ] {30d4a3d0-6e73-4780-a78c-f990f9992cbb} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:49.285183 [ 261 ] {30d4a3d0-6e73-4780-a78c-f990f9992cbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:49.285468 [ 261 ] {30d4a3d0-6e73-4780-a78c-f990f9992cbb} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.04 04:42:49.285702 [ 261 ] {30d4a3d0-6e73-4780-a78c-f990f9992cbb} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:49.285844 [ 261 ] {30d4a3d0-6e73-4780-a78c-f990f9992cbb} executeQuery: Read 1 rows, 72.00 B in 0.001152 sec., 868.0555555555555 rows/sec., 61.04 KiB/sec. 2026.03.04 04:42:49.285885 [ 261 ] {30d4a3d0-6e73-4780-a78c-f990f9992cbb} TCPHandler: Processed in 0.001324725 sec. 2026.03.04 04:42:49.286001 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:49.286097 [ 261 ] {9f409c30-2d32-4956-9a30-9fd76f5dbd06} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:42:49.286137 [ 261 ] {9f409c30-2d32-4956-9a30-9fd76f5dbd06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:42:49.286915 [ 261 ] {9f409c30-2d32-4956-9a30-9fd76f5dbd06} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:49.286953 [ 261 ] {9f409c30-2d32-4956-9a30-9fd76f5dbd06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:49.287338 [ 261 ] {9f409c30-2d32-4956-9a30-9fd76f5dbd06} MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) 2026.03.04 04:42:49.287552 [ 261 ] {9f409c30-2d32-4956-9a30-9fd76f5dbd06} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:49.287700 [ 261 ] {9f409c30-2d32-4956-9a30-9fd76f5dbd06} executeQuery: Read 1041 rows, 73.49 KiB in 0.001621 sec., 642196.1752004935 rows/sec., 44.27 MiB/sec. 2026.03.04 04:42:49.287742 [ 261 ] {9f409c30-2d32-4956-9a30-9fd76f5dbd06} TCPHandler: Processed in 0.001792214 sec. 2026.03.04 04:42:49.287867 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:49.287964 [ 261 ] {6659941d-000d-430b-92fa-f9743b532fb6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:42:49.288008 [ 261 ] {6659941d-000d-430b-92fa-f9743b532fb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:42:49.288653 [ 261 ] {6659941d-000d-430b-92fa-f9743b532fb6} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:49.288691 [ 261 ] {6659941d-000d-430b-92fa-f9743b532fb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:49.289110 [ 261 ] {6659941d-000d-430b-92fa-f9743b532fb6} MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) 2026.03.04 04:42:49.289325 [ 261 ] {6659941d-000d-430b-92fa-f9743b532fb6} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:49.289461 [ 261 ] {6659941d-000d-430b-92fa-f9743b532fb6} executeQuery: Read 1221 rows, 78.18 KiB in 0.001515 sec., 805940.5940594058 rows/sec., 50.40 MiB/sec. 2026.03.04 04:42:49.289459 [ 143 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_165_43 to all_170_170_0 2026.03.04 04:42:49.289501 [ 261 ] {6659941d-000d-430b-92fa-f9743b532fb6} TCPHandler: Processed in 0.001685162 sec. 2026.03.04 04:42:49.289537 [ 143 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:49.289561 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:49.289631 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:49.289679 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_170_44} MergeTask::PrepareStage: Merging 6 parts: from all_1_165_43 to all_170_170_0 into Compact with storage Full 2026.03.04 04:42:49.289731 [ 261 ] {73da6031-5602-4d05-ad22-3a6a1ce7132c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:42:49.289792 [ 261 ] {73da6031-5602-4d05-ad22-3a6a1ce7132c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:42:49.289827 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_170_44} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:49.289869 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_170_44} MergeTreeSequentialSource: Reading 8 marks from part all_1_165_43, total 54380 rows starting from the beginning of the part 2026.03.04 04:42:49.289943 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_170_44} MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 160 rows starting from the beginning of the part 2026.03.04 04:42:49.290000 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_170_44} MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 218 rows starting from the beginning of the part 2026.03.04 04:42:49.290049 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_170_44} MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 160 rows starting from the beginning of the part 2026.03.04 04:42:49.290094 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_170_44} MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 200 rows starting from the beginning of the part 2026.03.04 04:42:49.290142 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_170_44} MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 1221 rows starting from the beginning of the part 2026.03.04 04:42:49.290634 [ 261 ] {73da6031-5602-4d05-ad22-3a6a1ce7132c} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:49.290677 [ 261 ] {73da6031-5602-4d05-ad22-3a6a1ce7132c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:49.291253 [ 261 ] {73da6031-5602-4d05-ad22-3a6a1ce7132c} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2026.03.04 04:42:49.291494 [ 261 ] {73da6031-5602-4d05-ad22-3a6a1ce7132c} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:49.291650 [ 261 ] {73da6031-5602-4d05-ad22-3a6a1ce7132c} executeQuery: Read 23 rows, 42.20 KiB in 0.001937 sec., 11874.032008260197 rows/sec., 21.28 MiB/sec. 2026.03.04 04:42:49.291726 [ 261 ] {73da6031-5602-4d05-ad22-3a6a1ce7132c} TCPHandler: Processed in 0.002145671 sec. 2026.03.04 04:42:49.291855 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:49.291951 [ 261 ] {066e0a7d-9f67-4a8d-bce5-09d4a88a54f3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:42:49.291994 [ 261 ] {066e0a7d-9f67-4a8d-bce5-09d4a88a54f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:42:49.292331 [ 261 ] {066e0a7d-9f67-4a8d-bce5-09d4a88a54f3} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:49.292368 [ 261 ] {066e0a7d-9f67-4a8d-bce5-09d4a88a54f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:49.292679 [ 261 ] {066e0a7d-9f67-4a8d-bce5-09d4a88a54f3} MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) 2026.03.04 04:42:49.292901 [ 261 ] {066e0a7d-9f67-4a8d-bce5-09d4a88a54f3} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:49.293041 [ 261 ] {066e0a7d-9f67-4a8d-bce5-09d4a88a54f3} executeQuery: Read 12 rows, 848.00 B in 0.001108 sec., 10830.324909747293 rows/sec., 747.41 KiB/sec. 2026.03.04 04:42:49.293079 [ 261 ] {066e0a7d-9f67-4a8d-bce5-09d4a88a54f3} TCPHandler: Processed in 0.001277074 sec. 2026.03.04 04:42:49.299991 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_170_44} MergeTask::MergeProjectionsStage: Merge sorted 56339 rows, containing 5 columns (5 merged, 0 gathered) in 0.01035809 sec., 5439130.187129094 rows/sec., 358.51 MiB/sec. 2026.03.04 04:42:49.300742 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_170_44} MergedBlockOutputStream: filled checksums all_1_170_44 (state Temporary) 2026.03.04 04:42:49.301054 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_170_44} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_170_44 to all_1_170_44 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:49.301138 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_170_44} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_165_43, all_170_170_0] -> all_1_170_44 2026.03.04 04:42:49.301241 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB. 2026.03.04 04:42:49.503912 [ 224 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.03.04 04:42:49.503962 [ 224 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.03.04 04:42:49.506390 [ 224 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2026.03.04 04:42:50.001170 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 412.76 MiB, peak 440.21 MiB, free memory in arenas 0.00 B, will set to 415.09 MiB (RSS), difference: 2.33 MiB 2026.03.04 04:42:50.878255 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 753 2026.03.04 04:42:50.896694 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:50.896757 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:50.903109 [ 244 ] {} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2026.03.04 04:42:50.904164 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:50.907841 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 753 2026.03.04 04:42:53.986708 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:53.986897 [ 261 ] {c4bd7692-0c88-40a1-915e-38d4b10fa0f0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:42:53.986970 [ 261 ] {c4bd7692-0c88-40a1-915e-38d4b10fa0f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:42:53.987695 [ 261 ] {c4bd7692-0c88-40a1-915e-38d4b10fa0f0} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:53.987748 [ 261 ] {c4bd7692-0c88-40a1-915e-38d4b10fa0f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:53.988163 [ 261 ] {c4bd7692-0c88-40a1-915e-38d4b10fa0f0} MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) 2026.03.04 04:42:53.988413 [ 261 ] {c4bd7692-0c88-40a1-915e-38d4b10fa0f0} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:53.988574 [ 132 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 2026.03.04 04:42:53.988591 [ 261 ] {c4bd7692-0c88-40a1-915e-38d4b10fa0f0} executeQuery: Read 56 rows, 4.38 KiB in 0.001749 sec., 32018.296169239566 rows/sec., 2.44 MiB/sec. 2026.03.04 04:42:53.988643 [ 132 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:53.988669 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:53.988672 [ 261 ] {c4bd7692-0c88-40a1-915e-38d4b10fa0f0} TCPHandler: Processed in 0.002126221 sec. 2026.03.04 04:42:53.988782 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_171_34} MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full 2026.03.04 04:42:53.988822 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:53.988874 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_171_34} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:53.988904 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 2923 rows starting from the beginning of the part 2026.03.04 04:42:53.988929 [ 261 ] {23b479e6-d38a-4182-bda7-c6525822f686} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:42:53.988965 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 299 rows starting from the beginning of the part 2026.03.04 04:42:53.988976 [ 261 ] {23b479e6-d38a-4182-bda7-c6525822f686} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:42:53.989012 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 72 rows starting from the beginning of the part 2026.03.04 04:42:53.989055 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 198 rows starting from the beginning of the part 2026.03.04 04:42:53.989097 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 1970 rows starting from the beginning of the part 2026.03.04 04:42:53.989138 [ 189 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 56 rows starting from the beginning of the part 2026.03.04 04:42:53.989436 [ 261 ] {23b479e6-d38a-4182-bda7-c6525822f686} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:53.989473 [ 261 ] {23b479e6-d38a-4182-bda7-c6525822f686} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:53.989792 [ 261 ] {23b479e6-d38a-4182-bda7-c6525822f686} MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) 2026.03.04 04:42:53.990008 [ 261 ] {23b479e6-d38a-4182-bda7-c6525822f686} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:53.990138 [ 132 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 2026.03.04 04:42:53.990147 [ 261 ] {23b479e6-d38a-4182-bda7-c6525822f686} executeQuery: Read 64 rows, 5.12 KiB in 0.001242 sec., 51529.790660225444 rows/sec., 4.02 MiB/sec. 2026.03.04 04:42:53.990174 [ 132 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:53.990200 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:53.990201 [ 261 ] {23b479e6-d38a-4182-bda7-c6525822f686} TCPHandler: Processed in 0.001432217 sec. 2026.03.04 04:42:53.990316 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_171_34} MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full 2026.03.04 04:42:53.990342 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:53.990451 [ 261 ] {252181ca-c98d-4f1a-92a7-2444871e24d7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:42:53.990455 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_171_34} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:53.990501 [ 261 ] {252181ca-c98d-4f1a-92a7-2444871e24d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:42:53.990504 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 1569 rows starting from the beginning of the part 2026.03.04 04:42:53.990590 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 267 rows starting from the beginning of the part 2026.03.04 04:42:53.990640 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 72 rows starting from the beginning of the part 2026.03.04 04:42:53.990683 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 281 rows starting from the beginning of the part 2026.03.04 04:42:53.990724 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 1041 rows starting from the beginning of the part 2026.03.04 04:42:53.990766 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 64 rows starting from the beginning of the part 2026.03.04 04:42:53.990935 [ 261 ] {252181ca-c98d-4f1a-92a7-2444871e24d7} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:53.990981 [ 261 ] {252181ca-c98d-4f1a-92a7-2444871e24d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:53.991080 [ 186 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_171_34} MergeTask::MergeProjectionsStage: Merge sorted 5518 rows, containing 5 columns (5 merged, 0 gathered) in 0.002347585 sec., 2350500.620850789 rows/sec., 190.69 MiB/sec. 2026.03.04 04:42:53.991347 [ 261 ] {252181ca-c98d-4f1a-92a7-2444871e24d7} MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) 2026.03.04 04:42:53.991408 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_171_34} MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) 2026.03.04 04:42:53.991598 [ 261 ] {252181ca-c98d-4f1a-92a7-2444871e24d7} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:53.991664 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_171_34} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:53.991730 [ 193 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_171_34} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 2026.03.04 04:42:53.991748 [ 261 ] {252181ca-c98d-4f1a-92a7-2444871e24d7} executeQuery: Read 128 rows, 9.13 KiB in 0.001318 sec., 97116.84370257967 rows/sec., 6.76 MiB/sec. 2026.03.04 04:42:53.991788 [ 261 ] {252181ca-c98d-4f1a-92a7-2444871e24d7} TCPHandler: Processed in 0.001498949 sec. 2026.03.04 04:42:53.991798 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. 2026.03.04 04:42:53.991912 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:53.992012 [ 261 ] {fdd50ec2-a077-4291-ab6e-92df753b058d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:42:53.992056 [ 261 ] {fdd50ec2-a077-4291-ab6e-92df753b058d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:42:53.992158 [ 195 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_171_34} MergeTask::MergeProjectionsStage: Merge sorted 3294 rows, containing 5 columns (5 merged, 0 gathered) in 0.001890746 sec., 1742169.4928879924 rows/sec., 130.73 MiB/sec. 2026.03.04 04:42:53.992367 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_171_34} MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) 2026.03.04 04:42:53.992403 [ 261 ] {fdd50ec2-a077-4291-ab6e-92df753b058d} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:53.992441 [ 261 ] {fdd50ec2-a077-4291-ab6e-92df753b058d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:53.992608 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_171_34} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:53.992674 [ 193 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_171_34} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 2026.03.04 04:42:53.992746 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2026.03.04 04:42:53.992759 [ 261 ] {fdd50ec2-a077-4291-ab6e-92df753b058d} MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) 2026.03.04 04:42:53.992970 [ 261 ] {fdd50ec2-a077-4291-ab6e-92df753b058d} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:53.993104 [ 261 ] {fdd50ec2-a077-4291-ab6e-92df753b058d} executeQuery: Read 48 rows, 3.31 KiB in 0.001112 sec., 43165.467625899284 rows/sec., 2.91 MiB/sec. 2026.03.04 04:42:53.993119 [ 131 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 2026.03.04 04:42:53.993142 [ 261 ] {fdd50ec2-a077-4291-ab6e-92df753b058d} TCPHandler: Processed in 0.001281605 sec. 2026.03.04 04:42:53.993164 [ 131 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:53.993189 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:53.993264 [ 198 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_171_34} MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full 2026.03.04 04:42:53.993362 [ 198 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_171_34} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:53.993421 [ 198 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_171_34} MergeTreeSequentialSource: Reading 3 marks from part all_1_166_33, total 9060 rows starting from the beginning of the part 2026.03.04 04:42:53.993473 [ 198 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 60 rows starting from the beginning of the part 2026.03.04 04:42:53.993513 [ 198 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 60 rows starting from the beginning of the part 2026.03.04 04:42:53.993547 [ 198 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 60 rows starting from the beginning of the part 2026.03.04 04:42:53.993583 [ 198 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 12 rows starting from the beginning of the part 2026.03.04 04:42:53.993615 [ 198 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 48 rows starting from the beginning of the part 2026.03.04 04:42:53.996002 [ 195 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_171_34} MergeTask::MergeProjectionsStage: Merge sorted 9300 rows, containing 4 columns (4 merged, 0 gathered) in 0.002771233 sec., 3355906.9194109626 rows/sec., 223.47 MiB/sec. 2026.03.04 04:42:53.996173 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_171_34} MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) 2026.03.04 04:42:53.996430 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_171_34} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:53.996502 [ 186 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_171_34} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 2026.03.04 04:42:53.996585 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.91 MiB. 2026.03.04 04:42:55.769776 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 48476 2026.03.04 04:42:55.770307 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:55.770345 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:55.770841 [ 245 ] {} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.03.04 04:42:55.771061 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:55.771184 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48476 2026.03.04 04:42:55.771195 [ 130 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.03.04 04:42:55.771261 [ 130 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:55.771280 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:55.771416 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.03.04 04:42:55.771545 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:55.771586 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_101_20} MergeTreeSequentialSource: Reading 7 marks from part all_1_96_19, total 46108 rows starting from the beginning of the part 2026.03.04 04:42:55.771658 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 448 rows starting from the beginning of the part 2026.03.04 04:42:55.771709 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 512 rows starting from the beginning of the part 2026.03.04 04:42:55.771763 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 448 rows starting from the beginning of the part 2026.03.04 04:42:55.771806 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 512 rows starting from the beginning of the part 2026.03.04 04:42:55.771851 [ 198 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 448 rows starting from the beginning of the part 2026.03.04 04:42:55.775023 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 48476 rows, containing 4 columns (4 merged, 0 gathered) in 0.0036544 sec., 13265105.078809107 rows/sec., 189.76 MiB/sec. 2026.03.04 04:42:55.775417 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.03.04 04:42:55.775703 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_101_20} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:55.775782 [ 195 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_101_20} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.03.04 04:42:55.775885 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2026.03.04 04:42:58.408849 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 761 2026.03.04 04:42:58.426660 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:58.426713 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:58.433018 [ 244 ] {} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2026.03.04 04:42:58.433718 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:58.433992 [ 124 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2026.03.04 04:42:58.434029 [ 124 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:58.434047 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:58.434139 [ 188 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2026.03.04 04:42:58.436826 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 761 2026.03.04 04:42:58.437326 [ 188 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:58.438216 [ 188 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 723 rows starting from the beginning of the part 2026.03.04 04:42:58.440116 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 2774 2026.03.04 04:42:58.441754 [ 188 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 8 rows starting from the beginning of the part 2026.03.04 04:42:58.443314 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:58.443372 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:42:58.444698 [ 243 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2026.03.04 04:42:58.444979 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:58.445134 [ 124 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2026.03.04 04:42:58.445174 [ 124 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:58.445194 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:42:58.445288 [ 195 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2026.03.04 04:42:58.445390 [ 188 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 7 rows starting from the beginning of the part 2026.03.04 04:42:58.445398 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2774 2026.03.04 04:42:58.445804 [ 195 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:58.445938 [ 195 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2524 rows starting from the beginning of the part 2026.03.04 04:42:58.446280 [ 195 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 38 rows starting from the beginning of the part 2026.03.04 04:42:58.446633 [ 195 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 40 rows starting from the beginning of the part 2026.03.04 04:42:58.447002 [ 195 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 26 rows starting from the beginning of the part 2026.03.04 04:42:58.447358 [ 195 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part 2026.03.04 04:42:58.447729 [ 195 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 64 rows starting from the beginning of the part 2026.03.04 04:42:58.449380 [ 188 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 8 rows starting from the beginning of the part 2026.03.04 04:42:58.454034 [ 188 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 7 rows starting from the beginning of the part 2026.03.04 04:42:58.458410 [ 188 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 8 rows starting from the beginning of the part 2026.03.04 04:42:58.464376 [ 191 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2774 rows, containing 72 columns (72 merged, 0 gathered) in 0.019132139 sec., 144991.62900708592 rows/sec., 117.56 MiB/sec. 2026.03.04 04:42:58.467395 [ 190 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2026.03.04 04:42:58.468072 [ 190 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_76_15} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:58.468169 [ 190 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_76_15} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2026.03.04 04:42:58.468565 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.01 MiB. 2026.03.04 04:42:58.517619 [ 201 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 679 columns (679 merged, 0 gathered) in 0.083511211 sec., 9112.548972616383 rows/sec., 47.12 MiB/sec. 2026.03.04 04:42:58.521441 [ 194 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2026.03.04 04:42:58.523544 [ 194 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_101_20} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:58.523653 [ 194 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_101_20} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2026.03.04 04:42:58.526960 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2026.03.04 04:42:58.988394 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:58.988603 [ 261 ] {493d30d2-3a9a-4703-8f67-3f061edf1d95} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:42:58.988676 [ 261 ] {493d30d2-3a9a-4703-8f67-3f061edf1d95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:42:58.989337 [ 261 ] {493d30d2-3a9a-4703-8f67-3f061edf1d95} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:58.989385 [ 261 ] {493d30d2-3a9a-4703-8f67-3f061edf1d95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:58.989758 [ 261 ] {493d30d2-3a9a-4703-8f67-3f061edf1d95} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.03.04 04:42:58.989976 [ 261 ] {493d30d2-3a9a-4703-8f67-3f061edf1d95} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:58.990119 [ 124 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d) (MergerMutator): Selected 6 parts from all_1_46_11 to all_51_51_0 2026.03.04 04:42:58.990130 [ 261 ] {493d30d2-3a9a-4703-8f67-3f061edf1d95} executeQuery: Read 1 rows, 76.00 B in 0.001586 sec., 630.517023959647 rows/sec., 46.80 KiB/sec. 2026.03.04 04:42:58.990186 [ 124 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:58.990200 [ 261 ] {493d30d2-3a9a-4703-8f67-3f061edf1d95} TCPHandler: Processed in 0.001950438 sec. 2026.03.04 04:42:58.990219 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:58.990333 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:58.990349 [ 187 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_51_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_11 to all_51_51_0 into Compact with storage Full 2026.03.04 04:42:58.990434 [ 261 ] {654c815c-cf7a-45a4-a5ed-76ca363efe4e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:42:58.990478 [ 261 ] {654c815c-cf7a-45a4-a5ed-76ca363efe4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:42:58.990489 [ 187 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_51_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:58.990532 [ 187 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_51_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_11, total 20 rows starting from the beginning of the part 2026.03.04 04:42:58.990608 [ 187 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_51_12} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 2 rows starting from the beginning of the part 2026.03.04 04:42:58.990662 [ 187 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_51_12} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 4 rows starting from the beginning of the part 2026.03.04 04:42:58.990713 [ 187 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_51_12} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 10 rows starting from the beginning of the part 2026.03.04 04:42:58.990763 [ 187 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_51_12} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part 2026.03.04 04:42:58.990809 [ 187 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_51_12} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part 2026.03.04 04:42:58.991009 [ 261 ] {654c815c-cf7a-45a4-a5ed-76ca363efe4e} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:58.991051 [ 261 ] {654c815c-cf7a-45a4-a5ed-76ca363efe4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:42:58.991389 [ 261 ] {654c815c-cf7a-45a4-a5ed-76ca363efe4e} MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) 2026.03.04 04:42:58.991633 [ 261 ] {654c815c-cf7a-45a4-a5ed-76ca363efe4e} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:58.991763 [ 201 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_51_12} MergeTask::MergeProjectionsStage: Merge sorted 43 rows, containing 5 columns (5 merged, 0 gathered) in 0.001474249 sec., 29167.393025194524 rows/sec., 2.42 MiB/sec. 2026.03.04 04:42:58.991769 [ 261 ] {654c815c-cf7a-45a4-a5ed-76ca363efe4e} executeQuery: Read 163 rows, 14.55 KiB in 0.001354 sec., 120384.04726735599 rows/sec., 10.49 MiB/sec. 2026.03.04 04:42:58.991819 [ 261 ] {654c815c-cf7a-45a4-a5ed-76ca363efe4e} TCPHandler: Processed in 0.0015372 sec. 2026.03.04 04:42:58.991914 [ 197 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_51_12} MergedBlockOutputStream: filled checksums all_1_51_12 (state Temporary) 2026.03.04 04:42:58.991933 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:58.992029 [ 261 ] {5b5ef62a-4343-441c-8bb7-ca62c2b47132} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:42:58.992070 [ 261 ] {5b5ef62a-4343-441c-8bb7-ca62c2b47132} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:42:58.992211 [ 197 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_51_12} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_merge_all_1_51_12 to all_1_51_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:58.992288 [ 197 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_51_12} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d) (MergerMutator): Merged 6 parts: [all_1_46_11, all_51_51_0] -> all_1_51_12 2026.03.04 04:42:58.992394 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.03.04 04:42:58.992496 [ 261 ] {5b5ef62a-4343-441c-8bb7-ca62c2b47132} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:58.992532 [ 261 ] {5b5ef62a-4343-441c-8bb7-ca62c2b47132} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:58.992823 [ 261 ] {5b5ef62a-4343-441c-8bb7-ca62c2b47132} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2026.03.04 04:42:58.993026 [ 261 ] {5b5ef62a-4343-441c-8bb7-ca62c2b47132} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:58.993141 [ 124 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2026.03.04 04:42:58.993153 [ 261 ] {5b5ef62a-4343-441c-8bb7-ca62c2b47132} executeQuery: Read 53 rows, 3.97 KiB in 0.001142 sec., 46409.807355516634 rows/sec., 3.40 MiB/sec. 2026.03.04 04:42:58.993174 [ 124 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:58.993197 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:58.993203 [ 261 ] {5b5ef62a-4343-441c-8bb7-ca62c2b47132} TCPHandler: Processed in 0.001320686 sec. 2026.03.04 04:42:58.993273 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2026.03.04 04:42:58.993322 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:58.993358 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:42:58.993388 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 240 rows starting from the beginning of the part 2026.03.04 04:42:58.993416 [ 261 ] {ddedbc45-0949-4a48-b75e-906be47857be} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:42:58.993447 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 71 rows starting from the beginning of the part 2026.03.04 04:42:58.993456 [ 261 ] {ddedbc45-0949-4a48-b75e-906be47857be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:42:58.993494 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 8 rows starting from the beginning of the part 2026.03.04 04:42:58.993537 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 49 rows starting from the beginning of the part 2026.03.04 04:42:58.993577 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 29 rows starting from the beginning of the part 2026.03.04 04:42:58.993618 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 53 rows starting from the beginning of the part 2026.03.04 04:42:58.993845 [ 261 ] {ddedbc45-0949-4a48-b75e-906be47857be} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:58.993879 [ 261 ] {ddedbc45-0949-4a48-b75e-906be47857be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:42:58.994159 [ 261 ] {ddedbc45-0949-4a48-b75e-906be47857be} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2026.03.04 04:42:58.994360 [ 261 ] {ddedbc45-0949-4a48-b75e-906be47857be} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:58.994366 [ 201 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 450 rows, containing 5 columns (5 merged, 0 gathered) in 0.001125812 sec., 399711.49712385377 rows/sec., 28.93 MiB/sec. 2026.03.04 04:42:58.994494 [ 261 ] {ddedbc45-0949-4a48-b75e-906be47857be} executeQuery: Read 1 rows, 68.00 B in 0.001096 sec., 912.4087591240876 rows/sec., 60.59 KiB/sec. 2026.03.04 04:42:58.994537 [ 261 ] {ddedbc45-0949-4a48-b75e-906be47857be} TCPHandler: Processed in 0.001265684 sec. 2026.03.04 04:42:58.994546 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2026.03.04 04:42:58.994649 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:58.994750 [ 261 ] {bde692ce-b5e9-4829-b1df-6d44039d4f2c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:42:58.994791 [ 261 ] {bde692ce-b5e9-4829-b1df-6d44039d4f2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:42:58.994873 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_146_29} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:58.994965 [ 200 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_146_29} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2026.03.04 04:42:58.995077 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.04 04:42:58.995238 [ 261 ] {bde692ce-b5e9-4829-b1df-6d44039d4f2c} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:58.995279 [ 261 ] {bde692ce-b5e9-4829-b1df-6d44039d4f2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:58.995586 [ 261 ] {bde692ce-b5e9-4829-b1df-6d44039d4f2c} MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) 2026.03.04 04:42:58.995797 [ 261 ] {bde692ce-b5e9-4829-b1df-6d44039d4f2c} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:58.995933 [ 261 ] {bde692ce-b5e9-4829-b1df-6d44039d4f2c} executeQuery: Read 132 rows, 10.49 KiB in 0.0012 sec., 110000.00000000001 rows/sec., 8.54 MiB/sec. 2026.03.04 04:42:58.995972 [ 261 ] {bde692ce-b5e9-4829-b1df-6d44039d4f2c} TCPHandler: Processed in 0.001373216 sec. 2026.03.04 04:42:58.996088 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:58.996182 [ 261 ] {947b950d-769a-427b-843d-c53301738cf7} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:42:58.996226 [ 261 ] {947b950d-769a-427b-843d-c53301738cf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:42:58.996641 [ 261 ] {947b950d-769a-427b-843d-c53301738cf7} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:58.996678 [ 261 ] {947b950d-769a-427b-843d-c53301738cf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:58.997014 [ 261 ] {947b950d-769a-427b-843d-c53301738cf7} MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) 2026.03.04 04:42:58.997219 [ 261 ] {947b950d-769a-427b-843d-c53301738cf7} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:58.997354 [ 261 ] {947b950d-769a-427b-843d-c53301738cf7} executeQuery: Read 161 rows, 11.47 KiB in 0.001189 sec., 135407.90580319596 rows/sec., 9.42 MiB/sec. 2026.03.04 04:42:58.997394 [ 261 ] {947b950d-769a-427b-843d-c53301738cf7} TCPHandler: Processed in 0.001357436 sec. 2026.03.04 04:42:58.997509 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:58.997605 [ 261 ] {79dadcf8-80bb-4635-a765-06b182946ba5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.04 04:42:58.997648 [ 261 ] {79dadcf8-80bb-4635-a765-06b182946ba5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.04 04:42:58.997976 [ 261 ] {79dadcf8-80bb-4635-a765-06b182946ba5} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:58.998014 [ 261 ] {79dadcf8-80bb-4635-a765-06b182946ba5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:58.998311 [ 261 ] {79dadcf8-80bb-4635-a765-06b182946ba5} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.03.04 04:42:58.998513 [ 261 ] {79dadcf8-80bb-4635-a765-06b182946ba5} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:58.998647 [ 261 ] {79dadcf8-80bb-4635-a765-06b182946ba5} executeQuery: Read 1 rows, 65.00 B in 0.001058 sec., 945.179584120983 rows/sec., 60.00 KiB/sec. 2026.03.04 04:42:58.998686 [ 261 ] {79dadcf8-80bb-4635-a765-06b182946ba5} TCPHandler: Processed in 0.001228213 sec. 2026.03.04 04:42:58.998801 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:58.998896 [ 261 ] {32f38ad4-bed7-40ed-90a3-167ecdc6d0fb} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:42:58.998952 [ 261 ] {32f38ad4-bed7-40ed-90a3-167ecdc6d0fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:42:58.999892 [ 261 ] {32f38ad4-bed7-40ed-90a3-167ecdc6d0fb} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:58.999929 [ 261 ] {32f38ad4-bed7-40ed-90a3-167ecdc6d0fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:59.000162 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 416.79 MiB, peak 440.21 MiB, free memory in arenas 0.00 B, will set to 415.16 MiB (RSS), difference: -1.62 MiB 2026.03.04 04:42:59.000620 [ 261 ] {32f38ad4-bed7-40ed-90a3-167ecdc6d0fb} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2026.03.04 04:42:59.000848 [ 261 ] {32f38ad4-bed7-40ed-90a3-167ecdc6d0fb} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:59.000997 [ 261 ] {32f38ad4-bed7-40ed-90a3-167ecdc6d0fb} executeQuery: Read 52 rows, 95.42 KiB in 0.002119 sec., 24539.877300613498 rows/sec., 43.97 MiB/sec. 2026.03.04 04:42:59.001058 [ 261 ] {32f38ad4-bed7-40ed-90a3-167ecdc6d0fb} TCPHandler: Processed in 0.002307795 sec. 2026.03.04 04:42:59.001186 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:59.001282 [ 261 ] {b55dee3d-f32f-4e89-9780-c5f42cc1d970} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.03.04 04:42:59.001324 [ 261 ] {b55dee3d-f32f-4e89-9780-c5f42cc1d970} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.03.04 04:42:59.001653 [ 261 ] {b55dee3d-f32f-4e89-9780-c5f42cc1d970} oximeter.measurements_i64 (6414a286-83be-4ea1-992d-d2c551fa3fc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:59.001689 [ 261 ] {b55dee3d-f32f-4e89-9780-c5f42cc1d970} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:59.001998 [ 261 ] {b55dee3d-f32f-4e89-9780-c5f42cc1d970} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.03.04 04:42:59.002207 [ 261 ] {b55dee3d-f32f-4e89-9780-c5f42cc1d970} oximeter.measurements_i64 (6414a286-83be-4ea1-992d-d2c551fa3fc8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:59.002338 [ 261 ] {b55dee3d-f32f-4e89-9780-c5f42cc1d970} executeQuery: Read 9 rows, 651.00 B in 0.001074 sec., 8379.888268156425 rows/sec., 591.94 KiB/sec. 2026.03.04 04:42:59.002378 [ 261 ] {b55dee3d-f32f-4e89-9780-c5f42cc1d970} TCPHandler: Processed in 0.001242504 sec. 2026.03.04 04:42:59.002493 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:42:59.002587 [ 261 ] {c77b5392-09fe-46fc-8032-4451956dea54} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:42:59.002628 [ 261 ] {c77b5392-09fe-46fc-8032-4451956dea54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:42:59.002973 [ 261 ] {c77b5392-09fe-46fc-8032-4451956dea54} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:42:59.003010 [ 261 ] {c77b5392-09fe-46fc-8032-4451956dea54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.47 GiB. 2026.03.04 04:42:59.003312 [ 261 ] {c77b5392-09fe-46fc-8032-4451956dea54} MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) 2026.03.04 04:42:59.003517 [ 261 ] {c77b5392-09fe-46fc-8032-4451956dea54} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:42:59.003651 [ 261 ] {c77b5392-09fe-46fc-8032-4451956dea54} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2026.03.04 04:42:59.003691 [ 261 ] {c77b5392-09fe-46fc-8032-4451956dea54} TCPHandler: Processed in 0.001249884 sec. 2026.03.04 04:43:00.633076 [ 221 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Found 5 old parts to remove. Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0] 2026.03.04 04:43:00.633188 [ 221 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Removing 5 parts from filesystem (serially): Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0] 2026.03.04 04:43:00.635792 [ 221 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Removing 5 parts from memory: Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0] 2026.03.04 04:43:03.030538 [ 119 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:43:03.030594 [ 119 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:43:03.107395 [ 219 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.03.04 04:43:03.107431 [ 219 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.03.04 04:43:03.111738 [ 219 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.03.04 04:43:03.252566 [ 220 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.03.04 04:43:03.252655 [ 220 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.03.04 04:43:03.255876 [ 220 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.03.04 04:43:03.271319 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 48988 2026.03.04 04:43:03.272027 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:03.272069 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:03.272547 [ 245 ] {} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.03.04 04:43:03.272770 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:03.272900 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48988 2026.03.04 04:43:03.760707 [ 224 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.03.04 04:43:03.760758 [ 224 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.03.04 04:43:03.763161 [ 224 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.03.04 04:43:03.986144 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:03.986404 [ 261 ] {063d1923-f293-40bb-8949-843026a638dd} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:43:03.986502 [ 261 ] {063d1923-f293-40bb-8949-843026a638dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:43:03.987235 [ 261 ] {063d1923-f293-40bb-8949-843026a638dd} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:03.987283 [ 261 ] {063d1923-f293-40bb-8949-843026a638dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:03.987664 [ 261 ] {063d1923-f293-40bb-8949-843026a638dd} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.03.04 04:43:03.987887 [ 261 ] {063d1923-f293-40bb-8949-843026a638dd} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:03.988061 [ 261 ] {063d1923-f293-40bb-8949-843026a638dd} executeQuery: Read 2 rows, 152.00 B in 0.001727 sec., 1158.0775911986102 rows/sec., 85.95 KiB/sec. 2026.03.04 04:43:03.988116 [ 261 ] {063d1923-f293-40bb-8949-843026a638dd} TCPHandler: Processed in 0.002147861 sec. 2026.03.04 04:43:03.988247 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:03.988351 [ 261 ] {5399aba1-a21d-4645-8a1e-dfec3532f312} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:43:03.988395 [ 261 ] {5399aba1-a21d-4645-8a1e-dfec3532f312} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:43:03.988856 [ 261 ] {5399aba1-a21d-4645-8a1e-dfec3532f312} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:03.988894 [ 261 ] {5399aba1-a21d-4645-8a1e-dfec3532f312} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:03.989206 [ 261 ] {5399aba1-a21d-4645-8a1e-dfec3532f312} MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) 2026.03.04 04:43:03.989434 [ 261 ] {5399aba1-a21d-4645-8a1e-dfec3532f312} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:03.989574 [ 261 ] {5399aba1-a21d-4645-8a1e-dfec3532f312} executeQuery: Read 76 rows, 6.18 KiB in 0.001246 sec., 60995.18459069021 rows/sec., 4.84 MiB/sec. 2026.03.04 04:43:03.989614 [ 261 ] {5399aba1-a21d-4645-8a1e-dfec3532f312} TCPHandler: Processed in 0.001422267 sec. 2026.03.04 04:43:03.989730 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:03.989829 [ 261 ] {56aea2c3-8c55-40a4-882b-115221568440} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:43:03.989870 [ 261 ] {56aea2c3-8c55-40a4-882b-115221568440} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:43:03.990271 [ 261 ] {56aea2c3-8c55-40a4-882b-115221568440} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:03.990310 [ 261 ] {56aea2c3-8c55-40a4-882b-115221568440} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:03.990611 [ 261 ] {56aea2c3-8c55-40a4-882b-115221568440} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2026.03.04 04:43:03.990822 [ 261 ] {56aea2c3-8c55-40a4-882b-115221568440} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:03.990962 [ 261 ] {56aea2c3-8c55-40a4-882b-115221568440} executeQuery: Read 10 rows, 744.00 B in 0.001152 sec., 8680.555555555555 rows/sec., 630.70 KiB/sec. 2026.03.04 04:43:03.991004 [ 261 ] {56aea2c3-8c55-40a4-882b-115221568440} TCPHandler: Processed in 0.001324076 sec. 2026.03.04 04:43:03.991039 [ 221 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.03.04 04:43:03.991074 [ 221 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.03.04 04:43:03.991110 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:03.991208 [ 261 ] {4e33cceb-a1cd-4c00-9062-1fc59895b7e5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:43:03.991250 [ 261 ] {4e33cceb-a1cd-4c00-9062-1fc59895b7e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:43:03.991679 [ 261 ] {4e33cceb-a1cd-4c00-9062-1fc59895b7e5} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:03.991716 [ 261 ] {4e33cceb-a1cd-4c00-9062-1fc59895b7e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:03.992022 [ 261 ] {4e33cceb-a1cd-4c00-9062-1fc59895b7e5} MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) 2026.03.04 04:43:03.992242 [ 261 ] {4e33cceb-a1cd-4c00-9062-1fc59895b7e5} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:03.992382 [ 261 ] {4e33cceb-a1cd-4c00-9062-1fc59895b7e5} executeQuery: Read 86 rows, 6.74 KiB in 0.001193 sec., 72087.17518860016 rows/sec., 5.52 MiB/sec. 2026.03.04 04:43:03.992423 [ 261 ] {4e33cceb-a1cd-4c00-9062-1fc59895b7e5} TCPHandler: Processed in 0.001363136 sec. 2026.03.04 04:43:03.992538 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:03.992640 [ 261 ] {8e0b19e1-3ca5-4582-a818-3d3cda619dc2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:43:03.992690 [ 261 ] {8e0b19e1-3ca5-4582-a818-3d3cda619dc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:43:03.993112 [ 261 ] {8e0b19e1-3ca5-4582-a818-3d3cda619dc2} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:03.993149 [ 261 ] {8e0b19e1-3ca5-4582-a818-3d3cda619dc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:03.993484 [ 261 ] {8e0b19e1-3ca5-4582-a818-3d3cda619dc2} MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) 2026.03.04 04:43:03.993711 [ 261 ] {8e0b19e1-3ca5-4582-a818-3d3cda619dc2} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:03.993720 [ 221 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.03.04 04:43:03.993853 [ 261 ] {8e0b19e1-3ca5-4582-a818-3d3cda619dc2} executeQuery: Read 162 rows, 11.53 KiB in 0.001231 sec., 131600.3249390739 rows/sec., 9.15 MiB/sec. 2026.03.04 04:43:03.993892 [ 261 ] {8e0b19e1-3ca5-4582-a818-3d3cda619dc2} TCPHandler: Processed in 0.001404777 sec. 2026.03.04 04:43:03.994020 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:03.994142 [ 261 ] {5077fdd0-1736-4056-9661-5d1512a5c3a2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:43:03.994208 [ 261 ] {5077fdd0-1736-4056-9661-5d1512a5c3a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:43:03.995053 [ 261 ] {5077fdd0-1736-4056-9661-5d1512a5c3a2} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:03.995091 [ 261 ] {5077fdd0-1736-4056-9661-5d1512a5c3a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:03.995607 [ 261 ] {5077fdd0-1736-4056-9661-5d1512a5c3a2} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2026.03.04 04:43:03.995825 [ 261 ] {5077fdd0-1736-4056-9661-5d1512a5c3a2} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:03.995951 [ 118 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2026.03.04 04:43:03.995964 [ 261 ] {5077fdd0-1736-4056-9661-5d1512a5c3a2} executeQuery: Read 8 rows, 14.68 KiB in 0.001846 sec., 4333.694474539545 rows/sec., 7.77 MiB/sec. 2026.03.04 04:43:03.996015 [ 118 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:03.996039 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:03.996045 [ 261 ] {5077fdd0-1736-4056-9661-5d1512a5c3a2} TCPHandler: Processed in 0.00208758 sec. 2026.03.04 04:43:03.996137 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2026.03.04 04:43:03.996172 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:03.996271 [ 261 ] {c97dc08a-1875-400b-a367-78d954df62c8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:43:03.996313 [ 261 ] {c97dc08a-1875-400b-a367-78d954df62c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:43:03.996359 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:43:03.996419 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 3194 rows starting from the beginning of the part 2026.03.04 04:43:03.996556 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 8 rows starting from the beginning of the part 2026.03.04 04:43:03.996658 [ 261 ] {c97dc08a-1875-400b-a367-78d954df62c8} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:03.996673 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 54 rows starting from the beginning of the part 2026.03.04 04:43:03.996696 [ 261 ] {c97dc08a-1875-400b-a367-78d954df62c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:03.996774 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 23 rows starting from the beginning of the part 2026.03.04 04:43:03.996873 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 52 rows starting from the beginning of the part 2026.03.04 04:43:03.996968 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 8 rows starting from the beginning of the part 2026.03.04 04:43:03.997010 [ 261 ] {c97dc08a-1875-400b-a367-78d954df62c8} MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) 2026.03.04 04:43:03.997222 [ 261 ] {c97dc08a-1875-400b-a367-78d954df62c8} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:03.997358 [ 261 ] {c97dc08a-1875-400b-a367-78d954df62c8} executeQuery: Read 60 rows, 4.14 KiB in 0.001105 sec., 54298.64253393665 rows/sec., 3.66 MiB/sec. 2026.03.04 04:43:03.997395 [ 261 ] {c97dc08a-1875-400b-a367-78d954df62c8} TCPHandler: Processed in 0.001273724 sec. 2026.03.04 04:43:04.001164 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 424.42 MiB, peak 440.21 MiB, free memory in arenas 0.00 B, will set to 415.32 MiB (RSS), difference: -9.11 MiB 2026.03.04 04:43:04.012747 [ 192 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 3339 rows, containing 19 columns (19 merged, 0 gathered) in 0.016650731 sec., 200531.73641445534 rows/sec., 359.02 MiB/sec. 2026.03.04 04:43:04.015520 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2026.03.04 04:43:04.015883 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_146_29} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:04.015958 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_146_29} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2026.03.04 04:43:04.016068 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 29.31 MiB. 2026.03.04 04:43:04.834196 [ 224 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.03.04 04:43:04.834261 [ 224 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.03.04 04:43:04.837095 [ 224 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.03.04 04:43:05.001169 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 402.63 MiB, peak 440.21 MiB, free memory in arenas 0.00 B, will set to 424.16 MiB (RSS), difference: 21.53 MiB 2026.03.04 04:43:05.937823 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 768 2026.03.04 04:43:05.956244 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:05.956296 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:05.962674 [ 244 ] {} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2026.03.04 04:43:05.963399 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:05.966556 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 768 2026.03.04 04:43:08.446650 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2808 2026.03.04 04:43:08.449075 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:08.449125 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:08.450320 [ 243 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2026.03.04 04:43:08.450585 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:08.450974 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2808 2026.03.04 04:43:08.994642 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:08.994834 [ 261 ] {e742994f-907d-455d-b6cd-2e1be4f8b8a5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:43:08.994906 [ 261 ] {e742994f-907d-455d-b6cd-2e1be4f8b8a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:43:08.995653 [ 261 ] {e742994f-907d-455d-b6cd-2e1be4f8b8a5} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:08.995711 [ 261 ] {e742994f-907d-455d-b6cd-2e1be4f8b8a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:08.996203 [ 261 ] {e742994f-907d-455d-b6cd-2e1be4f8b8a5} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.04 04:43:08.996497 [ 261 ] {e742994f-907d-455d-b6cd-2e1be4f8b8a5} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:08.996705 [ 261 ] {e742994f-907d-455d-b6cd-2e1be4f8b8a5} executeQuery: Read 24 rows, 2.04 KiB in 0.001922 sec., 12486.992715920915 rows/sec., 1.04 MiB/sec. 2026.03.04 04:43:08.996759 [ 261 ] {e742994f-907d-455d-b6cd-2e1be4f8b8a5} TCPHandler: Processed in 0.002278913 sec. 2026.03.04 04:43:08.996909 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:08.997013 [ 261 ] {cdc2e951-5252-4619-b436-0bbbe5ffd897} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:43:08.997061 [ 261 ] {cdc2e951-5252-4619-b436-0bbbe5ffd897} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:43:08.997535 [ 261 ] {cdc2e951-5252-4619-b436-0bbbe5ffd897} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:08.997576 [ 261 ] {cdc2e951-5252-4619-b436-0bbbe5ffd897} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:08.997948 [ 261 ] {cdc2e951-5252-4619-b436-0bbbe5ffd897} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.03.04 04:43:08.998218 [ 261 ] {cdc2e951-5252-4619-b436-0bbbe5ffd897} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:08.998371 [ 261 ] {cdc2e951-5252-4619-b436-0bbbe5ffd897} executeQuery: Read 3 rows, 243.00 B in 0.001379 sec., 2175.489485134155 rows/sec., 172.08 KiB/sec. 2026.03.04 04:43:08.998418 [ 261 ] {cdc2e951-5252-4619-b436-0bbbe5ffd897} TCPHandler: Processed in 0.00156674 sec. 2026.03.04 04:43:08.998555 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:08.998658 [ 261 ] {42619717-e402-4a41-9974-47ff2695fe84} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:43:08.998704 [ 261 ] {42619717-e402-4a41-9974-47ff2695fe84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:43:08.999392 [ 261 ] {42619717-e402-4a41-9974-47ff2695fe84} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:08.999435 [ 261 ] {42619717-e402-4a41-9974-47ff2695fe84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:08.999823 [ 261 ] {42619717-e402-4a41-9974-47ff2695fe84} MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) 2026.03.04 04:43:09.000059 [ 261 ] {42619717-e402-4a41-9974-47ff2695fe84} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:09.000298 [ 261 ] {42619717-e402-4a41-9974-47ff2695fe84} executeQuery: Read 283 rows, 25.96 KiB in 0.00166 sec., 170481.92771084336 rows/sec., 15.27 MiB/sec. 2026.03.04 04:43:09.000339 [ 261 ] {42619717-e402-4a41-9974-47ff2695fe84} TCPHandler: Processed in 0.001842005 sec. 2026.03.04 04:43:09.000469 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:09.000573 [ 261 ] {8949e3ee-cec0-4e40-9a8c-5b381d8333ce} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:43:09.000615 [ 261 ] {8949e3ee-cec0-4e40-9a8c-5b381d8333ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:43:09.001050 [ 261 ] {8949e3ee-cec0-4e40-9a8c-5b381d8333ce} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:09.001089 [ 261 ] {8949e3ee-cec0-4e40-9a8c-5b381d8333ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:09.001397 [ 261 ] {8949e3ee-cec0-4e40-9a8c-5b381d8333ce} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2026.03.04 04:43:09.001611 [ 261 ] {8949e3ee-cec0-4e40-9a8c-5b381d8333ce} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:09.001746 [ 261 ] {8949e3ee-cec0-4e40-9a8c-5b381d8333ce} executeQuery: Read 67 rows, 5.07 KiB in 0.00119 sec., 56302.52100840336 rows/sec., 4.16 MiB/sec. 2026.03.04 04:43:09.001786 [ 261 ] {8949e3ee-cec0-4e40-9a8c-5b381d8333ce} TCPHandler: Processed in 0.001368767 sec. 2026.03.04 04:43:09.001912 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:09.002013 [ 261 ] {44da5d8c-708b-4cdb-a73b-bceb7c0d61f1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:43:09.002054 [ 261 ] {44da5d8c-708b-4cdb-a73b-bceb7c0d61f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:43:09.002468 [ 261 ] {44da5d8c-708b-4cdb-a73b-bceb7c0d61f1} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:09.002507 [ 261 ] {44da5d8c-708b-4cdb-a73b-bceb7c0d61f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:09.002814 [ 261 ] {44da5d8c-708b-4cdb-a73b-bceb7c0d61f1} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2026.03.04 04:43:09.003021 [ 261 ] {44da5d8c-708b-4cdb-a73b-bceb7c0d61f1} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:09.003153 [ 261 ] {44da5d8c-708b-4cdb-a73b-bceb7c0d61f1} executeQuery: Read 24 rows, 2.04 KiB in 0.001158 sec., 20725.38860103627 rows/sec., 1.72 MiB/sec. 2026.03.04 04:43:09.003150 [ 110 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e) (MergerMutator): Selected 6 parts from all_1_57_12 to all_62_62_0 2026.03.04 04:43:09.003195 [ 261 ] {44da5d8c-708b-4cdb-a73b-bceb7c0d61f1} TCPHandler: Processed in 0.001333466 sec. 2026.03.04 04:43:09.003231 [ 110 ] {} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:09.003258 [ 110 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:09.003328 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:09.003354 [ 201 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_62_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_57_12 to all_62_62_0 into Compact with storage Full 2026.03.04 04:43:09.003429 [ 261 ] {fc309d8c-fa9a-45a6-92a9-7347843d55d1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:43:09.003444 [ 201 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_62_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:43:09.003471 [ 261 ] {fc309d8c-fa9a-45a6-92a9-7347843d55d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:43:09.003474 [ 201 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_62_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_57_12, total 883 rows starting from the beginning of the part 2026.03.04 04:43:09.003538 [ 201 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_62_13} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 46 rows starting from the beginning of the part 2026.03.04 04:43:09.003590 [ 201 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_62_13} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 38 rows starting from the beginning of the part 2026.03.04 04:43:09.003635 [ 201 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_62_13} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 708 rows starting from the beginning of the part 2026.03.04 04:43:09.003682 [ 201 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_62_13} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part 2026.03.04 04:43:09.003723 [ 201 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_62_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 24 rows starting from the beginning of the part 2026.03.04 04:43:09.003893 [ 261 ] {fc309d8c-fa9a-45a6-92a9-7347843d55d1} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:09.003930 [ 261 ] {fc309d8c-fa9a-45a6-92a9-7347843d55d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:09.004236 [ 261 ] {fc309d8c-fa9a-45a6-92a9-7347843d55d1} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.03.04 04:43:09.004453 [ 261 ] {fc309d8c-fa9a-45a6-92a9-7347843d55d1} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:09.004587 [ 261 ] {fc309d8c-fa9a-45a6-92a9-7347843d55d1} executeQuery: Read 12 rows, 960.00 B in 0.001175 sec., 10212.765957446809 rows/sec., 797.87 KiB/sec. 2026.03.04 04:43:09.004626 [ 261 ] {fc309d8c-fa9a-45a6-92a9-7347843d55d1} TCPHandler: Processed in 0.001348886 sec. 2026.03.04 04:43:09.004753 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:09.004776 [ 192 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_62_13} MergeTask::MergeProjectionsStage: Merge sorted 1700 rows, containing 5 columns (5 merged, 0 gathered) in 0.001457818 sec., 1166126.3614525269 rows/sec., 74.51 MiB/sec. 2026.03.04 04:43:09.004849 [ 261 ] {352346d7-8441-4495-a459-d439b05de62f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:43:09.004893 [ 261 ] {352346d7-8441-4495-a459-d439b05de62f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:43:09.004954 [ 201 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_62_13} MergedBlockOutputStream: filled checksums all_1_62_13 (state Temporary) 2026.03.04 04:43:09.005207 [ 201 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_62_13} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_merge_all_1_62_13 to all_1_62_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:09.005272 [ 201 ] {9235c696-9db2-4ef0-b968-a2001d91845e::all_1_62_13} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e) (MergerMutator): Merged 6 parts: [all_1_57_12, all_62_62_0] -> all_1_62_13 2026.03.04 04:43:09.005336 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2026.03.04 04:43:09.005460 [ 261 ] {352346d7-8441-4495-a459-d439b05de62f} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:09.005499 [ 261 ] {352346d7-8441-4495-a459-d439b05de62f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:09.005844 [ 261 ] {352346d7-8441-4495-a459-d439b05de62f} MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) 2026.03.04 04:43:09.006058 [ 261 ] {352346d7-8441-4495-a459-d439b05de62f} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:09.006199 [ 261 ] {352346d7-8441-4495-a459-d439b05de62f} executeQuery: Read 161 rows, 13.19 KiB in 0.001369 sec., 117604.09057706354 rows/sec., 9.41 MiB/sec. 2026.03.04 04:43:09.006239 [ 261 ] {352346d7-8441-4495-a459-d439b05de62f} TCPHandler: Processed in 0.001537369 sec. 2026.03.04 04:43:09.006364 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:09.006458 [ 261 ] {5fea8647-1435-4ce3-8105-ffc6613874d2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:43:09.006504 [ 261 ] {5fea8647-1435-4ce3-8105-ffc6613874d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:43:09.006940 [ 261 ] {5fea8647-1435-4ce3-8105-ffc6613874d2} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:09.006979 [ 261 ] {5fea8647-1435-4ce3-8105-ffc6613874d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:09.007322 [ 261 ] {5fea8647-1435-4ce3-8105-ffc6613874d2} MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) 2026.03.04 04:43:09.007534 [ 261 ] {5fea8647-1435-4ce3-8105-ffc6613874d2} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:09.007666 [ 261 ] {5fea8647-1435-4ce3-8105-ffc6613874d2} executeQuery: Read 198 rows, 14.53 KiB in 0.001226 sec., 161500.81566068516 rows/sec., 11.57 MiB/sec. 2026.03.04 04:43:09.007706 [ 261 ] {5fea8647-1435-4ce3-8105-ffc6613874d2} TCPHandler: Processed in 0.001394066 sec. 2026.03.04 04:43:09.007829 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:09.007923 [ 261 ] {089b487e-2ed3-455b-8c27-9a4cd9fea3d1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:43:09.007986 [ 261 ] {089b487e-2ed3-455b-8c27-9a4cd9fea3d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:43:09.008954 [ 261 ] {089b487e-2ed3-455b-8c27-9a4cd9fea3d1} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:09.008992 [ 261 ] {089b487e-2ed3-455b-8c27-9a4cd9fea3d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:09.009562 [ 261 ] {089b487e-2ed3-455b-8c27-9a4cd9fea3d1} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2026.03.04 04:43:09.009786 [ 261 ] {089b487e-2ed3-455b-8c27-9a4cd9fea3d1} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:09.009930 [ 261 ] {089b487e-2ed3-455b-8c27-9a4cd9fea3d1} executeQuery: Read 52 rows, 95.42 KiB in 0.002023 sec., 25704.39940682155 rows/sec., 46.06 MiB/sec. 2026.03.04 04:43:09.010012 [ 261 ] {089b487e-2ed3-455b-8c27-9a4cd9fea3d1} TCPHandler: Processed in 0.002232783 sec. 2026.03.04 04:43:09.010015 [ 221 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.03.04 04:43:09.010052 [ 221 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.03.04 04:43:09.010168 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:09.010294 [ 261 ] {9a48b743-88d1-444f-b8e6-c14348897a21} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:43:09.010351 [ 261 ] {9a48b743-88d1-444f-b8e6-c14348897a21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:43:09.010807 [ 261 ] {9a48b743-88d1-444f-b8e6-c14348897a21} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:09.010854 [ 261 ] {9a48b743-88d1-444f-b8e6-c14348897a21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:09.011245 [ 261 ] {9a48b743-88d1-444f-b8e6-c14348897a21} MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) 2026.03.04 04:43:09.011566 [ 261 ] {9a48b743-88d1-444f-b8e6-c14348897a21} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:09.011742 [ 261 ] {9a48b743-88d1-444f-b8e6-c14348897a21} executeQuery: Read 60 rows, 4.14 KiB in 0.001472 sec., 40760.86956521739 rows/sec., 2.75 MiB/sec. 2026.03.04 04:43:09.011796 [ 261 ] {9a48b743-88d1-444f-b8e6-c14348897a21} TCPHandler: Processed in 0.001691442 sec. 2026.03.04 04:43:09.013208 [ 221 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2026.03.04 04:43:10.774046 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 49436 2026.03.04 04:43:10.774578 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:10.774618 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:10.775246 [ 245 ] {} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.03.04 04:43:10.775723 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:10.775852 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49436 2026.03.04 04:43:13.000185 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 428.16 MiB, peak 440.21 MiB, free memory in arenas 0.00 B, will set to 424.16 MiB (RSS), difference: -4.00 MiB 2026.03.04 04:43:13.466814 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 776 2026.03.04 04:43:13.485210 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:13.485274 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:13.491803 [ 244 ] {} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2026.03.04 04:43:13.492970 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:13.496125 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 776 2026.03.04 04:43:13.986094 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:13.986280 [ 261 ] {303ab81e-01f7-4823-85d3-87a426302f4e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:43:13.986349 [ 261 ] {303ab81e-01f7-4823-85d3-87a426302f4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:43:13.986999 [ 261 ] {303ab81e-01f7-4823-85d3-87a426302f4e} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:13.987050 [ 261 ] {303ab81e-01f7-4823-85d3-87a426302f4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:13.987422 [ 261 ] {303ab81e-01f7-4823-85d3-87a426302f4e} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.03.04 04:43:13.987648 [ 261 ] {303ab81e-01f7-4823-85d3-87a426302f4e} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:13.987810 [ 261 ] {303ab81e-01f7-4823-85d3-87a426302f4e} executeQuery: Read 2 rows, 152.00 B in 0.001579 sec., 1266.624445851805 rows/sec., 94.01 KiB/sec. 2026.03.04 04:43:13.987863 [ 261 ] {303ab81e-01f7-4823-85d3-87a426302f4e} TCPHandler: Processed in 0.001902217 sec. 2026.03.04 04:43:13.987989 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:13.988094 [ 261 ] {f6ff07ec-2a4b-4ff7-bf95-a3b6bad2b640} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:43:13.988137 [ 261 ] {f6ff07ec-2a4b-4ff7-bf95-a3b6bad2b640} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:43:13.988611 [ 261 ] {f6ff07ec-2a4b-4ff7-bf95-a3b6bad2b640} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:13.988650 [ 261 ] {f6ff07ec-2a4b-4ff7-bf95-a3b6bad2b640} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:13.988959 [ 261 ] {f6ff07ec-2a4b-4ff7-bf95-a3b6bad2b640} MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) 2026.03.04 04:43:13.989167 [ 261 ] {f6ff07ec-2a4b-4ff7-bf95-a3b6bad2b640} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:13.989299 [ 261 ] {f6ff07ec-2a4b-4ff7-bf95-a3b6bad2b640} executeQuery: Read 76 rows, 6.18 KiB in 0.001229 sec., 61838.89340927583 rows/sec., 4.91 MiB/sec. 2026.03.04 04:43:13.989338 [ 261 ] {f6ff07ec-2a4b-4ff7-bf95-a3b6bad2b640} TCPHandler: Processed in 0.001400078 sec. 2026.03.04 04:43:13.989451 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:13.989549 [ 261 ] {3421fbfc-1779-40a7-8883-01f4a315c1b3} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:43:13.989589 [ 261 ] {3421fbfc-1779-40a7-8883-01f4a315c1b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:43:13.989983 [ 261 ] {3421fbfc-1779-40a7-8883-01f4a315c1b3} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:13.990019 [ 261 ] {3421fbfc-1779-40a7-8883-01f4a315c1b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:13.990308 [ 261 ] {3421fbfc-1779-40a7-8883-01f4a315c1b3} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2026.03.04 04:43:13.990523 [ 261 ] {3421fbfc-1779-40a7-8883-01f4a315c1b3} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:13.990656 [ 261 ] {3421fbfc-1779-40a7-8883-01f4a315c1b3} executeQuery: Read 10 rows, 744.00 B in 0.001127 sec., 8873.114463176575 rows/sec., 644.69 KiB/sec. 2026.03.04 04:43:13.990694 [ 261 ] {3421fbfc-1779-40a7-8883-01f4a315c1b3} TCPHandler: Processed in 0.001291225 sec. 2026.03.04 04:43:13.990801 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:13.990895 [ 261 ] {25a42256-0977-4111-812c-d1bc85c9562b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:43:13.990934 [ 261 ] {25a42256-0977-4111-812c-d1bc85c9562b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:43:13.991341 [ 261 ] {25a42256-0977-4111-812c-d1bc85c9562b} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:13.991377 [ 261 ] {25a42256-0977-4111-812c-d1bc85c9562b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:13.991671 [ 261 ] {25a42256-0977-4111-812c-d1bc85c9562b} MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) 2026.03.04 04:43:13.991872 [ 261 ] {25a42256-0977-4111-812c-d1bc85c9562b} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:13.991995 [ 261 ] {25a42256-0977-4111-812c-d1bc85c9562b} executeQuery: Read 86 rows, 6.74 KiB in 0.001118 sec., 76923.07692307692 rows/sec., 5.89 MiB/sec. 2026.03.04 04:43:13.992032 [ 261 ] {25a42256-0977-4111-812c-d1bc85c9562b} TCPHandler: Processed in 0.001278644 sec. 2026.03.04 04:43:13.992147 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:13.992241 [ 261 ] {fe7170d3-7632-4259-ab1c-15b0b442620c} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:43:13.992282 [ 261 ] {fe7170d3-7632-4259-ab1c-15b0b442620c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:43:13.992693 [ 261 ] {fe7170d3-7632-4259-ab1c-15b0b442620c} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:13.992729 [ 261 ] {fe7170d3-7632-4259-ab1c-15b0b442620c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:13.993049 [ 261 ] {fe7170d3-7632-4259-ab1c-15b0b442620c} MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) 2026.03.04 04:43:13.993249 [ 261 ] {fe7170d3-7632-4259-ab1c-15b0b442620c} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:13.993376 [ 261 ] {fe7170d3-7632-4259-ab1c-15b0b442620c} executeQuery: Read 162 rows, 11.53 KiB in 0.001154 sec., 140381.28249566723 rows/sec., 9.76 MiB/sec. 2026.03.04 04:43:13.993373 [ 106 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 2 parts from all_1_170_44 to all_171_171_0 2026.03.04 04:43:13.993414 [ 261 ] {fe7170d3-7632-4259-ab1c-15b0b442620c} TCPHandler: Processed in 0.001315545 sec. 2026.03.04 04:43:13.993450 [ 106 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:13.993515 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:13.993537 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:13.993605 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_171_45} MergeTask::PrepareStage: Merging 2 parts: from all_1_170_44 to all_171_171_0 into Compact with storage Full 2026.03.04 04:43:13.993636 [ 261 ] {deeb3fc4-ad29-4dac-9852-89f830d6a63b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:43:13.993695 [ 261 ] {deeb3fc4-ad29-4dac-9852-89f830d6a63b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:43:13.993727 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_171_45} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:43:13.993768 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_171_45} MergeTreeSequentialSource: Reading 8 marks from part all_1_170_44, total 56339 rows starting from the beginning of the part 2026.03.04 04:43:13.993833 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_171_45} MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 128 rows starting from the beginning of the part 2026.03.04 04:43:13.994473 [ 261 ] {deeb3fc4-ad29-4dac-9852-89f830d6a63b} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:13.994514 [ 261 ] {deeb3fc4-ad29-4dac-9852-89f830d6a63b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:13.995030 [ 261 ] {deeb3fc4-ad29-4dac-9852-89f830d6a63b} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2026.03.04 04:43:13.995256 [ 261 ] {deeb3fc4-ad29-4dac-9852-89f830d6a63b} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:13.995408 [ 261 ] {deeb3fc4-ad29-4dac-9852-89f830d6a63b} executeQuery: Read 8 rows, 14.68 KiB in 0.00179 sec., 4469.27374301676 rows/sec., 8.01 MiB/sec. 2026.03.04 04:43:13.995473 [ 261 ] {deeb3fc4-ad29-4dac-9852-89f830d6a63b} TCPHandler: Processed in 0.001982938 sec. 2026.03.04 04:43:13.995585 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:13.995678 [ 261 ] {41df319e-0ef6-48b8-ace7-a5d818c87bc4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:43:13.995719 [ 261 ] {41df319e-0ef6-48b8-ace7-a5d818c87bc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:43:13.996054 [ 261 ] {41df319e-0ef6-48b8-ace7-a5d818c87bc4} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:13.996089 [ 261 ] {41df319e-0ef6-48b8-ace7-a5d818c87bc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:13.996390 [ 261 ] {41df319e-0ef6-48b8-ace7-a5d818c87bc4} MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) 2026.03.04 04:43:13.996591 [ 261 ] {41df319e-0ef6-48b8-ace7-a5d818c87bc4} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:13.996729 [ 261 ] {41df319e-0ef6-48b8-ace7-a5d818c87bc4} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2026.03.04 04:43:13.996765 [ 261 ] {41df319e-0ef6-48b8-ace7-a5d818c87bc4} TCPHandler: Processed in 0.001229224 sec. 2026.03.04 04:43:14.000178 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 431.89 MiB, peak 440.21 MiB, free memory in arenas 0.00 B, will set to 424.16 MiB (RSS), difference: -7.73 MiB 2026.03.04 04:43:14.002192 [ 192 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_171_45} MergeTask::MergeProjectionsStage: Merge sorted 56467 rows, containing 5 columns (5 merged, 0 gathered) in 0.008617476 sec., 6552614.709922023 rows/sec., 431.96 MiB/sec. 2026.03.04 04:43:14.002815 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_171_45} MergedBlockOutputStream: filled checksums all_1_171_45 (state Temporary) 2026.03.04 04:43:14.003108 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_171_45} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_171_45 to all_1_171_45 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:14.003178 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_171_45} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 2 parts: [all_1_170_44, all_171_171_0] -> all_1_171_45 2026.03.04 04:43:14.003241 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.03.04 04:43:15.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 417.49 MiB, peak 440.21 MiB, free memory in arenas 0.00 B, will set to 424.16 MiB (RSS), difference: 6.67 MiB 2026.03.04 04:43:15.677387 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52758 2026.03.04 04:43:15.677502 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.677530 [ 259 ] {} TCP-Session: 0c3d1c0a-7870-4513-b812-0b56ba9f56b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:52758 2026.03.04 04:43:15.677553 [ 259 ] {} TCP-Session: 0c3d1c0a-7870-4513-b812-0b56ba9f56b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.677566 [ 259 ] {} TCP-Session: 0c3d1c0a-7870-4513-b812-0b56ba9f56b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.677768 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49107 2026.03.04 04:43:15.677827 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53625 2026.03.04 04:43:15.677845 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44761 2026.03.04 04:43:15.677882 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.677887 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49516 2026.03.04 04:43:15.677922 [ 259 ] {} TCP-Session: 0c3d1c0a-7870-4513-b812-0b56ba9f56b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:15.677938 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.677934 [ 286 ] {} TCP-Session: 3536a7f0-268a-4874-839c-be10c4dd6987 Authenticating user 'default' from [fd00:1122:3344:101::e]:49107 2026.03.04 04:43:15.677992 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.678000 [ 288 ] {} TCP-Session: 67cc9cc2-ded7-49ab-a954-c707adc00cb1 Authenticating user 'default' from [fd00:1122:3344:101::e]:53625 2026.03.04 04:43:15.678018 [ 286 ] {} TCP-Session: 3536a7f0-268a-4874-839c-be10c4dd6987 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.678053 [ 288 ] {} TCP-Session: 67cc9cc2-ded7-49ab-a954-c707adc00cb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.678081 [ 286 ] {} TCP-Session: 3536a7f0-268a-4874-839c-be10c4dd6987 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.678105 [ 288 ] {} TCP-Session: 67cc9cc2-ded7-49ab-a954-c707adc00cb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.678040 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40178 2026.03.04 04:43:15.678133 [ 259 ] {09d73ada-5a5d-4be9-b0e4-26c247402c7e} executeQuery: (from [fd00:1122:3344:101::e]:52758) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:43:15.678037 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51530 2026.03.04 04:43:15.678038 [ 351 ] {} TCP-Session: 502e87a8-599f-47e0-a193-c7c3c434329b Authenticating user 'default' from [fd00:1122:3344:101::e]:44761 2026.03.04 04:43:15.678223 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.678022 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.678252 [ 351 ] {} TCP-Session: 502e87a8-599f-47e0-a193-c7c3c434329b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.678269 [ 357 ] {} TCP-Session: 7f84abd1-197a-4ef4-8ae4-eeda7ec98f77 Authenticating user 'default' from [fd00:1122:3344:101::e]:40178 2026.03.04 04:43:15.678290 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.678341 [ 351 ] {} TCP-Session: 502e87a8-599f-47e0-a193-c7c3c434329b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.678287 [ 354 ] {} TCP-Session: 02cb0052-c8b4-4d59-994d-d9317275923e Authenticating user 'default' from [fd00:1122:3344:101::e]:49516 2026.03.04 04:43:15.678362 [ 357 ] {} TCP-Session: 7f84abd1-197a-4ef4-8ae4-eeda7ec98f77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.678365 [ 355 ] {} TCP-Session: 0c1b7ec0-c1b3-4aa0-89f8-3fcde903ddd5 Authenticating user 'default' from [fd00:1122:3344:101::e]:51530 2026.03.04 04:43:15.678397 [ 354 ] {} TCP-Session: 02cb0052-c8b4-4d59-994d-d9317275923e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.678426 [ 355 ] {} TCP-Session: 0c1b7ec0-c1b3-4aa0-89f8-3fcde903ddd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.678441 [ 354 ] {} TCP-Session: 02cb0052-c8b4-4d59-994d-d9317275923e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.678450 [ 259 ] {09d73ada-5a5d-4be9-b0e4-26c247402c7e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:43:15.678454 [ 355 ] {} TCP-Session: 0c1b7ec0-c1b3-4aa0-89f8-3fcde903ddd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.678402 [ 357 ] {} TCP-Session: 7f84abd1-197a-4ef4-8ae4-eeda7ec98f77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.677864 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62998 2026.03.04 04:43:15.677854 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38790 2026.03.04 04:43:15.678531 [ 259 ] {09d73ada-5a5d-4be9-b0e4-26c247402c7e} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:43:15.678648 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.678670 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.678696 [ 353 ] {} TCP-Session: 73458349-54de-496e-a210-4a1392ad73d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:62998 2026.03.04 04:43:15.678705 [ 352 ] {} TCP-Session: fff0261b-0775-47e1-8f53-66c9c4cbcfc4 Authenticating user 'default' from [fd00:1122:3344:101::e]:38790 2026.03.04 04:43:15.678728 [ 353 ] {} TCP-Session: 73458349-54de-496e-a210-4a1392ad73d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.678738 [ 352 ] {} TCP-Session: fff0261b-0775-47e1-8f53-66c9c4cbcfc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.678755 [ 353 ] {} TCP-Session: 73458349-54de-496e-a210-4a1392ad73d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.678773 [ 352 ] {} TCP-Session: fff0261b-0775-47e1-8f53-66c9c4cbcfc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.678916 [ 259 ] {09d73ada-5a5d-4be9-b0e4-26c247402c7e} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:43:15.680382 [ 315 ] {09d73ada-5a5d-4be9-b0e4-26c247402c7e} AggregatingTransform: Aggregating 2026.03.04 04:43:15.680418 [ 315 ] {09d73ada-5a5d-4be9-b0e4-26c247402c7e} Aggregator: Aggregation method: without_key 2026.03.04 04:43:15.680454 [ 315 ] {09d73ada-5a5d-4be9-b0e4-26c247402c7e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001439248 sec. (694.807 rows/sec., 27.14 KiB/sec.) 2026.03.04 04:43:15.680469 [ 315 ] {09d73ada-5a5d-4be9-b0e4-26c247402c7e} Aggregator: Merging aggregated data 2026.03.04 04:43:15.681644 [ 259 ] {09d73ada-5a5d-4be9-b0e4-26c247402c7e} executeQuery: Read 1 rows, 40.00 B in 0.00358 sec., 279.3296089385475 rows/sec., 10.91 KiB/sec. 2026.03.04 04:43:15.681812 [ 259 ] {09d73ada-5a5d-4be9-b0e4-26c247402c7e} TCPHandler: Processed in 0.004003377 sec. 2026.03.04 04:43:15.681898 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.681929 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.681941 [ 259 ] {} TCP-Session: 0c3d1c0a-7870-4513-b812-0b56ba9f56b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.681952 [ 351 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.681967 [ 286 ] {} TCP-Session: 3536a7f0-268a-4874-839c-be10c4dd6987 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.681973 [ 354 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.681991 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.682012 [ 355 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.682033 [ 352 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.682056 [ 288 ] {} TCP-Session: 67cc9cc2-ded7-49ab-a954-c707adc00cb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.682081 [ 355 ] {} TCP-Session: 0c1b7ec0-c1b3-4aa0-89f8-3fcde903ddd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.682102 [ 352 ] {} TCP-Session: fff0261b-0775-47e1-8f53-66c9c4cbcfc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.682071 [ 357 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.682038 [ 354 ] {} TCP-Session: 02cb0052-c8b4-4d59-994d-d9317275923e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.682003 [ 351 ] {} TCP-Session: 502e87a8-599f-47e0-a193-c7c3c434329b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.682194 [ 357 ] {} TCP-Session: 7f84abd1-197a-4ef4-8ae4-eeda7ec98f77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.682048 [ 353 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.682269 [ 353 ] {} TCP-Session: 73458349-54de-496e-a210-4a1392ad73d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.736495 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36095 2026.03.04 04:43:15.736612 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.736639 [ 259 ] {} TCP-Session: 3e7820c8-6ce5-4712-a16f-b78177a3ed4f Authenticating user 'default' from [fd00:1122:3344:101::e]:36095 2026.03.04 04:43:15.736661 [ 259 ] {} TCP-Session: 3e7820c8-6ce5-4712-a16f-b78177a3ed4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.736674 [ 259 ] {} TCP-Session: 3e7820c8-6ce5-4712-a16f-b78177a3ed4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.736905 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54571 2026.03.04 04:43:15.736919 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39085 2026.03.04 04:43:15.736975 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40993 2026.03.04 04:43:15.736996 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39357 2026.03.04 04:43:15.737023 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.737029 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45793 2026.03.04 04:43:15.737073 [ 288 ] {} TCP-Session: 91df0b4e-95de-43c9-ab00-c73437383001 Authenticating user 'default' from [fd00:1122:3344:101::e]:39085 2026.03.04 04:43:15.737101 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.737106 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.737119 [ 288 ] {} TCP-Session: 91df0b4e-95de-43c9-ab00-c73437383001 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.737130 [ 353 ] {} TCP-Session: 65652ce4-01f8-4c87-b30d-e555828f025f Authenticating user 'default' from [fd00:1122:3344:101::e]:39357 2026.03.04 04:43:15.737151 [ 288 ] {} TCP-Session: 91df0b4e-95de-43c9-ab00-c73437383001 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.737152 [ 351 ] {} TCP-Session: dda4d383-0eaf-46a7-9458-9ed289350109 Authenticating user 'default' from [fd00:1122:3344:101::e]:40993 2026.03.04 04:43:15.737163 [ 353 ] {} TCP-Session: 65652ce4-01f8-4c87-b30d-e555828f025f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.737160 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.737197 [ 353 ] {} TCP-Session: 65652ce4-01f8-4c87-b30d-e555828f025f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.737193 [ 351 ] {} TCP-Session: dda4d383-0eaf-46a7-9458-9ed289350109 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.737233 [ 357 ] {} TCP-Session: b58553e6-6ecb-40da-9f19-d3c52c4a7b1f Authenticating user 'default' from [fd00:1122:3344:101::e]:45793 2026.03.04 04:43:15.737254 [ 351 ] {} TCP-Session: dda4d383-0eaf-46a7-9458-9ed289350109 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.737016 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52491 2026.03.04 04:43:15.737282 [ 357 ] {} TCP-Session: b58553e6-6ecb-40da-9f19-d3c52c4a7b1f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.737018 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41895 2026.03.04 04:43:15.737318 [ 357 ] {} TCP-Session: b58553e6-6ecb-40da-9f19-d3c52c4a7b1f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.737355 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.736989 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.737396 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.737387 [ 354 ] {} TCP-Session: d33f1dea-c5d0-4d71-b8e2-ced97f12090e Authenticating user 'default' from [fd00:1122:3344:101::e]:52491 2026.03.04 04:43:15.737427 [ 286 ] {} TCP-Session: d5436f6c-b0c8-46bd-a0ce-6a0f083dccc0 Authenticating user 'default' from [fd00:1122:3344:101::e]:54571 2026.03.04 04:43:15.737430 [ 355 ] {} TCP-Session: 869b053a-c283-4c0b-960a-a248da4c53eb Authenticating user 'default' from [fd00:1122:3344:101::e]:41895 2026.03.04 04:43:15.737444 [ 354 ] {} TCP-Session: d33f1dea-c5d0-4d71-b8e2-ced97f12090e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.737466 [ 286 ] {} TCP-Session: d5436f6c-b0c8-46bd-a0ce-6a0f083dccc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.737474 [ 355 ] {} TCP-Session: 869b053a-c283-4c0b-960a-a248da4c53eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.737486 [ 354 ] {} TCP-Session: d33f1dea-c5d0-4d71-b8e2-ced97f12090e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.737511 [ 286 ] {} TCP-Session: d5436f6c-b0c8-46bd-a0ce-6a0f083dccc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.737517 [ 355 ] {} TCP-Session: 869b053a-c283-4c0b-960a-a248da4c53eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.736986 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47841 2026.03.04 04:43:15.736993 [ 259 ] {} TCP-Session: 3e7820c8-6ce5-4712-a16f-b78177a3ed4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:15.737643 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.737666 [ 352 ] {} TCP-Session: c4071db7-7118-46a2-a5b3-4c1318ca6076 Authenticating user 'default' from [fd00:1122:3344:101::e]:47841 2026.03.04 04:43:15.737682 [ 352 ] {} TCP-Session: c4071db7-7118-46a2-a5b3-4c1318ca6076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.737694 [ 352 ] {} TCP-Session: c4071db7-7118-46a2-a5b3-4c1318ca6076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.737781 [ 259 ] {af07594c-a568-4283-b0e5-40104fb6a6c8} executeQuery: (from [fd00:1122:3344:101::e]:36095) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:43:15.738045 [ 259 ] {af07594c-a568-4283-b0e5-40104fb6a6c8} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:43:15.738100 [ 259 ] {af07594c-a568-4283-b0e5-40104fb6a6c8} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:43:15.738394 [ 259 ] {af07594c-a568-4283-b0e5-40104fb6a6c8} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:43:15.739416 [ 359 ] {af07594c-a568-4283-b0e5-40104fb6a6c8} AggregatingTransform: Aggregating 2026.03.04 04:43:15.739461 [ 359 ] {af07594c-a568-4283-b0e5-40104fb6a6c8} Aggregator: Aggregation method: without_key 2026.03.04 04:43:15.739497 [ 359 ] {af07594c-a568-4283-b0e5-40104fb6a6c8} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001003209 sec. (996.801 rows/sec., 38.94 KiB/sec.) 2026.03.04 04:43:15.739513 [ 359 ] {af07594c-a568-4283-b0e5-40104fb6a6c8} Aggregator: Merging aggregated data 2026.03.04 04:43:15.740928 [ 259 ] {af07594c-a568-4283-b0e5-40104fb6a6c8} executeQuery: Read 1 rows, 40.00 B in 0.003207 sec., 311.81789834736514 rows/sec., 12.18 KiB/sec. 2026.03.04 04:43:15.741052 [ 259 ] {af07594c-a568-4283-b0e5-40104fb6a6c8} TCPHandler: Processed in 0.004172281 sec. 2026.03.04 04:43:15.741157 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.741184 [ 259 ] {} TCP-Session: 3e7820c8-6ce5-4712-a16f-b78177a3ed4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.741187 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.741204 [ 357 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.741225 [ 351 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.741242 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.741258 [ 353 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.741275 [ 352 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.741292 [ 354 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.741320 [ 352 ] {} TCP-Session: c4071db7-7118-46a2-a5b3-4c1318ca6076 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.741312 [ 355 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.741347 [ 354 ] {} TCP-Session: d33f1dea-c5d0-4d71-b8e2-ced97f12090e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.741294 [ 288 ] {} TCP-Session: 91df0b4e-95de-43c9-ab00-c73437383001 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.741385 [ 355 ] {} TCP-Session: 869b053a-c283-4c0b-960a-a248da4c53eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.741279 [ 351 ] {} TCP-Session: dda4d383-0eaf-46a7-9458-9ed289350109 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.741254 [ 357 ] {} TCP-Session: b58553e6-6ecb-40da-9f19-d3c52c4a7b1f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.741221 [ 286 ] {} TCP-Session: d5436f6c-b0c8-46bd-a0ce-6a0f083dccc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.741306 [ 353 ] {} TCP-Session: 65652ce4-01f8-4c87-b30d-e555828f025f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.873097 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33501 2026.03.04 04:43:15.873204 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.873229 [ 259 ] {} TCP-Session: 9c571ae9-81b0-4c1b-8620-76655413461d Authenticating user 'default' from [fd00:1122:3344:101::e]:33501 2026.03.04 04:43:15.873251 [ 259 ] {} TCP-Session: 9c571ae9-81b0-4c1b-8620-76655413461d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.873263 [ 259 ] {} TCP-Session: 9c571ae9-81b0-4c1b-8620-76655413461d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.873443 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53499 2026.03.04 04:43:15.873482 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50046 2026.03.04 04:43:15.873503 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35708 2026.03.04 04:43:15.873520 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.873535 [ 355 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45701 2026.03.04 04:43:15.873542 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43913 2026.03.04 04:43:15.873588 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.873599 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.873551 [ 286 ] {} TCP-Session: c46b4332-3cae-435e-84b7-8865ef72be85 Authenticating user 'default' from [fd00:1122:3344:101::e]:53499 2026.03.04 04:43:15.873635 [ 352 ] {} TCP-Session: a241f211-f8af-4696-bce6-0764d429d695 Authenticating user 'default' from [fd00:1122:3344:101::e]:35708 2026.03.04 04:43:15.873648 [ 288 ] {} TCP-Session: 59046dbb-d0cc-4ff5-a210-d5dfc9cbbd22 Authenticating user 'default' from [fd00:1122:3344:101::e]:50046 2026.03.04 04:43:15.873663 [ 352 ] {} TCP-Session: a241f211-f8af-4696-bce6-0764d429d695 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.873684 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.873690 [ 352 ] {} TCP-Session: a241f211-f8af-4696-bce6-0764d429d695 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.873717 [ 354 ] {} TCP-Session: a3bddffa-7d5b-48c2-b7ef-f6d7415bb092 Authenticating user 'default' from [fd00:1122:3344:101::e]:43913 2026.03.04 04:43:15.873686 [ 288 ] {} TCP-Session: 59046dbb-d0cc-4ff5-a210-d5dfc9cbbd22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.873751 [ 354 ] {} TCP-Session: a3bddffa-7d5b-48c2-b7ef-f6d7415bb092 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.873764 [ 288 ] {} TCP-Session: 59046dbb-d0cc-4ff5-a210-d5dfc9cbbd22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.873777 [ 354 ] {} TCP-Session: a3bddffa-7d5b-48c2-b7ef-f6d7415bb092 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.873548 [ 357 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65417 2026.03.04 04:43:15.873492 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34953 2026.03.04 04:43:15.873658 [ 286 ] {} TCP-Session: c46b4332-3cae-435e-84b7-8865ef72be85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.873868 [ 357 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.873883 [ 286 ] {} TCP-Session: c46b4332-3cae-435e-84b7-8865ef72be85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.873902 [ 357 ] {} TCP-Session: d31431b4-6173-47d1-9824-e76effecf3e5 Authenticating user 'default' from [fd00:1122:3344:101::e]:65417 2026.03.04 04:43:15.873905 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.873929 [ 357 ] {} TCP-Session: d31431b4-6173-47d1-9824-e76effecf3e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.873655 [ 355 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.873955 [ 357 ] {} TCP-Session: d31431b4-6173-47d1-9824-e76effecf3e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.873953 [ 351 ] {} TCP-Session: e5a42d65-02d0-4388-a2f0-fccdb8a61515 Authenticating user 'default' from [fd00:1122:3344:101::e]:34953 2026.03.04 04:43:15.874011 [ 355 ] {} TCP-Session: a6e5a447-7a4e-4406-9f66-89199a88c340 Authenticating user 'default' from [fd00:1122:3344:101::e]:45701 2026.03.04 04:43:15.874043 [ 351 ] {} TCP-Session: e5a42d65-02d0-4388-a2f0-fccdb8a61515 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.873516 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36588 2026.03.04 04:43:15.874060 [ 355 ] {} TCP-Session: a6e5a447-7a4e-4406-9f66-89199a88c340 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.874062 [ 351 ] {} TCP-Session: e5a42d65-02d0-4388-a2f0-fccdb8a61515 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.874107 [ 355 ] {} TCP-Session: a6e5a447-7a4e-4406-9f66-89199a88c340 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.873571 [ 259 ] {} TCP-Session: 9c571ae9-81b0-4c1b-8620-76655413461d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:15.874144 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.03.04 04:43:15.874175 [ 353 ] {} TCP-Session: 0255e224-bfb1-4be8-9127-0bdc3ebdd97e Authenticating user 'default' from [fd00:1122:3344:101::e]:36588 2026.03.04 04:43:15.874192 [ 353 ] {} TCP-Session: 0255e224-bfb1-4be8-9127-0bdc3ebdd97e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.874205 [ 353 ] {} TCP-Session: 0255e224-bfb1-4be8-9127-0bdc3ebdd97e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.874298 [ 259 ] {288d8a3b-3a3f-4a7d-8b9f-150ca89e273c} executeQuery: (from [fd00:1122:3344:101::e]:33501) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.03.04 04:43:15.874557 [ 259 ] {288d8a3b-3a3f-4a7d-8b9f-150ca89e273c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.03.04 04:43:15.874615 [ 259 ] {288d8a3b-3a3f-4a7d-8b9f-150ca89e273c} InterpreterSelectQuery: FetchColumns -> Complete 2026.03.04 04:43:15.874902 [ 259 ] {288d8a3b-3a3f-4a7d-8b9f-150ca89e273c} oximeter.version (d96f7ffc-aff2-48c9-847d-e1ed9146d48d) (SelectExecutor): Key condition: unknown 2026.03.04 04:43:15.875869 [ 317 ] {288d8a3b-3a3f-4a7d-8b9f-150ca89e273c} AggregatingTransform: Aggregating 2026.03.04 04:43:15.875901 [ 317 ] {288d8a3b-3a3f-4a7d-8b9f-150ca89e273c} Aggregator: Aggregation method: without_key 2026.03.04 04:43:15.875934 [ 317 ] {288d8a3b-3a3f-4a7d-8b9f-150ca89e273c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000935078 sec. (1069.430 rows/sec., 41.77 KiB/sec.) 2026.03.04 04:43:15.875955 [ 317 ] {288d8a3b-3a3f-4a7d-8b9f-150ca89e273c} Aggregator: Merging aggregated data 2026.03.04 04:43:15.877481 [ 259 ] {288d8a3b-3a3f-4a7d-8b9f-150ca89e273c} executeQuery: Read 1 rows, 40.00 B in 0.00324 sec., 308.641975308642 rows/sec., 12.06 KiB/sec. 2026.03.04 04:43:15.877637 [ 259 ] {288d8a3b-3a3f-4a7d-8b9f-150ca89e273c} TCPHandler: Processed in 0.004177741 sec. 2026.03.04 04:43:15.877713 [ 259 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.877739 [ 259 ] {} TCP-Session: 9c571ae9-81b0-4c1b-8620-76655413461d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.877744 [ 357 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.877766 [ 286 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.877796 [ 351 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.877812 [ 352 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.877821 [ 286 ] {} TCP-Session: c46b4332-3cae-435e-84b7-8865ef72be85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.877826 [ 353 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.877864 [ 354 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.877867 [ 352 ] {} TCP-Session: a241f211-f8af-4696-bce6-0764d429d695 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.877892 [ 353 ] {} TCP-Session: 0255e224-bfb1-4be8-9127-0bdc3ebdd97e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.877905 [ 354 ] {} TCP-Session: a3bddffa-7d5b-48c2-b7ef-f6d7415bb092 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.877845 [ 351 ] {} TCP-Session: e5a42d65-02d0-4388-a2f0-fccdb8a61515 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.877811 [ 288 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.877799 [ 357 ] {} TCP-Session: d31431b4-6173-47d1-9824-e76effecf3e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.877994 [ 288 ] {} TCP-Session: 59046dbb-d0cc-4ff5-a210-d5dfc9cbbd22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:15.877844 [ 355 ] {} TCPHandler: Done processing connection. 2026.03.04 04:43:15.878054 [ 355 ] {} TCP-Session: a6e5a447-7a4e-4406-9f66-89199a88c340 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.03.04 04:43:18.030664 [ 99 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:43:18.030738 [ 99 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:43:18.276972 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 49948 2026.03.04 04:43:18.277611 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:18.277666 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:18.278346 [ 245 ] {} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.03.04 04:43:18.278783 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:18.278918 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49948 2026.03.04 04:43:18.452124 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 2848 2026.03.04 04:43:18.454637 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:18.454675 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:18.456088 [ 243 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2026.03.04 04:43:18.456591 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:18.456853 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2848 2026.03.04 04:43:18.988391 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:18.988592 [ 261 ] {280fe277-8d2f-4cd8-ab2b-6b93a4f0a58b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:43:18.988665 [ 261 ] {280fe277-8d2f-4cd8-ab2b-6b93a4f0a58b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:43:18.989321 [ 261 ] {280fe277-8d2f-4cd8-ab2b-6b93a4f0a58b} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:18.989362 [ 261 ] {280fe277-8d2f-4cd8-ab2b-6b93a4f0a58b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:18.989738 [ 261 ] {280fe277-8d2f-4cd8-ab2b-6b93a4f0a58b} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.03.04 04:43:18.989959 [ 261 ] {280fe277-8d2f-4cd8-ab2b-6b93a4f0a58b} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:18.990116 [ 261 ] {280fe277-8d2f-4cd8-ab2b-6b93a4f0a58b} executeQuery: Read 1 rows, 76.00 B in 0.001582 sec., 632.1112515802781 rows/sec., 46.91 KiB/sec. 2026.03.04 04:43:18.990169 [ 261 ] {280fe277-8d2f-4cd8-ab2b-6b93a4f0a58b} TCPHandler: Processed in 0.001918757 sec. 2026.03.04 04:43:18.990290 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:18.990393 [ 261 ] {b345e5b4-6ce6-4ee9-a288-3ab29b0ec370} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:43:18.990441 [ 261 ] {b345e5b4-6ce6-4ee9-a288-3ab29b0ec370} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:43:18.990939 [ 261 ] {b345e5b4-6ce6-4ee9-a288-3ab29b0ec370} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:18.990974 [ 261 ] {b345e5b4-6ce6-4ee9-a288-3ab29b0ec370} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:18.991290 [ 261 ] {b345e5b4-6ce6-4ee9-a288-3ab29b0ec370} MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) 2026.03.04 04:43:18.991518 [ 261 ] {b345e5b4-6ce6-4ee9-a288-3ab29b0ec370} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:18.991634 [ 97 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 2026.03.04 04:43:18.991653 [ 261 ] {b345e5b4-6ce6-4ee9-a288-3ab29b0ec370} executeQuery: Read 162 rows, 14.45 KiB in 0.001284 sec., 126168.22429906542 rows/sec., 10.99 MiB/sec. 2026.03.04 04:43:18.991667 [ 97 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:18.991686 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:18.991693 [ 261 ] {b345e5b4-6ce6-4ee9-a288-3ab29b0ec370} TCPHandler: Processed in 0.001455698 sec. 2026.03.04 04:43:18.991810 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:18.991811 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_176_35} MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full 2026.03.04 04:43:18.991906 [ 261 ] {67f6efa5-1b69-4e84-95f8-041e4a571f50} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:43:18.991953 [ 261 ] {67f6efa5-1b69-4e84-95f8-041e4a571f50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:43:18.991960 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_176_35} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:43:18.992003 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_1_171_34, total 2984 rows starting from the beginning of the part 2026.03.04 04:43:18.992076 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 163 rows starting from the beginning of the part 2026.03.04 04:43:18.992124 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 76 rows starting from the beginning of the part 2026.03.04 04:43:18.992168 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 283 rows starting from the beginning of the part 2026.03.04 04:43:18.992208 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 76 rows starting from the beginning of the part 2026.03.04 04:43:18.992248 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 162 rows starting from the beginning of the part 2026.03.04 04:43:18.992375 [ 261 ] {67f6efa5-1b69-4e84-95f8-041e4a571f50} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:18.992417 [ 261 ] {67f6efa5-1b69-4e84-95f8-041e4a571f50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:18.992748 [ 261 ] {67f6efa5-1b69-4e84-95f8-041e4a571f50} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2026.03.04 04:43:18.992970 [ 261 ] {67f6efa5-1b69-4e84-95f8-041e4a571f50} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:18.993104 [ 261 ] {67f6efa5-1b69-4e84-95f8-041e4a571f50} executeQuery: Read 53 rows, 3.97 KiB in 0.001215 sec., 43621.399176954736 rows/sec., 3.19 MiB/sec. 2026.03.04 04:43:18.993145 [ 261 ] {67f6efa5-1b69-4e84-95f8-041e4a571f50} TCPHandler: Processed in 0.001385766 sec. 2026.03.04 04:43:18.993260 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:18.993355 [ 261 ] {0dfb17cf-1ab0-4c3a-9534-7336c6d90532} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:43:18.993395 [ 261 ] {0dfb17cf-1ab0-4c3a-9534-7336c6d90532} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:43:18.993731 [ 198 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_176_35} MergeTask::MergeProjectionsStage: Merge sorted 3744 rows, containing 5 columns (5 merged, 0 gathered) in 0.001980489 sec., 1890442.2089696028 rows/sec., 156.74 MiB/sec. 2026.03.04 04:43:18.993830 [ 261 ] {0dfb17cf-1ab0-4c3a-9534-7336c6d90532} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:18.993870 [ 261 ] {0dfb17cf-1ab0-4c3a-9534-7336c6d90532} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:18.994023 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_176_35} MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) 2026.03.04 04:43:18.994207 [ 261 ] {0dfb17cf-1ab0-4c3a-9534-7336c6d90532} MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) 2026.03.04 04:43:18.994313 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_176_35} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:18.994401 [ 196 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_176_35} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 2026.03.04 04:43:18.994464 [ 261 ] {0dfb17cf-1ab0-4c3a-9534-7336c6d90532} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:18.994474 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. 2026.03.04 04:43:18.994580 [ 97 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 2026.03.04 04:43:18.994611 [ 97 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:18.994625 [ 261 ] {0dfb17cf-1ab0-4c3a-9534-7336c6d90532} executeQuery: Read 123 rows, 9.77 KiB in 0.001288 sec., 95496.89440993789 rows/sec., 7.41 MiB/sec. 2026.03.04 04:43:18.994628 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:18.994668 [ 261 ] {0dfb17cf-1ab0-4c3a-9534-7336c6d90532} TCPHandler: Processed in 0.001460248 sec. 2026.03.04 04:43:18.994750 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_176_35} MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full 2026.03.04 04:43:18.994785 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:18.994883 [ 261 ] {cbe4b5cf-4654-413a-81ba-143b3174ba4a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:43:18.994895 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_176_35} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:43:18.994926 [ 261 ] {cbe4b5cf-4654-413a-81ba-143b3174ba4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:43:18.994938 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_1_171_34, total 1759 rows starting from the beginning of the part 2026.03.04 04:43:18.995018 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 132 rows starting from the beginning of the part 2026.03.04 04:43:18.995067 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 86 rows starting from the beginning of the part 2026.03.04 04:43:18.995111 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 161 rows starting from the beginning of the part 2026.03.04 04:43:18.995147 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 86 rows starting from the beginning of the part 2026.03.04 04:43:18.995186 [ 199 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 123 rows starting from the beginning of the part 2026.03.04 04:43:18.995339 [ 261 ] {cbe4b5cf-4654-413a-81ba-143b3174ba4a} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:18.995380 [ 261 ] {cbe4b5cf-4654-413a-81ba-143b3174ba4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:18.995723 [ 261 ] {cbe4b5cf-4654-413a-81ba-143b3174ba4a} MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) 2026.03.04 04:43:18.995947 [ 261 ] {cbe4b5cf-4654-413a-81ba-143b3174ba4a} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:18.996055 [ 97 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 2 parts from all_1_171_45 to all_172_172_0 2026.03.04 04:43:18.996078 [ 261 ] {cbe4b5cf-4654-413a-81ba-143b3174ba4a} executeQuery: Read 161 rows, 11.47 KiB in 0.001212 sec., 132838.28382838285 rows/sec., 9.24 MiB/sec. 2026.03.04 04:43:18.996083 [ 97 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:18.996110 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:18.996116 [ 261 ] {cbe4b5cf-4654-413a-81ba-143b3174ba4a} TCPHandler: Processed in 0.001378747 sec. 2026.03.04 04:43:18.996174 [ 196 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_172_46} MergeTask::PrepareStage: Merging 2 parts: from all_1_171_45 to all_172_172_0 into Compact with storage Full 2026.03.04 04:43:18.996227 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:18.996258 [ 196 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_172_46} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:43:18.996288 [ 196 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_172_46} MergeTreeSequentialSource: Reading 8 marks from part all_1_171_45, total 56467 rows starting from the beginning of the part 2026.03.04 04:43:18.996324 [ 261 ] {98577d68-6024-49fc-af77-ed638b30dbad} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:43:18.996335 [ 196 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_172_46} MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 161 rows starting from the beginning of the part 2026.03.04 04:43:18.996354 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_176_35} MergeTask::MergeProjectionsStage: Merge sorted 2347 rows, containing 5 columns (5 merged, 0 gathered) in 0.001656002 sec., 1417268.8197236478 rows/sec., 108.02 MiB/sec. 2026.03.04 04:43:18.996385 [ 261 ] {98577d68-6024-49fc-af77-ed638b30dbad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:43:18.996625 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_176_35} MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) 2026.03.04 04:43:18.996966 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_176_35} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:18.997064 [ 198 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_176_35} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 2026.03.04 04:43:18.997163 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.03.04 04:43:18.997268 [ 261 ] {98577d68-6024-49fc-af77-ed638b30dbad} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:18.997309 [ 261 ] {98577d68-6024-49fc-af77-ed638b30dbad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:18.997886 [ 261 ] {98577d68-6024-49fc-af77-ed638b30dbad} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2026.03.04 04:43:18.998112 [ 261 ] {98577d68-6024-49fc-af77-ed638b30dbad} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:18.998249 [ 261 ] {98577d68-6024-49fc-af77-ed638b30dbad} executeQuery: Read 52 rows, 95.42 KiB in 0.001943 sec., 26762.73803396809 rows/sec., 47.96 MiB/sec. 2026.03.04 04:43:18.998304 [ 261 ] {98577d68-6024-49fc-af77-ed638b30dbad} TCPHandler: Processed in 0.002124641 sec. 2026.03.04 04:43:18.998417 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:18.998509 [ 261 ] {1fa7410d-1f55-4e6c-b52a-2b9f5e642487} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:43:18.998550 [ 261 ] {1fa7410d-1f55-4e6c-b52a-2b9f5e642487} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:43:18.998883 [ 261 ] {1fa7410d-1f55-4e6c-b52a-2b9f5e642487} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:18.998916 [ 261 ] {1fa7410d-1f55-4e6c-b52a-2b9f5e642487} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:18.999217 [ 261 ] {1fa7410d-1f55-4e6c-b52a-2b9f5e642487} MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) 2026.03.04 04:43:18.999420 [ 261 ] {1fa7410d-1f55-4e6c-b52a-2b9f5e642487} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:18.999521 [ 97 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 2026.03.04 04:43:18.999544 [ 97 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:18.999546 [ 261 ] {1fa7410d-1f55-4e6c-b52a-2b9f5e642487} executeQuery: Read 60 rows, 4.14 KiB in 0.001055 sec., 56872.037914691944 rows/sec., 3.83 MiB/sec. 2026.03.04 04:43:18.999561 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:18.999587 [ 261 ] {1fa7410d-1f55-4e6c-b52a-2b9f5e642487} TCPHandler: Processed in 0.001218424 sec. 2026.03.04 04:43:18.999632 [ 199 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_176_35} MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full 2026.03.04 04:43:18.999730 [ 199 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_176_35} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:43:18.999755 [ 199 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_176_35} MergeTreeSequentialSource: Reading 3 marks from part all_1_171_34, total 9300 rows starting from the beginning of the part 2026.03.04 04:43:18.999797 [ 199 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 60 rows starting from the beginning of the part 2026.03.04 04:43:18.999831 [ 199 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 60 rows starting from the beginning of the part 2026.03.04 04:43:18.999860 [ 199 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 60 rows starting from the beginning of the part 2026.03.04 04:43:18.999890 [ 199 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 60 rows starting from the beginning of the part 2026.03.04 04:43:18.999921 [ 199 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 60 rows starting from the beginning of the part 2026.03.04 04:43:19.000163 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 432.11 MiB, peak 440.21 MiB, free memory in arenas 0.00 B, will set to 424.18 MiB (RSS), difference: -7.92 MiB 2026.03.04 04:43:19.002802 [ 191 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_176_35} MergeTask::MergeProjectionsStage: Merge sorted 9600 rows, containing 4 columns (4 merged, 0 gathered) in 0.003196081 sec., 3003678.5675957524 rows/sec., 200.09 MiB/sec. 2026.03.04 04:43:19.003025 [ 191 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_176_35} MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) 2026.03.04 04:43:19.003320 [ 191 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_176_35} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:19.003414 [ 191 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_176_35} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 2026.03.04 04:43:19.003494 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.97 MiB. 2026.03.04 04:43:19.005309 [ 198 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_172_46} MergeTask::MergeProjectionsStage: Merge sorted 56628 rows, containing 5 columns (5 merged, 0 gathered) in 0.009158877 sec., 6182854.076979089 rows/sec., 407.64 MiB/sec. 2026.03.04 04:43:19.005929 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_172_46} MergedBlockOutputStream: filled checksums all_1_172_46 (state Temporary) 2026.03.04 04:43:19.006173 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_172_46} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_172_46 to all_1_172_46 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:19.006237 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_172_46} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 2 parts: [all_1_171_45, all_172_172_0] -> all_1_172_46 2026.03.04 04:43:19.006303 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2026.03.04 04:43:19.270039 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:19.270229 [ 261 ] {a18be07d-43f6-46fa-90cf-f42ca1a91751} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:43:19.270306 [ 261 ] {a18be07d-43f6-46fa-90cf-f42ca1a91751} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:43:19.271000 [ 261 ] {a18be07d-43f6-46fa-90cf-f42ca1a91751} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:19.271050 [ 261 ] {a18be07d-43f6-46fa-90cf-f42ca1a91751} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:19.271449 [ 261 ] {a18be07d-43f6-46fa-90cf-f42ca1a91751} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.03.04 04:43:19.271683 [ 261 ] {a18be07d-43f6-46fa-90cf-f42ca1a91751} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:19.271822 [ 97 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d) (MergerMutator): Selected 6 parts from all_1_51_12 to all_56_56_0 2026.03.04 04:43:19.271854 [ 261 ] {a18be07d-43f6-46fa-90cf-f42ca1a91751} executeQuery: Read 4 rows, 334.00 B in 0.001677 sec., 2385.211687537269 rows/sec., 194.50 KiB/sec. 2026.03.04 04:43:19.271855 [ 97 ] {} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:19.271885 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:19.271910 [ 261 ] {a18be07d-43f6-46fa-90cf-f42ca1a91751} TCPHandler: Processed in 0.002011149 sec. 2026.03.04 04:43:19.272017 [ 191 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_56_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_12 to all_56_56_0 into Compact with storage Full 2026.03.04 04:43:19.272045 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:19.272158 [ 261 ] {60de4958-9216-4426-8939-72d7af09c7f8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:43:19.272168 [ 191 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_56_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:43:19.272209 [ 261 ] {60de4958-9216-4426-8939-72d7af09c7f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:43:19.272216 [ 191 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_56_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_12, total 25 rows starting from the beginning of the part 2026.03.04 04:43:19.272308 [ 191 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_56_13} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 2 rows starting from the beginning of the part 2026.03.04 04:43:19.272362 [ 191 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_56_13} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 3 rows starting from the beginning of the part 2026.03.04 04:43:19.272414 [ 191 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_56_13} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 2 rows starting from the beginning of the part 2026.03.04 04:43:19.272461 [ 191 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_56_13} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 1 rows starting from the beginning of the part 2026.03.04 04:43:19.272509 [ 191 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_56_13} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 4 rows starting from the beginning of the part 2026.03.04 04:43:19.273377 [ 198 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_56_13} MergeTask::MergeProjectionsStage: Merge sorted 37 rows, containing 5 columns (5 merged, 0 gathered) in 0.001423718 sec., 25988.292625365415 rows/sec., 2.12 MiB/sec. 2026.03.04 04:43:19.273570 [ 194 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_56_13} MergedBlockOutputStream: filled checksums all_1_56_13 (state Temporary) 2026.03.04 04:43:19.273688 [ 261 ] {60de4958-9216-4426-8939-72d7af09c7f8} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:19.273733 [ 261 ] {60de4958-9216-4426-8939-72d7af09c7f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:19.273906 [ 194 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_56_13} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_merge_all_1_56_13 to all_1_56_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:19.274015 [ 194 ] {4e247507-c045-473e-803e-da401d99cc2d::all_1_56_13} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d) (MergerMutator): Merged 6 parts: [all_1_51_12, all_56_56_0] -> all_1_56_13 2026.03.04 04:43:19.274137 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.04 04:43:19.274228 [ 261 ] {60de4958-9216-4426-8939-72d7af09c7f8} MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) 2026.03.04 04:43:19.274470 [ 261 ] {60de4958-9216-4426-8939-72d7af09c7f8} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:19.274626 [ 261 ] {60de4958-9216-4426-8939-72d7af09c7f8} executeQuery: Read 1967 rows, 151.04 KiB in 0.002492 sec., 789325.8426966292 rows/sec., 59.19 MiB/sec. 2026.03.04 04:43:19.274668 [ 261 ] {60de4958-9216-4426-8939-72d7af09c7f8} TCPHandler: Processed in 0.002675912 sec. 2026.03.04 04:43:19.274783 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:19.274882 [ 261 ] {78b0fc18-3215-43cc-9327-a62ee67c0dcc} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:43:19.274928 [ 261 ] {78b0fc18-3215-43cc-9327-a62ee67c0dcc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:43:19.275355 [ 261 ] {78b0fc18-3215-43cc-9327-a62ee67c0dcc} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:19.275391 [ 261 ] {78b0fc18-3215-43cc-9327-a62ee67c0dcc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:19.275707 [ 261 ] {78b0fc18-3215-43cc-9327-a62ee67c0dcc} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2026.03.04 04:43:19.275919 [ 261 ] {78b0fc18-3215-43cc-9327-a62ee67c0dcc} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:19.276030 [ 97 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2026.03.04 04:43:19.276056 [ 261 ] {78b0fc18-3215-43cc-9327-a62ee67c0dcc} executeQuery: Read 27 rows, 2.01 KiB in 0.001195 sec., 22594.142259414224 rows/sec., 1.64 MiB/sec. 2026.03.04 04:43:19.276056 [ 97 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:19.276086 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:19.276097 [ 261 ] {78b0fc18-3215-43cc-9327-a62ee67c0dcc} TCPHandler: Processed in 0.001364806 sec. 2026.03.04 04:43:19.276160 [ 191 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2026.03.04 04:43:19.276213 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:19.276273 [ 191 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:43:19.276314 [ 191 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 254 rows starting from the beginning of the part 2026.03.04 04:43:19.276314 [ 261 ] {ab84f88c-2e82-4297-9c8f-497416c467a2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:43:19.276372 [ 191 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 10 rows starting from the beginning of the part 2026.03.04 04:43:19.276378 [ 261 ] {ab84f88c-2e82-4297-9c8f-497416c467a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:43:19.276421 [ 191 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 67 rows starting from the beginning of the part 2026.03.04 04:43:19.276462 [ 191 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 10 rows starting from the beginning of the part 2026.03.04 04:43:19.276502 [ 191 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 53 rows starting from the beginning of the part 2026.03.04 04:43:19.276541 [ 191 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 27 rows starting from the beginning of the part 2026.03.04 04:43:19.277076 [ 261 ] {ab84f88c-2e82-4297-9c8f-497416c467a2} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:19.277117 [ 261 ] {ab84f88c-2e82-4297-9c8f-497416c467a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:19.277274 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 421 rows, containing 5 columns (5 merged, 0 gathered) in 0.001148732 sec., 366491.0527433727 rows/sec., 26.37 MiB/sec. 2026.03.04 04:43:19.277424 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2026.03.04 04:43:19.277491 [ 261 ] {ab84f88c-2e82-4297-9c8f-497416c467a2} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2026.03.04 04:43:19.277786 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_151_30} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:19.277798 [ 261 ] {ab84f88c-2e82-4297-9c8f-497416c467a2} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:19.277894 [ 198 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_151_30} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2026.03.04 04:43:19.277984 [ 261 ] {ab84f88c-2e82-4297-9c8f-497416c467a2} executeQuery: Read 709 rows, 42.36 KiB in 0.001689 sec., 419775.0148016578 rows/sec., 24.49 MiB/sec. 2026.03.04 04:43:19.277987 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.04 04:43:19.278038 [ 261 ] {ab84f88c-2e82-4297-9c8f-497416c467a2} TCPHandler: Processed in 0.001878476 sec. 2026.03.04 04:43:19.278162 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:19.278259 [ 261 ] {2d0539c7-5673-40a8-bf82-94d614f4ad40} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.04 04:43:19.278299 [ 261 ] {2d0539c7-5673-40a8-bf82-94d614f4ad40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.04 04:43:19.278697 [ 261 ] {2d0539c7-5673-40a8-bf82-94d614f4ad40} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:19.278733 [ 261 ] {2d0539c7-5673-40a8-bf82-94d614f4ad40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:19.279054 [ 261 ] {2d0539c7-5673-40a8-bf82-94d614f4ad40} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.03.04 04:43:19.279264 [ 261 ] {2d0539c7-5673-40a8-bf82-94d614f4ad40} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:19.279393 [ 261 ] {2d0539c7-5673-40a8-bf82-94d614f4ad40} executeQuery: Read 1 rows, 72.00 B in 0.001153 sec., 867.3026886383349 rows/sec., 60.98 KiB/sec. 2026.03.04 04:43:19.279433 [ 261 ] {2d0539c7-5673-40a8-bf82-94d614f4ad40} TCPHandler: Processed in 0.001322416 sec. 2026.03.04 04:43:19.279544 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:19.279641 [ 261 ] {7f2bc84a-3cbe-44bf-b7f9-0198786d7d4a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:43:19.279681 [ 261 ] {7f2bc84a-3cbe-44bf-b7f9-0198786d7d4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:43:19.280431 [ 261 ] {7f2bc84a-3cbe-44bf-b7f9-0198786d7d4a} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:19.280466 [ 261 ] {7f2bc84a-3cbe-44bf-b7f9-0198786d7d4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:19.280816 [ 261 ] {7f2bc84a-3cbe-44bf-b7f9-0198786d7d4a} MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) 2026.03.04 04:43:19.281021 [ 261 ] {7f2bc84a-3cbe-44bf-b7f9-0198786d7d4a} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:19.281151 [ 261 ] {7f2bc84a-3cbe-44bf-b7f9-0198786d7d4a} executeQuery: Read 1027 rows, 72.51 KiB in 0.001529 sec., 671680.837148463 rows/sec., 46.31 MiB/sec. 2026.03.04 04:43:19.281191 [ 261 ] {7f2bc84a-3cbe-44bf-b7f9-0198786d7d4a} TCPHandler: Processed in 0.001698683 sec. 2026.03.04 04:43:19.281304 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:19.281400 [ 261 ] {1b8ba3de-1ed6-482d-be05-624acda4d0ff} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:43:19.281445 [ 261 ] {1b8ba3de-1ed6-482d-be05-624acda4d0ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:43:19.282085 [ 261 ] {1b8ba3de-1ed6-482d-be05-624acda4d0ff} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:19.282119 [ 261 ] {1b8ba3de-1ed6-482d-be05-624acda4d0ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:19.282517 [ 261 ] {1b8ba3de-1ed6-482d-be05-624acda4d0ff} MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) 2026.03.04 04:43:19.282723 [ 261 ] {1b8ba3de-1ed6-482d-be05-624acda4d0ff} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:19.282831 [ 97 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_172_46 to all_177_177_0 2026.03.04 04:43:19.282855 [ 261 ] {1b8ba3de-1ed6-482d-be05-624acda4d0ff} executeQuery: Read 1219 rows, 78.06 KiB in 0.001472 sec., 828125 rows/sec., 51.79 MiB/sec. 2026.03.04 04:43:19.282858 [ 97 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:19.282884 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:19.282893 [ 261 ] {1b8ba3de-1ed6-482d-be05-624acda4d0ff} TCPHandler: Processed in 0.001639432 sec. 2026.03.04 04:43:19.282971 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_177_47} MergeTask::PrepareStage: Merging 6 parts: from all_1_172_46 to all_177_177_0 into Compact with storage Full 2026.03.04 04:43:19.283007 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:19.283102 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_177_47} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:43:19.283108 [ 261 ] {1c4279aa-fe87-4dd7-867f-6eb9fb872c35} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.04 04:43:19.283148 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_177_47} MergeTreeSequentialSource: Reading 8 marks from part all_1_172_46, total 56628 rows starting from the beginning of the part 2026.03.04 04:43:19.283167 [ 261 ] {1c4279aa-fe87-4dd7-867f-6eb9fb872c35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.04 04:43:19.283228 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_177_47} MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 162 rows starting from the beginning of the part 2026.03.04 04:43:19.283289 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_177_47} MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 198 rows starting from the beginning of the part 2026.03.04 04:43:19.283338 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_177_47} MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 162 rows starting from the beginning of the part 2026.03.04 04:43:19.283388 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_177_47} MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 161 rows starting from the beginning of the part 2026.03.04 04:43:19.283436 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_177_47} MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 1219 rows starting from the beginning of the part 2026.03.04 04:43:19.283490 [ 261 ] {1c4279aa-fe87-4dd7-867f-6eb9fb872c35} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:19.283530 [ 261 ] {1c4279aa-fe87-4dd7-867f-6eb9fb872c35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:19.283860 [ 261 ] {1c4279aa-fe87-4dd7-867f-6eb9fb872c35} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.03.04 04:43:19.284078 [ 261 ] {1c4279aa-fe87-4dd7-867f-6eb9fb872c35} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:19.284216 [ 261 ] {1c4279aa-fe87-4dd7-867f-6eb9fb872c35} executeQuery: Read 1 rows, 65.00 B in 0.001126 sec., 888.0994671403197 rows/sec., 56.37 KiB/sec. 2026.03.04 04:43:19.284255 [ 261 ] {1c4279aa-fe87-4dd7-867f-6eb9fb872c35} TCPHandler: Processed in 0.001299105 sec. 2026.03.04 04:43:19.284361 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:19.284455 [ 261 ] {fa35319a-4f3c-413e-9fb8-569dd56fda36} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:43:19.284509 [ 261 ] {fa35319a-4f3c-413e-9fb8-569dd56fda36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:43:19.285343 [ 261 ] {fa35319a-4f3c-413e-9fb8-569dd56fda36} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:19.285381 [ 261 ] {fa35319a-4f3c-413e-9fb8-569dd56fda36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:19.285919 [ 261 ] {fa35319a-4f3c-413e-9fb8-569dd56fda36} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2026.03.04 04:43:19.286146 [ 261 ] {fa35319a-4f3c-413e-9fb8-569dd56fda36} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:19.286294 [ 261 ] {fa35319a-4f3c-413e-9fb8-569dd56fda36} executeQuery: Read 23 rows, 42.20 KiB in 0.001855 sec., 12398.921832884096 rows/sec., 22.22 MiB/sec. 2026.03.04 04:43:19.286430 [ 261 ] {fa35319a-4f3c-413e-9fb8-569dd56fda36} TCPHandler: Processed in 0.002117001 sec. 2026.03.04 04:43:19.286587 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:19.286704 [ 261 ] {fa1fb79e-20f4-4c42-8544-25c99bc76a38} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:43:19.286754 [ 261 ] {fa1fb79e-20f4-4c42-8544-25c99bc76a38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:43:19.287149 [ 261 ] {fa1fb79e-20f4-4c42-8544-25c99bc76a38} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:19.287185 [ 261 ] {fa1fb79e-20f4-4c42-8544-25c99bc76a38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.46 GiB. 2026.03.04 04:43:19.287499 [ 261 ] {fa1fb79e-20f4-4c42-8544-25c99bc76a38} MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) 2026.03.04 04:43:19.287724 [ 261 ] {fa1fb79e-20f4-4c42-8544-25c99bc76a38} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:19.287857 [ 261 ] {fa1fb79e-20f4-4c42-8544-25c99bc76a38} executeQuery: Read 12 rows, 848.00 B in 0.001178 sec., 10186.757215619695 rows/sec., 702.99 KiB/sec. 2026.03.04 04:43:19.287894 [ 261 ] {fa1fb79e-20f4-4c42-8544-25c99bc76a38} TCPHandler: Processed in 0.001366577 sec. 2026.03.04 04:43:19.293611 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_177_47} MergeTask::MergeProjectionsStage: Merge sorted 58530 rows, containing 5 columns (5 merged, 0 gathered) in 0.010674926 sec., 5482941.98948077 rows/sec., 361.38 MiB/sec. 2026.03.04 04:43:19.293988 [ 193 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_177_47} MergedBlockOutputStream: filled checksums all_1_177_47 (state Temporary) 2026.03.04 04:43:19.294282 [ 193 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_177_47} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_177_47 to all_1_177_47 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:19.294350 [ 193 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_177_47} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_172_46, all_177_177_0] -> all_1_177_47 2026.03.04 04:43:19.294445 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB. 2026.03.04 04:43:20.000214 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 417.69 MiB, peak 440.21 MiB, free memory in arenas 0.00 B, will set to 424.19 MiB (RSS), difference: 6.50 MiB 2026.03.04 04:43:20.996179 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 783 2026.03.04 04:43:21.014741 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:21.014795 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:21.021283 [ 244 ] {} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2026.03.04 04:43:21.021977 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:21.025217 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 783 2026.03.04 04:43:23.334632 [ 220 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2026.03.04 04:43:23.334706 [ 220 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2026.03.04 04:43:23.339293 [ 220 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2026.03.04 04:43:23.453498 [ 217 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2026.03.04 04:43:23.453595 [ 217 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2026.03.04 04:43:23.456856 [ 217 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2026.03.04 04:43:23.542147 [ 220 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2026.03.04 04:43:23.542186 [ 220 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2026.03.04 04:43:23.545688 [ 220 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2026.03.04 04:43:23.983957 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:23.984128 [ 261 ] {8edf8283-0cef-4118-9a84-0bab32b8ea86} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:43:23.984195 [ 261 ] {8edf8283-0cef-4118-9a84-0bab32b8ea86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:43:23.984896 [ 261 ] {8edf8283-0cef-4118-9a84-0bab32b8ea86} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:23.984938 [ 261 ] {8edf8283-0cef-4118-9a84-0bab32b8ea86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:23.985318 [ 261 ] {8edf8283-0cef-4118-9a84-0bab32b8ea86} MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) 2026.03.04 04:43:23.985541 [ 261 ] {8edf8283-0cef-4118-9a84-0bab32b8ea86} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:23.985697 [ 261 ] {8edf8283-0cef-4118-9a84-0bab32b8ea86} executeQuery: Read 56 rows, 4.38 KiB in 0.001617 sec., 34632.034632034636 rows/sec., 2.64 MiB/sec. 2026.03.04 04:43:23.985749 [ 261 ] {8edf8283-0cef-4118-9a84-0bab32b8ea86} TCPHandler: Processed in 0.001921117 sec. 2026.03.04 04:43:23.985869 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:23.985972 [ 261 ] {4ee622bb-9310-447c-9695-c588be9b6eeb} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:43:23.986015 [ 261 ] {4ee622bb-9310-447c-9695-c588be9b6eeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:43:23.986450 [ 261 ] {4ee622bb-9310-447c-9695-c588be9b6eeb} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:23.986488 [ 261 ] {4ee622bb-9310-447c-9695-c588be9b6eeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:23.986788 [ 261 ] {4ee622bb-9310-447c-9695-c588be9b6eeb} MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) 2026.03.04 04:43:23.986991 [ 261 ] {4ee622bb-9310-447c-9695-c588be9b6eeb} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:23.987122 [ 261 ] {4ee622bb-9310-447c-9695-c588be9b6eeb} executeQuery: Read 64 rows, 5.12 KiB in 0.001173 sec., 54560.954816709294 rows/sec., 4.26 MiB/sec. 2026.03.04 04:43:23.987161 [ 261 ] {4ee622bb-9310-447c-9695-c588be9b6eeb} TCPHandler: Processed in 0.001343816 sec. 2026.03.04 04:43:23.987280 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:23.987380 [ 261 ] {64cbe446-60f4-46ac-9ec9-5609afb134ad} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:43:23.987424 [ 261 ] {64cbe446-60f4-46ac-9ec9-5609afb134ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:43:23.987815 [ 261 ] {64cbe446-60f4-46ac-9ec9-5609afb134ad} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:23.987852 [ 261 ] {64cbe446-60f4-46ac-9ec9-5609afb134ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:23.988168 [ 261 ] {64cbe446-60f4-46ac-9ec9-5609afb134ad} MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) 2026.03.04 04:43:23.988384 [ 261 ] {64cbe446-60f4-46ac-9ec9-5609afb134ad} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:23.988512 [ 261 ] {64cbe446-60f4-46ac-9ec9-5609afb134ad} executeQuery: Read 128 rows, 9.13 KiB in 0.001154 sec., 110918.54419410744 rows/sec., 7.73 MiB/sec. 2026.03.04 04:43:23.988550 [ 261 ] {64cbe446-60f4-46ac-9ec9-5609afb134ad} TCPHandler: Processed in 0.001318685 sec. 2026.03.04 04:43:23.988663 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:23.988759 [ 261 ] {705f86c5-7c45-4db3-a642-90302a2b8045} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:43:23.988799 [ 261 ] {705f86c5-7c45-4db3-a642-90302a2b8045} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:43:23.989133 [ 261 ] {705f86c5-7c45-4db3-a642-90302a2b8045} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:23.989169 [ 261 ] {705f86c5-7c45-4db3-a642-90302a2b8045} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:23.989470 [ 261 ] {705f86c5-7c45-4db3-a642-90302a2b8045} MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) 2026.03.04 04:43:23.989671 [ 261 ] {705f86c5-7c45-4db3-a642-90302a2b8045} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:23.989800 [ 261 ] {705f86c5-7c45-4db3-a642-90302a2b8045} executeQuery: Read 48 rows, 3.31 KiB in 0.00106 sec., 45283.01886792453 rows/sec., 3.05 MiB/sec. 2026.03.04 04:43:23.989836 [ 261 ] {705f86c5-7c45-4db3-a642-90302a2b8045} TCPHandler: Processed in 0.001222313 sec. 2026.03.04 04:43:23.989900 [ 223 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2026.03.04 04:43:23.989947 [ 223 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2026.03.04 04:43:23.993110 [ 223 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2026.03.04 04:43:25.668504 [ 225 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.03.04 04:43:25.668606 [ 225 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.03.04 04:43:25.672407 [ 225 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.03.04 04:43:25.779070 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 50396 2026.03.04 04:43:25.779550 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:25.779586 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:25.780038 [ 245 ] {} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.03.04 04:43:25.780252 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:25.780369 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 50396 2026.03.04 04:43:27.912622 [ 223 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.03.04 04:43:27.912666 [ 223 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.03.04 04:43:27.915546 [ 223 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2026.03.04 04:43:28.000181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 420.19 MiB, peak 440.21 MiB, free memory in arenas 0.00 B, will set to 424.19 MiB (RSS), difference: 4.00 MiB 2026.03.04 04:43:28.196954 [ 220 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.03.04 04:43:28.197015 [ 220 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.03.04 04:43:28.199799 [ 220 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.03.04 04:43:28.217324 [ 219 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:43:28.217372 [ 219 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:43:28.219289 [ 219 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2026.03.04 04:43:28.457162 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 2890 2026.03.04 04:43:28.460844 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:28.460927 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:28.462603 [ 243 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2026.03.04 04:43:28.462892 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:28.463298 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2890 2026.03.04 04:43:28.525328 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 791 2026.03.04 04:43:28.553107 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:28.553198 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:28.561909 [ 244 ] {} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2026.03.04 04:43:28.562634 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:28.566195 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 791 2026.03.04 04:43:28.989009 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:28.989237 [ 261 ] {58b56533-da04-4969-8af3-31bbee7b9603} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:43:28.989322 [ 261 ] {58b56533-da04-4969-8af3-31bbee7b9603} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:43:28.990110 [ 261 ] {58b56533-da04-4969-8af3-31bbee7b9603} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:28.990151 [ 261 ] {58b56533-da04-4969-8af3-31bbee7b9603} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:28.990536 [ 261 ] {58b56533-da04-4969-8af3-31bbee7b9603} MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary) 2026.03.04 04:43:28.990766 [ 261 ] {58b56533-da04-4969-8af3-31bbee7b9603} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:28.990912 [ 261 ] {58b56533-da04-4969-8af3-31bbee7b9603} executeQuery: Read 160 rows, 14.31 KiB in 0.001739 sec., 92006.90051753882 rows/sec., 8.04 MiB/sec. 2026.03.04 04:43:28.990955 [ 261 ] {58b56533-da04-4969-8af3-31bbee7b9603} TCPHandler: Processed in 0.00210381 sec. 2026.03.04 04:43:28.991088 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:28.991184 [ 261 ] {ccc71a95-b01c-46a7-a497-2d3aba20b8e4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:43:28.991225 [ 261 ] {ccc71a95-b01c-46a7-a497-2d3aba20b8e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:43:28.991668 [ 261 ] {ccc71a95-b01c-46a7-a497-2d3aba20b8e4} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:28.991705 [ 261 ] {ccc71a95-b01c-46a7-a497-2d3aba20b8e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:28.992002 [ 261 ] {ccc71a95-b01c-46a7-a497-2d3aba20b8e4} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2026.03.04 04:43:28.992213 [ 261 ] {ccc71a95-b01c-46a7-a497-2d3aba20b8e4} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:28.992344 [ 261 ] {ccc71a95-b01c-46a7-a497-2d3aba20b8e4} executeQuery: Read 52 rows, 3.91 KiB in 0.001178 sec., 44142.61460101868 rows/sec., 3.24 MiB/sec. 2026.03.04 04:43:28.992383 [ 261 ] {ccc71a95-b01c-46a7-a497-2d3aba20b8e4} TCPHandler: Processed in 0.001344396 sec. 2026.03.04 04:43:28.992495 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:28.992591 [ 261 ] {8453566f-8ac6-4b70-b87b-520972c8c407} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:43:28.992631 [ 261 ] {8453566f-8ac6-4b70-b87b-520972c8c407} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:43:28.993066 [ 261 ] {8453566f-8ac6-4b70-b87b-520972c8c407} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:28.993104 [ 261 ] {8453566f-8ac6-4b70-b87b-520972c8c407} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:28.993417 [ 261 ] {8453566f-8ac6-4b70-b87b-520972c8c407} MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary) 2026.03.04 04:43:28.993629 [ 261 ] {8453566f-8ac6-4b70-b87b-520972c8c407} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:28.993755 [ 261 ] {8453566f-8ac6-4b70-b87b-520972c8c407} executeQuery: Read 116 rows, 9.28 KiB in 0.001182 sec., 98138.74788494076 rows/sec., 7.67 MiB/sec. 2026.03.04 04:43:28.993795 [ 261 ] {8453566f-8ac6-4b70-b87b-520972c8c407} TCPHandler: Processed in 0.001347116 sec. 2026.03.04 04:43:28.993907 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:28.994002 [ 261 ] {fd9cb4b2-5ee8-4b46-8532-cc5e25d1db51} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:43:28.994045 [ 261 ] {fd9cb4b2-5ee8-4b46-8532-cc5e25d1db51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:43:28.994468 [ 261 ] {fd9cb4b2-5ee8-4b46-8532-cc5e25d1db51} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:28.994504 [ 261 ] {fd9cb4b2-5ee8-4b46-8532-cc5e25d1db51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:28.994830 [ 261 ] {fd9cb4b2-5ee8-4b46-8532-cc5e25d1db51} MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary) 2026.03.04 04:43:28.995040 [ 261 ] {fd9cb4b2-5ee8-4b46-8532-cc5e25d1db51} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:28.995167 [ 261 ] {fd9cb4b2-5ee8-4b46-8532-cc5e25d1db51} executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. 2026.03.04 04:43:28.995204 [ 261 ] {fd9cb4b2-5ee8-4b46-8532-cc5e25d1db51} TCPHandler: Processed in 0.001345516 sec. 2026.03.04 04:43:28.995314 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:28.995408 [ 261 ] {1fa95106-fae0-4358-a959-0d364c80ff53} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:43:28.995463 [ 261 ] {1fa95106-fae0-4358-a959-0d364c80ff53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:43:28.996387 [ 261 ] {1fa95106-fae0-4358-a959-0d364c80ff53} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:28.996424 [ 261 ] {1fa95106-fae0-4358-a959-0d364c80ff53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:28.996996 [ 261 ] {1fa95106-fae0-4358-a959-0d364c80ff53} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2026.03.04 04:43:28.997219 [ 261 ] {1fa95106-fae0-4358-a959-0d364c80ff53} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:28.997349 [ 54 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2026.03.04 04:43:28.997359 [ 261 ] {1fa95106-fae0-4358-a959-0d364c80ff53} executeQuery: Read 52 rows, 95.42 KiB in 0.001967 sec., 26436.197254702594 rows/sec., 47.37 MiB/sec. 2026.03.04 04:43:28.997416 [ 54 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:28.997441 [ 261 ] {1fa95106-fae0-4358-a959-0d364c80ff53} TCPHandler: Processed in 0.002175511 sec. 2026.03.04 04:43:28.997444 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:28.997566 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:28.997573 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2026.03.04 04:43:28.997669 [ 261 ] {4603248c-55df-4ac1-8e7e-b31f86e43060} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:43:28.997715 [ 261 ] {4603248c-55df-4ac1-8e7e-b31f86e43060} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:43:28.997834 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:43:28.997897 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 3339 rows starting from the beginning of the part 2026.03.04 04:43:28.998032 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 52 rows starting from the beginning of the part 2026.03.04 04:43:28.998072 [ 261 ] {4603248c-55df-4ac1-8e7e-b31f86e43060} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:28.998114 [ 261 ] {4603248c-55df-4ac1-8e7e-b31f86e43060} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:28.998143 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 8 rows starting from the beginning of the part 2026.03.04 04:43:28.998250 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 52 rows starting from the beginning of the part 2026.03.04 04:43:28.998347 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 23 rows starting from the beginning of the part 2026.03.04 04:43:28.998445 [ 194 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 52 rows starting from the beginning of the part 2026.03.04 04:43:28.998447 [ 261 ] {4603248c-55df-4ac1-8e7e-b31f86e43060} MergedBlockOutputStream: filled checksums all_179_179_0 (state Temporary) 2026.03.04 04:43:28.998680 [ 261 ] {4603248c-55df-4ac1-8e7e-b31f86e43060} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_179_179_0 to all_179_179_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:28.998816 [ 261 ] {4603248c-55df-4ac1-8e7e-b31f86e43060} executeQuery: Read 60 rows, 4.14 KiB in 0.001166 sec., 51457.975986277874 rows/sec., 3.47 MiB/sec. 2026.03.04 04:43:28.998854 [ 261 ] {4603248c-55df-4ac1-8e7e-b31f86e43060} TCPHandler: Processed in 0.001337256 sec. 2026.03.04 04:43:29.000184 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 437.88 MiB, peak 440.21 MiB, free memory in arenas 0.00 B, will set to 424.20 MiB (RSS), difference: -13.69 MiB 2026.03.04 04:43:29.008676 [ 200 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 3526 rows, containing 19 columns (19 merged, 0 gathered) in 0.011144355 sec., 316393.36686600524 rows/sec., 566.47 MiB/sec. 2026.03.04 04:43:29.011838 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2026.03.04 04:43:29.012175 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_151_30} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:29.012242 [ 197 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_151_30} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2026.03.04 04:43:29.012359 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 28.66 MiB. 2026.03.04 04:43:30.000296 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 411.51 MiB, peak 440.21 MiB, free memory in arenas 0.00 B, will set to 425.61 MiB (RSS), difference: 14.10 MiB 2026.03.04 04:43:33.030816 [ 85 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:43:33.030907 [ 85 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:43:33.280652 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 50908 2026.03.04 04:43:33.281475 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:33.281539 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:33.282307 [ 245 ] {} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.03.04 04:43:33.282531 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:33.282660 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 50908 2026.03.04 04:43:33.282677 [ 85 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.03.04 04:43:33.282726 [ 85 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:33.282748 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:33.282858 [ 193 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.03.04 04:43:33.282958 [ 193 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:43:33.283000 [ 193 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_106_21} MergeTreeSequentialSource: Reading 7 marks from part all_1_101_20, total 48476 rows starting from the beginning of the part 2026.03.04 04:43:33.283065 [ 193 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 512 rows starting from the beginning of the part 2026.03.04 04:43:33.283122 [ 193 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 448 rows starting from the beginning of the part 2026.03.04 04:43:33.283169 [ 193 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 512 rows starting from the beginning of the part 2026.03.04 04:43:33.283214 [ 193 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 448 rows starting from the beginning of the part 2026.03.04 04:43:33.283261 [ 193 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 512 rows starting from the beginning of the part 2026.03.04 04:43:33.285890 [ 193 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 50908 rows, containing 4 columns (4 merged, 0 gathered) in 0.00307495 sec., 16555716.353111433 rows/sec., 236.83 MiB/sec. 2026.03.04 04:43:33.286159 [ 193 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.03.04 04:43:33.286373 [ 193 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_106_21} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:33.286429 [ 193 ] {b029e10f-8e35-4f1a-8c0b-e8ca720af11a::all_1_106_21} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.03.04 04:43:33.286485 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.13 MiB. 2026.03.04 04:43:33.986499 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:33.986681 [ 261 ] {e9366029-4603-4872-97e8-1f52ce74f8d4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:43:33.986776 [ 261 ] {e9366029-4603-4872-97e8-1f52ce74f8d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:43:33.987728 [ 261 ] {e9366029-4603-4872-97e8-1f52ce74f8d4} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:33.987769 [ 261 ] {e9366029-4603-4872-97e8-1f52ce74f8d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:33.988151 [ 261 ] {e9366029-4603-4872-97e8-1f52ce74f8d4} MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary) 2026.03.04 04:43:33.988368 [ 261 ] {e9366029-4603-4872-97e8-1f52ce74f8d4} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:33.988514 [ 261 ] {e9366029-4603-4872-97e8-1f52ce74f8d4} executeQuery: Read 72 rows, 5.91 KiB in 0.001896 sec., 37974.6835443038 rows/sec., 3.05 MiB/sec. 2026.03.04 04:43:33.988557 [ 261 ] {e9366029-4603-4872-97e8-1f52ce74f8d4} TCPHandler: Processed in 0.002185672 sec. 2026.03.04 04:43:33.988682 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:33.988779 [ 261 ] {9126f888-b5cc-4a65-ab83-b7ab2a528300} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:43:33.988820 [ 261 ] {9126f888-b5cc-4a65-ab83-b7ab2a528300} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:43:33.989219 [ 261 ] {9126f888-b5cc-4a65-ab83-b7ab2a528300} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:33.989256 [ 261 ] {9126f888-b5cc-4a65-ab83-b7ab2a528300} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:33.989548 [ 261 ] {9126f888-b5cc-4a65-ab83-b7ab2a528300} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2026.03.04 04:43:33.989753 [ 261 ] {9126f888-b5cc-4a65-ab83-b7ab2a528300} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:33.989884 [ 261 ] {9126f888-b5cc-4a65-ab83-b7ab2a528300} executeQuery: Read 8 rows, 616.00 B in 0.001122 sec., 7130.124777183601 rows/sec., 536.15 KiB/sec. 2026.03.04 04:43:33.989924 [ 261 ] {9126f888-b5cc-4a65-ab83-b7ab2a528300} TCPHandler: Processed in 0.001291245 sec. 2026.03.04 04:43:33.990031 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:33.990126 [ 261 ] {bfb1f147-c120-4319-ba67-09244714f3c8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:43:33.990166 [ 261 ] {bfb1f147-c120-4319-ba67-09244714f3c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:43:33.990579 [ 261 ] {bfb1f147-c120-4319-ba67-09244714f3c8} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:33.990616 [ 261 ] {bfb1f147-c120-4319-ba67-09244714f3c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:33.990913 [ 261 ] {bfb1f147-c120-4319-ba67-09244714f3c8} MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary) 2026.03.04 04:43:33.991131 [ 261 ] {bfb1f147-c120-4319-ba67-09244714f3c8} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:33.991258 [ 261 ] {bfb1f147-c120-4319-ba67-09244714f3c8} executeQuery: Read 72 rows, 5.76 KiB in 0.001149 sec., 62663.185378590075 rows/sec., 4.89 MiB/sec. 2026.03.04 04:43:33.991303 [ 261 ] {bfb1f147-c120-4319-ba67-09244714f3c8} TCPHandler: Processed in 0.001319675 sec. 2026.03.04 04:43:33.991427 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:33.991536 [ 261 ] {39e8f852-c6d8-4106-af68-03f20bb54744} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:43:33.991588 [ 261 ] {39e8f852-c6d8-4106-af68-03f20bb54744} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:43:33.992015 [ 261 ] {39e8f852-c6d8-4106-af68-03f20bb54744} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:33.992049 [ 261 ] {39e8f852-c6d8-4106-af68-03f20bb54744} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:33.992379 [ 261 ] {39e8f852-c6d8-4106-af68-03f20bb54744} MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary) 2026.03.04 04:43:33.992588 [ 261 ] {39e8f852-c6d8-4106-af68-03f20bb54744} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:33.992718 [ 261 ] {39e8f852-c6d8-4106-af68-03f20bb54744} executeQuery: Read 160 rows, 11.41 KiB in 0.001206 sec., 132669.98341625207 rows/sec., 9.24 MiB/sec. 2026.03.04 04:43:33.992756 [ 261 ] {39e8f852-c6d8-4106-af68-03f20bb54744} TCPHandler: Processed in 0.001386496 sec. 2026.03.04 04:43:33.992858 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:33.992952 [ 261 ] {070c4534-f7c9-4f52-9485-52352446fa83} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:43:33.993008 [ 261 ] {070c4534-f7c9-4f52-9485-52352446fa83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:43:33.993776 [ 261 ] {070c4534-f7c9-4f52-9485-52352446fa83} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:33.993811 [ 261 ] {070c4534-f7c9-4f52-9485-52352446fa83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:33.994310 [ 261 ] {070c4534-f7c9-4f52-9485-52352446fa83} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2026.03.04 04:43:33.994532 [ 261 ] {070c4534-f7c9-4f52-9485-52352446fa83} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:33.994673 [ 261 ] {070c4534-f7c9-4f52-9485-52352446fa83} executeQuery: Read 8 rows, 14.68 KiB in 0.001738 sec., 4602.991944764097 rows/sec., 8.25 MiB/sec. 2026.03.04 04:43:33.994757 [ 261 ] {070c4534-f7c9-4f52-9485-52352446fa83} TCPHandler: Processed in 0.001945038 sec. 2026.03.04 04:43:33.994902 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:33.995018 [ 261 ] {519ea3b0-9739-482d-93ed-e34bf0ec419f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:43:33.995068 [ 261 ] {519ea3b0-9739-482d-93ed-e34bf0ec419f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:43:33.995462 [ 261 ] {519ea3b0-9739-482d-93ed-e34bf0ec419f} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:33.995504 [ 261 ] {519ea3b0-9739-482d-93ed-e34bf0ec419f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:33.995852 [ 261 ] {519ea3b0-9739-482d-93ed-e34bf0ec419f} MergedBlockOutputStream: filled checksums all_180_180_0 (state Temporary) 2026.03.04 04:43:33.996053 [ 261 ] {519ea3b0-9739-482d-93ed-e34bf0ec419f} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_180_180_0 to all_180_180_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:33.996186 [ 261 ] {519ea3b0-9739-482d-93ed-e34bf0ec419f} executeQuery: Read 60 rows, 4.14 KiB in 0.001192 sec., 50335.57046979866 rows/sec., 3.39 MiB/sec. 2026.03.04 04:43:33.996222 [ 261 ] {519ea3b0-9739-482d-93ed-e34bf0ec419f} TCPHandler: Processed in 0.001379866 sec. 2026.03.04 04:43:35.165929 [ 225 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.03.04 04:43:35.165991 [ 225 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.03.04 04:43:35.168400 [ 225 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2026.03.04 04:43:36.066530 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 799 2026.03.04 04:43:36.084601 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:36.084658 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:36.091063 [ 244 ] {} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2026.03.04 04:43:36.091775 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:36.092155 [ 83 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2026.03.04 04:43:36.092235 [ 83 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:36.092259 [ 83 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:36.092439 [ 189 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2026.03.04 04:43:36.095082 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 799 2026.03.04 04:43:36.096499 [ 189 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:43:36.098117 [ 189 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 761 rows starting from the beginning of the part 2026.03.04 04:43:36.103021 [ 189 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 7 rows starting from the beginning of the part 2026.03.04 04:43:36.107754 [ 189 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 8 rows starting from the beginning of the part 2026.03.04 04:43:36.112648 [ 189 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 7 rows starting from the beginning of the part 2026.03.04 04:43:36.117558 [ 189 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 8 rows starting from the beginning of the part 2026.03.04 04:43:36.122394 [ 189 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 8 rows starting from the beginning of the part 2026.03.04 04:43:36.183017 [ 186 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 799 rows, containing 679 columns (679 merged, 0 gathered) in 0.090636547 sec., 8815.42850479509 rows/sec., 45.58 MiB/sec. 2026.03.04 04:43:36.186497 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2026.03.04 04:43:36.188542 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_106_21} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:36.188639 [ 190 ] {3d885ef3-983a-4770-930b-2472f66adbdb::all_1_106_21} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2026.03.04 04:43:36.191590 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2026.03.04 04:43:37.000188 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 426.66 MiB, peak 444.10 MiB, free memory in arenas 0.00 B, will set to 425.61 MiB (RSS), difference: -1.06 MiB 2026.03.04 04:43:38.463677 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 2914 2026.03.04 04:43:38.466088 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:38.466134 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:38.467303 [ 243 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2026.03.04 04:43:38.467591 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:38.467872 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2914 2026.03.04 04:43:38.990065 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:38.990264 [ 261 ] {47a6d29a-f63b-48fe-8f56-cc43f12d4302} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:43:38.990333 [ 261 ] {47a6d29a-f63b-48fe-8f56-cc43f12d4302} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:43:38.991021 [ 261 ] {47a6d29a-f63b-48fe-8f56-cc43f12d4302} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:38.991061 [ 261 ] {47a6d29a-f63b-48fe-8f56-cc43f12d4302} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:38.991465 [ 261 ] {47a6d29a-f63b-48fe-8f56-cc43f12d4302} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.04 04:43:38.991687 [ 261 ] {47a6d29a-f63b-48fe-8f56-cc43f12d4302} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:38.991832 [ 261 ] {47a6d29a-f63b-48fe-8f56-cc43f12d4302} executeQuery: Read 24 rows, 2.04 KiB in 0.001624 sec., 14778.32512315271 rows/sec., 1.23 MiB/sec. 2026.03.04 04:43:38.991875 [ 261 ] {47a6d29a-f63b-48fe-8f56-cc43f12d4302} TCPHandler: Processed in 0.001948048 sec. 2026.03.04 04:43:38.991999 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:38.992095 [ 261 ] {362a1aab-8a0c-4283-b4f2-29446edd10e0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:43:38.992136 [ 261 ] {362a1aab-8a0c-4283-b4f2-29446edd10e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:43:38.992538 [ 261 ] {362a1aab-8a0c-4283-b4f2-29446edd10e0} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:38.992572 [ 261 ] {362a1aab-8a0c-4283-b4f2-29446edd10e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:38.992856 [ 261 ] {362a1aab-8a0c-4283-b4f2-29446edd10e0} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.03.04 04:43:38.993060 [ 261 ] {362a1aab-8a0c-4283-b4f2-29446edd10e0} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:38.993186 [ 261 ] {362a1aab-8a0c-4283-b4f2-29446edd10e0} executeQuery: Read 8 rows, 668.00 B in 0.00111 sec., 7207.207207207207 rows/sec., 587.70 KiB/sec. 2026.03.04 04:43:38.993223 [ 261 ] {362a1aab-8a0c-4283-b4f2-29446edd10e0} TCPHandler: Processed in 0.001274385 sec. 2026.03.04 04:43:38.993332 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:38.993427 [ 261 ] {cbdc2b3e-37f0-49a3-93c5-e28aa95af018} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:43:38.993466 [ 261 ] {cbdc2b3e-37f0-49a3-93c5-e28aa95af018} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:43:38.994002 [ 261 ] {cbdc2b3e-37f0-49a3-93c5-e28aa95af018} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:38.994037 [ 261 ] {cbdc2b3e-37f0-49a3-93c5-e28aa95af018} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:38.994358 [ 261 ] {cbdc2b3e-37f0-49a3-93c5-e28aa95af018} MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary) 2026.03.04 04:43:38.994564 [ 261 ] {cbdc2b3e-37f0-49a3-93c5-e28aa95af018} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:38.994673 [ 81 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Selected 6 parts from all_1_176_35 to all_181_181_0 2026.03.04 04:43:38.994688 [ 261 ] {cbdc2b3e-37f0-49a3-93c5-e28aa95af018} executeQuery: Read 284 rows, 26.04 KiB in 0.001279 sec., 222048.4753713839 rows/sec., 19.88 MiB/sec. 2026.03.04 04:43:38.994708 [ 81 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:38.994727 [ 261 ] {cbdc2b3e-37f0-49a3-93c5-e28aa95af018} TCPHandler: Processed in 0.001443428 sec. 2026.03.04 04:43:38.994728 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:38.994844 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:38.994859 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_181_36} MergeTask::PrepareStage: Merging 6 parts: from all_1_176_35 to all_181_181_0 into Compact with storage Full 2026.03.04 04:43:38.994938 [ 261 ] {d2160b1d-e03e-40d6-a801-0d3808455b54} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:43:38.994981 [ 261 ] {d2160b1d-e03e-40d6-a801-0d3808455b54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:43:38.995004 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_181_36} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:43:38.995047 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_1_176_35, total 2993 rows starting from the beginning of the part 2026.03.04 04:43:38.995120 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 1967 rows starting from the beginning of the part 2026.03.04 04:43:38.995173 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 56 rows starting from the beginning of the part 2026.03.04 04:43:38.995220 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 160 rows starting from the beginning of the part 2026.03.04 04:43:38.995263 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 72 rows starting from the beginning of the part 2026.03.04 04:43:38.995305 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 284 rows starting from the beginning of the part 2026.03.04 04:43:38.995389 [ 261 ] {d2160b1d-e03e-40d6-a801-0d3808455b54} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:38.995430 [ 261 ] {d2160b1d-e03e-40d6-a801-0d3808455b54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:38.995792 [ 261 ] {d2160b1d-e03e-40d6-a801-0d3808455b54} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2026.03.04 04:43:38.996010 [ 261 ] {d2160b1d-e03e-40d6-a801-0d3808455b54} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:38.996139 [ 261 ] {d2160b1d-e03e-40d6-a801-0d3808455b54} executeQuery: Read 72 rows, 5.43 KiB in 0.001218 sec., 59113.30049261084 rows/sec., 4.35 MiB/sec. 2026.03.04 04:43:38.996177 [ 261 ] {d2160b1d-e03e-40d6-a801-0d3808455b54} TCPHandler: Processed in 0.001383487 sec. 2026.03.04 04:43:38.996293 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:38.996387 [ 261 ] {ea505418-4029-4dd6-afa3-1dde342c6184} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:43:38.996425 [ 261 ] {ea505418-4029-4dd6-afa3-1dde342c6184} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:43:38.996817 [ 261 ] {ea505418-4029-4dd6-afa3-1dde342c6184} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:38.996852 [ 261 ] {ea505418-4029-4dd6-afa3-1dde342c6184} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:38.997139 [ 261 ] {ea505418-4029-4dd6-afa3-1dde342c6184} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2026.03.04 04:43:38.997346 [ 261 ] {ea505418-4029-4dd6-afa3-1dde342c6184} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:38.997396 [ 187 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_181_36} MergeTask::MergeProjectionsStage: Merge sorted 5532 rows, containing 5 columns (5 merged, 0 gathered) in 0.00259597 sec., 2130995.3504855605 rows/sec., 173.05 MiB/sec. 2026.03.04 04:43:38.997476 [ 261 ] {ea505418-4029-4dd6-afa3-1dde342c6184} executeQuery: Read 24 rows, 2.04 KiB in 0.001105 sec., 21719.457013574658 rows/sec., 1.80 MiB/sec. 2026.03.04 04:43:38.997519 [ 261 ] {ea505418-4029-4dd6-afa3-1dde342c6184} TCPHandler: Processed in 0.001274865 sec. 2026.03.04 04:43:38.997620 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:38.997682 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_181_36} MergedBlockOutputStream: filled checksums all_1_181_36 (state Temporary) 2026.03.04 04:43:38.997714 [ 261 ] {ed68e8a5-94a5-4989-bcb3-6326270878ff} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:43:38.997759 [ 261 ] {ed68e8a5-94a5-4989-bcb3-6326270878ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:43:38.997937 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_181_36} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_merge_all_1_181_36 to all_1_181_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:38.998012 [ 192 ] {fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce::all_1_181_36} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce) (MergerMutator): Merged 6 parts: [all_1_176_35, all_181_181_0] -> all_1_181_36 2026.03.04 04:43:38.998086 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. 2026.03.04 04:43:38.998152 [ 261 ] {ed68e8a5-94a5-4989-bcb3-6326270878ff} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:38.998193 [ 261 ] {ed68e8a5-94a5-4989-bcb3-6326270878ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:38.998481 [ 261 ] {ed68e8a5-94a5-4989-bcb3-6326270878ff} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.03.04 04:43:38.998684 [ 261 ] {ed68e8a5-94a5-4989-bcb3-6326270878ff} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:38.998811 [ 261 ] {ed68e8a5-94a5-4989-bcb3-6326270878ff} executeQuery: Read 12 rows, 960.00 B in 0.001114 sec., 10771.992818671455 rows/sec., 841.56 KiB/sec. 2026.03.04 04:43:38.998848 [ 261 ] {ed68e8a5-94a5-4989-bcb3-6326270878ff} TCPHandler: Processed in 0.001277864 sec. 2026.03.04 04:43:38.998949 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:38.999041 [ 261 ] {0da4a9a2-7fbe-4a78-8f65-9954a2bd08f2} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:43:38.999079 [ 261 ] {0da4a9a2-7fbe-4a78-8f65-9954a2bd08f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:43:38.999534 [ 261 ] {0da4a9a2-7fbe-4a78-8f65-9954a2bd08f2} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:38.999569 [ 261 ] {0da4a9a2-7fbe-4a78-8f65-9954a2bd08f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:38.999878 [ 261 ] {0da4a9a2-7fbe-4a78-8f65-9954a2bd08f2} MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary) 2026.03.04 04:43:39.000240 [ 261 ] {0da4a9a2-7fbe-4a78-8f65-9954a2bd08f2} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:39.000354 [ 81 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Selected 6 parts from all_1_176_35 to all_181_181_0 2026.03.04 04:43:39.000375 [ 261 ] {0da4a9a2-7fbe-4a78-8f65-9954a2bd08f2} executeQuery: Read 160 rows, 13.19 KiB in 0.001351 sec., 118430.79200592154 rows/sec., 9.53 MiB/sec. 2026.03.04 04:43:39.000381 [ 81 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:39.000405 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:39.000413 [ 261 ] {0da4a9a2-7fbe-4a78-8f65-9954a2bd08f2} TCPHandler: Processed in 0.001512669 sec. 2026.03.04 04:43:39.000475 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_181_36} MergeTask::PrepareStage: Merging 6 parts: from all_1_176_35 to all_181_181_0 into Compact with storage Full 2026.03.04 04:43:39.000519 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:39.000565 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_181_36} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:43:39.000594 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_1_176_35, total 1769 rows starting from the beginning of the part 2026.03.04 04:43:39.000620 [ 261 ] {9af04604-8160-4c5c-a91f-9ba97df69780} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:43:39.000651 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 1027 rows starting from the beginning of the part 2026.03.04 04:43:39.000665 [ 261 ] {9af04604-8160-4c5c-a91f-9ba97df69780} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:43:39.000697 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 64 rows starting from the beginning of the part 2026.03.04 04:43:39.000739 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 116 rows starting from the beginning of the part 2026.03.04 04:43:39.000781 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 72 rows starting from the beginning of the part 2026.03.04 04:43:39.000820 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 160 rows starting from the beginning of the part 2026.03.04 04:43:39.001079 [ 261 ] {9af04604-8160-4c5c-a91f-9ba97df69780} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:39.001116 [ 261 ] {9af04604-8160-4c5c-a91f-9ba97df69780} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:39.001461 [ 261 ] {9af04604-8160-4c5c-a91f-9ba97df69780} MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary) 2026.03.04 04:43:39.001668 [ 261 ] {9af04604-8160-4c5c-a91f-9ba97df69780} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:39.001804 [ 261 ] {9af04604-8160-4c5c-a91f-9ba97df69780} executeQuery: Read 200 rows, 14.68 KiB in 0.001203 sec., 166251.03906899417 rows/sec., 11.92 MiB/sec. 2026.03.04 04:43:39.001842 [ 261 ] {9af04604-8160-4c5c-a91f-9ba97df69780} TCPHandler: Processed in 0.001373116 sec. 2026.03.04 04:43:39.001956 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:39.002051 [ 261 ] {300be6ba-9d9d-4b5f-aebf-7ed683a45bd4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:43:39.002106 [ 261 ] {300be6ba-9d9d-4b5f-aebf-7ed683a45bd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:43:39.002140 [ 187 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_181_36} MergeTask::MergeProjectionsStage: Merge sorted 3208 rows, containing 5 columns (5 merged, 0 gathered) in 0.001700223 sec., 1886811.3182800137 rows/sec., 141.41 MiB/sec. 2026.03.04 04:43:39.002335 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_181_36} MergedBlockOutputStream: filled checksums all_1_181_36 (state Temporary) 2026.03.04 04:43:39.002574 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_181_36} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_merge_all_1_181_36 to all_1_181_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:39.002634 [ 201 ] {17f48ed9-9b0a-408c-8ecf-07a140e24752::all_1_181_36} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752) (MergerMutator): Merged 6 parts: [all_1_176_35, all_181_181_0] -> all_1_181_36 2026.03.04 04:43:39.002693 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.03.04 04:43:39.002984 [ 261 ] {300be6ba-9d9d-4b5f-aebf-7ed683a45bd4} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:39.003020 [ 261 ] {300be6ba-9d9d-4b5f-aebf-7ed683a45bd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:39.003581 [ 261 ] {300be6ba-9d9d-4b5f-aebf-7ed683a45bd4} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2026.03.04 04:43:39.003806 [ 261 ] {300be6ba-9d9d-4b5f-aebf-7ed683a45bd4} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:39.003944 [ 261 ] {300be6ba-9d9d-4b5f-aebf-7ed683a45bd4} executeQuery: Read 52 rows, 95.42 KiB in 0.001911 sec., 27210.884353741498 rows/sec., 48.76 MiB/sec. 2026.03.04 04:43:39.004017 [ 261 ] {300be6ba-9d9d-4b5f-aebf-7ed683a45bd4} TCPHandler: Processed in 0.002110341 sec. 2026.03.04 04:43:39.004133 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:39.004227 [ 261 ] {4b802fca-7922-42c6-b9c8-e484105d7282} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:43:39.004268 [ 261 ] {4b802fca-7922-42c6-b9c8-e484105d7282} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:43:39.004609 [ 261 ] {4b802fca-7922-42c6-b9c8-e484105d7282} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:39.004644 [ 261 ] {4b802fca-7922-42c6-b9c8-e484105d7282} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:39.004946 [ 261 ] {4b802fca-7922-42c6-b9c8-e484105d7282} MergedBlockOutputStream: filled checksums all_181_181_0 (state Temporary) 2026.03.04 04:43:39.005150 [ 261 ] {4b802fca-7922-42c6-b9c8-e484105d7282} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_181_181_0 to all_181_181_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:39.005278 [ 261 ] {4b802fca-7922-42c6-b9c8-e484105d7282} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2026.03.04 04:43:39.005297 [ 78 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Selected 6 parts from all_1_176_35 to all_181_181_0 2026.03.04 04:43:39.005314 [ 261 ] {4b802fca-7922-42c6-b9c8-e484105d7282} TCPHandler: Processed in 0.001231244 sec. 2026.03.04 04:43:39.005360 [ 78 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:39.005385 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:39.005486 [ 195 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_181_36} MergeTask::PrepareStage: Merging 6 parts: from all_1_176_35 to all_181_181_0 into Compact with storage Full 2026.03.04 04:43:39.005618 [ 195 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_181_36} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:43:39.005654 [ 195 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_181_36} MergeTreeSequentialSource: Reading 3 marks from part all_1_176_35, total 9600 rows starting from the beginning of the part 2026.03.04 04:43:39.005725 [ 195 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_177_177_0, total 12 rows starting from the beginning of the part 2026.03.04 04:43:39.005775 [ 195 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 48 rows starting from the beginning of the part 2026.03.04 04:43:39.005818 [ 195 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 60 rows starting from the beginning of the part 2026.03.04 04:43:39.005854 [ 195 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 60 rows starting from the beginning of the part 2026.03.04 04:43:39.005892 [ 195 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_181_36} MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 60 rows starting from the beginning of the part 2026.03.04 04:43:39.008411 [ 201 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_181_36} MergeTask::MergeProjectionsStage: Merge sorted 9840 rows, containing 4 columns (4 merged, 0 gathered) in 0.002972868 sec., 3309935.0526158577 rows/sec., 220.55 MiB/sec. 2026.03.04 04:43:39.008674 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_181_36} MergedBlockOutputStream: filled checksums all_1_181_36 (state Temporary) 2026.03.04 04:43:39.008958 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_181_36} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_merge_all_1_181_36 to all_1_181_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:39.009038 [ 187 ] {55fe5691-5a38-49f3-bc44-c8ec05b117c7::all_1_181_36} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7) (MergerMutator): Merged 6 parts: [all_1_176_35, all_181_181_0] -> all_1_181_36 2026.03.04 04:43:39.009117 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.01 MiB. 2026.03.04 04:43:40.782838 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 51356 2026.03.04 04:43:40.783665 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:40.783734 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:40.784287 [ 245 ] {} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.03.04 04:43:40.784520 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:40.784648 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 51356 2026.03.04 04:43:43.596074 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 806 2026.03.04 04:43:43.615323 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:43.615374 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:43.621724 [ 244 ] {} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2026.03.04 04:43:43.622465 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:43.625592 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 806 2026.03.04 04:43:43.986020 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:43.986200 [ 261 ] {198e2a6e-eb75-4c8a-a3ef-3b991deece2e} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:43:43.986265 [ 261 ] {198e2a6e-eb75-4c8a-a3ef-3b991deece2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:43:43.986948 [ 261 ] {198e2a6e-eb75-4c8a-a3ef-3b991deece2e} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:43.986989 [ 261 ] {198e2a6e-eb75-4c8a-a3ef-3b991deece2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:43.987380 [ 261 ] {198e2a6e-eb75-4c8a-a3ef-3b991deece2e} MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary) 2026.03.04 04:43:43.987603 [ 261 ] {198e2a6e-eb75-4c8a-a3ef-3b991deece2e} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:43.987750 [ 261 ] {198e2a6e-eb75-4c8a-a3ef-3b991deece2e} executeQuery: Read 72 rows, 5.91 KiB in 0.001601 sec., 44971.892567145536 rows/sec., 3.61 MiB/sec. 2026.03.04 04:43:43.987793 [ 261 ] {198e2a6e-eb75-4c8a-a3ef-3b991deece2e} TCPHandler: Processed in 0.001904377 sec. 2026.03.04 04:43:43.987918 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:43.988013 [ 261 ] {4dc2daa9-220b-4511-bfa6-c6c2321f5425} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:43:43.988054 [ 261 ] {4dc2daa9-220b-4511-bfa6-c6c2321f5425} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:43:43.988456 [ 261 ] {4dc2daa9-220b-4511-bfa6-c6c2321f5425} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:43.988492 [ 261 ] {4dc2daa9-220b-4511-bfa6-c6c2321f5425} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:43.988783 [ 261 ] {4dc2daa9-220b-4511-bfa6-c6c2321f5425} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2026.03.04 04:43:43.988986 [ 261 ] {4dc2daa9-220b-4511-bfa6-c6c2321f5425} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:43.989118 [ 261 ] {4dc2daa9-220b-4511-bfa6-c6c2321f5425} executeQuery: Read 8 rows, 616.00 B in 0.001123 sec., 7123.775601068566 rows/sec., 535.67 KiB/sec. 2026.03.04 04:43:43.989156 [ 261 ] {4dc2daa9-220b-4511-bfa6-c6c2321f5425} TCPHandler: Processed in 0.001287765 sec. 2026.03.04 04:43:43.989258 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:43.989352 [ 261 ] {9bd3a07b-ef17-4dde-ad85-099d4ec3e8eb} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:43:43.989390 [ 261 ] {9bd3a07b-ef17-4dde-ad85-099d4ec3e8eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:43:43.989826 [ 261 ] {9bd3a07b-ef17-4dde-ad85-099d4ec3e8eb} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:43.989863 [ 261 ] {9bd3a07b-ef17-4dde-ad85-099d4ec3e8eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:43.990155 [ 261 ] {9bd3a07b-ef17-4dde-ad85-099d4ec3e8eb} MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary) 2026.03.04 04:43:43.990356 [ 261 ] {9bd3a07b-ef17-4dde-ad85-099d4ec3e8eb} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:43.990479 [ 261 ] {9bd3a07b-ef17-4dde-ad85-099d4ec3e8eb} executeQuery: Read 72 rows, 5.76 KiB in 0.001145 sec., 62882.096069868996 rows/sec., 4.91 MiB/sec. 2026.03.04 04:43:43.990518 [ 261 ] {9bd3a07b-ef17-4dde-ad85-099d4ec3e8eb} TCPHandler: Processed in 0.001308015 sec. 2026.03.04 04:43:43.990633 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:43.990727 [ 261 ] {35c0ec4d-9a9a-4395-8d48-13ef20df4458} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:43:43.990770 [ 261 ] {35c0ec4d-9a9a-4395-8d48-13ef20df4458} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:43:43.991181 [ 261 ] {35c0ec4d-9a9a-4395-8d48-13ef20df4458} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:43.991216 [ 261 ] {35c0ec4d-9a9a-4395-8d48-13ef20df4458} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:43.991534 [ 261 ] {35c0ec4d-9a9a-4395-8d48-13ef20df4458} MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary) 2026.03.04 04:43:43.991750 [ 261 ] {35c0ec4d-9a9a-4395-8d48-13ef20df4458} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:43.991868 [ 72 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 2 parts from all_1_177_47 to all_178_178_0 2026.03.04 04:43:43.991877 [ 261 ] {35c0ec4d-9a9a-4395-8d48-13ef20df4458} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2026.03.04 04:43:43.991922 [ 72 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:43.991938 [ 261 ] {35c0ec4d-9a9a-4395-8d48-13ef20df4458} TCPHandler: Processed in 0.001355017 sec. 2026.03.04 04:43:43.991947 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:43.992054 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:43.992067 [ 195 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_178_48} MergeTask::PrepareStage: Merging 2 parts: from all_1_177_47 to all_178_178_0 into Compact with storage Full 2026.03.04 04:43:43.992152 [ 261 ] {3f802372-1558-44bf-b21f-f61e5ce0286a} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:43:43.992212 [ 261 ] {3f802372-1558-44bf-b21f-f61e5ce0286a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:43:43.992227 [ 195 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_178_48} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:43:43.992273 [ 195 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_178_48} MergeTreeSequentialSource: Reading 9 marks from part all_1_177_47, total 58530 rows starting from the beginning of the part 2026.03.04 04:43:43.992350 [ 195 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_178_48} MergeTreeSequentialSource: Reading 2 marks from part all_178_178_0, total 128 rows starting from the beginning of the part 2026.03.04 04:43:43.992997 [ 261 ] {3f802372-1558-44bf-b21f-f61e5ce0286a} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:43.993038 [ 261 ] {3f802372-1558-44bf-b21f-f61e5ce0286a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:43.993543 [ 261 ] {3f802372-1558-44bf-b21f-f61e5ce0286a} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2026.03.04 04:43:43.993762 [ 261 ] {3f802372-1558-44bf-b21f-f61e5ce0286a} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:43.993896 [ 261 ] {3f802372-1558-44bf-b21f-f61e5ce0286a} executeQuery: Read 8 rows, 14.68 KiB in 0.001762 sec., 4540.295119182747 rows/sec., 8.14 MiB/sec. 2026.03.04 04:43:43.993952 [ 261 ] {3f802372-1558-44bf-b21f-f61e5ce0286a} TCPHandler: Processed in 0.001946168 sec. 2026.03.04 04:43:43.994067 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:43.994161 [ 261 ] {ce73c144-8b58-46a1-9998-5e1993fd1156} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:43:43.994202 [ 261 ] {ce73c144-8b58-46a1-9998-5e1993fd1156} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:43:43.994538 [ 261 ] {ce73c144-8b58-46a1-9998-5e1993fd1156} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:43.994575 [ 261 ] {ce73c144-8b58-46a1-9998-5e1993fd1156} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:43.994879 [ 261 ] {ce73c144-8b58-46a1-9998-5e1993fd1156} MergedBlockOutputStream: filled checksums all_182_182_0 (state Temporary) 2026.03.04 04:43:43.995085 [ 261 ] {ce73c144-8b58-46a1-9998-5e1993fd1156} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_182_182_0 to all_182_182_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:43.995216 [ 261 ] {ce73c144-8b58-46a1-9998-5e1993fd1156} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2026.03.04 04:43:43.995253 [ 261 ] {ce73c144-8b58-46a1-9998-5e1993fd1156} TCPHandler: Processed in 0.001235794 sec. 2026.03.04 04:43:44.001159 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 432.85 MiB, peak 444.10 MiB, free memory in arenas 0.00 B, will set to 425.61 MiB (RSS), difference: -7.24 MiB 2026.03.04 04:43:44.001318 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_178_48} MergeTask::MergeProjectionsStage: Merge sorted 58658 rows, containing 5 columns (5 merged, 0 gathered) in 0.009298109 sec., 6308594.575520678 rows/sec., 415.85 MiB/sec. 2026.03.04 04:43:44.001596 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_178_48} MergedBlockOutputStream: filled checksums all_1_178_48 (state Temporary) 2026.03.04 04:43:44.001875 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_178_48} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_178_48 to all_1_178_48 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:44.001950 [ 191 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_178_48} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 2 parts: [all_1_177_47, all_178_178_0] -> all_1_178_48 2026.03.04 04:43:44.002016 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. 2026.03.04 04:43:45.001196 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 419.36 MiB, peak 444.10 MiB, free memory in arenas 0.00 B, will set to 425.61 MiB (RSS), difference: 6.25 MiB 2026.03.04 04:43:48.031001 [ 70 ] {} DNSResolver: Updating DNS cache 2026.03.04 04:43:48.031087 [ 70 ] {} DNSResolver: Updated DNS cache 2026.03.04 04:43:48.059652 [ 225 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] 2026.03.04 04:43:48.059706 [ 225 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] 2026.03.04 04:43:48.063366 [ 225 ] {} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] 2026.03.04 04:43:48.285684 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 51868 2026.03.04 04:43:48.286210 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:48.286253 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:48.286728 [ 245 ] {} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.03.04 04:43:48.286953 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:48.287079 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 51868 2026.03.04 04:43:48.291424 [ 217 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] 2026.03.04 04:43:48.291444 [ 217 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] 2026.03.04 04:43:48.294536 [ 217 ] {} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] 2026.03.04 04:43:48.468893 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 2946 2026.03.04 04:43:48.471235 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:48.471275 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:48.472456 [ 243 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2026.03.04 04:43:48.472716 [ 243 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:48.472881 [ 69 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2026.03.04 04:43:48.472953 [ 69 ] {} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:48.472978 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2946 2026.03.04 04:43:48.472988 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:48.473147 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2026.03.04 04:43:48.473816 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:43:48.473991 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2774 rows starting from the beginning of the part 2026.03.04 04:43:48.474371 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 34 rows starting from the beginning of the part 2026.03.04 04:43:48.474720 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 40 rows starting from the beginning of the part 2026.03.04 04:43:48.475061 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 42 rows starting from the beginning of the part 2026.03.04 04:43:48.475398 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 24 rows starting from the beginning of the part 2026.03.04 04:43:48.475744 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 32 rows starting from the beginning of the part 2026.03.04 04:43:48.483254 [ 198 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 2946 rows, containing 72 columns (72 merged, 0 gathered) in 0.010166566 sec., 289773.3610345912 rows/sec., 233.28 MiB/sec. 2026.03.04 04:43:48.485406 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2026.03.04 04:43:48.485918 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_81_16} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:48.485995 [ 188 ] {21d13215-e256-4ae0-bbdd-72a871b3b3d0::all_1_81_16} system.query_log (21d13215-e256-4ae0-bbdd-72a871b3b3d0) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2026.03.04 04:43:48.486178 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.36 MiB. 2026.03.04 04:43:48.988771 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:48.988960 [ 261 ] {d620beca-4610-49b8-9047-686689634848} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:43:48.989031 [ 261 ] {d620beca-4610-49b8-9047-686689634848} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:43:48.989772 [ 261 ] {d620beca-4610-49b8-9047-686689634848} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:48.989813 [ 261 ] {d620beca-4610-49b8-9047-686689634848} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:48.990208 [ 261 ] {d620beca-4610-49b8-9047-686689634848} MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary) 2026.03.04 04:43:48.990448 [ 261 ] {d620beca-4610-49b8-9047-686689634848} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:48.990606 [ 261 ] {d620beca-4610-49b8-9047-686689634848} executeQuery: Read 160 rows, 14.31 KiB in 0.0017 sec., 94117.64705882354 rows/sec., 8.22 MiB/sec. 2026.03.04 04:43:48.990660 [ 261 ] {d620beca-4610-49b8-9047-686689634848} TCPHandler: Processed in 0.002028949 sec. 2026.03.04 04:43:48.990783 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:48.990886 [ 261 ] {323fba92-70cf-4c20-81bb-ebde7b380805} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:43:48.990930 [ 261 ] {323fba92-70cf-4c20-81bb-ebde7b380805} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:43:48.991374 [ 261 ] {323fba92-70cf-4c20-81bb-ebde7b380805} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:48.991409 [ 261 ] {323fba92-70cf-4c20-81bb-ebde7b380805} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:48.991719 [ 261 ] {323fba92-70cf-4c20-81bb-ebde7b380805} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2026.03.04 04:43:48.991927 [ 261 ] {323fba92-70cf-4c20-81bb-ebde7b380805} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:48.992035 [ 69 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2026.03.04 04:43:48.992056 [ 261 ] {323fba92-70cf-4c20-81bb-ebde7b380805} executeQuery: Read 52 rows, 3.91 KiB in 0.001194 sec., 43551.08877721943 rows/sec., 3.20 MiB/sec. 2026.03.04 04:43:48.992071 [ 69 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:48.992091 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:48.992097 [ 261 ] {323fba92-70cf-4c20-81bb-ebde7b380805} TCPHandler: Processed in 0.001368126 sec. 2026.03.04 04:43:48.992213 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:48.992223 [ 187 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_156_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full 2026.03.04 04:43:48.992310 [ 261 ] {4d116f80-a5ec-45e6-a4c8-476ea3cd2f78} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:43:48.992354 [ 261 ] {4d116f80-a5ec-45e6-a4c8-476ea3cd2f78} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:43:48.992372 [ 187 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:43:48.992415 [ 187 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 254 rows starting from the beginning of the part 2026.03.04 04:43:48.992490 [ 187 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 52 rows starting from the beginning of the part 2026.03.04 04:43:48.992543 [ 187 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 8 rows starting from the beginning of the part 2026.03.04 04:43:48.992592 [ 187 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 72 rows starting from the beginning of the part 2026.03.04 04:43:48.992637 [ 187 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 8 rows starting from the beginning of the part 2026.03.04 04:43:48.992682 [ 187 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 52 rows starting from the beginning of the part 2026.03.04 04:43:48.992795 [ 261 ] {4d116f80-a5ec-45e6-a4c8-476ea3cd2f78} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:48.992838 [ 261 ] {4d116f80-a5ec-45e6-a4c8-476ea3cd2f78} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.44 GiB. 2026.03.04 04:43:48.993164 [ 261 ] {4d116f80-a5ec-45e6-a4c8-476ea3cd2f78} MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary) 2026.03.04 04:43:48.993396 [ 261 ] {4d116f80-a5ec-45e6-a4c8-476ea3cd2f78} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:48.993529 [ 261 ] {4d116f80-a5ec-45e6-a4c8-476ea3cd2f78} executeQuery: Read 116 rows, 9.28 KiB in 0.001239 sec., 93623.89023405971 rows/sec., 7.31 MiB/sec. 2026.03.04 04:43:48.993562 [ 187 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 446 rows, containing 5 columns (5 merged, 0 gathered) in 0.001407017 sec., 316982.66616536974 rows/sec., 22.95 MiB/sec. 2026.03.04 04:43:48.993568 [ 261 ] {4d116f80-a5ec-45e6-a4c8-476ea3cd2f78} TCPHandler: Processed in 0.001403987 sec. 2026.03.04 04:43:48.993704 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:48.993781 [ 196 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2026.03.04 04:43:48.993800 [ 261 ] {519c29f4-5d7c-4182-b3ae-87340e7ac4b5} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:43:48.993856 [ 261 ] {519c29f4-5d7c-4182-b3ae-87340e7ac4b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:43:48.994128 [ 196 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_156_31} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:48.994220 [ 196 ] {c1fca202-e1e1-4b64-b6e7-21e28fc8790c::all_1_156_31} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2026.03.04 04:43:48.994273 [ 261 ] {519c29f4-5d7c-4182-b3ae-87340e7ac4b5} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:48.994314 [ 261 ] {519c29f4-5d7c-4182-b3ae-87340e7ac4b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:48.994320 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.03.04 04:43:48.994658 [ 261 ] {519c29f4-5d7c-4182-b3ae-87340e7ac4b5} MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary) 2026.03.04 04:43:48.994886 [ 261 ] {519c29f4-5d7c-4182-b3ae-87340e7ac4b5} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:48.995020 [ 261 ] {519c29f4-5d7c-4182-b3ae-87340e7ac4b5} executeQuery: Read 160 rows, 11.41 KiB in 0.001239 sec., 129136.40032284099 rows/sec., 8.99 MiB/sec. 2026.03.04 04:43:48.995044 [ 66 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 2 parts from all_1_178_48 to all_179_179_0 2026.03.04 04:43:48.995059 [ 261 ] {519c29f4-5d7c-4182-b3ae-87340e7ac4b5} TCPHandler: Processed in 0.001404347 sec. 2026.03.04 04:43:48.995106 [ 66 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:48.995132 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:48.995204 [ 199 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_179_49} MergeTask::PrepareStage: Merging 2 parts: from all_1_178_48 to all_179_179_0 into Compact with storage Full 2026.03.04 04:43:48.995215 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:48.995321 [ 199 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_179_49} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:43:48.995332 [ 261 ] {57dcb5db-69e9-4f2b-b22c-fdb7c07a07bd} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:43:48.995358 [ 199 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_179_49} MergeTreeSequentialSource: Reading 9 marks from part all_1_178_48, total 58658 rows starting from the beginning of the part 2026.03.04 04:43:48.995396 [ 261 ] {57dcb5db-69e9-4f2b-b22c-fdb7c07a07bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:43:48.995420 [ 199 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_179_49} MergeTreeSequentialSource: Reading 2 marks from part all_179_179_0, total 160 rows starting from the beginning of the part 2026.03.04 04:43:48.996369 [ 261 ] {57dcb5db-69e9-4f2b-b22c-fdb7c07a07bd} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:48.996411 [ 261 ] {57dcb5db-69e9-4f2b-b22c-fdb7c07a07bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.44 GiB. 2026.03.04 04:43:48.997014 [ 261 ] {57dcb5db-69e9-4f2b-b22c-fdb7c07a07bd} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2026.03.04 04:43:48.997242 [ 261 ] {57dcb5db-69e9-4f2b-b22c-fdb7c07a07bd} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:48.997385 [ 261 ] {57dcb5db-69e9-4f2b-b22c-fdb7c07a07bd} executeQuery: Read 52 rows, 95.42 KiB in 0.002072 sec., 25096.525096525096 rows/sec., 44.97 MiB/sec. 2026.03.04 04:43:48.997456 [ 261 ] {57dcb5db-69e9-4f2b-b22c-fdb7c07a07bd} TCPHandler: Processed in 0.002289904 sec. 2026.03.04 04:43:48.997573 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:48.997669 [ 261 ] {9f47de59-5231-44d5-a23e-a37a905b6024} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:43:48.997712 [ 261 ] {9f47de59-5231-44d5-a23e-a37a905b6024} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:43:48.998062 [ 261 ] {9f47de59-5231-44d5-a23e-a37a905b6024} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:48.998099 [ 261 ] {9f47de59-5231-44d5-a23e-a37a905b6024} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.44 GiB. 2026.03.04 04:43:48.998407 [ 261 ] {9f47de59-5231-44d5-a23e-a37a905b6024} MergedBlockOutputStream: filled checksums all_183_183_0 (state Temporary) 2026.03.04 04:43:48.998620 [ 261 ] {9f47de59-5231-44d5-a23e-a37a905b6024} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_183_183_0 to all_183_183_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:48.998755 [ 261 ] {9f47de59-5231-44d5-a23e-a37a905b6024} executeQuery: Read 60 rows, 4.14 KiB in 0.001104 sec., 54347.82608695653 rows/sec., 3.66 MiB/sec. 2026.03.04 04:43:48.998792 [ 261 ] {9f47de59-5231-44d5-a23e-a37a905b6024} TCPHandler: Processed in 0.001268754 sec. 2026.03.04 04:43:49.000184 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 433.30 MiB, peak 444.10 MiB, free memory in arenas 0.00 B, will set to 425.61 MiB (RSS), difference: -7.69 MiB 2026.03.04 04:43:49.004530 [ 187 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_179_49} MergeTask::MergeProjectionsStage: Merge sorted 58818 rows, containing 5 columns (5 merged, 0 gathered) in 0.009351871 sec., 6289436.627173322 rows/sec., 414.65 MiB/sec. 2026.03.04 04:43:49.004959 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_179_49} MergedBlockOutputStream: filled checksums all_1_179_49 (state Temporary) 2026.03.04 04:43:49.005265 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_179_49} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_179_49 to all_1_179_49 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:49.005344 [ 194 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_179_49} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 2 parts: [all_1_178_48, all_179_179_0] -> all_1_179_49 2026.03.04 04:43:49.005434 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. 2026.03.04 04:43:49.273393 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:49.273577 [ 261 ] {f8185999-7e67-495a-a1ae-4777d121f526} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.03.04 04:43:49.273647 [ 261 ] {f8185999-7e67-495a-a1ae-4777d121f526} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.03.04 04:43:49.274406 [ 261 ] {f8185999-7e67-495a-a1ae-4777d121f526} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:49.274465 [ 261 ] {f8185999-7e67-495a-a1ae-4777d121f526} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:49.274890 [ 261 ] {f8185999-7e67-495a-a1ae-4777d121f526} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.04 04:43:49.275122 [ 261 ] {f8185999-7e67-495a-a1ae-4777d121f526} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:49.275278 [ 66 ] {} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561) (MergerMutator): Selected 6 parts from all_1_32_7 to all_37_37_0 2026.03.04 04:43:49.275296 [ 261 ] {f8185999-7e67-495a-a1ae-4777d121f526} executeQuery: Read 284 rows, 18.47 KiB in 0.001767 sec., 160724.39162422184 rows/sec., 10.21 MiB/sec. 2026.03.04 04:43:49.275345 [ 66 ] {} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:49.275370 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:49.275374 [ 261 ] {f8185999-7e67-495a-a1ae-4777d121f526} TCPHandler: Processed in 0.002131801 sec. 2026.03.04 04:43:49.275471 [ 197 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_37_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_32_7 to all_37_37_0 into Compact with storage Full 2026.03.04 04:43:49.275517 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:49.275564 [ 197 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_37_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:43:49.275594 [ 197 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 308 rows starting from the beginning of the part 2026.03.04 04:43:49.275623 [ 261 ] {aec69c4d-90e0-418b-8344-fd5056b7189d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.03.04 04:43:49.275656 [ 197 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 24 rows starting from the beginning of the part 2026.03.04 04:43:49.275670 [ 261 ] {aec69c4d-90e0-418b-8344-fd5056b7189d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.03.04 04:43:49.275704 [ 197 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 24 rows starting from the beginning of the part 2026.03.04 04:43:49.275749 [ 197 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 24 rows starting from the beginning of the part 2026.03.04 04:43:49.275794 [ 197 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 24 rows starting from the beginning of the part 2026.03.04 04:43:49.275835 [ 197 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 284 rows starting from the beginning of the part 2026.03.04 04:43:49.276123 [ 261 ] {aec69c4d-90e0-418b-8344-fd5056b7189d} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:49.276162 [ 261 ] {aec69c4d-90e0-418b-8344-fd5056b7189d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.44 GiB. 2026.03.04 04:43:49.276476 [ 261 ] {aec69c4d-90e0-418b-8344-fd5056b7189d} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.03.04 04:43:49.276685 [ 194 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_37_8} MergeTask::MergeProjectionsStage: Merge sorted 688 rows, containing 5 columns (5 merged, 0 gathered) in 0.001257885 sec., 546949.8404067145 rows/sec., 38.68 MiB/sec. 2026.03.04 04:43:49.276697 [ 261 ] {aec69c4d-90e0-418b-8344-fd5056b7189d} oximeter.fields_ipaddr (4e247507-c045-473e-803e-da401d99cc2d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:49.276853 [ 261 ] {aec69c4d-90e0-418b-8344-fd5056b7189d} executeQuery: Read 4 rows, 334.00 B in 0.001256 sec., 3184.7133757961783 rows/sec., 259.69 KiB/sec. 2026.03.04 04:43:49.276863 [ 194 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_37_8} MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) 2026.03.04 04:43:49.276897 [ 261 ] {aec69c4d-90e0-418b-8344-fd5056b7189d} TCPHandler: Processed in 0.001433108 sec. 2026.03.04 04:43:49.277026 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:49.277126 [ 261 ] {0b637a5f-6572-46df-b084-722c0373db26} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:43:49.277168 [ 261 ] {0b637a5f-6572-46df-b084-722c0373db26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:43:49.277179 [ 194 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_37_8} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:49.277260 [ 194 ] {b2d769b5-3e4d-4a7b-9834-82ad0fa38561::all_1_37_8} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561) (MergerMutator): Merged 6 parts: [all_1_32_7, all_37_37_0] -> all_1_37_8 2026.03.04 04:43:49.277352 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.03.04 04:43:49.278671 [ 261 ] {0b637a5f-6572-46df-b084-722c0373db26} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:49.278713 [ 261 ] {0b637a5f-6572-46df-b084-722c0373db26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:49.279213 [ 261 ] {0b637a5f-6572-46df-b084-722c0373db26} MergedBlockOutputStream: filled checksums all_184_184_0 (state Temporary) 2026.03.04 04:43:49.279433 [ 261 ] {0b637a5f-6572-46df-b084-722c0373db26} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_184_184_0 to all_184_184_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:49.279574 [ 261 ] {0b637a5f-6572-46df-b084-722c0373db26} executeQuery: Read 2707 rows, 210.71 KiB in 0.002467 sec., 1097284.1507904336 rows/sec., 83.41 MiB/sec. 2026.03.04 04:43:49.279615 [ 261 ] {0b637a5f-6572-46df-b084-722c0373db26} MemoryTracker: Peak memory usage (for query): 4.06 MiB. 2026.03.04 04:43:49.279629 [ 261 ] {0b637a5f-6572-46df-b084-722c0373db26} TCPHandler: Processed in 0.002654621 sec. 2026.03.04 04:43:49.279754 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:49.279850 [ 261 ] {8c5170a5-beb5-4d7c-9d9d-a40bebddb4e1} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.03.04 04:43:49.279891 [ 261 ] {8c5170a5-beb5-4d7c-9d9d-a40bebddb4e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.03.04 04:43:49.280338 [ 261 ] {8c5170a5-beb5-4d7c-9d9d-a40bebddb4e1} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:49.280375 [ 261 ] {8c5170a5-beb5-4d7c-9d9d-a40bebddb4e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:49.280677 [ 261 ] {8c5170a5-beb5-4d7c-9d9d-a40bebddb4e1} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2026.03.04 04:43:49.280883 [ 261 ] {8c5170a5-beb5-4d7c-9d9d-a40bebddb4e1} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:49.281011 [ 261 ] {8c5170a5-beb5-4d7c-9d9d-a40bebddb4e1} executeQuery: Read 169 rows, 10.55 KiB in 0.001178 sec., 143463.4974533107 rows/sec., 8.75 MiB/sec. 2026.03.04 04:43:49.281050 [ 261 ] {8c5170a5-beb5-4d7c-9d9d-a40bebddb4e1} TCPHandler: Processed in 0.001349886 sec. 2026.03.04 04:43:49.281098 [ 219 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.03.04 04:43:49.281144 [ 219 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.03.04 04:43:49.281170 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:49.281270 [ 261 ] {b0915fa8-0d35-4566-8fe4-5859983c40d6} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.03.04 04:43:49.281310 [ 261 ] {b0915fa8-0d35-4566-8fe4-5859983c40d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.03.04 04:43:49.282000 [ 261 ] {b0915fa8-0d35-4566-8fe4-5859983c40d6} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:49.282040 [ 261 ] {b0915fa8-0d35-4566-8fe4-5859983c40d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:49.282387 [ 261 ] {b0915fa8-0d35-4566-8fe4-5859983c40d6} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2026.03.04 04:43:49.282645 [ 261 ] {b0915fa8-0d35-4566-8fe4-5859983c40d6} oximeter.fields_u32 (9235c696-9db2-4ef0-b968-a2001d91845e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:49.282795 [ 261 ] {b0915fa8-0d35-4566-8fe4-5859983c40d6} executeQuery: Read 857 rows, 52.15 KiB in 0.001542 sec., 555771.7250324255 rows/sec., 33.03 MiB/sec. 2026.03.04 04:43:49.282835 [ 261 ] {b0915fa8-0d35-4566-8fe4-5859983c40d6} TCPHandler: Processed in 0.001714163 sec. 2026.03.04 04:43:49.282947 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:49.283042 [ 261 ] {7a0997c4-4431-4285-bfcf-e4da0509e80d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u64 FORMAT Native (stage: Complete) 2026.03.04 04:43:49.283082 [ 261 ] {7a0997c4-4431-4285-bfcf-e4da0509e80d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u64 2026.03.04 04:43:49.283465 [ 261 ] {7a0997c4-4431-4285-bfcf-e4da0509e80d} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:49.283503 [ 261 ] {7a0997c4-4431-4285-bfcf-e4da0509e80d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:49.283799 [ 261 ] {7a0997c4-4431-4285-bfcf-e4da0509e80d} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.03.04 04:43:49.284073 [ 261 ] {7a0997c4-4431-4285-bfcf-e4da0509e80d} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:49.284179 [ 66 ] {} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2026.03.04 04:43:49.284203 [ 261 ] {7a0997c4-4431-4285-bfcf-e4da0509e80d} executeQuery: Read 1 rows, 72.00 B in 0.001178 sec., 848.8964346349745 rows/sec., 59.69 KiB/sec. 2026.03.04 04:43:49.284220 [ 66 ] {} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:49.284245 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:49.284246 [ 261 ] {7a0997c4-4431-4285-bfcf-e4da0509e80d} TCPHandler: Processed in 0.001348337 sec. 2026.03.04 04:43:49.284312 [ 222 ] {} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.03.04 04:43:49.284344 [ 222 ] {} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.03.04 04:43:49.284366 [ 200 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_25_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full 2026.03.04 04:43:49.284369 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:49.284508 [ 261 ] {0c320747-5c9d-4bc4-81d2-df1a718f6f9f} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.03.04 04:43:49.284517 [ 200 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:43:49.284554 [ 261 ] {0c320747-5c9d-4bc4-81d2-df1a718f6f9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.03.04 04:43:49.284564 [ 200 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 1 rows starting from the beginning of the part 2026.03.04 04:43:49.284589 [ 219 ] {} oximeter.fields_u16 (c1fca202-e1e1-4b64-b6e7-21e28fc8790c): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2026.03.04 04:43:49.284642 [ 200 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part 2026.03.04 04:43:49.284696 [ 200 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part 2026.03.04 04:43:49.284739 [ 200 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part 2026.03.04 04:43:49.284782 [ 200 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part 2026.03.04 04:43:49.285026 [ 261 ] {0c320747-5c9d-4bc4-81d2-df1a718f6f9f} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:49.285075 [ 261 ] {0c320747-5c9d-4bc4-81d2-df1a718f6f9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.44 GiB. 2026.03.04 04:43:49.285439 [ 261 ] {0c320747-5c9d-4bc4-81d2-df1a718f6f9f} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.03.04 04:43:49.285741 [ 261 ] {0c320747-5c9d-4bc4-81d2-df1a718f6f9f} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:49.285858 [ 194 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 5 columns (5 merged, 0 gathered) in 0.00155247 sec., 3220.674151513395 rows/sec., 239.03 KiB/sec. 2026.03.04 04:43:49.285862 [ 66 ] {} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034) (MergerMutator): Selected 6 parts from all_1_32_7 to all_37_37_0 2026.03.04 04:43:49.285887 [ 261 ] {0c320747-5c9d-4bc4-81d2-df1a718f6f9f} executeQuery: Read 148 rows, 8.62 KiB in 0.001397 sec., 105941.3027916965 rows/sec., 6.03 MiB/sec. 2026.03.04 04:43:49.285908 [ 66 ] {} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:49.285932 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.44 GiB. 2026.03.04 04:43:49.285935 [ 261 ] {0c320747-5c9d-4bc4-81d2-df1a718f6f9f} TCPHandler: Processed in 0.001615261 sec. 2026.03.04 04:43:49.286004 [ 200 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_37_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_32_7 to all_37_37_0 into Compact with storage Full 2026.03.04 04:43:49.286006 [ 193 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2026.03.04 04:43:49.286068 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:49.286104 [ 200 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_37_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:43:49.286133 [ 200 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_32_7, total 160 rows starting from the beginning of the part 2026.03.04 04:43:49.286162 [ 261 ] {dc0b98cc-02e5-48b6-8c33-615605cf681d} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:43:49.286181 [ 200 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 12 rows starting from the beginning of the part 2026.03.04 04:43:49.286206 [ 261 ] {dc0b98cc-02e5-48b6-8c33-615605cf681d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:43:49.286223 [ 200 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 12 rows starting from the beginning of the part 2026.03.04 04:43:49.286262 [ 200 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 12 rows starting from the beginning of the part 2026.03.04 04:43:49.286303 [ 200 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 12 rows starting from the beginning of the part 2026.03.04 04:43:49.286339 [ 200 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_37_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 148 rows starting from the beginning of the part 2026.03.04 04:43:49.286360 [ 193 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_25_6} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:49.286463 [ 193 ] {b4df4a78-533d-4249-b108-ce2e1546f1e9::all_1_25_6} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2026.03.04 04:43:49.286564 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.03.04 04:43:49.287026 [ 222 ] {} oximeter.fields_u64 (b4df4a78-533d-4249-b108-ce2e1546f1e9): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2026.03.04 04:43:49.287106 [ 190 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_37_8} MergeTask::MergeProjectionsStage: Merge sorted 356 rows, containing 5 columns (5 merged, 0 gathered) in 0.001130852 sec., 314806.8889651343 rows/sec., 20.14 MiB/sec. 2026.03.04 04:43:49.287162 [ 261 ] {dc0b98cc-02e5-48b6-8c33-615605cf681d} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:49.287206 [ 261 ] {dc0b98cc-02e5-48b6-8c33-615605cf681d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:49.287238 [ 193 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_37_8} MergedBlockOutputStream: filled checksums all_1_37_8 (state Temporary) 2026.03.04 04:43:49.287481 [ 193 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_37_8} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Renaming temporary part tmp_merge_all_1_37_8 to all_1_37_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:49.287543 [ 193 ] {bd5c8b8b-90ce-481a-9656-92f5d0e8d034::all_1_37_8} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034) (MergerMutator): Merged 6 parts: [all_1_32_7, all_37_37_0] -> all_1_37_8 2026.03.04 04:43:49.287604 [ 261 ] {dc0b98cc-02e5-48b6-8c33-615605cf681d} MergedBlockOutputStream: filled checksums all_184_184_0 (state Temporary) 2026.03.04 04:43:49.287628 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.03.04 04:43:49.287824 [ 261 ] {dc0b98cc-02e5-48b6-8c33-615605cf681d} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_184_184_0 to all_184_184_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:49.287961 [ 261 ] {dc0b98cc-02e5-48b6-8c33-615605cf681d} executeQuery: Read 1453 rows, 102.57 KiB in 0.001816 sec., 800110.1321585904 rows/sec., 55.16 MiB/sec. 2026.03.04 04:43:49.288002 [ 261 ] {dc0b98cc-02e5-48b6-8c33-615605cf681d} TCPHandler: Processed in 0.001985028 sec. 2026.03.04 04:43:49.288107 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:49.288203 [ 261 ] {fab64264-d36b-439b-ab15-3b017c10b0c0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.03.04 04:43:49.288245 [ 261 ] {fab64264-d36b-439b-ab15-3b017c10b0c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.03.04 04:43:49.288581 [ 261 ] {fab64264-d36b-439b-ab15-3b017c10b0c0} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:49.288617 [ 261 ] {fab64264-d36b-439b-ab15-3b017c10b0c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:49.288930 [ 261 ] {fab64264-d36b-439b-ab15-3b017c10b0c0} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.03.04 04:43:49.289140 [ 261 ] {fab64264-d36b-439b-ab15-3b017c10b0c0} oximeter.measurements_bool (0d073545-5bd8-477f-adf9-6e016029c50d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:49.289267 [ 261 ] {fab64264-d36b-439b-ab15-3b017c10b0c0} executeQuery: Read 6 rows, 321.00 B in 0.001083 sec., 5540.16620498615 rows/sec., 289.45 KiB/sec. 2026.03.04 04:43:49.289305 [ 261 ] {fab64264-d36b-439b-ab15-3b017c10b0c0} TCPHandler: Processed in 0.001247554 sec. 2026.03.04 04:43:49.289416 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:49.289510 [ 261 ] {cbca1fd4-e721-4eae-a4e4-bce62bc9bfed} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:43:49.289552 [ 261 ] {cbca1fd4-e721-4eae-a4e4-bce62bc9bfed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:43:49.290195 [ 261 ] {cbca1fd4-e721-4eae-a4e4-bce62bc9bfed} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:49.290233 [ 261 ] {cbca1fd4-e721-4eae-a4e4-bce62bc9bfed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:49.290642 [ 261 ] {cbca1fd4-e721-4eae-a4e4-bce62bc9bfed} MergedBlockOutputStream: filled checksums all_184_184_0 (state Temporary) 2026.03.04 04:43:49.290860 [ 261 ] {cbca1fd4-e721-4eae-a4e4-bce62bc9bfed} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_184_184_0 to all_184_184_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:49.290983 [ 66 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Selected 6 parts from all_1_179_49 to all_184_184_0 2026.03.04 04:43:49.290989 [ 261 ] {cbca1fd4-e721-4eae-a4e4-bce62bc9bfed} executeQuery: Read 1324 rows, 84.68 KiB in 0.001497 sec., 884435.537742151 rows/sec., 55.24 MiB/sec. 2026.03.04 04:43:49.291022 [ 66 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:49.291044 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.45 GiB. 2026.03.04 04:43:49.291047 [ 261 ] {cbca1fd4-e721-4eae-a4e4-bce62bc9bfed} TCPHandler: Processed in 0.001681592 sec. 2026.03.04 04:43:49.291122 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_184_50} MergeTask::PrepareStage: Merging 6 parts: from all_1_179_49 to all_184_184_0 into Compact with storage Full 2026.03.04 04:43:49.291173 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:49.291231 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_184_50} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:43:49.291264 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_184_50} MergeTreeSequentialSource: Reading 9 marks from part all_1_179_49, total 58818 rows starting from the beginning of the part 2026.03.04 04:43:49.291276 [ 261 ] {07e0b302-e973-43d8-bdc6-edc6f702d2a4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.03.04 04:43:49.291318 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_184_50} MergeTreeSequentialSource: Reading 2 marks from part all_180_180_0, total 160 rows starting from the beginning of the part 2026.03.04 04:43:49.291325 [ 261 ] {07e0b302-e973-43d8-bdc6-edc6f702d2a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.03.04 04:43:49.291367 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_184_50} MergeTreeSequentialSource: Reading 2 marks from part all_181_181_0, total 200 rows starting from the beginning of the part 2026.03.04 04:43:49.291410 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_184_50} MergeTreeSequentialSource: Reading 2 marks from part all_182_182_0, total 160 rows starting from the beginning of the part 2026.03.04 04:43:49.291448 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_184_50} MergeTreeSequentialSource: Reading 2 marks from part all_183_183_0, total 160 rows starting from the beginning of the part 2026.03.04 04:43:49.291488 [ 200 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_184_50} MergeTreeSequentialSource: Reading 2 marks from part all_184_184_0, total 1324 rows starting from the beginning of the part 2026.03.04 04:43:49.291663 [ 261 ] {07e0b302-e973-43d8-bdc6-edc6f702d2a4} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:49.291705 [ 261 ] {07e0b302-e973-43d8-bdc6-edc6f702d2a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.44 GiB. 2026.03.04 04:43:49.292013 [ 261 ] {07e0b302-e973-43d8-bdc6-edc6f702d2a4} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.03.04 04:43:49.292225 [ 261 ] {07e0b302-e973-43d8-bdc6-edc6f702d2a4} oximeter.measurements_f64 (a21b34b3-3260-452a-bb90-40fc313e0630): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:49.292356 [ 261 ] {07e0b302-e973-43d8-bdc6-edc6f702d2a4} executeQuery: Read 1 rows, 69.00 B in 0.001098 sec., 910.7468123861566 rows/sec., 61.37 KiB/sec. 2026.03.04 04:43:49.292394 [ 261 ] {07e0b302-e973-43d8-bdc6-edc6f702d2a4} TCPHandler: Processed in 0.001270654 sec. 2026.03.04 04:43:49.292499 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:49.292592 [ 261 ] {c733bd44-6192-4500-8c71-78f16798bfb4} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.03.04 04:43:49.292647 [ 261 ] {c733bd44-6192-4500-8c71-78f16798bfb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.03.04 04:43:49.293477 [ 261 ] {c733bd44-6192-4500-8c71-78f16798bfb4} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:49.293515 [ 261 ] {c733bd44-6192-4500-8c71-78f16798bfb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.44 GiB. 2026.03.04 04:43:49.294075 [ 261 ] {c733bd44-6192-4500-8c71-78f16798bfb4} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2026.03.04 04:43:49.294307 [ 261 ] {c733bd44-6192-4500-8c71-78f16798bfb4} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:49.294434 [ 66 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2026.03.04 04:43:49.294452 [ 261 ] {c733bd44-6192-4500-8c71-78f16798bfb4} executeQuery: Read 23 rows, 42.20 KiB in 0.001878 sec., 12247.071352502662 rows/sec., 21.95 MiB/sec. 2026.03.04 04:43:49.294464 [ 66 ] {} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:49.294491 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.44 GiB. 2026.03.04 04:43:49.294524 [ 261 ] {c733bd44-6192-4500-8c71-78f16798bfb4} TCPHandler: Processed in 0.00207528 sec. 2026.03.04 04:43:49.294565 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_156_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full 2026.03.04 04:43:49.294646 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:49.294741 [ 261 ] {0569e4fd-3805-4f38-9b57-af816c1ca975} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:43:49.294778 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.03.04 04:43:49.294783 [ 261 ] {0569e4fd-3805-4f38-9b57-af816c1ca975} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:43:49.294836 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 3526 rows starting from the beginning of the part 2026.03.04 04:43:49.294969 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 8 rows starting from the beginning of the part 2026.03.04 04:43:49.295079 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 52 rows starting from the beginning of the part 2026.03.04 04:43:49.295135 [ 261 ] {0569e4fd-3805-4f38-9b57-af816c1ca975} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:49.295174 [ 261 ] {0569e4fd-3805-4f38-9b57-af816c1ca975} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.44 GiB. 2026.03.04 04:43:49.295179 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 8 rows starting from the beginning of the part 2026.03.04 04:43:49.295275 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 52 rows starting from the beginning of the part 2026.03.04 04:43:49.295370 [ 193 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 23 rows starting from the beginning of the part 2026.03.04 04:43:49.295491 [ 261 ] {0569e4fd-3805-4f38-9b57-af816c1ca975} MergedBlockOutputStream: filled checksums all_184_184_0 (state Temporary) 2026.03.04 04:43:49.295712 [ 261 ] {0569e4fd-3805-4f38-9b57-af816c1ca975} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_184_184_0 to all_184_184_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:49.295846 [ 261 ] {0569e4fd-3805-4f38-9b57-af816c1ca975} executeQuery: Read 42 rows, 2.45 KiB in 0.001123 sec., 37399.82190560997 rows/sec., 2.13 MiB/sec. 2026.03.04 04:43:49.295882 [ 261 ] {0569e4fd-3805-4f38-9b57-af816c1ca975} TCPHandler: Processed in 0.001289005 sec. 2026.03.04 04:43:49.303836 [ 189 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_184_50} MergeTask::MergeProjectionsStage: Merge sorted 60822 rows, containing 5 columns (5 merged, 0 gathered) in 0.012744716 sec., 4772330.744757278 rows/sec., 314.50 MiB/sec. 2026.03.04 04:43:49.304366 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_184_50} MergedBlockOutputStream: filled checksums all_1_184_50 (state Temporary) 2026.03.04 04:43:49.304688 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_184_50} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_merge_all_1_184_50 to all_1_184_50 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:49.304776 [ 186 ] {65736585-bde8-4b88-a353-80bd28338f46::all_1_184_50} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46) (MergerMutator): Merged 6 parts: [all_1_179_49, all_184_184_0] -> all_1_184_50 2026.03.04 04:43:49.304871 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.54 MiB. 2026.03.04 04:43:49.310865 [ 186 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 3669 rows, containing 19 columns (19 merged, 0 gathered) in 0.016333275 sec., 224633.4553235649 rows/sec., 402.20 MiB/sec. 2026.03.04 04:43:49.313828 [ 201 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2026.03.04 04:43:49.314222 [ 201 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_156_31} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:49.314312 [ 201 ] {458e11f6-dd93-41dc-89a6-cc8005a329cd::all_1_156_31} oximeter.measurements_histogramu64 (458e11f6-dd93-41dc-89a6-cc8005a329cd) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2026.03.04 04:43:49.314434 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 31.04 MiB. 2026.03.04 04:43:49.697015 [ 222 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] 2026.03.04 04:43:49.697073 [ 222 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] 2026.03.04 04:43:49.700005 [ 222 ] {} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] 2026.03.04 04:43:50.000189 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 415.62 MiB, peak 450.63 MiB, free memory in arenas 0.00 B, will set to 431.60 MiB (RSS), difference: 15.99 MiB 2026.03.04 04:43:50.231477 [ 221 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Found 6 old parts to remove. Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] 2026.03.04 04:43:50.231534 [ 221 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from filesystem (serially): Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] 2026.03.04 04:43:50.235229 [ 221 ] {} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Removing 6 parts from memory: Parts: [all_1_66_13, all_67_67_0, all_68_68_0, all_69_69_0, all_70_70_0, all_71_71_0] 2026.03.04 04:43:50.561209 [ 224 ] {} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Found 5 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.03.04 04:43:50.561264 [ 224 ] {} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Removing 5 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.03.04 04:43:50.563517 [ 224 ] {} oximeter.fields_u8 (bd5c8b8b-90ce-481a-9656-92f5d0e8d034): Removing 5 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.03.04 04:43:51.125682 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 814 2026.03.04 04:43:51.144273 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:51.144315 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.44 GiB. 2026.03.04 04:43:51.151127 [ 244 ] {} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2026.03.04 04:43:51.151840 [ 244 ] {} system.metric_log (3d885ef3-983a-4770-930b-2472f66adbdb): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:51.154917 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 814 2026.03.04 04:43:53.346076 [ 225 ] {} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Found 5 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.03.04 04:43:53.346131 [ 225 ] {} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Removing 5 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.03.04 04:43:53.347893 [ 225 ] {} oximeter.fields_i16 (b2d769b5-3e4d-4a7b-9834-82ad0fa38561): Removing 5 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2026.03.04 04:43:53.984236 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:53.984406 [ 261 ] {ff703e77-c485-41b5-a9ac-ca2860d5aac8} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.03.04 04:43:53.984475 [ 261 ] {ff703e77-c485-41b5-a9ac-ca2860d5aac8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.03.04 04:43:53.985152 [ 261 ] {ff703e77-c485-41b5-a9ac-ca2860d5aac8} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:53.985199 [ 261 ] {ff703e77-c485-41b5-a9ac-ca2860d5aac8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.44 GiB. 2026.03.04 04:43:53.985587 [ 261 ] {ff703e77-c485-41b5-a9ac-ca2860d5aac8} MergedBlockOutputStream: filled checksums all_185_185_0 (state Temporary) 2026.03.04 04:43:53.985819 [ 261 ] {ff703e77-c485-41b5-a9ac-ca2860d5aac8} oximeter.fields_string (fc2f822b-9e57-4906-a1e8-4f1c1fdb9cce): Renaming temporary part tmp_insert_all_185_185_0 to all_185_185_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:53.985976 [ 261 ] {ff703e77-c485-41b5-a9ac-ca2860d5aac8} executeQuery: Read 56 rows, 4.38 KiB in 0.001618 sec., 34610.630407911 rows/sec., 2.64 MiB/sec. 2026.03.04 04:43:53.986030 [ 261 ] {ff703e77-c485-41b5-a9ac-ca2860d5aac8} TCPHandler: Processed in 0.001934988 sec. 2026.03.04 04:43:53.986151 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:53.986255 [ 261 ] {a92720f3-0f2d-47b9-8f57-eaa22421022b} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.03.04 04:43:53.986299 [ 261 ] {a92720f3-0f2d-47b9-8f57-eaa22421022b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.03.04 04:43:53.986749 [ 261 ] {a92720f3-0f2d-47b9-8f57-eaa22421022b} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:53.986787 [ 261 ] {a92720f3-0f2d-47b9-8f57-eaa22421022b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.44 GiB. 2026.03.04 04:43:53.987096 [ 261 ] {a92720f3-0f2d-47b9-8f57-eaa22421022b} MergedBlockOutputStream: filled checksums all_185_185_0 (state Temporary) 2026.03.04 04:43:53.987322 [ 261 ] {a92720f3-0f2d-47b9-8f57-eaa22421022b} oximeter.fields_uuid (17f48ed9-9b0a-408c-8ecf-07a140e24752): Renaming temporary part tmp_insert_all_185_185_0 to all_185_185_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:53.987452 [ 261 ] {a92720f3-0f2d-47b9-8f57-eaa22421022b} executeQuery: Read 64 rows, 5.12 KiB in 0.00122 sec., 52459.016393442624 rows/sec., 4.09 MiB/sec. 2026.03.04 04:43:53.987494 [ 261 ] {a92720f3-0f2d-47b9-8f57-eaa22421022b} TCPHandler: Processed in 0.001393177 sec. 2026.03.04 04:43:53.987607 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:53.987704 [ 261 ] {da258c37-e1e2-4119-aac0-ca5f91b5bcd0} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.03.04 04:43:53.987749 [ 261 ] {da258c37-e1e2-4119-aac0-ca5f91b5bcd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.03.04 04:43:53.988136 [ 261 ] {da258c37-e1e2-4119-aac0-ca5f91b5bcd0} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:53.988171 [ 261 ] {da258c37-e1e2-4119-aac0-ca5f91b5bcd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.44 GiB. 2026.03.04 04:43:53.988495 [ 261 ] {da258c37-e1e2-4119-aac0-ca5f91b5bcd0} MergedBlockOutputStream: filled checksums all_185_185_0 (state Temporary) 2026.03.04 04:43:53.988725 [ 261 ] {da258c37-e1e2-4119-aac0-ca5f91b5bcd0} oximeter.measurements_cumulativeu64 (65736585-bde8-4b88-a353-80bd28338f46): Renaming temporary part tmp_insert_all_185_185_0 to all_185_185_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:53.988851 [ 261 ] {da258c37-e1e2-4119-aac0-ca5f91b5bcd0} executeQuery: Read 128 rows, 9.13 KiB in 0.001167 sec., 109682.94772922022 rows/sec., 7.64 MiB/sec. 2026.03.04 04:43:53.988887 [ 261 ] {da258c37-e1e2-4119-aac0-ca5f91b5bcd0} TCPHandler: Processed in 0.001329926 sec. 2026.03.04 04:43:53.988998 [ 261 ] {} TCP-Session: 32e76c91-8789-473f-a079-da22406e5959 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.03.04 04:43:53.989092 [ 261 ] {c0662bfe-3a4e-4d47-ba3b-c950dab94657} executeQuery: (from [fd00:1122:3344:101::d]:36645) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.03.04 04:43:53.989133 [ 261 ] {c0662bfe-3a4e-4d47-ba3b-c950dab94657} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.03.04 04:43:53.989466 [ 261 ] {c0662bfe-3a4e-4d47-ba3b-c950dab94657} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:53.989502 [ 261 ] {c0662bfe-3a4e-4d47-ba3b-c950dab94657} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.44 GiB. 2026.03.04 04:43:53.989799 [ 261 ] {c0662bfe-3a4e-4d47-ba3b-c950dab94657} MergedBlockOutputStream: filled checksums all_185_185_0 (state Temporary) 2026.03.04 04:43:53.990008 [ 261 ] {c0662bfe-3a4e-4d47-ba3b-c950dab94657} oximeter.measurements_u64 (55fe5691-5a38-49f3-bc44-c8ec05b117c7): Renaming temporary part tmp_insert_all_185_185_0 to all_185_185_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:53.990135 [ 261 ] {c0662bfe-3a4e-4d47-ba3b-c950dab94657} executeQuery: Read 48 rows, 3.31 KiB in 0.001061 sec., 45240.339302544766 rows/sec., 3.05 MiB/sec. 2026.03.04 04:43:53.990172 [ 261 ] {c0662bfe-3a4e-4d47-ba3b-c950dab94657} TCPHandler: Processed in 0.001223243 sec. 2026.03.04 04:43:55.787342 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 52316 2026.03.04 04:43:55.788201 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.03.04 04:43:55.788285 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.44 GiB. 2026.03.04 04:43:55.788976 [ 245 ] {} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2026.03.04 04:43:55.789198 [ 245 ] {} system.asynchronous_metric_log (b029e10f-8e35-4f1a-8c0b-e8ca720af11a): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.03.04 04:43:55.789331 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 52316